/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ import UI_ExportBg from "./UI_ExportBg"; import UI_btnComeOn from "./UI_btnComeOn"; import UI_btnRe from "./UI_btnRe"; export default class UI_WX_S_02 extends fgui.GComponent { public m_n8:UI_ExportBg; public m_n9:fgui.GGraph; public m_listIcon:fgui.GList; public m_n13:fgui.GTextField; public m_btnContinue:UI_btnComeOn; public m_n17:fgui.GGraph; public m_listA01:fgui.GList; public m_btnBack:UI_btnRe; public static URL:string = "ui://hse3vywnpgpub"; public static createInstance():UI_WX_S_02 { return (fgui.UIPackage.createObject("WXSExport","WX_S_02")); } public constructor() { super(); } protected onConstruct(): void { this.m_n8 = (this.getChildAt(0)); this.m_n9 = (this.getChildAt(1)); this.m_listIcon = (this.getChildAt(2)); this.m_n13 = (this.getChildAt(3)); this.m_btnContinue = (this.getChildAt(4)); this.m_n17 = (this.getChildAt(5)); this.m_listA01 = (this.getChildAt(6)); this.m_btnBack = (this.getChildAt(7)); } }