mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-01-20 01:54:47 +00:00
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 ---
|