RiverEditorSettingsTab.gui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new GuiControl(RiverEditorSettingsTab,EditorGuiGroup) {
  3. isContainer = "1";
  4. Profile = "ToolsGuiDefaultProfile";
  5. HorizSizing = "right";
  6. VertSizing = "bottom";
  7. position = "0 0";
  8. Extent = "800 600";
  9. MinExtent = "8 2";
  10. canSave = "1";
  11. Visible = "1";
  12. tooltipprofile = "ToolsGuiToolTipProfile";
  13. hovertime = "1000";
  14. canSaveDynamicFields = "1";
  15. new GuiTabPageCtrl(ERiverEditorSettingsPage) {
  16. fitBook = "1";
  17. text = "River Editor";
  18. maxLength = "1024";
  19. Margin = "0 0 0 0";
  20. Padding = "0 0 0 0";
  21. AnchorTop = "1";
  22. AnchorBottom = "0";
  23. AnchorLeft = "1";
  24. AnchorRight = "0";
  25. isContainer = "1";
  26. Profile = "ToolsGuiSolidDefaultProfile";
  27. HorizSizing = "width";
  28. VertSizing = "height";
  29. position = "0 0";
  30. Extent = "208 400";
  31. MinExtent = "8 2";
  32. canSave = "1";
  33. Visible = "1";
  34. tooltipprofile = "ToolsGuiToolTipProfile";
  35. hovertime = "1000";
  36. canSaveDynamicFields = "1";
  37. new GuiScrollCtrl() {
  38. willFirstRespond = "1";
  39. hScrollBar = "alwaysOff";
  40. vScrollBar = "dynamic";
  41. lockHorizScroll = "1";
  42. lockVertScroll = "0";
  43. constantThumbHeight = "0";
  44. childMargin = "0 0";
  45. mouseWheelScrollSpeed = "-1";
  46. Margin = "0 0 0 0";
  47. Padding = "0 0 0 0";
  48. AnchorTop = "1";
  49. AnchorBottom = "0";
  50. AnchorLeft = "1";
  51. AnchorRight = "0";
  52. isContainer = "1";
  53. Profile = "ToolsGuiScrollProfile";
  54. HorizSizing = "width";
  55. VertSizing = "height";
  56. position = "0 0";
  57. Extent = "208 400";
  58. MinExtent = "8 2";
  59. canSave = "1";
  60. Visible = "1";
  61. tooltipprofile = "ToolsGuiToolTipProfile";
  62. hovertime = "1000";
  63. canSaveDynamicFields = "0";
  64. new GuiStackControl() {
  65. StackingType = "Vertical";
  66. HorizStacking = "Left to Right";
  67. VertStacking = "Top to Bottom";
  68. Padding = "0";
  69. isContainer = "1";
  70. Profile = "ToolsGuiDefaultProfile";
  71. HorizSizing = "width";
  72. VertSizing = "bottom";
  73. position = "1 1";
  74. extent = "208 210";
  75. MinExtent = "8 2";
  76. canSave = "1";
  77. isDecoy = "0";
  78. Visible = "1";
  79. tooltipprofile = "ToolsGuiToolTipProfile";
  80. hovertime = "1000";
  81. new GuiRolloutCtrl() {
  82. Profile = "GuiRolloutProfile";
  83. HorizSizing = "right";
  84. VertSizing = "bottom";
  85. position = "10 10";
  86. extent = "208 95";
  87. Caption = "Defaults";
  88. Margin = "0 3 0 0";
  89. DragSizable = false;
  90. container = true;
  91. new GuiStackControl() {
  92. StackingType = "Vertical";
  93. HorizStacking = "Left to Right";
  94. VertStacking = "Top to Bottom";
  95. Padding = "0";
  96. isContainer = "1";
  97. Profile = "ToolsGuiDefaultProfile";
  98. HorizSizing = "width";
  99. VertSizing = "bottom";
  100. position = "0 0";
  101. Extent = "208 0";
  102. MinExtent = "8 2";
  103. canSave = "1";
  104. isDecoy = "0";
  105. Visible = "1";
  106. tooltipprofile = "ToolsGuiToolTipProfile";
  107. hovertime = "1000";
  108. padding = "3";
  109. new GuiControl() {
  110. isContainer = "1";
  111. horizSizing = "right";
  112. vertSizing = "bottom";
  113. extent = "208 18";
  114. new GuiTextCtrl() {
  115. text = "Width:";
  116. maxLength = "1024";
  117. Margin = "0 0 0 0";
  118. Padding = "0 0 0 0";
  119. AnchorTop = "1";
  120. AnchorBottom = "0";
  121. AnchorLeft = "1";
  122. AnchorRight = "0";
  123. isContainer = "0";
  124. Profile = "ToolsGuiTextRightProfile";
  125. HorizSizing = "right";
  126. VertSizing = "bottom";
  127. position = "5 1";
  128. Extent = "70 16";
  129. MinExtent = "8 2";
  130. canSave = "1";
  131. Visible = "1";
  132. tooltipprofile = "ToolsGuiToolTipProfile";
  133. hovertime = "1000";
  134. canSaveDynamicFields = "0";
  135. };
  136. new GuiTextEditCtrl() {
  137. historySize = "0";
  138. password = "0";
  139. tabComplete = "0";
  140. sinkAllKeyEvents = "0";
  141. passwordMask = "*";
  142. maxLength = "1024";
  143. Margin = "0 0 0 0";
  144. Padding = "0 0 0 0";
  145. AnchorTop = "1";
  146. AnchorBottom = "0";
  147. AnchorLeft = "1";
  148. AnchorRight = "0";
  149. isContainer = "0";
  150. Profile = "ToolsGuiNumericTextEditProfile";
  151. HorizSizing = "width";
  152. VertSizing = "bottom";
  153. position = "81 0";
  154. Extent = "121 18";
  155. MinExtent = "8 2";
  156. canSave = "1";
  157. Visible = "1";
  158. tooltipprofile = "ToolsGuiToolTipProfile";
  159. hovertime = "1000";
  160. canSaveDynamicFields = "1";
  161. class = "ESettingsWindowTextEdit";
  162. className = "ESettingsWindowTextEdit";
  163. editorSettingsRead = "RiverEditorPlugin.readSettings();";
  164. editorSettingsValue = "RiverEditor/DefaultWidth";
  165. editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
  166. };
  167. };
  168. new GuiControl() {
  169. isContainer = "1";
  170. horizSizing = "right";
  171. vertSizing = "bottom";
  172. extent = "208 18";
  173. new GuiTextCtrl() {
  174. text = "Depth:";
  175. maxLength = "1024";
  176. Margin = "0 0 0 0";
  177. Padding = "0 0 0 0";
  178. AnchorTop = "1";
  179. AnchorBottom = "0";
  180. AnchorLeft = "1";
  181. AnchorRight = "0";
  182. isContainer = "0";
  183. Profile = "ToolsGuiTextRightProfile";
  184. HorizSizing = "right";
  185. VertSizing = "bottom";
  186. position = "5 1";
  187. Extent = "70 18";
  188. MinExtent = "8 2";
  189. canSave = "1";
  190. Visible = "1";
  191. tooltipprofile = "ToolsGuiToolTipProfile";
  192. hovertime = "1000";
  193. canSaveDynamicFields = "0";
  194. };
  195. new GuiTextEditCtrl() {
  196. historySize = "0";
  197. password = "0";
  198. tabComplete = "0";
  199. sinkAllKeyEvents = "0";
  200. passwordMask = "*";
  201. maxLength = "1024";
  202. Margin = "0 0 0 0";
  203. Padding = "0 0 0 0";
  204. AnchorTop = "1";
  205. AnchorBottom = "0";
  206. AnchorLeft = "1";
  207. AnchorRight = "0";
  208. isContainer = "0";
  209. Profile = "ToolsGuiNumericTextEditProfile";
  210. HorizSizing = "width";
  211. VertSizing = "bottom";
  212. position = "81 0";
  213. Extent = "121 18";
  214. MinExtent = "8 2";
  215. canSave = "1";
  216. Visible = "1";
  217. tooltipprofile = "ToolsGuiToolTipProfile";
  218. hovertime = "1000";
  219. canSaveDynamicFields = "1";
  220. class = "ESettingsWindowTextEdit";
  221. className = "ESettingsWindowTextEdit";
  222. editorSettingsRead = "RiverEditorPlugin.readSettings();";
  223. editorSettingsValue = "RiverEditor/DefaultDepth";
  224. editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
  225. };
  226. };
  227. new GuiControl() {
  228. isContainer = "1";
  229. horizSizing = "right";
  230. vertSizing = "bottom";
  231. extent = "208 18";
  232. new GuiTextCtrl() {
  233. text = "Normal:";
  234. maxLength = "1024";
  235. Margin = "0 0 0 0";
  236. Padding = "0 0 0 0";
  237. AnchorTop = "1";
  238. AnchorBottom = "0";
  239. AnchorLeft = "1";
  240. AnchorRight = "0";
  241. isContainer = "0";
  242. Profile = "ToolsGuiTextRightProfile";
  243. HorizSizing = "right";
  244. VertSizing = "bottom";
  245. position = "5 1";
  246. Extent = "70 16";
  247. MinExtent = "8 2";
  248. canSave = "1";
  249. Visible = "1";
  250. tooltipprofile = "ToolsGuiToolTipProfile";
  251. hovertime = "1000";
  252. canSaveDynamicFields = "0";
  253. };
  254. new GuiTextEditCtrl() {
  255. historySize = "0";
  256. password = "0";
  257. tabComplete = "0";
  258. sinkAllKeyEvents = "0";
  259. passwordMask = "*";
  260. maxLength = "1024";
  261. Margin = "0 0 0 0";
  262. Padding = "0 0 0 0";
  263. AnchorTop = "1";
  264. AnchorBottom = "0";
  265. AnchorLeft = "1";
  266. AnchorRight = "0";
  267. isContainer = "0";
  268. Profile = "ToolsGuiTextEditProfile";
  269. HorizSizing = "width";
  270. VertSizing = "bottom";
  271. position = "81 0";
  272. Extent = "121 18";
  273. MinExtent = "8 2";
  274. canSave = "1";
  275. Visible = "1";
  276. tooltipprofile = "ToolsGuiToolTipProfile";
  277. hovertime = "1000";
  278. canSaveDynamicFields = "1";
  279. class = "ESettingsWindowTextEdit";
  280. className = "ESettingsWindowTextEdit";
  281. editorSettingsRead = "RiverEditorPlugin.readSettings();";
  282. editorSettingsValue = "RiverEditor/DefaultNormal";
  283. editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
  284. };
  285. };
  286. };
  287. };
  288. new GuiRolloutCtrl() {
  289. Profile = "GuiRolloutProfile";
  290. HorizSizing = "right";
  291. VertSizing = "bottom";
  292. position = "10 10";
  293. extent = "208 95";
  294. Caption = "Colors";
  295. Margin = "0 3 0 0";
  296. DragSizable = false;
  297. container = true;
  298. new GuiStackControl() {
  299. StackingType = "Vertical";
  300. HorizStacking = "Left to Right";
  301. VertStacking = "Top to Bottom";
  302. Padding = "0";
  303. isContainer = "1";
  304. Profile = "ToolsGuiDefaultProfile";
  305. HorizSizing = "width";
  306. VertSizing = "bottom";
  307. position = "0 0";
  308. Extent = "208 0";
  309. MinExtent = "8 2";
  310. canSave = "1";
  311. isDecoy = "0";
  312. Visible = "1";
  313. tooltipprofile = "ToolsGuiToolTipProfile";
  314. hovertime = "1000";
  315. padding = "3";
  316. new GuiControl() {
  317. isContainer = "1";
  318. Profile = "ToolsGuiDefaultProfile";
  319. HorizSizing = "right";
  320. VertSizing = "bottom";
  321. position = "5 10";
  322. Extent = "208 18";
  323. MinExtent = "8 2";
  324. canSave = "1";
  325. Visible = "1";
  326. tooltipprofile = "ToolsGuiToolTipProfile";
  327. hovertime = "1000";
  328. canSaveDynamicFields = "1";
  329. class = "ESettingsWindowColor";
  330. className = "ESettingsWindowColor";
  331. editorSettingsRead = "RiverEditorPlugin.readSettings();";
  332. editorSettingsValue = "RiverEditor/HoverSplineColor";
  333. editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
  334. new GuiTextCtrl() {
  335. text = "Hover Spline:";
  336. maxLength = "1024";
  337. Margin = "0 0 0 0";
  338. Padding = "0 0 0 0";
  339. AnchorTop = "1";
  340. AnchorBottom = "0";
  341. AnchorLeft = "1";
  342. AnchorRight = "0";
  343. isContainer = "0";
  344. Profile = "ToolsGuiTextRightProfile";
  345. HorizSizing = "right";
  346. VertSizing = "bottom";
  347. position = "0 1";
  348. Extent = "70 16";
  349. MinExtent = "8 2";
  350. canSave = "1";
  351. Visible = "1";
  352. tooltipprofile = "ToolsGuiToolTipProfile";
  353. hovertime = "1000";
  354. canSaveDynamicFields = "1";
  355. };
  356. new GuiTextEditCtrl() {
  357. historySize = "0";
  358. password = "0";
  359. tabComplete = "0";
  360. sinkAllKeyEvents = "0";
  361. passwordMask = "*";
  362. maxLength = "1024";
  363. Margin = "0 0 0 0";
  364. Padding = "0 0 0 0";
  365. AnchorTop = "1";
  366. AnchorBottom = "0";
  367. AnchorLeft = "1";
  368. AnchorRight = "0";
  369. isContainer = "0";
  370. Profile = "ToolsGuiTextEditProfile";
  371. HorizSizing = "width";
  372. VertSizing = "bottom";
  373. position = "80 0";
  374. Extent = "104 18";
  375. MinExtent = "8 2";
  376. canSave = "1";
  377. Visible = "1";
  378. tooltipprofile = "ToolsGuiToolTipProfile";
  379. hovertime = "1000";
  380. internalName = "ColorEdit";
  381. canSaveDynamicFields = "1";
  382. class = "ESettingsWindowColorEdit";
  383. className = "ESettingsWindowColorEdit";
  384. };
  385. new GuiSwatchButtonCtrl() {
  386. color = "1 1 1 1";
  387. groupNum = "-1";
  388. buttonType = "PushButton";
  389. useMouseEvents = "0";
  390. isContainer = "0";
  391. Profile = "ToolsGuiDefaultProfile";
  392. horizSizing = "left";
  393. vertSizing = "bottom";
  394. position = "188 2";
  395. extent = "14 14";
  396. MinExtent = "8 2";
  397. canSave = "1";
  398. Visible = "1";
  399. tooltipprofile = "ToolsGuiToolTipProfile";
  400. hovertime = "1000";
  401. internalName = "ColorButton";
  402. canSaveDynamicFields = "1";
  403. class = "ESettingsWindowColorButton";
  404. className = "ESettingsWindowColorButton";
  405. };
  406. };
  407. new GuiControl() {
  408. isContainer = "1";
  409. Profile = "ToolsGuiDefaultProfile";
  410. HorizSizing = "right";
  411. VertSizing = "bottom";
  412. position = "5 30";
  413. Extent = "208 18";
  414. MinExtent = "8 2";
  415. canSave = "1";
  416. Visible = "1";
  417. tooltipprofile = "ToolsGuiToolTipProfile";
  418. hovertime = "1000";
  419. canSaveDynamicFields = "1";
  420. class = "ESettingsWindowColor";
  421. className = "ESettingsWindowColor";
  422. editorSettingsRead = "RiverEditorPlugin.readSettings();";
  423. editorSettingsValue = "RiverEditor/SelectedSplineColor";
  424. editorSettingsWrite = "RiverEditorPlugin.writeSettings();";
  425. new GuiTextCtrl() {
  426. text = "Sel. Spline:";
  427. maxLength = "1024";
  428. Margin = "0 0 0 0";
  429. Padding = "0 0 0 0";
  430. AnchorTop = "1";
  431. AnchorBottom = "0";
  432. AnchorLeft = "1";
  433. AnchorRight = "0";
  434. isContainer = "0";
  435. Profile = "ToolsGuiTextRightProfile";
  436. HorizSizing = "right";
  437. VertSizing = "bottom";
  438. position = "0 1";
  439. Extent = "70 16";
  440. MinExtent = "8 2";
  441. canSave = "1";
  442. Visible = "1";
  443. tooltipprofile = "ToolsGuiToolTipProfile";
  444. hovertime = "1000";
  445. canSaveDynamicFields = "1";
  446. };
  447. new GuiTextEditCtrl() {
  448. historySize = "0";
  449. password = "0";
  450. tabComplete = "0";
  451. sinkAllKeyEvents = "0";
  452. passwordMask = "*";
  453. maxLength = "1024";
  454. Margin = "0 0 0 0";
  455. Padding = "0 0 0 0";
  456. AnchorTop = "1";
  457. AnchorBottom = "0";
  458. AnchorLeft = "1";
  459. AnchorRight = "0";
  460. isContainer = "0";
  461. Profile = "ToolsGuiTextEditProfile";
  462. HorizSizing = "width";
  463. VertSizing = "bottom";
  464. position = "80 0";
  465. Extent = "104 18";
  466. MinExtent = "8 2";
  467. canSave = "1";
  468. Visible = "1";
  469. tooltipprofile = "ToolsGuiToolTipProfile";
  470. hovertime = "1000";
  471. internalName = "ColorEdit";
  472. canSaveDynamicFields = "1";
  473. class = "ESettingsWindowColorEdit";
  474. className = "ESettingsWindowColorEdit";
  475. };
  476. new GuiSwatchButtonCtrl() {
  477. color = "1 1 1 1";
  478. groupNum = "-1";
  479. buttonType = "PushButton";
  480. useMouseEvents = "0";
  481. isContainer = "0";
  482. Profile = "ToolsGuiDefaultProfile";
  483. horizSizing = "left";
  484. vertSizing = "bottom";
  485. position = "188 2";
  486. extent = "14 14";
  487. MinExtent = "8 2";
  488. canSave = "1";
  489. Visible = "1";
  490. tooltipprofile = "ToolsGuiToolTipProfile";
  491. hovertime = "1000";
  492. internalName = "ColorButton";
  493. canSaveDynamicFields = "1";
  494. class = "ESettingsWindowColorButton";
  495. className = "ESettingsWindowColorButton";
  496. };
  497. };
  498. };
  499. };
  500. };
  501. };
  502. };
  503. };
  504. //--- OBJECT WRITE END ---