ironsphererpg/gui/CenterPrint.gui
Jusctsch5 a5143b67f7 T2RPG: Initial commit of ironsphererpg directory
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
2015-01-18 21:06:06 -06:00

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 ---