---@class KLStrengthBagPanelView:UIKmlLuaViewBase ---@field cut_area_up UIKmlLuaControl ---@field cut_area_down UIKmlLuaControl ---@field img_32 UIKmlLuaControl ---@field title UIKmlLuaControl ---@field closeBtn UIKmlLuaControl ---@field sv_frame UIKmlLuaControl ---@field person_shop_btn UIKmlLuaControl ---@field storage_btn UIKmlLuaControl ---@field recycle_btn UIKmlLuaControl ---@field tidy_btn UIKmlLuaControl local KLStrengthBagPanelView = {} setmetatable(KLStrengthBagPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Bag/Panel/KLStrengthBag/KLStrengthBagPanelKml' KLStrengthBagPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLStrengthBagPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLStrengthBagPanelView.content) end return KLStrengthBagPanelView