---@class KLGemInlayAllInfoPanelView:UIKmlLuaViewBase ---@field closeMaskBg UIKmlLuaControl ---@field img2 UIKmlLuaControl ---@field scrollview1 UIKmlLuaControl ---@field layout2 UIKmlLuaControl ---@field datalist4 UIKmlLuaControl local KLGemInlayAllInfoPanelView = {} setmetatable(KLGemInlayAllInfoPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Equip/Panel/KLGemInlayAllInfo/KLGemInlayAllInfoPanelKml' KLGemInlayAllInfoPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLGemInlayAllInfoPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLGemInlayAllInfoPanelView.content) end return KLGemInlayAllInfoPanelView