/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ import UI_ExportBg from "./UI_ExportBg"; import UI_btnJS from "./UI_btnJS"; import UI_btnJXZD from "./UI_btnJXZD"; export default class UI_WX_S_04 extends fgui.GComponent { public m_n8:UI_ExportBg; public m_n9:fgui.GGraph; public m_n13:fgui.GTextField; public m_listIcon:fgui.GList; public m_btnVideo:UI_btnJS; public m_btnContine:UI_btnJXZD; public m_n17:fgui.GTextField; public m_n18:fgui.GTextField; public m_n19:fgui.GImage; public m_n20:fgui.GGroup; public static URL:string = "ui://hse3vywnpgpuc"; public static createInstance():UI_WX_S_04 { return (fgui.UIPackage.createObject("WXSExport","WX_S_04")); } public constructor() { super(); } protected onConstruct(): void { this.m_n8 = (this.getChildAt(0)); this.m_n9 = (this.getChildAt(1)); this.m_n13 = (this.getChildAt(2)); this.m_listIcon = (this.getChildAt(3)); this.m_btnVideo = (this.getChildAt(4)); this.m_btnContine = (this.getChildAt(5)); this.m_n17 = (this.getChildAt(6)); this.m_n18 = (this.getChildAt(7)); this.m_n19 = (this.getChildAt(8)); this.m_n20 = (this.getChildAt(9)); } }