2020-05-20 17:19:52 -05:00
|
|
|
//--- OBJECT WRITE BEGIN ---
|
2021-05-04 21:18:15 -04:00
|
|
|
$guiContent = new GuiControl(MessageBoxDlg) {
|
2023-12-16 23:18:33 -06:00
|
|
|
extent = "1280 720";
|
2020-05-20 17:19:52 -05:00
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "GuiOverlayProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
canSaveDynamicFields = "1";
|
|
|
|
|
helpTag = "0";
|
|
|
|
|
|
2023-12-16 23:18:33 -06:00
|
|
|
new GuiInputCtrl(MessageBoxInputHandler) {
|
|
|
|
|
ignoreMouseEvents = "1";
|
|
|
|
|
ActionMap = "MessageBoxActionMap";
|
|
|
|
|
position = "-50 0";
|
|
|
|
|
extent = "2186 851";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "GuiInputCtrlProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
new GuiBitmapCtrl() {
|
|
|
|
|
BitmapAsset = "UI:backdrop_image";
|
|
|
|
|
position = "272 128";
|
|
|
|
|
extent = "735 463";
|
|
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "center";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
2020-05-20 17:19:52 -05:00
|
|
|
new GuiControl(MessageBoxCtrl) {
|
2023-12-16 23:18:33 -06:00
|
|
|
position = "319 169";
|
2020-05-20 17:19:52 -05:00
|
|
|
extent = "641 381";
|
|
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "center";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
|
2023-12-16 23:18:33 -06:00
|
|
|
new GuiPanel() {
|
|
|
|
|
extent = "641 381";
|
2020-05-20 17:19:52 -05:00
|
|
|
horizSizing = "width";
|
2023-12-16 23:18:33 -06:00
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "GuiMenuBasePanelProfile";
|
2020-05-20 17:19:52 -05:00
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
|
|
|
|
new GuiTextCtrl(MessageBoxTitleText) {
|
2020-07-23 00:22:15 -05:00
|
|
|
position = "32 7";
|
2020-05-20 17:19:52 -05:00
|
|
|
extent = "577 28";
|
2020-07-23 00:22:15 -05:00
|
|
|
horizSizing = "width";
|
2023-12-16 23:18:33 -06:00
|
|
|
profile = "MenuHeaderText";
|
2020-07-23 00:22:15 -05:00
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
2020-05-20 17:19:52 -05:00
|
|
|
new GuiMLTextCtrl(MessageBoxText) {
|
|
|
|
|
position = "81 83";
|
2020-07-23 00:22:15 -05:00
|
|
|
extent = "481 19";
|
2020-05-20 17:19:52 -05:00
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "center";
|
|
|
|
|
profile = "MenuMLSubHeaderText";
|
2020-07-23 16:26:38 -05:00
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
2023-12-16 23:18:33 -06:00
|
|
|
new GuiStackControl(MessageBoxButtonHolder) {
|
|
|
|
|
stackingType = "Horizontal";
|
|
|
|
|
position = "250 285";
|
|
|
|
|
extent = "140 40";
|
|
|
|
|
horizSizing = "width";
|
2020-07-23 16:26:38 -05:00
|
|
|
vertSizing = "top";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
2020-05-20 17:19:52 -05:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
//--- OBJECT WRITE END ---
|