EditorSettingsWindow.ed.gui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
  3. position = "0 0";
  4. extent = "1024 768";
  5. minExtent = "8 2";
  6. horizSizing = "right";
  7. vertSizing = "bottom";
  8. profile = "ToolsGuiDefaultProfile";
  9. visible = "1";
  10. active = "1";
  11. tooltipProfile = "ToolsGuiToolTipProfile";
  12. hovertime = "1000";
  13. isContainer = "1";
  14. canSave = "1";
  15. canSaveDynamicFields = "1";
  16. new GuiWindowCollapseCtrl(ESettingsWindow) {
  17. text = "Editor Settings";
  18. resizeWidth = "0";
  19. resizeHeight = "1";
  20. canMove = "1";
  21. canClose = "1";
  22. canMinimize = "0";
  23. canMaximize = "0";
  24. canCollapse = "1";
  25. closeCommand = "ESettingsWindow.hideDialog();";
  26. edgeSnap = "1";
  27. margin = "0 0 0 0";
  28. padding = "0 0 0 0";
  29. anchorTop = "1";
  30. anchorBottom = "0";
  31. anchorLeft = "1";
  32. anchorRight = "0";
  33. position = "34 48";
  34. extent = "958 671";
  35. minExtent = "319 100";
  36. horizSizing = "right";
  37. vertSizing = "bottom";
  38. profile = "ToolsGuiWindowProfile";
  39. visible = "1";
  40. active = "1";
  41. tooltipProfile = "ToolsGuiToolTipProfile";
  42. hovertime = "1000";
  43. isContainer = "1";
  44. internalName = "EditorSettingsWindow";
  45. canSave = "1";
  46. canSaveDynamicFields = "0";
  47. new GuiSplitContainer() {
  48. orientation = "Vertical";
  49. splitterSize = "2";
  50. splitPoint = "182 100";
  51. fixedPanel = "None";
  52. fixedSize = "100";
  53. docking = "None";
  54. margin = "0 0 0 0";
  55. padding = "0 0 0 0";
  56. anchorTop = "1";
  57. anchorBottom = "0";
  58. anchorLeft = "1";
  59. anchorRight = "0";
  60. position = "0 24";
  61. extent = "958 647";
  62. minExtent = "64 64";
  63. horizSizing = "width";
  64. vertSizing = "bottom";
  65. profile = "ToolsGuiDefaultProfile";
  66. visible = "1";
  67. active = "1";
  68. tooltipProfile = "GuiToolTipProfile";
  69. hovertime = "1000";
  70. isContainer = "1";
  71. canSave = "1";
  72. canSaveDynamicFields = "0";
  73. new GuiPanel() {
  74. docking = "Client";
  75. margin = "0 0 0 0";
  76. padding = "0 0 0 0";
  77. anchorTop = "1";
  78. anchorBottom = "0";
  79. anchorLeft = "1";
  80. anchorRight = "0";
  81. position = "0 0";
  82. extent = "180 647";
  83. minExtent = "16 16";
  84. horizSizing = "right";
  85. vertSizing = "bottom";
  86. profile = "ToolsGuiSolidDefaultProfile";
  87. visible = "1";
  88. active = "1";
  89. tooltipProfile = "GuiToolTipProfile";
  90. hovertime = "1000";
  91. isContainer = "1";
  92. internalName = "Panel1";
  93. canSave = "1";
  94. canSaveDynamicFields = "0";
  95. new GuiScrollCtrl() {
  96. willFirstRespond = "1";
  97. hScrollBar = "alwaysOff";
  98. vScrollBar = "dynamic";
  99. lockHorizScroll = "0";
  100. lockVertScroll = "0";
  101. constantThumbHeight = "0";
  102. childMargin = "0 0";
  103. mouseWheelScrollSpeed = "-1";
  104. margin = "0 0 0 0";
  105. padding = "0 0 0 0";
  106. anchorTop = "1";
  107. anchorBottom = "0";
  108. anchorLeft = "1";
  109. anchorRight = "0";
  110. position = "3 3";
  111. extent = "177 643";
  112. minExtent = "100 50";
  113. horizSizing = "width";
  114. vertSizing = "height";
  115. profile = "ToolsGuiScrollProfile";
  116. visible = "1";
  117. active = "1";
  118. tooltipProfile = "ToolsGuiToolTipProfile";
  119. hovertime = "1000";
  120. isContainer = "1";
  121. canSave = "1";
  122. canSaveDynamicFields = "0";
  123. new GuiTextListCtrl(ESettingsWindowList) {
  124. columns = "0";
  125. fitParentWidth = "0";
  126. clipColumnText = "0";
  127. position = "1 1";
  128. extent = "9 2";
  129. minExtent = "8 2";
  130. horizSizing = "width";
  131. vertSizing = "height";
  132. profile = "ToolsGuiListBoxProfile";
  133. visible = "1";
  134. active = "1";
  135. tooltipProfile = "ToolsGuiToolTipProfile";
  136. hovertime = "1000";
  137. isContainer = "0";
  138. canSave = "1";
  139. canSaveDynamicFields = "0";
  140. };
  141. };
  142. };
  143. new GuiPanel() {
  144. docking = "Client";
  145. margin = "0 0 0 0";
  146. padding = "0 0 0 0";
  147. anchorTop = "1";
  148. anchorBottom = "0";
  149. anchorLeft = "1";
  150. anchorRight = "0";
  151. position = "184 0";
  152. extent = "774 647";
  153. minExtent = "16 16";
  154. horizSizing = "right";
  155. vertSizing = "bottom";
  156. profile = "ToolsGuiSolidDefaultProfile";
  157. visible = "1";
  158. active = "1";
  159. tooltipProfile = "GuiToolTipProfile";
  160. hovertime = "1000";
  161. isContainer = "1";
  162. internalName = "panel2";
  163. canSave = "1";
  164. canSaveDynamicFields = "0";
  165. new GuiVariableInspector(SettingsInspector) {
  166. dividerMargin = "5";
  167. showCustomFields = "1";
  168. stackingType = "Vertical";
  169. horizStacking = "Left to Right";
  170. vertStacking = "Top to Bottom";
  171. padding = "1";
  172. dynamicSize = "1";
  173. dynamicNonStackExtent = "0";
  174. dynamicPos = "0";
  175. changeChildSizeToFit = "1";
  176. changeChildPosition = "1";
  177. position = "0 0";
  178. extent = "773 643";
  179. minExtent = "16 16";
  180. horizSizing = "width";
  181. vertSizing = "height";
  182. profile = "GuiInspectorProfile";
  183. visible = "1";
  184. active = "1";
  185. tooltipProfile = "GuiToolTipProfile";
  186. hovertime = "1000";
  187. isContainer = "1";
  188. canSave = "1";
  189. canSaveDynamicFields = "0";
  190. };
  191. };
  192. };
  193. };
  194. };
  195. //--- OBJECT WRITE END ---