UNPKG

commonui-lib-test

Version:

"#common ui lib test"

23 lines (22 loc) 919 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogRecord extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogRecord")); } onConstruct() { this.labelWindowFrame = (this.getChild("labelWindowFrame")); this.textRecord = (this.getChild("textRecord")); this.imgDialogInside = (this.getChild("imgDialogInside")); this.comTextTitle = (this.getChild("comTextTitle")); this.listRecord = (this.getChild("listRecord")); this.comTextRecordLast = (this.getChild("comTextRecordLast")); this.btnClose = (this.getChild("btnClose")); } } exports.default = dialogRecord; dialogRecord.URL = "ui://lh4a80jdao89an";