remapDlg.gui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. //--- OBJECT WRITE BEGIN ---
  2. $guiContent = new GuiControl(RemapDlg) {
  3. extent = "1280 720";
  4. minExtent = "8 8";
  5. profile = "GuiDefaultProfile";
  6. tooltipProfile = "GuiToolTipProfile";
  7. isContainer = "1";
  8. canSaveDynamicFields = "1";
  9. helpTag = "0";
  10. new GuiContainer(RemapPanel) {
  11. position = "290 308";
  12. extent = "700 104";
  13. horizSizing = "center";
  14. vertSizing = "center";
  15. profile = "GuiDefaultProfile";
  16. tooltipProfile = "GuiToolTipProfile";
  17. new GuiInputCtrl(OptRemapInputCtrl) {
  18. position = "480 0";
  19. extent = "64 104";
  20. minExtent = "8 8";
  21. horizSizing = "width";
  22. vertSizing = "height";
  23. profile = "GuiInputCtrlProfile";
  24. tooltipProfile = "GuiToolTipProfile";
  25. sendAxisEvents = "0";
  26. };
  27. new GuiControl(RemapBoxCtrl) {
  28. position = "-1 1";
  29. extent = "701 102";
  30. horizSizing = "center";
  31. vertSizing = "center";
  32. profile = "GuiDefaultProfile";
  33. tooltipProfile = "GuiToolTipProfile";
  34. isContainer = "1";
  35. new GuiBitmapCtrl() {
  36. BitmapAsset = "UI:backdrop_image";
  37. position = "1 1";
  38. extent = "701 100";
  39. horizSizing = "width";
  40. vertSizing = "height";
  41. profile = "GuiDefaultProfile";
  42. tooltipProfile = "GuiToolTipProfile";
  43. };
  44. new GuiPanel() {
  45. position = "38 12";
  46. extent = "625 80";
  47. horizSizing = "width";
  48. vertSizing = "height";
  49. profile = "GuiMenuBasePanelProfile";
  50. tooltipProfile = "GuiToolTipProfile";
  51. };
  52. new GuiTextCtrl() {
  53. text = "Press escape or start to cancel";
  54. maxLength = "255";
  55. position = "252 51";
  56. extent = "245 23";
  57. minExtent = "8 8";
  58. horizSizing = "width";
  59. vertSizing = "height";
  60. profile = "MenuMLSubHeaderTextCenter";
  61. tooltipProfile = "GuiToolTipProfile";
  62. };
  63. new GuiTextCtrl() {
  64. text = "Re-bind \"\" to...";
  65. maxLength = "255";
  66. position = "251 24";
  67. extent = "184 23";
  68. minExtent = "8 8";
  69. horizSizing = "center";
  70. vertSizing = "height";
  71. profile = "MenuMLSubHeaderTextCenter";
  72. tooltipProfile = "GuiToolTipProfile";
  73. internalName = "OptRemapText";
  74. };
  75. };
  76. };
  77. };
  78. //--- OBJECT WRITE END ---