NavEditorToolbar.gui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiControl(NavEditorToolbar,EditorGuiGroup) {
  3. position = "306 0";
  4. extent = "800 32";
  5. minExtent = "8 2";
  6. horizSizing = "right";
  7. vertSizing = "bottom";
  8. profile = "GuiDefaultProfile";
  9. visible = "1";
  10. active = "1";
  11. tooltipProfile = "GuiToolTipProfile";
  12. hovertime = "1000";
  13. isContainer = "1";
  14. internalName = "NavEditorToolbar";
  15. canSave = "1";
  16. canSaveDynamicFields = "1";
  17. enabled = "1";
  18. new GuiTextCtrl() {
  19. text = "Navigation Editor";
  20. maxLength = "255";
  21. margin = "0 0 0 0";
  22. padding = "0 0 0 0";
  23. anchorTop = "1";
  24. anchorBottom = "0";
  25. anchorLeft = "1";
  26. anchorRight = "0";
  27. position = "6 6";
  28. extent = "150 20";
  29. minExtent = "8 8";
  30. horizSizing = "right";
  31. vertSizing = "bottom";
  32. profile = "GuiTextProfile";
  33. visible = "1";
  34. active = "1";
  35. tooltipProfile = "GuiToolTipProfile";
  36. hovertime = "1000";
  37. isContainer = "1";
  38. canSave = "1";
  39. canSaveDynamicFields = "0";
  40. };
  41. new GuiBitmapCtrl() {
  42. bitmap = "core/art/gui/images/separator-h.png";
  43. wrap = "0";
  44. position = "90 3";
  45. extent = "2 26";
  46. minExtent = "1 1";
  47. horizSizing = "right";
  48. vertSizing = "bottom";
  49. profile = "GuiDefaultProfile";
  50. visible = "1";
  51. active = "1";
  52. tooltipProfile = "GuiToolTipProfile";
  53. hovertime = "1000";
  54. isContainer = "0";
  55. canSave = "1";
  56. canSaveDynamicFields = "0";
  57. };
  58. new GuiButtonCtrl(NavEditorAboutBtn) {
  59. text = "Console";
  60. groupNum = "7";
  61. buttonType = "PushButton";
  62. useMouseEvents = "0";
  63. position = "100 6";
  64. extent = "54 20";
  65. minExtent = "8 2";
  66. horizSizing = "right";
  67. vertSizing = "bottom";
  68. profile = "GuiButtonProfile";
  69. visible = "1";
  70. active = "1";
  71. command = "NavEditorConsoleDlg.setVisible(!NavEditorConsoleDlg.isVisible());";
  72. tooltipProfile = "GuiToolTipProfile";
  73. tooltip = "Show Console";
  74. hovertime = "1000";
  75. isContainer = "0";
  76. canSave = "1";
  77. canSaveDynamicFields = "0";
  78. };
  79. new GuiCheckBoxCtrl() {
  80. text = "Mesh";
  81. groupNum = "-1";
  82. buttonType = "ToggleButton";
  83. useMouseEvents = "0";
  84. position = "167 1";
  85. extent = "50 30";
  86. minExtent = "8 2";
  87. horizSizing = "right";
  88. vertSizing = "bottom";
  89. profile = "GuiCheckBoxProfile";
  90. visible = "1";
  91. active = "1";
  92. variable = "$Nav::Editor::renderMesh";
  93. tooltipProfile = "GuiToolTipProfile";
  94. hovertime = "1000";
  95. isContainer = "0";
  96. internalName = "MeshButton";
  97. canSave = "1";
  98. canSaveDynamicFields = "0";
  99. };
  100. new GuiCheckBoxCtrl() {
  101. text = "Portals";
  102. groupNum = "-1";
  103. buttonType = "ToggleButton";
  104. useMouseEvents = "0";
  105. position = "224 1";
  106. extent = "54 30";
  107. minExtent = "8 2";
  108. horizSizing = "right";
  109. vertSizing = "bottom";
  110. profile = "GuiCheckBoxProfile";
  111. visible = "1";
  112. active = "1";
  113. variable = "$Nav::Editor::renderPortals";
  114. tooltipProfile = "GuiToolTipProfile";
  115. hovertime = "1000";
  116. isContainer = "0";
  117. internalName = "PortalButton";
  118. canSave = "1";
  119. canSaveDynamicFields = "0";
  120. };
  121. new GuiCheckBoxCtrl() {
  122. text = "BV tree";
  123. groupNum = "-1";
  124. buttonType = "ToggleButton";
  125. useMouseEvents = "0";
  126. position = "286 1";
  127. extent = "140 30";
  128. minExtent = "8 2";
  129. horizSizing = "right";
  130. vertSizing = "bottom";
  131. profile = "GuiCheckBoxProfile";
  132. visible = "1";
  133. active = "1";
  134. variable = "$Nav::Editor::renderBVTree";
  135. tooltipProfile = "GuiToolTipProfile";
  136. hovertime = "1000";
  137. isContainer = "0";
  138. internalName = "BVTreeButton";
  139. canSave = "1";
  140. canSaveDynamicFields = "0";
  141. };
  142. };
  143. //--- OBJECT WRITE END ---