ironsphererpg/gui/ImmSplashDlg.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

37 lines
784 B
Plaintext

//--- OBJECT WRITE BEGIN ---
new GuiControl(ImmSplashDlg) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
helpTag = "0";
new GuiControl() {
profile = "GuiModelessDialogProfile";
horizSizing = "center";
vertSizing = "center";
position = "40 150";
extent = "540 168";
minExtent = "8 8";
visible = "1";
helpTag = "0";
new GuiBitmapCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "540 168";
minExtent = "8 8";
visible = "1";
helpTag = "0";
bitmap = "gui/ImmersionLogo.png";
wrap = "0";
};
};
};
//--- OBJECT WRITE END ---