---@class KLPreviewPanelView:UIKmlLuaViewBase ---@field PreviewUI UIKmlLuaControl ---@field BG UIKmlLuaControl ---@field Previewview UIKmlLuaControl ---@field layout UIKmlLuaControl ---@field previewlist UIKmlLuaControl ---@field content_scroll UIKmlLuaControl ---@field content_layout_scroll UIKmlLuaControl ---@field contentlist UIKmlLuaControl ---@field preview_receive UIKmlLuaControl ---@field receive_item UIKmlLuaControl ---@field clickItem UIKmlLuaControl ---@field receive_btn UIKmlLuaControl ---@field btnEffect UIKmlLuaControl ---@field receive_text UIKmlLuaControl ---@field title UIKmlLuaControl ---@field closeBtn UIKmlLuaControl local KLPreviewPanelView = {} setmetatable(KLPreviewPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/Preview/Panel/KLPreview/KLPreviewPanelKml' KLPreviewPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLPreviewPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLPreviewPanelView.content) end return KLPreviewPanelView