1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- ---@class KLGemInlayPanelView:UIKmlLuaViewBase
- ---@field panel1 UIKmlLuaControl
- ---@field BG UIKmlLuaControl
- ---@field gemAddIcon UIKmlLuaControl
- ---@field arrContent UIKmlLuaControl
- ---@field gridview3 UIKmlLuaControl
- ---@field datalist_gemAttrs UIKmlLuaControl
- ---@field NoAttribute UIKmlLuaControl
- ---@field gemAddParentTitle UIKmlLuaControl
- ---@field scrollview15 UIKmlLuaControl
- ---@field gridview16 UIKmlLuaControl
- ---@field datalist_AllGemAttrs UIKmlLuaControl
- ---@field Title UIKmlLuaControl
- ---@field togglegroup3 UIKmlLuaControl
- ---@field BGInner_2 UIKmlLuaControl
- ---@field schemeToggle1 UIKmlLuaControl
- ---@field schemeTxt1 UIKmlLuaControl
- ---@field redPointImg1 UIKmlLuaControl
- ---@field schemeToggle2 UIKmlLuaControl
- ---@field schemeTxt2 UIKmlLuaControl
- ---@field redPointImg2 UIKmlLuaControl
- ---@field CloseButton UIKmlLuaControl
- ---@field SlateCellParentImg UIKmlLuaControl
- ---@field panel5 UIKmlLuaControl
- ---@field SlateAddImg UIKmlLuaControl
- ---@field SlateCell UIKmlLuaControl
- ---@field SlateImg UIKmlLuaControl
- ---@field slateLevelTxt UIKmlLuaControl
- ---@field ToggleGroupSource UIKmlLuaControl
- ---@field gemBtn UIKmlLuaControl
- ---@field GemCellParentImg UIKmlLuaControl
- ---@field GemCell1Parent UIKmlLuaControl
- ---@field SelectImg1 UIKmlLuaControl
- ---@field AddImg1 UIKmlLuaControl
- ---@field GemCell1 UIKmlLuaControl
- ---@field GemCellImg1 UIKmlLuaControl
- ---@field gemLevelTxt1 UIKmlLuaControl
- ---@field GemCell2Parent UIKmlLuaControl
- ---@field SelectImg2 UIKmlLuaControl
- ---@field AddImg2 UIKmlLuaControl
- ---@field GemCell2 UIKmlLuaControl
- ---@field GemCellImg2 UIKmlLuaControl
- ---@field gemLevelTxt2 UIKmlLuaControl
- ---@field GemCell3Parent UIKmlLuaControl
- ---@field SelectImg3 UIKmlLuaControl
- ---@field AddImg3 UIKmlLuaControl
- ---@field GemCell3 UIKmlLuaControl
- ---@field GemCellImg3 UIKmlLuaControl
- ---@field gemLevelTxt3 UIKmlLuaControl
- ---@field panel3 UIKmlLuaControl
- ---@field equipbg UIKmlLuaControl
- ---@field scroll_text_template UIKmlLuaControl
- ---@field KmlScrollTextTemplate UIKmlLuaControl
- ---@field equipName UIKmlLuaControl
- ---@field zhu_item UIKmlLuaControl
- ---@field zhu_add UIKmlLuaControl
- ---@field zhu_click UIKmlLuaControl
- ---@field AllGemAddParent_1 UIKmlLuaControl
- ---@field AllGemAddTxtTitle UIKmlLuaControl
- ---@field HelpBtn UIKmlLuaControl
- local KLGemInlayPanelView = {}
- setmetatable(KLGemInlayPanelView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/Equip/Panel/KLGemInlay/KLGemInlayPanelKml'
- KLGemInlayPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLGemInlayPanelView:Init(parent)
-
- self:InitRoot(parent,kmlPath,KLGemInlayPanelView.content)
- end
- return KLGemInlayPanelView
|