2017-02-24 02:40:56 -06:00
|
|
|
//--- OBJECT WRITE BEGIN ---
|
2021-05-04 21:18:15 -04:00
|
|
|
$guiContent = new GuiControl(toolsMessageBoxOKDlg) {
|
2017-02-24 02:40:56 -06:00
|
|
|
profile = "GuiOverlayProfile";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
position = "0 0";
|
|
|
|
|
extent = "640 480";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
visible = "1";
|
|
|
|
|
helpTag = "0";
|
|
|
|
|
|
|
|
|
|
new GuiWindowCtrl(MBOKFrame) {
|
2019-09-29 06:44:43 -05:00
|
|
|
profile = "ToolsGuiWindowProfile";
|
2017-02-24 02:40:56 -06:00
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "center";
|
|
|
|
|
position = "170 175";
|
|
|
|
|
extent = "300 107";
|
|
|
|
|
minExtent = "48 95";
|
|
|
|
|
visible = "1";
|
|
|
|
|
helpTag = "0";
|
|
|
|
|
maxLength = "255";
|
|
|
|
|
resizeWidth = "1";
|
|
|
|
|
resizeHeight = "1";
|
|
|
|
|
canMove = "1";
|
|
|
|
|
canClose = "0";
|
|
|
|
|
canMinimize = "0";
|
|
|
|
|
canMaximize = "0";
|
|
|
|
|
minSize = "50 50";
|
|
|
|
|
text = "";
|
|
|
|
|
|
|
|
|
|
new GuiMLTextCtrl(MBOKText) {
|
2019-09-29 06:44:43 -05:00
|
|
|
profile = "ToolsGuiMLTextProfile";
|
2017-02-24 02:40:56 -06:00
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "bottom";
|
|
|
|
|
position = "9 35";
|
|
|
|
|
extent = "281 24";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
visible = "1";
|
|
|
|
|
helpTag = "0";
|
|
|
|
|
lineSpacing = "2";
|
|
|
|
|
allowColorChars = "0";
|
|
|
|
|
maxChars = "-1";
|
|
|
|
|
};
|
|
|
|
|
new GuiButtonCtrl() {
|
2019-09-29 06:44:43 -05:00
|
|
|
profile = "ToolsGuiButtonProfile";
|
2017-02-24 02:40:56 -06:00
|
|
|
horizSizing = "right";
|
|
|
|
|
vertSizing = "top";
|
|
|
|
|
position = "111 75";
|
|
|
|
|
extent = "80 24";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
visible = "1";
|
2020-07-24 00:40:03 -05:00
|
|
|
command = "MessageCallback(toolsMessageBoxOKDlg,toolsMessageBoxOKDlg.callback);";
|
2017-02-24 02:40:56 -06:00
|
|
|
accelerator = "return";
|
|
|
|
|
helpTag = "0";
|
|
|
|
|
text = "Ok";
|
|
|
|
|
simpleStyle = "0";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
//--- OBJECT WRITE END ---
|