2019-08-29 00:22:33 -05:00
|
|
|
//--- OBJECT WRITE BEGIN ---
|
2021-05-04 21:18:15 -04:00
|
|
|
$guiContent = new GuiControl(RemapDlg) {
|
2023-12-19 02:36:43 -06:00
|
|
|
extent = "1280 720";
|
2019-08-29 00:22:33 -05:00
|
|
|
minExtent = "8 8";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
canSaveDynamicFields = "1";
|
|
|
|
|
helpTag = "0";
|
|
|
|
|
|
|
|
|
|
new GuiContainer(RemapPanel) {
|
2023-12-19 02:36:43 -06:00
|
|
|
position = "290 308";
|
2022-12-16 00:35:16 -06:00
|
|
|
extent = "700 104";
|
2019-08-29 00:22:33 -05:00
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "center";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
|
|
|
|
|
new GuiInputCtrl(OptRemapInputCtrl) {
|
|
|
|
|
position = "480 0";
|
2022-12-16 00:35:16 -06:00
|
|
|
extent = "64 104";
|
2019-08-29 00:22:33 -05:00
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "GuiInputCtrlProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
2024-01-01 01:42:53 -06:00
|
|
|
sendAxisEvents = "0";
|
2019-08-29 00:22:33 -05:00
|
|
|
};
|
2022-12-16 00:35:16 -06:00
|
|
|
new GuiControl(RemapBoxCtrl) {
|
|
|
|
|
position = "-1 1";
|
|
|
|
|
extent = "701 102";
|
|
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "center";
|
2019-08-29 00:22:33 -05:00
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
isContainer = "1";
|
2022-12-16 00:35:16 -06:00
|
|
|
|
2023-12-19 02:36:43 -06:00
|
|
|
new GuiBitmapCtrl() {
|
|
|
|
|
BitmapAsset = "UI:backdrop_image";
|
|
|
|
|
position = "1 1";
|
|
|
|
|
extent = "701 100";
|
2022-12-16 00:35:16 -06:00
|
|
|
horizSizing = "width";
|
2023-12-19 02:36:43 -06:00
|
|
|
vertSizing = "height";
|
2022-12-16 00:35:16 -06:00
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
2023-12-19 02:36:43 -06:00
|
|
|
new GuiPanel() {
|
|
|
|
|
position = "38 12";
|
|
|
|
|
extent = "625 80";
|
2022-12-16 00:35:16 -06:00
|
|
|
horizSizing = "width";
|
2023-12-19 02:36:43 -06:00
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "GuiMenuBasePanelProfile";
|
2022-12-16 00:35:16 -06:00
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
|
|
|
|
new GuiTextCtrl() {
|
2023-12-19 02:36:43 -06:00
|
|
|
text = "Press escape or start to cancel";
|
2022-12-16 00:35:16 -06:00
|
|
|
maxLength = "255";
|
2023-12-19 02:36:43 -06:00
|
|
|
position = "252 51";
|
|
|
|
|
extent = "245 23";
|
2022-12-16 00:35:16 -06:00
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "MenuMLSubHeaderTextCenter";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
|
|
|
|
new GuiTextCtrl() {
|
2023-12-19 02:36:43 -06:00
|
|
|
text = "Re-bind \"\" to...";
|
2022-12-16 00:35:16 -06:00
|
|
|
maxLength = "255";
|
2023-12-19 02:36:43 -06:00
|
|
|
position = "251 24";
|
2022-12-16 00:35:16 -06:00
|
|
|
extent = "184 23";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "center";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "MenuMLSubHeaderTextCenter";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
internalName = "OptRemapText";
|
|
|
|
|
};
|
2019-08-29 00:22:33 -05:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
//--- OBJECT WRITE END ---
|