ironsphererpg/gui/EmailComposeDlg.gui

219 lines
5.2 KiB
Plaintext
Raw Permalink Normal View History

//--- OBJECT WRITE BEGIN ---
new GuiControl(EMailComposeDlg) {
profile = "GuiModelessDialogProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
state = "done";
key = "6";
new ShellWindowCtrl(EmailComposeWindow) {
profile = "ShellWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "77 37";
extent = "500 408";
minExtent = "386 230";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "COMPOSE EMAIL";
maxLength = "255";
frameBase = "gui/window";
borderWidth = "2";
resizeWidth = "1";
resizeHeight = "1";
canMove = "1";
canClose = "1";
closeCommand = "EmailComposeDlg.Cancel();";
new ShellTextEditCtrl(Email_TOEdit) {
profile = "NewTextEditProfile";
horizSizing = "width";
vertSizing = "bottom";
position = "51 30";
extent = "443 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
maxLength = "2001";
historySize = "0";
password = "0";
tabComplete = "0";
deniedSound = "InputDeniedSound";
glowOffset = "9 9";
};
new ShellTextEditCtrl(Email_CCEdit) {
profile = "NewTextEditProfile";
horizSizing = "width";
vertSizing = "bottom";
position = "51 56";
extent = "443 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
maxLength = "2001";
historySize = "0";
password = "0";
tabComplete = "0";
deniedSound = "InputDeniedSound";
glowOffset = "9 9";
};
new ShellTextEditCtrl(EMail_Subject) {
profile = "NewTextEditProfile";
horizSizing = "width";
vertSizing = "bottom";
position = "51 82";
extent = "443 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
variable = "$EmailSubject";
helpTag = "0";
maxLength = "48";
historySize = "0";
password = "0";
tabComplete = "0";
deniedSound = "InputDeniedSound";
glowOffset = "9 9";
};
new ShellScrollCtrl() {
profile = "NewScrollCtrlProfile";
horizSizing = "width";
vertSizing = "height";
position = "11 117";
extent = "478 250";
minExtent = "24 52";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
willFirstRespond = "1";
hScrollBar = "alwaysOff";
vScrollBar = "alwaysOn";
constantThumbHeight = "0";
defaultLineHeight = "15";
childMargin = "3 3";
fieldBase = "gui/shll_field";
new GuiScrollContentCtrl() {
profile = "GuiDefaultProfile";
horizSizing = "width";
vertSizing = "height";
position = "7 7";
extent = "448 236";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
new GuiMLTextEditCtrl(EmailBodyText) {
profile = "ShellMessageTextProfile";
horizSizing = "width";
vertSizing = "height";
position = "0 0";
extent = "448 236";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
lineSpacing = "2";
allowColorChars = "0";
maxChars = "3600";
deniedSound = "InputDeniedSound";
};
};
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "top";
position = "96 368";
extent = "100 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "EmailComposeDlg.Cancel();";
accelerator = "escape";
helpTag = "0";
text = "CANCEL";
simpleStyle = "0";
};
new ShellBitmapButton() {
profile = "ShellButtonProfile";
horizSizing = "left";
vertSizing = "top";
position = "306 368";
extent = "100 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "EMailComposeDlg.SendMail();";
helpTag = "0";
text = "SEND";
simpleStyle = "0";
};
new GuiTextCtrl() {
profile = "ShellTextRightProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "8 91";
extent = "47 22";
minExtent = "8 8";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
helpTag = "0";
text = "Subject:";
maxLength = "255";
};
new ShellBitmapButton(ToButton) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "13 30";
extent = "50 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "LaunchAddressDlg();";
helpTag = "0";
text = "TO:";
simpleStyle = "0";
};
new ShellBitmapButton(CCButton) {
profile = "ShellButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "13 56";
extent = "50 38";
minExtent = "32 38";
visible = "1";
hideCursor = "0";
bypassHideCursor = "0";
command = "LaunchAddressDlg();";
helpTag = "0";
text = "CC:";
simpleStyle = "0";
};
};
};
//--- OBJECT WRITE END ---