12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- ---@class KLSiegeRewardPanelView:UIKmlLuaViewBase
- ---@field img_33 UIKmlLuaControl
- ---@field img_34 UIKmlLuaControl
- ---@field btn_close UIKmlLuaControl
- ---@field img_36 UIKmlLuaControl
- ---@field line1 UIKmlLuaControl
- ---@field line2 UIKmlLuaControl
- ---@field img_36 UIKmlLuaControl
- ---@field left UIKmlLuaControl
- ---@field LeftTitleIcon UIKmlLuaControl
- ---@field LeftTitleText UIKmlLuaControl
- ---@field scrollview1 UIKmlLuaControl
- ---@field layout2 UIKmlLuaControl
- ---@field title1 UIKmlLuaControl
- ---@field img1 UIKmlLuaControl
- ---@field text2 UIKmlLuaControl
- ---@field img5 UIKmlLuaControl
- ---@field LeftInfo1 UIKmlLuaControl
- ---@field LeftInfoText1 UIKmlLuaControl
- ---@field title2 UIKmlLuaControl
- ---@field img7 UIKmlLuaControl
- ---@field text8 UIKmlLuaControl
- ---@field img9 UIKmlLuaControl
- ---@field LeftInfo2 UIKmlLuaControl
- ---@field LeftInfoText2 UIKmlLuaControl
- ---@field title3 UIKmlLuaControl
- ---@field img12 UIKmlLuaControl
- ---@field text13 UIKmlLuaControl
- ---@field img13 UIKmlLuaControl
- ---@field LeftInfo3 UIKmlLuaControl
- ---@field LeftInfoText3 UIKmlLuaControl
- ---@field title4 UIKmlLuaControl
- ---@field img8 UIKmlLuaControl
- ---@field text9 UIKmlLuaControl
- ---@field img16 UIKmlLuaControl
- ---@field LeftInfo4 UIKmlLuaControl
- ---@field LeftInfoText4 UIKmlLuaControl
- ---@field mid UIKmlLuaControl
- ---@field MidTitleIcon UIKmlLuaControl
- ---@field text3 UIKmlLuaControl
- ---@field scrollview4 UIKmlLuaControl
- ---@field layout5 UIKmlLuaControl
- ---@field panel1 UIKmlLuaControl
- ---@field img2 UIKmlLuaControl
- ---@field text4 UIKmlLuaControl
- ---@field img6 UIKmlLuaControl
- ---@field img35 UIKmlLuaControl
- ---@field layout7 UIKmlLuaControl
- ---@field text10 UIKmlLuaControl
- ---@field Reward1 UIKmlLuaControl
- ---@field Reward1Scrollview UIKmlLuaControl
- ---@field layout21 UIKmlLuaControl
- ---@field Reward1DataList UIKmlLuaControl
- ---@field layout36 UIKmlLuaControl
- ---@field text37 UIKmlLuaControl
- ---@field Reward2 UIKmlLuaControl
- ---@field Reward2Scrollview UIKmlLuaControl
- ---@field layout40 UIKmlLuaControl
- ---@field Reward2DataList UIKmlLuaControl
- ---@field panel11 UIKmlLuaControl
- ---@field img14 UIKmlLuaControl
- ---@field text15 UIKmlLuaControl
- ---@field img17 UIKmlLuaControl
- ---@field layout18 UIKmlLuaControl
- ---@field text19 UIKmlLuaControl
- ---@field Reward3 UIKmlLuaControl
- ---@field Reward3Scrollview UIKmlLuaControl
- ---@field layout46 UIKmlLuaControl
- ---@field Reward3DataList UIKmlLuaControl
- ---@field right UIKmlLuaControl
- ---@field img3 UIKmlLuaControl
- ---@field text5 UIKmlLuaControl
- ---@field panel9 UIKmlLuaControl
- ---@field img10 UIKmlLuaControl
- ---@field text11 UIKmlLuaControl
- ---@field Reward4Scrollview UIKmlLuaControl
- ---@field layout41 UIKmlLuaControl
- ---@field Reward4DataList UIKmlLuaControl
- local KLSiegeRewardPanelView = {}
- setmetatable(KLSiegeRewardPanelView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/LoranSiege/Panel/KLSiegeReward/KLSiegeRewardPanelKml'
- KLSiegeRewardPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLSiegeRewardPanelView:Init(parent)
- self:InitRoot(parent,kmlPath,KLSiegeRewardPanelView.content)
- end
- return KLSiegeRewardPanelView
|