guiObjectInspector.ed.gui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiWindowCollapseCtrl() {
  3. collapseGroup = "-1";
  4. collapseGroupNum = "-1";
  5. resizeWidth = "1";
  6. resizeHeight = "1";
  7. canMove = "1";
  8. canClose = "1";
  9. canMinimize = "1";
  10. canMaximize = "1";
  11. minSize = "50 50";
  12. closeCommand = "$ThisControl.onClose();";
  13. edgeSnap = "1";
  14. text = "Object Inspector";
  15. margin = "0 0 0 0";
  16. padding = "0 0 0 0";
  17. anchorTop = "1";
  18. anchorBottom = "0";
  19. anchorLeft = "1";
  20. anchorRight = "0";
  21. isContainer = "1";
  22. profile = "ToolsGuiWindowProfile";
  23. horizSizing = "right";
  24. vertSizing = "bottom";
  25. position = "152 130";
  26. extent = "658 472";
  27. minExtent = "8 2";
  28. canSave = "1";
  29. visible = "1";
  30. tooltipprofile = "ToolsGuiToolTipProfile";
  31. hovertime = "1000";
  32. canSaveDynamicFields = "1";
  33. class = "GuiObjectInspector";
  34. className = "GuiObjectInspector";
  35. new GuiSplitContainer() {
  36. orientation = "Vertical";
  37. splitterSize = "2";
  38. splitPoint = "300 100";
  39. fixedPanel = "None";
  40. fixedSize = "100";
  41. docking = "Client";
  42. margin = "0 0 0 0";
  43. padding = "0 0 0 0";
  44. anchorTop = "1";
  45. anchorBottom = "0";
  46. anchorLeft = "1";
  47. anchorRight = "0";
  48. isContainer = "0";
  49. profile = "ToolsGuiDefaultProfile";
  50. horizSizing = "right";
  51. vertSizing = "bottom";
  52. position = "1 21";
  53. extent = "656 448";
  54. minExtent = "64 64";
  55. canSave = "1";
  56. visible = "1";
  57. tooltipprofile = "ToolsGuiToolTipProfile";
  58. hovertime = "1000";
  59. internalName = "Splitter";
  60. canSaveDynamicFields = "0";
  61. new GuiPanel() {
  62. docking = "Client";
  63. margin = "0 0 0 0";
  64. padding = "0 0 0 0";
  65. anchorTop = "1";
  66. anchorBottom = "0";
  67. anchorLeft = "1";
  68. anchorRight = "0";
  69. isContainer = "1";
  70. profile = "ToolsGuiDefaultProfile";
  71. horizSizing = "width";
  72. vertSizing = "bottom";
  73. position = "0 0";
  74. extent = "298 448";
  75. minExtent = "16 16";
  76. canSave = "1";
  77. visible = "1";
  78. tooltipprofile = "ToolsGuiToolTipProfile";
  79. hovertime = "1000";
  80. internalName = "Panel1";
  81. canSaveDynamicFields = "0";
  82. new GuiTextEditCtrl() {
  83. position = "2 3";
  84. extent = "278 18";
  85. profile = "ToolsGuiTextEditProfile";
  86. horizSizing = "width";
  87. vertSizing = "bottom";
  88. superClass = "GuiTreeViewFilterText";
  89. class = "GuiObjectInspectorTreeFilter";
  90. internalName = "FilterText";
  91. };
  92. new GuiBitmapButtonCtrl() {
  93. bitmap = "tools/gui/images/clear-icon";
  94. groupNum = "-1";
  95. buttonType = "PushButton";
  96. useMouseEvents = "0";
  97. isContainer = "0";
  98. Profile = "ToolsGuiDefaultProfile";
  99. HorizSizing = "left";
  100. VertSizing = "bottom";
  101. position = "281 4";
  102. Extent = "17 17";
  103. MinExtent = "8 2";
  104. canSave = "1";
  105. Visible = "1";
  106. tooltipprofile = "ToolsGuiToolTipProfile";
  107. hovertime = "1000";
  108. canSaveDynamicFields = "0";
  109. superClass = "GuiTreeViewFilterClearButton";
  110. class = "GuiObjectInspectorTreeFilterClearButton";
  111. };
  112. new GuiScrollCtrl() {
  113. willFirstRespond = "1";
  114. hScrollBar = "dynamic";
  115. vScrollBar = "dynamic";
  116. lockHorizScroll = "0";
  117. lockVertScroll = "0";
  118. constantThumbHeight = "0";
  119. childMargin = "0 0";
  120. mouseWheelScrollSpeed = "-1";
  121. margin = "0 0 0 0";
  122. padding = "0 0 0 0";
  123. anchorTop = "1";
  124. anchorBottom = "0";
  125. anchorLeft = "1";
  126. anchorRight = "0";
  127. isContainer = "1";
  128. profile = "ToolsGuiScrollProfile";
  129. horizSizing = "width";
  130. vertSizing = "height";
  131. position = "1 22";
  132. extent = "297 426";
  133. minExtent = "8 2";
  134. canSave = "1";
  135. visible = "1";
  136. tooltipprofile = "ToolsGuiToolTipProfile";
  137. hovertime = "1000";
  138. canSaveDynamicFields = "0";
  139. new GuiTreeViewCtrl() {
  140. tabSize = "16";
  141. textOffset = "2";
  142. fullRowSelect = "0";
  143. itemHeight = "21";
  144. destroyTreeOnSleep = "0";
  145. mouseDragging = "0";
  146. multipleSelections = "0";
  147. deleteObjectAllowed = "0";
  148. dragToItemAllowed = "0";
  149. clearAllOnSingleSelection = "1";
  150. showRoot = "1";
  151. internalNamesOnly = "0";
  152. objectNamesOnly = "0";
  153. useInspectorTooltips = "0";
  154. tooltipOnWidthOnly = "0";
  155. compareToObjectID = "1";
  156. canRenameObjects = "1";
  157. renameInternal = "0";
  158. isContainer = "1";
  159. profile = "ToolsGuiTreeViewProfile";
  160. horizSizing = "width";
  161. vertSizing = "bottom";
  162. position = "1 1";
  163. extent = "166 21";
  164. minExtent = "8 2";
  165. canSave = "1";
  166. visible = "1";
  167. tooltipprofile = "ToolsGuiToolTipProfile";
  168. hovertime = "1000";
  169. internalName = "TreeView";
  170. canSaveDynamicFields = "0";
  171. class = "GuiObjectInspectorTree";
  172. };
  173. };
  174. };
  175. new GuiPanel() {
  176. docking = "Client";
  177. margin = "0 0 0 0";
  178. padding = "0 0 0 0";
  179. anchorTop = "1";
  180. anchorBottom = "0";
  181. anchorLeft = "1";
  182. anchorRight = "0";
  183. isContainer = "1";
  184. profile = "ToolsGuiDefaultProfile";
  185. horizSizing = "right";
  186. vertSizing = "bottom";
  187. position = "302 0";
  188. extent = "354 448";
  189. minExtent = "16 16";
  190. canSave = "1";
  191. visible = "1";
  192. tooltipprofile = "ToolsGuiToolTipProfile";
  193. hovertime = "1000";
  194. internalName = "panel2";
  195. canSaveDynamicFields = "0";
  196. new GuiSplitContainer() {
  197. orientation = "Horizontal";
  198. splitterSize = "2";
  199. splitPoint = "100 300";
  200. fixedPanel = "None";
  201. fixedSize = "100";
  202. docking = "Client";
  203. margin = "0 0 0 0";
  204. padding = "0 0 0 0";
  205. anchorTop = "1";
  206. anchorBottom = "0";
  207. anchorLeft = "1";
  208. anchorRight = "0";
  209. isContainer = "0";
  210. profile = "ToolsGuiDefaultProfile";
  211. horizSizing = "right";
  212. vertSizing = "bottom";
  213. position = "0 2";
  214. extent = "354 448";
  215. minExtent = "64 64";
  216. canSave = "1";
  217. visible = "1";
  218. tooltipprofile = "ToolsGuiToolTipProfile";
  219. hovertime = "1000";
  220. canSaveDynamicFields = "0";
  221. new GuiPanel() {
  222. docking = "Client";
  223. margin = "0 0 0 0";
  224. padding = "0 0 0 0";
  225. anchorTop = "1";
  226. anchorBottom = "0";
  227. anchorLeft = "1";
  228. anchorRight = "0";
  229. isContainer = "1";
  230. profile = "ToolsGuiDefaultProfile";
  231. horizSizing = "right";
  232. vertSizing = "bottom";
  233. position = "0 0";
  234. extent = "354 298";
  235. minExtent = "16 16";
  236. canSave = "1";
  237. visible = "1";
  238. tooltipprofile = "ToolsGuiToolTipProfile";
  239. hovertime = "1000";
  240. internalName = "Panel1";
  241. canSaveDynamicFields = "0";
  242. new GuiScrollCtrl() {
  243. willFirstRespond = "1";
  244. hScrollBar = "alwaysOff";
  245. vScrollBar = "dynamic";
  246. lockHorizScroll = "0";
  247. lockVertScroll = "0";
  248. constantThumbHeight = "0";
  249. childMargin = "0 0";
  250. mouseWheelScrollSpeed = "-1";
  251. docking = "Client";
  252. margin = "0 0 0 0";
  253. padding = "0 0 0 0";
  254. anchorTop = "1";
  255. anchorBottom = "0";
  256. anchorLeft = "1";
  257. anchorRight = "0";
  258. isContainer = "1";
  259. profile = "ToolsGuiScrollProfile";
  260. horizSizing = "right";
  261. vertSizing = "bottom";
  262. position = "0 0";
  263. extent = "354 298";
  264. minExtent = "8 2";
  265. canSave = "1";
  266. visible = "1";
  267. tooltipprofile = "ToolsGuiToolTipProfile";
  268. hovertime = "1000";
  269. canSaveDynamicFields = "0";
  270. new GuiInspector() {
  271. dividerMargin = "5";
  272. showCustomFields = "1";
  273. stackingType = "Vertical";
  274. horizStacking = "Left to Right";
  275. vertStacking = "Top to Bottom";
  276. padding = "1";
  277. dynamicSize = "1";
  278. changeChildSizeToFit = "1";
  279. changeChildPosition = "1";
  280. isContainer = "1";
  281. profile = "GuiInspectorProfile";
  282. horizSizing = "right";
  283. vertSizing = "bottom";
  284. position = "1 1";
  285. extent = "337 16";
  286. minExtent = "16 16";
  287. canSave = "1";
  288. visible = "1";
  289. tooltipprofile = "ToolsGuiToolTipProfile";
  290. hovertime = "1000";
  291. internalName = "inspector";
  292. canSaveDynamicFields = "0";
  293. class = "GuiObjectInspectorFields";
  294. className = "GuiObjectInspectorFields";
  295. superClass = "EditorInspectorBase";
  296. };
  297. };
  298. };
  299. new GuiPanel() {
  300. docking = "Client";
  301. margin = "0 0 0 0";
  302. padding = "0 0 0 0";
  303. anchorTop = "1";
  304. anchorBottom = "0";
  305. anchorLeft = "1";
  306. anchorRight = "0";
  307. isContainer = "1";
  308. profile = "ToolsGuiDefaultProfile";
  309. horizSizing = "right";
  310. vertSizing = "bottom";
  311. position = "0 302";
  312. extent = "354 146";
  313. minExtent = "16 50";
  314. canSave = "1";
  315. visible = "1";
  316. tooltipprofile = "ToolsGuiToolTipProfile";
  317. hovertime = "1000";
  318. internalName = "panel2";
  319. canSaveDynamicFields = "0";
  320. new GuiScrollCtrl() {
  321. willFirstRespond = "1";
  322. hScrollBar = "dynamic";
  323. vScrollBar = "dynamic";
  324. lockHorizScroll = "0";
  325. lockVertScroll = "0";
  326. constantThumbHeight = "0";
  327. childMargin = "0 0";
  328. mouseWheelScrollSpeed = "-1";
  329. docking = "Client";
  330. margin = "0 0 0 0";
  331. padding = "0 0 0 0";
  332. anchorTop = "1";
  333. anchorBottom = "0";
  334. anchorLeft = "1";
  335. anchorRight = "0";
  336. isContainer = "1";
  337. profile = "ToolsGuiScrollProfile";
  338. horizSizing = "right";
  339. vertSizing = "bottom";
  340. position = "0 0";
  341. extent = "354 146";
  342. minExtent = "8 2";
  343. canSave = "1";
  344. visible = "1";
  345. tooltipprofile = "ToolsGuiToolTipProfile";
  346. hovertime = "1000";
  347. canSaveDynamicFields = "0";
  348. new GuiTreeViewCtrl() {
  349. tabSize = "16";
  350. textOffset = "2";
  351. fullRowSelect = "0";
  352. itemHeight = "21";
  353. destroyTreeOnSleep = "1";
  354. mouseDragging = "0";
  355. multipleSelections = "0";
  356. deleteObjectAllowed = "0";
  357. dragToItemAllowed = "0";
  358. clearAllOnSingleSelection = "1";
  359. showRoot = "1";
  360. internalNamesOnly = "0";
  361. objectNamesOnly = "0";
  362. useInspectorTooltips = "0";
  363. tooltipOnWidthOnly = "0";
  364. compareToObjectID = "1";
  365. canRenameObjects = "1";
  366. renameInternal = "0";
  367. isContainer = "1";
  368. profile = "ToolsGuiTreeViewProfile";
  369. horizSizing = "right";
  370. vertSizing = "bottom";
  371. position = "1 1";
  372. extent = "109 42";
  373. minExtent = "8 2";
  374. canSave = "1";
  375. visible = "1";
  376. tooltipprofile = "ToolsGuiToolTipProfile";
  377. hovertime = "1000";
  378. internalName = "methodList";
  379. canSaveDynamicFields = "0";
  380. class = "GuiObjectInspectorMethodList";
  381. className = "GuiObjectInspectorMethodList";
  382. };
  383. };
  384. };
  385. };
  386. };
  387. };
  388. };
  389. //--- OBJECT WRITE END ---