guiToolbox.gui 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. %guiContent = new GuiControl(GuiToolboxGui) {
  2. position = "0 0";
  3. extent = "1024 768";
  4. minExtent = "8 2";
  5. horizSizing = "right";
  6. vertSizing = "bottom";
  7. profile = "GuiDefaultProfile";
  8. visible = "1";
  9. active = "1";
  10. tooltipProfile = "GuiToolTipProfile";
  11. hovertime = "1000";
  12. isContainer = "1";
  13. canSave = "1";
  14. canSaveDynamicFields = "1";
  15. new GuiWindowCtrl(GuiToolbox) {
  16. canSaveDynamicFields = "0";
  17. internalName = "toolbox";
  18. isContainer = "1";
  19. Profile = "GuiWindowProfile";
  20. ContentProfile = "GuiWindowContentProfile";
  21. CloseButtonProfile = "GuiWindowCloseButtonProfile";
  22. MinButtonProfile = "GuiWindowMinButtonProfile";
  23. MaxButtonProfile = "GuiWindowMaxButtonProfile";
  24. titleHeight = "20";
  25. HorizSizing = "left";
  26. VertSizing = "bottom";
  27. position = "640 40";
  28. Extent = "220 380";
  29. MinExtent = "100 100";
  30. canSave = "1";
  31. Visible = "1";
  32. hovertime = "1000";
  33. text = "GUI Toolbox";
  34. resizeWidth = "3";
  35. resizeHeight = "3";
  36. canMove = "1";
  37. canClose = "0";
  38. canMinimize = "1";
  39. canMaximize = "0";
  40. new GuiScrollCtrl() {
  41. canSaveDynamicFields = "0";
  42. isContainer = "1";
  43. Profile="GuiTransparentScrollProfile";
  44. ThumbProfile = "GuiScrollThumbProfile";
  45. TrackProfile = "GuiScrollTrackProfile";
  46. ArrowProfile = "GuiScrollArrowProfile";
  47. HorizSizing = "width";
  48. VertSizing = "height";
  49. position = "0 0";
  50. Extent = "214 357";
  51. MinExtent = "8 2";
  52. canSave = "1";
  53. Visible = "1";
  54. hovertime = "1000";
  55. willFirstRespond = "1";
  56. hScrollBar = "alwaysOff";
  57. vScrollBar = "dynamic";
  58. constantThumbHeight="0";
  59. showArrowButtons="0";
  60. scrollBarThickness="14";
  61. new GuiListBoxCtrl() {
  62. canSaveDynamicFields = "0";
  63. internalName = "toolboxList";
  64. superclass = "GuiEditorToolboxDrag";
  65. isContainer = "0";
  66. Profile = "GuiListBoxProfile";
  67. HorizSizing = "width";
  68. VertSizing = "height";
  69. position = "0 0";
  70. Extent = "218 1260";
  71. MinExtent = "8 2";
  72. canSave = "1";
  73. Visible = "1";
  74. hovertime = "1000";
  75. AllowMultipleSelections = "0";
  76. fitParentWidth = "1";
  77. };
  78. };
  79. };
  80. new GuiWindowCtrl(GuiInspectorWindow) {
  81. canSaveDynamicFields = "0";
  82. isContainer = "1";
  83. Profile = "GuiWindowProfile";
  84. ContentProfile = "GuiWindowContentProfile";
  85. CloseButtonProfile = "GuiWindowCloseButtonProfile";
  86. MinButtonProfile = "GuiWindowMinButtonProfile";
  87. MaxButtonProfile = "GuiWindowMaxButtonProfile";
  88. titleHeight = "20";
  89. HorizSizing = "left";
  90. VertSizing = "bottom";
  91. position = "60 40";
  92. Extent = "360 380";
  93. MinExtent = "100 100";
  94. canSave = "1";
  95. Visible = "1";
  96. hovertime = "1000";
  97. text = "GUI Inspector";
  98. maxLength = "1024";
  99. resizeWidth = "1";
  100. resizeHeight = "1";
  101. canMove = "1";
  102. canClose = "0";
  103. canMinimize = "1";
  104. canMaximize = "0";
  105. minSize = "50 50";
  106. new GuiScrollCtrl() {
  107. canSaveDynamicFields = "0";
  108. isContainer = "1";
  109. Profile="GuiTransparentScrollProfile";
  110. ThumbProfile = "GuiScrollThumbProfile";
  111. TrackProfile = "GuiScrollTrackProfile";
  112. ArrowProfile = "GuiScrollArrowProfile";
  113. HorizSizing = "width";
  114. VertSizing = "height";
  115. position = "0 0";
  116. Extent = "354 357";
  117. MinExtent = "8 2";
  118. canSave = "1";
  119. Visible = "1";
  120. hovertime = "1000";
  121. willFirstRespond = "1";
  122. hScrollBar = "alwaysOff";
  123. vScrollBar = "alwaysOn";
  124. constantThumbHeight="0";
  125. showArrowButtons="0";
  126. scrollBarThickness="14";
  127. new GuiChainCtrl(GuiEditorCtrlProperties) {
  128. isContainer = "1";
  129. Position = "0 0";
  130. Extent = "340 40";
  131. HorizSizing = "width";
  132. VertSizing = "height";
  133. };
  134. };
  135. };
  136. new GuiWindowCtrl(GuiTreeViewWindow) {
  137. canSaveDynamicFields = "0";
  138. isContainer = "1";
  139. Profile = "GuiWindowProfile";
  140. ContentProfile = "GuiWindowContentProfile";
  141. CloseButtonProfile = "GuiWindowCloseButtonProfile";
  142. MinButtonProfile = "GuiWindowMinButtonProfile";
  143. MaxButtonProfile = "GuiWindowMaxButtonProfile";
  144. titleHeight = "20";
  145. HorizSizing = "left";
  146. VertSizing = "bottom";
  147. position = "360 40";
  148. Extent = "220 380";
  149. MinExtent = "100 100";
  150. canSave = "1";
  151. Visible = "1";
  152. hovertime = "1000";
  153. text = "Current GUI";
  154. maxLength = "1024";
  155. resizeWidth = "1";
  156. resizeHeight = "1";
  157. canMove = "1";
  158. canClose = "0";
  159. canMinimize = "1";
  160. canMaximize = "0";
  161. minSize = "50 50";
  162. new GuiScrollCtrl() {
  163. canSaveDynamicFields = "0";
  164. isContainer = "1";
  165. Profile="GuiTransparentScrollProfile";
  166. ThumbProfile = "GuiScrollThumbProfile";
  167. TrackProfile = "GuiScrollTrackProfile";
  168. ArrowProfile = "GuiScrollArrowProfile";
  169. HorizSizing = "width";
  170. VertSizing = "height";
  171. position = "0 0";
  172. Extent = "214 357";
  173. MinExtent = "8 2";
  174. canSave = "1";
  175. Visible = "1";
  176. hovertime = "1000";
  177. willFirstRespond = "1";
  178. hScrollBar = "alwaysOff";
  179. vScrollBar = "alwaysOn";
  180. constantThumbHeight="0";
  181. showArrowButtons="0";
  182. scrollBarThickness="14";
  183. new GuiTreeViewCtrl(GuiEditorTreeView) {
  184. canSaveDynamicFields = "0";
  185. isContainer = "1";
  186. Profile = "GuiTreeViewProfile";
  187. HorizSizing = "width";
  188. VertSizing = "height";
  189. Position = "1 1";
  190. Extent = "200 20";
  191. MinExtent = "8 2";
  192. canSave = "1";
  193. Visible = "1";
  194. hovertime = "1000";
  195. tabSize = "16";
  196. textOffset = "2";
  197. fullRowSelect = "0";
  198. itemHeight = "21";
  199. destroyTreeOnSleep = "1";
  200. MouseDragging = "1";
  201. MultipleSelections = "1";
  202. DeleteObjectAllowed = "1";
  203. DragToItemAllowed = "1";
  204. };
  205. };
  206. };
  207. };