UI_WX_S_01.ts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. import UI_ExportBg from "./UI_ExportBg";
  3. import UI_btnCll from "./UI_btnCll";
  4. export default class UI_WX_S_01 extends fgui.GComponent {
  5. public m_n8:UI_ExportBg;
  6. public m_n9:fgui.GGraph;
  7. public m_n10:fgui.GGraph;
  8. public m_listIcon:fgui.GList;
  9. public m_n13:fgui.GTextField;
  10. public m_btnCll:UI_btnCll;
  11. public m_n11:fgui.GGroup;
  12. public static URL:string = "ui://hse3vywnpgpua";
  13. public static createInstance():UI_WX_S_01 {
  14. return <UI_WX_S_01>(fgui.UIPackage.createObject("WXSExport","WX_S_01"));
  15. }
  16. public constructor() {
  17. super();
  18. }
  19. protected onConstruct(): void {
  20. this.m_n8 = <UI_ExportBg>(this.getChildAt(0));
  21. this.m_n9 = <fgui.GGraph>(this.getChildAt(1));
  22. this.m_n10 = <fgui.GGraph>(this.getChildAt(2));
  23. this.m_listIcon = <fgui.GList>(this.getChildAt(3));
  24. this.m_n13 = <fgui.GTextField>(this.getChildAt(4));
  25. this.m_btnCll = <UI_btnCll>(this.getChildAt(5));
  26. this.m_n11 = <fgui.GGroup>(this.getChildAt(6));
  27. }
  28. }