---@class KLDevilCopyTaskProgressPanelView:UIKmlLuaViewBase ---@field bg UIKmlLuaControl ---@field img2 UIKmlLuaControl ---@field img3 UIKmlLuaControl ---@field title UIKmlLuaControl ---@field prepareRoot UIKmlLuaControl ---@field openActivityBtn UIKmlLuaControl ---@field openDes UIKmlLuaControl ---@field openDesTxt UIKmlLuaControl ---@field openTime UIKmlLuaControl ---@field fightRoot UIKmlLuaControl ---@field waveNumber UIKmlLuaControl ---@field taskName UIKmlLuaControl ---@field taskCount UIKmlLuaControl ---@field text8 UIKmlLuaControl ---@field text9 UIKmlLuaControl ---@field score UIKmlLuaControl ---@field desBtn UIKmlLuaControl ---@field rewardList UIKmlLuaControl ---@field layout14 UIKmlLuaControl ---@field exitBtn UIKmlLuaControl ---@field endTime UIKmlLuaControl local KLDevilCopyTaskProgressPanelView = {} setmetatable(KLDevilCopyTaskProgressPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Activity/Panel/KLDevilCopyTaskProgress/KLDevilCopyTaskProgressPanelKml' KLDevilCopyTaskProgressPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLDevilCopyTaskProgressPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLDevilCopyTaskProgressPanelView.content) end return KLDevilCopyTaskProgressPanelView