commonui-lib-test
Version:
"#common ui lib test"
46 lines (45 loc) • 2.3 kB
JavaScript
"use strict";
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class dialogError extends fgui.GComponent {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "dialogError"));
}
onConstruct() {
this.ctrlServer = this.getController("ctrlServer");
this.labelWindowFrame = (this.getChild("labelWindowFrame"));
this.textTips = (this.getChild("textTips"));
this.comErrorSystem = (this.getChild("comErrorSystem"));
this.comError_1 = (this.getChild("comError_1"));
this.comError_2 = (this.getChild("comError_2"));
this.comError_3 = (this.getChild("comError_3"));
this.comError_7 = (this.getChild("comError_7"));
this.comError_8 = (this.getChild("comError_8"));
this.comError_11 = (this.getChild("comError_11"));
this.comError_12 = (this.getChild("comError_12"));
this.comError_13 = (this.getChild("comError_13"));
this.comError_15 = (this.getChild("comError_15"));
this.comError_16 = (this.getChild("comError_16"));
this.comError_17 = (this.getChild("comError_17"));
this.comError_19 = (this.getChild("comError_19"));
this.comError_20 = (this.getChild("comError_20"));
this.comError_300 = (this.getChild("comError_300"));
this.comError_301 = (this.getChild("comError_301"));
this.comError_302 = (this.getChild("comError_302"));
this.comError_303 = (this.getChild("comError_303"));
this.comError_304 = (this.getChild("comError_304"));
this.comError_305 = (this.getChild("comError_305"));
this.comError_306 = (this.getChild("comError_306"));
this.comError_307 = (this.getChild("comError_307"));
this.comError_308 = (this.getChild("comError_308"));
this.comError_309 = (this.getChild("comError_309"));
this.comError_310 = (this.getChild("comError_310"));
this.comError_311 = (this.getChild("comError_311"));
this.btnComfirm = (this.getChild("btnComfirm"));
}
}
exports.default = dialogError;
dialogError.URL = "ui://lh4a80jdmmqrfd";