1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- ---@class KLOpenServerAthleticsPanelView:UIKmlLuaViewBase
- ---@field bg UIKmlLuaControl
- ---@field img3 UIKmlLuaControl
- ---@field TradePageList UIKmlLuaControl
- ---@field layout5 UIKmlLuaControl
- ---@field BtnRanking UIKmlLuaControl
- ---@field Red1 UIKmlLuaControl
- ---@field BtnChallenge UIKmlLuaControl
- ---@field BtnLimitIcon UIKmlLuaControl
- ---@field Red2 UIKmlLuaControl
- ---@field BtnGiftBag UIKmlLuaControl
- ---@field Red3 UIKmlLuaControl
- ---@field BtnList UIKmlLuaControl
- ---@field layout6 UIKmlLuaControl
- ---@field BtnDataList UIKmlLuaControl
- ---@field RankPanel UIKmlLuaControl
- ---@field RankList UIKmlLuaControl
- ---@field UIOpenServerRankingDataList UIKmlLuaControl
- ---@field TxtTimePrefix UIKmlLuaControl
- ---@field Mintxt UIKmlLuaControl
- ---@field Tiptxt UIKmlLuaControl
- ---@field MidText UIKmlLuaControl
- ---@field PersonPanel UIKmlLuaControl
- ---@field PersonList UIKmlLuaControl
- ---@field UIPersonChallengeDataList UIKmlLuaControl
- ---@field PersonLastitem UIKmlLuaControl
- ---@field PersonLastCount UIKmlLuaControl
- ---@field PersonLastItemList UIKmlLuaControl
- ---@field layout59 UIKmlLuaControl
- ---@field PersonLastLimitAward UIKmlLuaControl
- ---@field PersonLastEndIcon UIKmlLuaControl
- ---@field PersonLastLimitTime UIKmlLuaControl
- ---@field PersonLastBtnGo UIKmlLuaControl
- ---@field PersonLastjindu_count UIKmlLuaControl
- ---@field Red4 UIKmlLuaControl
- ---@field PersonLastFinished UIKmlLuaControl
- ---@field GiftPanel UIKmlLuaControl
- ---@field GiftList UIKmlLuaControl
- ---@field GiftListDataList UIKmlLuaControl
- local KLOpenServerAthleticsPanelView = {}
- setmetatable(KLOpenServerAthleticsPanelView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/OpenServerAthletics/Panel/KLOpenServerAthletics/KLOpenServerAthleticsPanelKml'
- KLOpenServerAthleticsPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLOpenServerAthleticsPanelView:Init(parent)
-
- self:InitRoot(parent,kmlPath,KLOpenServerAthleticsPanelView.content)
- end
- return KLOpenServerAthleticsPanelView
|