mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-11 14:34:51 +00:00
Initial commit
This commit is contained in:
parent
2211ed7650
commit
ebb3dc9cdd
10121 changed files with 801 additions and 4 deletions
26
docs/base/@vl2/scripts.vl2/gui/CenterPrint.gui
Normal file
26
docs/base/@vl2/scripts.vl2/gui/CenterPrint.gui
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
//--- 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 ---
|
||||
Loading…
Add table
Add a link
Reference in a new issue