123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- ---@class KLOpenServerPanelView:UIKmlLuaViewBase
- ---@field mask UIKmlLuaControl
- ---@field img1 UIKmlLuaControl
- ---@field img6 UIKmlLuaControl
- ---@field CloseImg UIKmlLuaControl
- ---@field panel2 UIKmlLuaControl
- ---@field ToggleGroupLevel UIKmlLuaControl
- ---@field scrollview1 UIKmlLuaControl
- ---@field gridview1 UIKmlLuaControl
- ---@field datalist1 UIKmlLuaControl
- ---@field BossKillPanel UIKmlLuaControl
- ---@field panel6 UIKmlLuaControl
- ---@field img8 UIKmlLuaControl
- ---@field img2 UIKmlLuaControl
- ---@field panel10 UIKmlLuaControl
- ---@field img7 UIKmlLuaControl
- ---@field text8 UIKmlLuaControl
- ---@field text2 UIKmlLuaControl
- ---@field text4 UIKmlLuaControl
- ---@field text11 UIKmlLuaControl
- ---@field text12 UIKmlLuaControl
- ---@field text13 UIKmlLuaControl
- ---@field panel13 UIKmlLuaControl
- ---@field img14 UIKmlLuaControl
- ---@field cut_area_up UIKmlLuaControl
- ---@field cut_area_down UIKmlLuaControl
- ---@field cut_area_right UIKmlLuaControl
- ---@field scrollview17 UIKmlLuaControl
- ---@field datalist34 UIKmlLuaControl
- ---@field StrengthenPanel UIKmlLuaControl
- ---@field panel3 UIKmlLuaControl
- ---@field img5 UIKmlLuaControl
- ---@field img15 UIKmlLuaControl
- ---@field panel4 UIKmlLuaControl
- ---@field img13 UIKmlLuaControl
- ---@field text15 UIKmlLuaControl
- ---@field text16 UIKmlLuaControl
- ---@field text17 UIKmlLuaControl
- ---@field text5 UIKmlLuaControl
- ---@field text6 UIKmlLuaControl
- ---@field text7 UIKmlLuaControl
- ---@field text9 UIKmlLuaControl
- ---@field panel17 UIKmlLuaControl
- ---@field img18 UIKmlLuaControl
- ---@field datalist83 UIKmlLuaControl
- ---@field panel86 UIKmlLuaControl
- ---@field panel86bg UIKmlLuaControl
- ---@field text87 UIKmlLuaControl
- ---@field text89 UIKmlLuaControl
- ---@field scrollview90 UIKmlLuaControl
- ---@field gridview91 UIKmlLuaControl
- ---@field datalist92 UIKmlLuaControl
- ---@field bgReciveImg UIKmlLuaControl
- ---@field light_btn2 UIKmlLuaControl
- ---@field button2 UIKmlLuaControl
- ---@field text103 UIKmlLuaControl
- ---@field text66s UIKmlLuaControl
- ---@field EquipDropPanel UIKmlLuaControl
- ---@field panel1 UIKmlLuaControl
- ---@field img17 UIKmlLuaControl
- ---@field img20 UIKmlLuaControl
- ---@field panel21 UIKmlLuaControl
- ---@field img22 UIKmlLuaControl
- ---@field text24 UIKmlLuaControl
- ---@field text26 UIKmlLuaControl
- ---@field text28 UIKmlLuaControl
- ---@field text29 UIKmlLuaControl
- ---@field panel27 UIKmlLuaControl
- ---@field img19 UIKmlLuaControl
- ---@field cut_area_up2 UIKmlLuaControl
- ---@field cut_area_down2 UIKmlLuaControl
- ---@field cut_area_right2 UIKmlLuaControl
- ---@field datalist54 UIKmlLuaControl
- ---@field AthleticsPanel UIKmlLuaControl
- ---@field paneltip UIKmlLuaControl
- ---@field imgtip UIKmlLuaControl
- ---@field btntip UIKmlLuaControl
- ---@field panelmid UIKmlLuaControl
- ---@field imgmid UIKmlLuaControl
- ---@field datalistMid UIKmlLuaControl
- ---@field panelbot UIKmlLuaControl
- ---@field panelbotbg UIKmlLuaControl
- ---@field textmyrank UIKmlLuaControl
- ---@field textrank UIKmlLuaControl
- ---@field scrollviewbot UIKmlLuaControl
- ---@field gridviewbot UIKmlLuaControl
- ---@field datalistbot UIKmlLuaControl
- ---@field botReciveImg UIKmlLuaControl
- ---@field light_btn22 UIKmlLuaControl
- ---@field button22 UIKmlLuaControl
- ---@field text77s UIKmlLuaControl
- ---@field textrankLv UIKmlLuaControl
- ---@field panel12 UIKmlLuaControl
- ---@field text10 UIKmlLuaControl
- ---@field countdown1 UIKmlLuaControl
- local KLOpenServerPanelView = {}
- setmetatable(KLOpenServerPanelView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/ServerActivity/Panel/KLOpenServer/KLOpenServerPanelKml'
- KLOpenServerPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLOpenServerPanelView:Init(parent)
-
- self:InitRoot(parent,kmlPath,KLOpenServerPanelView.content)
- end
- return KLOpenServerPanelView
|