---@class KLEquipStrengthUIPanelView:UIKmlLuaViewBase ---@field panel1 UIKmlLuaControl ---@field BG UIKmlLuaControl ---@field BGInner_2 UIKmlLuaControl ---@field successIcon UIKmlLuaControl ---@field baseSuccessRatioText UIKmlLuaControl ---@field layout_19 UIKmlLuaControl ---@field panel_20 UIKmlLuaControl ---@field strengthMasterBtn UIKmlLuaControl ---@field panel_22 UIKmlLuaControl ---@field liuGuangBtn UIKmlLuaControl ---@field strengthIcon UIKmlLuaControl ---@field arrContent UIKmlLuaControl ---@field gridview3 UIKmlLuaControl ---@field strength_list UIKmlLuaControl ---@field equipAttribute UIKmlLuaControl ---@field strengthIcon_1 UIKmlLuaControl ---@field text11 UIKmlLuaControl ---@field StrengthCustomScrollView UIKmlLuaControl ---@field gridview15 UIKmlLuaControl ---@field cost_list UIKmlLuaControl ---@field strengthButton UIKmlLuaControl ---@field failTips UIKmlLuaControl ---@field strengthLevelBg UIKmlLuaControl ---@field strengthIntro UIKmlLuaControl ---@field preLevel UIKmlLuaControl ---@field arrow UIKmlLuaControl ---@field nextLevel UIKmlLuaControl ---@field Title UIKmlLuaControl ---@field maxStrengthLevelBg UIKmlLuaControl ---@field maxStrengthIntro UIKmlLuaControl ---@field maxLevel UIKmlLuaControl ---@field maxLevelTips UIKmlLuaControl ---@field strength_fail UIKmlLuaControl ---@field strength_ok UIKmlLuaControl ---@field equipName UIKmlLuaControl ---@field line_1 UIKmlLuaControl ---@field line_2 UIKmlLuaControl ---@field liuguangInfo UIKmlLuaControl ---@field noticeText UIKmlLuaControl ---@field item_model UIKmlLuaControl ---@field ToggleGroupSource UIKmlLuaControl ---@field equipBtn UIKmlLuaControl ---@field bagBtn UIKmlLuaControl ---@field CloseButton UIKmlLuaControl ---@field equip_show_tips UIKmlLuaControl ---@field strength_suc_bg UIKmlLuaControl ---@field closeMask UIKmlLuaControl ---@field mask_item UIKmlLuaControl ---@field mask_text UIKmlLuaControl local KLEquipStrengthUIPanelView = {} setmetatable(KLEquipStrengthUIPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Equip/Panel/KLEquipStrengthUI/KLEquipStrengthUIPanelKml' KLEquipStrengthUIPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLEquipStrengthUIPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLEquipStrengthUIPanelView.content) end return KLEquipStrengthUIPanelView