---@class KLPopoverPanelView:UIKmlLuaViewBase ---@field Bg UIKmlLuaControl ---@field ScrollView UIKmlLuaControl ---@field leftdatalist UIKmlLuaControl local KLPopoverPanelView = {} setmetatable(KLPopoverPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/Preview/Panel/KLPopover/KLPopoverPanelKml' KLPopoverPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLPopoverPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLPopoverPanelView.content) end return KLPopoverPanelView