/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ import UI_ExportBg from "./UI_ExportBg"; import UI_btnCll from "./UI_btnCll"; export default class UI_WX_S_01 extends fgui.GComponent { public m_n8:UI_ExportBg; public m_n9:fgui.GGraph; public m_n10:fgui.GGraph; public m_listIcon:fgui.GList; public m_n13:fgui.GTextField; public m_btnCll:UI_btnCll; public m_n11:fgui.GGroup; public static URL:string = "ui://hse3vywnpgpua"; public static createInstance():UI_WX_S_01 { return (fgui.UIPackage.createObject("WXSExport","WX_S_01")); } public constructor() { super(); } protected onConstruct(): void { this.m_n8 = (this.getChildAt(0)); this.m_n9 = (this.getChildAt(1)); this.m_n10 = (this.getChildAt(2)); this.m_listIcon = (this.getChildAt(3)); this.m_n13 = (this.getChildAt(4)); this.m_btnCll = (this.getChildAt(5)); this.m_n11 = (this.getChildAt(6)); } }