1234567891011121314151617181920212223242526272829303132333435 |
- /** 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 <UI_WX_S_01>(fgui.UIPackage.createObject("WXSExport","WX_S_01"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_n8 = <UI_ExportBg>(this.getChildAt(0));
- this.m_n9 = <fgui.GGraph>(this.getChildAt(1));
- this.m_n10 = <fgui.GGraph>(this.getChildAt(2));
- this.m_listIcon = <fgui.GList>(this.getChildAt(3));
- this.m_n13 = <fgui.GTextField>(this.getChildAt(4));
- this.m_btnCll = <UI_btnCll>(this.getChildAt(5));
- this.m_n11 = <fgui.GGroup>(this.getChildAt(6));
- }
- }
|