---@class KLGemEquipUIPanelView:UIKmlLuaViewBase ---@field UIEquipPanel UIKmlLuaControl ---@field CloseButton UIKmlLuaControl ---@field UIEquipPanel_Root UIKmlLuaControl ---@field panelNameText UIKmlLuaControl ---@field EquipGrid UIKmlLuaControl ---@field wearBarChange UIKmlLuaControl ---@field MoneyList UIKmlLuaControl ---@field moneyBackground UIKmlLuaControl ---@field moneyText UIKmlLuaControl ---@field WearArchange UIKmlLuaControl ---@field MUCoinBackground UIKmlLuaControl ---@field muCoinText UIKmlLuaControl ---@field MUBindCoinBackground UIKmlLuaControl ---@field muBindCoinText UIKmlLuaControl ---@field diamondBackground UIKmlLuaControl ---@field diamondText UIKmlLuaControl ---@field Grade UIKmlLuaControl ---@field WearBarList UIKmlLuaControl ---@field Content UIKmlLuaControl local KLGemEquipUIPanelView = {} setmetatable(KLGemEquipUIPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Equip/Panel/KLGemEquipUI/KLGemEquipUIPanelKml' KLGemEquipUIPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLGemEquipUIPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLGemEquipUIPanelView.content) end return KLGemEquipUIPanelView