UNPKG

commonui-lib-test

Version:

"#common ui lib test"

21 lines (20 loc) 812 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogMaintenance extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogMaintenance")); } onConstruct() { this.ctrlPingtimes = this.getController("ctrlPingtimes"); this.labelWindowFrame = (this.getChild("labelWindowFrame")); this.textTips = (this.getChild("textTips")); this.comMaintenance = (this.getChild("comMaintenance")); this.btnComfirm = (this.getChild("btnComfirm")); } } exports.default = dialogMaintenance; dialogMaintenance.URL = "ui://lh4a80jdao89ae";