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

47 lines
1 KiB
Plaintext

//--- OBJECT WRITE BEGIN ---
new GuiControl(RPGbottomPrint) {
profile = "GuiDefaultProfile";
horizSizing = "center";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
hideCursor = "1";
bypassHideCursor = "0";
helpTag = "0";
pushed = "0";
new ShellFieldCtrl(RPGBPBackGround) {
profile = "ShellFieldProfile";
horizSizing = "center";
vertSizing = "relative";
position = "50 429";
extent = "540 50";
minExtent = "16 18";
visible = "1";
hideCursor = "1";
bypassHideCursor = "0";
helpTag = "0";
new GuiMLTextCtrl(RPGBPTXT) {
profile = "NewTextEditProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "5 5";
extent = "540 16";
minExtent = "8 8";
visible = "1";
hideCursor = "1";
bypassHideCursor = "0";
helpTag = "0";
lineSpacing = "2";
allowColorChars = "1";
maxChars = "90000";
deniedSound = "InputDeniedSound";
};
};
};
//--- OBJECT WRITE END ---