---@class KLMainRechargePanelView:UIKmlLuaViewBase ---@field rechargePanel UIKmlLuaControl ---@field txt_title UIKmlLuaControl ---@field btn_close UIKmlLuaControl ---@field togglegroup UIKmlLuaControl ---@field scrollview_tog UIKmlLuaControl ---@field layout6 UIKmlLuaControl ---@field TogInfoList UIKmlLuaControl ---@field img_rechargeMask UIKmlLuaControl ---@field subParent UIKmlLuaControl local KLMainRechargePanelView = {} setmetatable(KLMainRechargePanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/MainRecharge/Panel/KLMainRecharge/KLMainRechargePanelKml' KLMainRechargePanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLMainRechargePanelView:Init(parent) self:InitRoot(parent,kmlPath,KLMainRechargePanelView.content) end return KLMainRechargePanelView