---@class KLUnionLeaderOperatePanelView:UIKmlLuaViewBase ---@field BtnMask UIKmlLuaControl ---@field Bg UIKmlLuaControl ---@field txtTitle UIKmlLuaControl ---@field ImgTitle_left UIKmlLuaControl ---@field ImgTitle_right UIKmlLuaControl ---@field btnConfirm UIKmlLuaControl ---@field btnCancel UIKmlLuaControl ---@field BgCost UIKmlLuaControl ---@field text14 UIKmlLuaControl ---@field textCost UIKmlLuaControl ---@field item17 UIKmlLuaControl ---@field txtDesc UIKmlLuaControl ---@field txtCondTitle UIKmlLuaControl ---@field txtCond1 UIKmlLuaControl ---@field img21 UIKmlLuaControl ---@field txtCond2 UIKmlLuaControl ---@field img23 UIKmlLuaControl local KLUnionLeaderOperatePanelView = {} setmetatable(KLUnionLeaderOperatePanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Union/Panel/KLUnionLeaderOperate/KLUnionLeaderOperatePanelKml' KLUnionLeaderOperatePanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUnionLeaderOperatePanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUnionLeaderOperatePanelView.content) end return KLUnionLeaderOperatePanelView