commonui-lib-test
Version:
"#common ui lib test"
25 lines (24 loc) • 1.06 kB
JavaScript
"use strict";
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class comError_311 extends fgui.GComponent {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "comError_311"));
}
onConstruct() {
this.ctrlCode = this.getController("ctrlCode");
this.comErrorSystem = (this.getChild("comErrorSystem"));
this.textError1004 = (this.getChild("textError1004"));
this.textError1002 = (this.getChild("textError1002"));
this.textError1003 = (this.getChild("textError1003"));
this.textError2009 = (this.getChild("textError2009"));
this.textError4032 = (this.getChild("textError4032"));
this.textError3030101 = (this.getChild("textError3030101"));
this.textError3030102 = (this.getChild("textError3030102"));
}
}
exports.default = comError_311;
comError_311.URL = "ui://lh4a80jdmmqrfq";