2019-08-29 00:22:33 -05:00
|
|
|
//--- OBJECT WRITE BEGIN ---
|
2021-05-04 21:18:15 -04:00
|
|
|
$guiContent = new GuiControl(RemapDlg) {
|
2019-08-29 00:22:33 -05:00
|
|
|
extent = "1024 768";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
isContainer = "1";
|
|
|
|
|
canSaveDynamicFields = "1";
|
|
|
|
|
helpTag = "0";
|
|
|
|
|
|
|
|
|
|
new GuiContainer(RemapPanel) {
|
2022-12-16 00:35:16 -06:00
|
|
|
position = "162 332";
|
|
|
|
|
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";
|
|
|
|
|
};
|
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
|
|
|
|
|
|
|
|
new GuiBitmapBarCtrl() {
|
|
|
|
|
BitmapAsset = "UI:panel_image";
|
|
|
|
|
extent = "701 40";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
|
|
|
|
new GuiBitmapBarCtrl() {
|
|
|
|
|
BitmapAsset = "UI:panel_low_image";
|
|
|
|
|
position = "0 40";
|
|
|
|
|
extent = "701 341";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
profile = "GuiDefaultProfile";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
|
|
|
|
new GuiTextCtrl() {
|
|
|
|
|
text = "Press escape to cancel";
|
|
|
|
|
maxLength = "255";
|
|
|
|
|
position = "260 67";
|
|
|
|
|
extent = "181 23";
|
|
|
|
|
minExtent = "8 8";
|
|
|
|
|
horizSizing = "width";
|
|
|
|
|
vertSizing = "height";
|
|
|
|
|
profile = "MenuMLSubHeaderTextCenter";
|
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
|
|
|
};
|
|
|
|
|
new GuiTextCtrl() {
|
|
|
|
|
text = "Re-bind \"Forward\" to...";
|
|
|
|
|
maxLength = "255";
|
|
|
|
|
position = "259 40";
|
|
|
|
|
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 ---
|