|
@@ -1,19 +1,19 @@
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
import UI_ExportBg from "./UI_ExportBg";
|
|
import UI_ExportBg from "./UI_ExportBg";
|
|
-import UI_btnComeOn from "./UI_btnComeOn";
|
|
|
|
import UI_btnRe from "./UI_btnRe";
|
|
import UI_btnRe from "./UI_btnRe";
|
|
|
|
+import UI_btnComeOn from "./UI_btnComeOn";
|
|
|
|
|
|
export default class UI_WX_S_02 extends fgui.GComponent {
|
|
export default class UI_WX_S_02 extends fgui.GComponent {
|
|
|
|
|
|
public m_n8:UI_ExportBg;
|
|
public m_n8:UI_ExportBg;
|
|
public m_n9:fgui.GGraph;
|
|
public m_n9:fgui.GGraph;
|
|
- public m_listIcon:fgui.GList;
|
|
|
|
public m_n13:fgui.GTextField;
|
|
public m_n13:fgui.GTextField;
|
|
- public m_btnContinue:UI_btnComeOn;
|
|
|
|
public m_n17:fgui.GGraph;
|
|
public m_n17:fgui.GGraph;
|
|
public m_listA01:fgui.GList;
|
|
public m_listA01:fgui.GList;
|
|
|
|
+ public m_listIcon:fgui.GList;
|
|
public m_btnBack:UI_btnRe;
|
|
public m_btnBack:UI_btnRe;
|
|
|
|
+ public m_btnContinue:UI_btnComeOn;
|
|
|
|
|
|
public static URL:string = "ui://hse3vywnpgpub";
|
|
public static URL:string = "ui://hse3vywnpgpub";
|
|
|
|
|
|
@@ -28,11 +28,11 @@ export default class UI_WX_S_02 extends fgui.GComponent {
|
|
protected onConstruct(): void {
|
|
protected onConstruct(): void {
|
|
this.m_n8 = <UI_ExportBg>(this.getChildAt(0));
|
|
this.m_n8 = <UI_ExportBg>(this.getChildAt(0));
|
|
this.m_n9 = <fgui.GGraph>(this.getChildAt(1));
|
|
this.m_n9 = <fgui.GGraph>(this.getChildAt(1));
|
|
- this.m_listIcon = <fgui.GList>(this.getChildAt(2));
|
|
|
|
- this.m_n13 = <fgui.GTextField>(this.getChildAt(3));
|
|
|
|
- this.m_btnContinue = <UI_btnComeOn>(this.getChildAt(4));
|
|
|
|
- this.m_n17 = <fgui.GGraph>(this.getChildAt(5));
|
|
|
|
- this.m_listA01 = <fgui.GList>(this.getChildAt(6));
|
|
|
|
- this.m_btnBack = <UI_btnRe>(this.getChildAt(7));
|
|
|
|
|
|
+ this.m_n13 = <fgui.GTextField>(this.getChildAt(2));
|
|
|
|
+ this.m_n17 = <fgui.GGraph>(this.getChildAt(3));
|
|
|
|
+ this.m_listA01 = <fgui.GList>(this.getChildAt(4));
|
|
|
|
+ this.m_listIcon = <fgui.GList>(this.getChildAt(5));
|
|
|
|
+ this.m_btnBack = <UI_btnRe>(this.getChildAt(6));
|
|
|
|
+ this.m_btnContinue = <UI_btnComeOn>(this.getChildAt(7));
|
|
}
|
|
}
|
|
}
|
|
}
|