mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-02-24 09:03:41 +00:00
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
26 lines
558 B
Text
26 lines
558 B
Text
//--- OBJECT WRITE BEGIN ---
|
|
new GuiControl(CenterPrintDlg) {
|
|
profile = "GuiModelessDialogProfile";
|
|
horizSizing = "width";
|
|
vertSizing = "height";
|
|
position = "0 0";
|
|
extent = "638 480";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
|
|
new GuiMLTextCtrl(CenterPrintText) {
|
|
profile = "ShellProgressBarTextProfile";
|
|
horizSizing = "center";
|
|
vertSizing = "center";
|
|
position = "300 240";
|
|
extent = "640 128";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
lineSpacing = "6";
|
|
};
|
|
};
|
|
|
|
|
|
//--- OBJECT WRITE END ---
|