| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- //--- OBJECT WRITE BEGIN ---
- %guiContent = new GuiControl(RemapConfirmDlg) {
- position = "0 0";
- extent = "1024 768";
- minExtent = "8 8";
- horizSizing = "right";
- vertSizing = "bottom";
- profile = "GuiDefaultProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "1";
- helpTag = "0";
- new GuiContainer(RemapConfirmationPanel) {
- margin = "0 0 0 0";
- padding = "0 0 0 0";
- anchorTop = "1";
- anchorBottom = "0";
- anchorLeft = "1";
- anchorRight = "0";
- position = "168 352";
- extent = "700 64";
- minExtent = "8 2";
- horizSizing = "center";
- vertSizing = "center";
- profile = "GuiDefaultProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- new GuiChunkedBitmapCtrl() {
- bitmapAsset = "UI:hudfill_image";
- useVariable = "0";
- tile = "0";
- position = "0 0";
- extent = "700 64";
- minExtent = "8 2";
- horizSizing = "right";
- vertSizing = "bottom";
- profile = "GuiDefaultProfile";
- visible = "1";
- active = "1";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- new GuiTextCtrl(RemapConfirmationText) {
- text = "\"m\" is already bound to \"Forward\"!\nDo you wish to replace this mapping?";
- maxLength = "255";
- margin = "0 0 0 0";
- padding = "0 0 0 0";
- anchorTop = "1";
- anchorBottom = "0";
- anchorLeft = "1";
- anchorRight = "0";
- position = "0 8";
- extent = "700 20";
- minExtent = "8 8";
- horizSizing = "width";
- vertSizing = "height";
- profile = "GuiMenuButtonProfile";
- visible = "1";
- active = "1";
- accelerator = "return";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "1";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- new GuiButtonCtrl(RemapConfirmationYesButton) {
- text = "Yes";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- position = "270 36";
- extent = "80 22";
- minExtent = "8 8";
- horizSizing = "right";
- vertSizing = "top";
- profile = "GuiMenuButtonProfile";
- visible = "1";
- active = "1";
- command = "ControlsMenu.redoMapping(keyboard, \"m\", \"jump\", 0, 4); Canvas.popDialog();";
- accelerator = "return";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- new GuiButtonCtrl(RemapConfirmationNoButton) {
- text = "No";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- position = "367 36";
- extent = "80 22";
- minExtent = "8 8";
- horizSizing = "right";
- vertSizing = "top";
- profile = "GuiMenuButtonProfile";
- visible = "1";
- active = "1";
- command = "Canvas.popDialog();";
- accelerator = "escape";
- tooltipProfile = "GuiToolTipProfile";
- hovertime = "1000";
- isContainer = "0";
- canSave = "1";
- canSaveDynamicFields = "0";
- };
- };
- };
- //--- OBJECT WRITE END ---
|