convexEditorGui.gui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. //--- OBJECT WRITE BEGIN ---
  2. $guiContent = new GuiConvexEditorCtrl(ConvexEditorGui) {
  3. canSaveDynamicFields = "0";
  4. Enabled = "1";
  5. isContainer = "1";
  6. Profile = "ConvexEditorProfile";
  7. HorizSizing = "width";
  8. VertSizing = "height";
  9. Position = "0 0";
  10. Extent = "800 600";
  11. MinExtent = "8 8";
  12. canSave = "1";
  13. Visible = "1";
  14. tooltipprofile = "ToolsGuiToolTipProfile";
  15. hovertime = "1000";
  16. Docking = "None";
  17. Margin = "0 0 0 0";
  18. Padding = "0 0 0 0";
  19. AnchorTop = "0";
  20. AnchorBottom = "0";
  21. AnchorLeft = "0";
  22. AnchorRight = "0";
  23. cameraZRot = "0";
  24. forceFOV = "0";
  25. renderMissionArea = "0";
  26. missionAreaFillColor = "255 0 0 20";
  27. missionAreaFrameColor = "255 0 0 128";
  28. allowBorderMove = "0";
  29. borderMovePixelSize = "20";
  30. borderMoveSpeed = "0.1";
  31. consoleFrameColor = "255 0 0 255";
  32. consoleFillColor = "0 0 0 0";
  33. consoleSphereLevel = "1";
  34. consoleCircleSegments = "32";
  35. consoleLineWidth = "1";
  36. GizmoProfile = "GlobalGizmoProfile";
  37. DefaultWidth = "10";
  38. HoverSplineColor = "0 255 0 255";
  39. SelectedSplineColor = "255 0 255 255";
  40. HoverNodeColor = "255 255 255 255";
  41. new GuiWindowCollapseCtrl(ConvexEditorTreeWindow) {
  42. internalName = "";
  43. canSaveDynamicFields = "0";
  44. Enabled = "1";
  45. isContainer = "1";
  46. Profile = "ToolsGuiWindowProfile";
  47. HorizSizing = "windowRelative";
  48. VertSizing = "windowRelative";
  49. Position = getWord($pref::Video::mode, 0) - 360
  50. SPC getWord(EditorGuiToolbar.extent, 1) + 6;
  51. Extent = "360 167";
  52. MinExtent = "300 100";
  53. canSave = "1";
  54. Visible = "1";
  55. tooltipprofile = "ToolsGuiToolTipProfile";
  56. hovertime = "1000";
  57. Margin = "0 0 0 0";
  58. Padding = "0 0 0 0";
  59. AnchorTop = "1";
  60. AnchorBottom = "0";
  61. AnchorLeft = "1";
  62. AnchorRight = "0";
  63. resizeWidth = "1";
  64. resizeHeight = "1";
  65. canMove = "1";
  66. canClose = "0";
  67. canMinimize = "0";
  68. canMaximize = "0";
  69. minSize = "50 50";
  70. closeCommand = "EditorGui.setEditor( WorldEditorInspectorPlugin );";
  71. EdgeSnap = "1";
  72. text = ":: Convex Shape Editor";
  73. new GuiContainer(){
  74. profile = "ToolsGuiDefaultProfile";
  75. Position = "5 25";
  76. Extent = "290 120";
  77. Docking = "Client";
  78. Margin = "3 1 3 3 ";
  79. HorizSizing = "width";
  80. VertSizing = "height";
  81. isContainer = "1";
  82. new GuiScrollCtrl() {
  83. canSaveDynamicFields = "0";
  84. Enabled = "1";
  85. isContainer = "1";
  86. Profile = "GuiEditorScrollProfile";
  87. HorizSizing = "width";
  88. VertSizing = "height";
  89. Position = "0 0";
  90. Extent = "290 118";
  91. MinExtent = "8 8";
  92. canSave = "1";
  93. isDecoy = "0";
  94. Visible = "1";
  95. tooltipprofile = "ToolsGuiToolTipProfile";
  96. hovertime = "1000";
  97. Docking = "Client";
  98. Margin = "0 0 0 0";
  99. Padding = "0 0 0 0";
  100. AnchorTop = "1";
  101. AnchorBottom = "0";
  102. AnchorLeft = "1";
  103. AnchorRight = "0";
  104. willFirstRespond = "1";
  105. hScrollBar = "alwaysOff";
  106. vScrollBar = "dynamic";
  107. lockHorizScroll = "true";
  108. lockVertScroll = "false";
  109. constantThumbHeight = "0";
  110. childMargin = "0 0";
  111. mouseWheelScrollSpeed = "-1";
  112. new GuiTreeViewCtrl(ConvexTreeView) {
  113. canSaveDynamicFields = "0";
  114. Enabled = "1";
  115. isContainer = "1";
  116. Profile = "ToolsGuiTreeViewProfile";
  117. HorizSizing = "right";
  118. VertSizing = "bottom";
  119. Position = "1 1";
  120. Extent = "283 21";
  121. MinExtent = "8 8";
  122. canSave = "1";
  123. Visible = "1";
  124. hovertime = "1000";
  125. tabSize = "16";
  126. textOffset = "2";
  127. fullRowSelect = "0";
  128. itemHeight = "21";
  129. destroyTreeOnSleep = "1";
  130. MouseDragging = "0";
  131. MultipleSelections = "0";
  132. DeleteObjectAllowed = "1";
  133. DragToItemAllowed = "0";
  134. showRoot = "1";
  135. internalNamesOnly = "0";
  136. };
  137. };
  138. };
  139. };
  140. new GuiWindowCollapseCtrl(ConvexEditorTipsWindow) {
  141. CollapseGroup = "-1";
  142. CollapseGroupNum = "-1";
  143. resizeWidth = "1";
  144. resizeHeight = "1";
  145. canMove = "1";
  146. canClose = "0";
  147. canMinimize = "0";
  148. canMaximize = "0";
  149. minSize = "50 50";
  150. EdgeSnap = "1";
  151. text = "Tips";
  152. Margin = "0 0 0 0";
  153. Padding = "0 0 0 0";
  154. AnchorTop = "1";
  155. AnchorBottom = "0";
  156. AnchorLeft = "1";
  157. AnchorRight = "0";
  158. isContainer = "1";
  159. Profile = "ToolsGuiWindowCollapseProfile";
  160. HorizSizing = "windowRelative";
  161. VertSizing = "windowRelative";
  162. position = "6 483";
  163. Extent = "136 246";
  164. MinExtent = "8 2";
  165. canSave = "1";
  166. Visible = "0";
  167. tooltipprofile = "ToolsGuiToolTipProfile";
  168. hovertime = "1000";
  169. canSaveDynamicFields = "1";
  170. new GuiScrollCtrl() {
  171. willFirstRespond = "1";
  172. hScrollBar = "alwaysOff";
  173. vScrollBar = "dynamic";
  174. lockHorizScroll = "1";
  175. lockVertScroll = "0";
  176. constantThumbHeight = "0";
  177. childMargin = "0 0";
  178. mouseWheelScrollSpeed = "-1";
  179. Docking = "Client";
  180. Margin = "3 1 3 3";
  181. Padding = "0 0 0 0";
  182. AnchorTop = "1";
  183. AnchorBottom = "0";
  184. AnchorLeft = "1";
  185. AnchorRight = "0";
  186. isContainer = "1";
  187. Profile = "ToolsGuiScrollProfile";
  188. HorizSizing = "right";
  189. VertSizing = "bottom";
  190. position = "4 24";
  191. Extent = "128 218";
  192. MinExtent = "8 2";
  193. canSave = "1";
  194. Visible = "1";
  195. tooltipprofile = "ToolsGuiToolTipProfile";
  196. hovertime = "1000";
  197. canSaveDynamicFields = "0";
  198. new GuiTextListCtrl() {
  199. columns = "0";
  200. fitParentWidth = "1";
  201. clipColumnText = "0";
  202. isContainer = "1";
  203. Profile = "ToolsGuiTextListProfile";
  204. HorizSizing = "width";
  205. VertSizing = "top";
  206. position = "1 1";
  207. Extent = "126 2";
  208. MinExtent = "8 2";
  209. canSave = "1";
  210. Visible = "1";
  211. tooltipprofile = "ToolsGuiToolTipProfile";
  212. hovertime = "1000";
  213. internalName = "TextList";
  214. canSaveDynamicFields = "0";
  215. };
  216. };
  217. };
  218. };
  219. //--- OBJECT WRITE END ---