mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-19 19:44:45 +00:00
275 lines
6.4 KiB
Plaintext
275 lines
6.4 KiB
Plaintext
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
new GuiControl(rpgstatscreen) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "640 480";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
Parent = "RPGSTAT_ROOT";
|
||
|
|
pushed = "1";
|
||
|
|
childGui = "RPGSTAT_ROOT";
|
||
|
|
|
||
|
|
new ShellPaneCtrl(RPGSTAT_ROOT) {
|
||
|
|
profile = "ShellPaneProfile";
|
||
|
|
horizSizing = "center";
|
||
|
|
vertSizing = "center";
|
||
|
|
position = "78 36";
|
||
|
|
extent = "484 407";
|
||
|
|
minExtent = "48 92";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Character Skills";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
noTitleBar = "0";
|
||
|
|
|
||
|
|
new ShellTabFrame() {
|
||
|
|
profile = "ShellTabFrameProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "17 30";
|
||
|
|
extent = "446 357";
|
||
|
|
minExtent = "254 26";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
isVertical = "1";
|
||
|
|
useCloseButton = "0";
|
||
|
|
edgeInset = "0";
|
||
|
|
};
|
||
|
|
new ShellScrollCtrl() {
|
||
|
|
profile = "NewScrollCtrlProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "22 36";
|
||
|
|
extent = "271 346";
|
||
|
|
minExtent = "24 24";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
willFirstRespond = "1";
|
||
|
|
hScrollBar = "alwaysOn";
|
||
|
|
vScrollBar = "alwaysOn";
|
||
|
|
constantThumbHeight = "0";
|
||
|
|
defaultLineHeight = "15";
|
||
|
|
childMargin = "0 0";
|
||
|
|
fieldBase = "gui/shll_field";
|
||
|
|
|
||
|
|
new GuiScrollContentCtrl() {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "4 4";
|
||
|
|
extent = "247 322";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
|
||
|
|
new ShellTextList(SkillName) {
|
||
|
|
profile = "ShellTextArrayProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "0 0";
|
||
|
|
extent = "247 8";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
enumerate = "0";
|
||
|
|
resizeCell = "1";
|
||
|
|
columns = "0";
|
||
|
|
fitParentWidth = "1";
|
||
|
|
clipColumnText = "0";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
new ShellBitmapButton() {
|
||
|
|
profile = "ShellButtonProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "402 359";
|
||
|
|
extent = "73 38";
|
||
|
|
minExtent = "32 38";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
command = "rpgStatScreen.onDone();";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Exit";
|
||
|
|
simpleStyle = "0";
|
||
|
|
};
|
||
|
|
new ShellBitmapButton() {
|
||
|
|
profile = "ShellButtonProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "295 79";
|
||
|
|
extent = "88 38";
|
||
|
|
minExtent = "32 38";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
command = "rpgStatScreen.onIncrease();";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Increase";
|
||
|
|
simpleStyle = "0";
|
||
|
|
};
|
||
|
|
new ShellTextEditCtrl(RSSAmount) {
|
||
|
|
profile = "NewTextEditProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "390 79";
|
||
|
|
extent = "64 38";
|
||
|
|
minExtent = "32 38";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
command = "RPGStatScreen.onAmount();";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "1";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "3";
|
||
|
|
historySize = "0";
|
||
|
|
password = "0";
|
||
|
|
IRCName = "0";
|
||
|
|
tabComplete = "0";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
glowOffset = "9 9";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl() {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "401 68";
|
||
|
|
extent = "45 19";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Amount:";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl() {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "307 68";
|
||
|
|
extent = "64 17";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Allocate SP:";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiMLTextCtrl(SkillDescription) {
|
||
|
|
profile = "NewTextEditProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "299 129";
|
||
|
|
extent = "155 16";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
lineSpacing = "2";
|
||
|
|
allowColorChars = "1";
|
||
|
|
maxChars = "9000";
|
||
|
|
deniedSound = "InputDeniedSound";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl() {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "306 117";
|
||
|
|
extent = "96 18";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Skill Description:";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl(SP) {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "308 47";
|
||
|
|
extent = "64 18";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "SP: 10";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new ShellBitmapButton() {
|
||
|
|
profile = "ShellButtonProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "288 359";
|
||
|
|
extent = "88 38";
|
||
|
|
minExtent = "32 38";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
command = "rpgStatScreen.onTag();";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Tag";
|
||
|
|
simpleStyle = "0";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl() {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "300 335";
|
||
|
|
extent = "148 17";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "Tag Skills (MAX 3) cannot be ";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
new GuiTextCtrl() {
|
||
|
|
profile = "GuiDefaultProfile";
|
||
|
|
horizSizing = "right";
|
||
|
|
vertSizing = "bottom";
|
||
|
|
position = "301 348";
|
||
|
|
extent = "145 13";
|
||
|
|
minExtent = "8 8";
|
||
|
|
visible = "1";
|
||
|
|
hideCursor = "0";
|
||
|
|
bypassHideCursor = "0";
|
||
|
|
helpTag = "0";
|
||
|
|
text = "changed after level 100.";
|
||
|
|
longTextBuffer = "0";
|
||
|
|
maxLength = "255";
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
//--- OBJECT WRITE END ---
|