/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class UI_btnJS extends fgui.GButton { public m_n16:fgui.GGraph; public m_n14:fgui.GGraph; public m_title:fgui.GTextField; public m_txtNum:fgui.GTextField; public m_n19:fgui.GImage; public static URL:string = "ui://hse3vywnpgpu8"; public static createInstance():UI_btnJS { return (fgui.UIPackage.createObject("WXSExport","btnJS")); } public constructor() { super(); } protected onConstruct(): void { this.m_n16 = (this.getChildAt(0)); this.m_n14 = (this.getChildAt(1)); this.m_title = (this.getChildAt(2)); this.m_txtNum = (this.getChildAt(3)); this.m_n19 = (this.getChildAt(4)); } }