mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
27 lines
558 B
Plaintext
27 lines
558 B
Plaintext
//--- 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 ---
|