Guest User

Some Code from IMD Editor V3

a guest
Jan 31st, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.19 KB | None | 0 0
  1. // <DFM> TFORM1 = class(TForm);
  2.  
  3. object Form1: TForm1
  4. Left = 193
  5. Top = 81
  6. Width = 671
  7. Height = 630
  8. BorderIcons = [biSystemMenu, biMinimize]
  9. Caption = 'IMDeditor v3'
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -11
  14. Font.Name = 'MS Sans Serif'
  15. Font.Style = []
  16. Menu = MainMenu1
  17. OldCreateOrder = False
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object PageControl1: TPageControl
  21. Left = 0
  22. Top = 40
  23. Width = 661
  24. Height = 525
  25. ActivePage = TabSheetReferences
  26. TabOrder = 2
  27. TabWidth = 219
  28. object TabSheetReferences: TTabSheet
  29. Caption = 'References'
  30. ImageIndex = 1
  31. object GroupBoxManipulation: TGroupBox
  32. Left = 260
  33. Top = 400
  34. Width = 389
  35. Height = 49
  36. Caption = 'Reference Manipulation'
  37. TabOrder = 3
  38. end
  39. object GroupBoxRefCount: TGroupBox
  40. Left = 4
  41. Top = 8
  42. Width = 125
  43. Height = 481
  44. Caption = 'Counts'
  45. TabOrder = 2
  46. object LabelRefTotal: TLabel
  47. Left = 12
  48. Top = 20
  49. Width = 27
  50. Height = 13
  51. Caption = 'Total:'
  52. end
  53. object LabelRefBiggun: TLabel
  54. Left = 12
  55. Top = 52
  56. Width = 36
  57. Height = 13
  58. Caption = 'Biggun:'
  59. end
  60. object LabelRefFire: TLabel
  61. Left = 12
  62. Top = 156
  63. Width = 20
  64. Height = 13
  65. Caption = 'Fire:'
  66. end
  67. object LabelRefFlare: TLabel
  68. Left = 12
  69. Top = 180
  70. Width = 26
  71. Height = 13
  72. Caption = 'Flare:'
  73. end
  74. object LabelRefGunpoint: TLabel
  75. Left = 12
  76. Top = 204
  77. Width = 46
  78. Height = 13
  79. Caption = 'Gunpoint:'
  80. end
  81. object LabelRefHangarIn: TLabel
  82. Left = 12
  83. Top = 228
  84. Width = 47
  85. Height = 13
  86. Caption = 'HangarIn:'
  87. end
  88. object LabelRefHangarOut: TLabel
  89. Left = 12
  90. Top = 252
  91. Width = 55
  92. Height = 13
  93. Caption = 'HangarOut:'
  94. end
  95. object LabelRefModule: TLabel
  96. Left = 12
  97. Top = 276
  98. Width = 38
  99. Height = 13
  100. Caption = 'Module:'
  101. end
  102. object LabelRefPortalIn: TLabel
  103. Left = 12
  104. Top = 300
  105. Width = 39
  106. Height = 13
  107. Caption = 'PortalIn:'
  108. end
  109. object LabelRefRockets: TLabel
  110. Left = 12
  111. Top = 76
  112. Width = 43
  113. Height = 13
  114. Caption = 'Rockets:'
  115. end
  116. object LabelRefSmallgun: TLabel
  117. Left = 12
  118. Top = 100
  119. Width = 46
  120. Height = 13
  121. Caption = 'Smallgun:'
  122. end
  123. object LabelRefTractorBeam: TLabel
  124. Left = 12
  125. Top = 324
  126. Width = 64
  127. Height = 13
  128. Caption = 'TractorBeam:'
  129. end
  130. object LabelRefTurret: TLabel
  131. Left = 12
  132. Top = 124
  133. Width = 31
  134. Height = 13
  135. Caption = 'Turret:'
  136. end
  137. object LabelRefTurretGuns: TLabel
  138. Left = 12
  139. Top = 348
  140. Width = 56
  141. Height = 13
  142. Caption = 'TurretGuns:'
  143. end
  144. object LabelRefHinge1_opened: TLabel
  145. Left = 12
  146. Top = 380
  147. Width = 79
  148. Height = 13
  149. Caption = 'Hinge1_opened:'
  150. end
  151. object LabelRefHinge2_opened: TLabel
  152. Left = 12
  153. Top = 404
  154. Width = 79
  155. Height = 13
  156. Caption = 'Hinge2_opened:'
  157. end
  158. object LabelRefCtotal: TLabel
  159. Left = 96
  160. Top = 20
  161. Width = 70
  162. Height = 13
  163. Caption = 'LabelRefCtotal'
  164. end
  165. object LabelRefCbiggun: TLabel
  166. Left = 96
  167. Top = 52
  168. Width = 82
  169. Height = 13
  170. Caption = 'LabelRefCbiggun'
  171. end
  172. object LabelRefCrockets: TLabel
  173. Left = 96
  174. Top = 76
  175. Width = 85
  176. Height = 13
  177. Caption = 'LabelRefCrockets'
  178. end
  179. object LabelRefCsmallgun: TLabel
  180. Left = 96
  181. Top = 100
  182. Width = 91
  183. Height = 13
  184. Caption = 'LabelRefCsmallgun'
  185. end
  186. object LabelRefCturret: TLabel
  187. Left = 96
  188. Top = 124
  189. Width = 74
  190. Height = 13
  191. Caption = 'LabelRefCturret'
  192. end
  193. object LabelRefCfire: TLabel
  194. Left = 96
  195. Top = 156
  196. Width = 64
  197. Height = 13
  198. Caption = 'LabelRefCfire'
  199. end
  200. object LabelRefCflare: TLabel
  201. Left = 96
  202. Top = 180
  203. Width = 70
  204. Height = 13
  205. Caption = 'LabelRefCflare'
  206. end
  207. object LabelRefCgunpoint: TLabel
  208. Left = 96
  209. Top = 204
  210. Width = 91
  211. Height = 13
  212. Caption = 'LabelRefCgunpoint'
  213. end
  214. object LabelRefChangarin: TLabel
  215. Left = 96
  216. Top = 228
  217. Width = 91
  218. Height = 13
  219. Caption = 'LabelRefChangarin'
  220. end
  221. object LabelRefChangarout: TLabel
  222. Left = 96
  223. Top = 252
  224. Width = 98
  225. Height = 13
  226. Caption = 'LabelRefChangarout'
  227. end
  228. object LabelRefCmodule: TLabel
  229. Left = 96
  230. Top = 276
  231. Width = 84
  232. Height = 13
  233. Caption = 'LabelRefCmodule'
  234. end
  235. object LabelRefCportalin: TLabel
  236. Left = 96
  237. Top = 300
  238. Width = 84
  239. Height = 13
  240. Caption = 'LabelRefCportalin'
  241. end
  242. object LabelRefCtractorbeam: TLabel
  243. Left = 96
  244. Top = 324
  245. Width = 106
  246. Height = 13
  247. Caption = 'LabelRefCtractorbeam'
  248. end
  249. object LabelRefCturretguns: TLabel
  250. Left = 96
  251. Top = 348
  252. Width = 97
  253. Height = 13
  254. Caption = 'LabelRefCturretguns'
  255. end
  256. object LabelRefChinge1_opened: TLabel
  257. Left = 96
  258. Top = 380
  259. Width = 124
  260. Height = 13
  261. Caption = 'LabelRefChinge1_opened'
  262. end
  263. object LabelRefChinge2_opened: TLabel
  264. Left = 96
  265. Top = 404
  266. Width = 124
  267. Height = 13
  268. Caption = 'LabelRefChinge2_opened'
  269. end
  270. object LabelRefDOCKPOS: TLabel
  271. Left = 12
  272. Top = 428
  273. Width = 55
  274. Height = 13
  275. Caption = 'DOCKPOS:'
  276. end
  277. object LabelRefPREDOCKPOS: TLabel
  278. Left = 12
  279. Top = 452
  280. Width = 77
  281. Height = 13
  282. Caption = 'PREDOCKPOS:'
  283. end
  284. object LabelRefCdockpos: TLabel
  285. Left = 96
  286. Top = 428
  287. Width = 91
  288. Height = 13
  289. Caption = 'LabelRefCdockpos'
  290. end
  291. object LabelRefCpredockpos: TLabel
  292. Left = 96
  293. Top = 452
  294. Width = 106
  295. Height = 13
  296. Caption = 'LabelRefCpredockpos'
  297. end
  298. object Panel2: TPanel
  299. Left = 12
  300. Top = 40
  301. Width = 101
  302. Height = 5
  303. TabOrder = 0
  304. end
  305. object Panel3: TPanel
  306. Left = 12
  307. Top = 368
  308. Width = 101
  309. Height = 5
  310. TabOrder = 1
  311. end
  312. object Panel4: TPanel
  313. Left = 12
  314. Top = 144
  315. Width = 101
  316. Height = 5
  317. TabOrder = 2
  318. end
  319. end
  320. object GroupBoxReferences: TGroupBox
  321. Left = 136
  322. Top = 8
  323. Width = 117
  324. Height = 481
  325. Caption = 'References'
  326. Color = clBtnFace
  327. ParentColor = False
  328. TabOrder = 0
  329. object ListBox1: TListBox
  330. Left = 8
  331. Top = 16
  332. Width = 101
  333. Height = 457
  334. Color = clSilver
  335. ItemHeight = 13
  336. TabOrder = 0
  337. OnClick = Select_ReferenceExecute
  338. end
  339. end
  340. object GroupBoxSelectedReference: TGroupBox
  341. Left = 260
  342. Top = 8
  343. Width = 389
  344. Height = 389
  345. Caption = 'Selected Reference'
  346. TabOrder = 1
  347. object Label18: TLabel
  348. Left = 12
  349. Top = 20
  350. Width = 80
  351. Height = 13
  352. Caption = 'Reference Type:'
  353. end
  354. object Label19: TLabel
  355. Left = 12
  356. Top = 48
  357. Width = 83
  358. Height = 13
  359. Caption = 'Type Parameters:'
  360. end
  361. object Image1: TImage
  362. Left = 168
  363. Top = 76
  364. Width = 200
  365. Height = 200
  366. Picture.Data = {
  367. 0A544A504547496D616765971C0000FFD8FFE000104A46494600010100000100
  368. 010000FFDB00430006040506050406060506070706080A100A0A09090A140E0F
  369. 0C1017141818171416161A1D251F1A1B231C1616202C20232627292A29191F2D
  370. 302D283025282928FFDB0043010707070A080A130A0A13281A161A2828282828
  371. 2828282828282828282828282828282828282828282828282828282828282828
  372. 28282828282828282828282828FFC000110800C800C803012200021101031101
  373. FFC4001B00000203010101000000000000000000000001020305040607FFC400
  374. 4210000200030405090605020602030000000102000311041221D105315291A2
  375. 1322324151617192E10642627281A11482B1C1E223331553A3C2D2F024637393
  376. B2FFC4001A010003010101010000000000000000000000010203040506FFC400
  377. 2D11000202020102040504030100000000000001021103213112410422517113
  378. 6181A1F03291C2D105B1E133FFDA000C03010002110311003F00F87F24972A00
  379. BD5D57173885C1B1C0B9C5BCDAF4969E290B0A74977A4771E6ECA6E8D9E15CE1
  380. 14527A23CAB9C5A40DA4DE99440D3B577A42D31DB2B2807B83CAB9C2BAB4E8F0
  381. AE71D122489F36E72B253026B31D00C013BF08A5A83DE5DE90A8A4C8151B3C23
  382. 388381B3C23389923B577AC45BC46F58929159404137301ACDD19C5640AF47EC
  383. 338B2A2BAD69F962069DA37AC21912BF08F28CE15D1D83CA3387876AF0C234A6
  384. B1C300053B86E19C000EC1B8670607AC6F58786388DEB08762A0EC1B86705DA7
  385. BA370CE1E1DA3860C0F58E186162A0EC1E519C3BA3646E19C3C35D577AC180EB
  386. 5E18056C5418F347946705057A3C23386081D6BC30B0ED5E18009506C8F28CE2
  387. 4AAB4E8F08CE201BAAABC312040EB5E1841B2586CF08CE24A076708CE21515E9
  388. 2EF582F018541FAAC34C0B85D3AD479573822BBC3A8AEF5821D851AC4FC5FEA7
  389. F18816F8B8FF008C7435EA0379B7CCCA2B35A749F7CC8D8E64CAAB5268DC7E91
  390. 127AEF61F3FA45A437533EF7CA173BB5F7BC2A28A09A1C5B8FD22B2D874B1F9F
  391. D22E7AEBBCDBDE2B6D42EDEAD31A96CA25948A8B77F1FA4459BBF8BD22C353D6
  392. DBDA22D5ED6E2892D1493DFC5E911AF7F17A45D74B025598900922AD8440F8B6
  393. F684D15A2BAD47F2F485F5E2F48B01AF5B6F6828CDA8B6F68405751DBC5E9003
  394. 5D5FFEBD22D32DC0A92D4F1688E20EB6DED06C2C8FD78BD201AF5E1F37A44EBF
  395. 136F682B86B6A78B4002AE3AC79BD2113CDC4F17A43D669CEFAD4C48E0BADA9E
  396. 2D1EBF8878B1F83C714A2F2496EA9D2B6D5B57527696F69469F24AE4A6F0EDE2
  397. F482A3B479BD22553B4D5F1685520604EF68F20AD08377F17A44830A52BC5E90
  398. 024EB63BDA154ED1FA96800957563C5E900614D7C5E90813B4DBDB287524F49A
  399. BE2D00875EFE2F4820BC769B7B41080DFB8DB07C8D9C2696D4E81F236716192A
  400. 4612F817FE515945D81E45CE3A68E6B2A32D86B43E46CE22C869D127F236714C
  401. FB449437550337C8B4FD622B30BEB949F455CE26D1693E49B236C9F2B6715156
  402. 07A27CAD9C5842B2D420F22E7102836781738431508D6BC2D9C69D81B46ACB22
  403. D5677698452AC1F03DA28C2328A0D9E15CE3B2C9A22D36CB05A6D566972E64BB
  404. 3FF7154ADF03B6ED6A4409D3E01ABEE77E8BD1B29ED2FC84F33029A87366734D
  405. 75071EB186ADD1C532D9A32D76F9AED654B1CBA90AB2D5CA91D5EF6B8CB96191
  406. 58C926A6B4A019C71528D42056BD83384E74B486B1DB76CF46EFA39010928CC3
  407. 4EA96C3FDD1C73E6CB7FEDD9953BC2B0FDE256491649F2D5872EEC70A24A5A03
  408. D9AE35AC9A1A74FBC6C9A3D0904E13D901C358A5E8AA72EC45C63CB329E572D6
  409. 625539C06B08D9C70AA310485D5DC738F4EDA0A7D583F232E6AB2ADC12D429A8
  410. AE26F611872ECA3959B742BD095E6853FBE30A5069ED150C89AD338EE9AF4784
  411. E71D363D1F6BB68986C96699384A4331EE4B63754759C75450C803117351D919
  412. C76E8DD2569D1896A5B130962D328C999FD3524A9388C754424BB9A36EB46750
  413. 834A7D8E70EE36C9F29CE1DC15A535F70CE0B829D11F4519C7A3E3F0C6108556
  414. B5A69DF7EAE5F2FABE892F7132BBAC3DDE139C2A31F74F94E70CA8AF43846708
  415. A8D915F94671E614015A95A7D8E701BDAAEF0B670C20A747AF64670AE8A74784
  416. 670085435D47CA738641A744F95B384546CF08CE15D14E8FD86700C743D60EE3
  417. 9C105D1B23CA3382003D5CB646D4D2C7D65E503CB52306975F9A5C7309D70D43
  418. FF00A9FC61CAD20F79B9424A13810FAB8718E9EA471F4BE51976C9624DA89AAD
  419. 1F118A1F1824B8AD2F2E3DE91AB6FBB6BB1908C2F2F394F295C7CB199639136D
  420. 13822D01A5EABCCBA29F5119B54F46D195C765A0AE22AA7EA99442F02702B4F1
  421. 4CA3A7F0B3D1DD6F25C5C2A26E07ED126B3BC992264CBD74D28D5206FBB0DA15
  422. A388D36937A44653BC89C26C89B72629A82AC9510C4EFEA9008C35D5FD22D4B4
  423. 0A060EC698D10D3F689FA95B5D8BAD168916E94F327CBE4F481A5D9B2C20499F
  424. 32E001EF1BA3379233A5BB3A8010852432EB35A7E91D4D36B76E21A8EB7995C7
  425. 74573C4F36579A2F1968C2A5350F1A0EF81EC23A1E8BB4CEB0BB19135313A884
  426. 35F1A88F59646956AB6C89769B7CAB3975331982CA3CE6F1D51E454D056BC7E9
  427. 13B45A5E632B231174006AF5AD3E9150974AA2670EB767BCD2FECA9364699A3E
  428. D526D0E31E75A24E23B2823CBE8DB25AF475A5A6FE1E51989AEB3251420E188F
  429. 1EC8B7417B596ED16B75674C126B8A19987D39A63D0CBF696469C98866CD121F
  430. 5D1E681D5DB73FED6355D33776612EB8269AB4675B74668BB4BB9766B2DA0D09
  431. 659929A582718C2D27A1A75809227D9AD12EB83499A8C7BB08F64F264829CB4F
  432. BD79F952796A063E4F1DF1C95946695B3AB4D757BEC04C24827AC9641152C516
  433. 4C33491E0D85D7A1C0D3AEE8830ED5E18F65A62CCD69B459D5A4212254C2419E
  434. 0B00197E118E380EF8CC9FA0E5B2DEB2DB52FF00F9534956AF962BC4626A18EB
  435. D3F948E88674D5B3CFDD1DABBD62240AEB5DEB1D76AB2DA2CA4FE225BCB15A54
  436. 9C0F81A43D1F36CB2EDB25EDD2DA759435664B49974B0EC069847157666CA5AB
  437. 4716006B5DEB08EAD6BE1CD8EAB74C90F6A9AD65469520B1288CF52A3A8134C6
  438. 3989EFE2F48968A5B2187595DEB11341D6BC316DEEFE2F48893DFC5E9080AEA3
  439. E1DEB9410C9D58F17A410C0DE94C59C02CE078BC5A82F052A588031A199ACC71
  440. 156D93E46CE182E35291E0AD9C6D673B458B6D7B35B1A5AB908D81625C5088F6
  441. 1A37D9F996B32AD42DC2D7642B8992272B2E1AAB74C785B44A986ECC28D435C6
  442. EB63DBD71D1A3B4BDB745126C730A06D6086A78D2B0E33A7B0963EA5E5E4FA3E
  443. 8A912B46C99C926CD2ED139DE8936D267D658F00318DF981AD5A3BF0D6DA4FBC
  444. B46005A6EB750A2D3BE3CDFB156CFF001294ED689AB6AB6B1A9972ECEF541E37
  445. 803DF1EB6635A6482D36C5C8CB2297C499A6E9EF01F57846FA6AD2391DA74D9F
  446. 1ED3FECC5BF46DB393932AD768B3901F971266203515D471C238A5D9AD225612
  447. E62A8EBE78FDA3D2E9B9BA4B46CFE4B4D898F2DAA24DA087613079B0348C2B56
  448. 97524F252F9434A54ABFEED18B8C6274A9CA5DACE29A9CA0E4DE7726DDE5C987
  449. 61B5CFB1B93226395617662317BAE3AC11D7152DA264CB42B194BACFBAD9C59C
  450. 93336A6F0BAD9C66BE469C6995CD98AD319A5A996A4D4202F80ECD502BB03556
  451. 6AF8BC55391829C08A6239ADAF7C2B3319AB50BCEEB015B3857B2A951D9C87E2
  452. 548B3DF334EB942F927C30FB47034B99298F26CE083AAAC0831D404C96E1D030
  453. 20F52B0A7DE2FD216933EC8B39E54B13659BACCA8C0BF7B638986D2624DA669F
  454. B3FED25A2C0949E5E7A938ABBCCC3B8523D6595B47E986E5ECF6B9922D468427
  455. 2938B0EEBD48F9A2A5F178034388A2B671D32664D94E0A5E5718820303FAC690
  456. C8D7263930C5ED699EDADC2DF64D2767FC489D3D8499B779D343D2F4BC6B4C7A
  457. B57D6076956B374CD6775A1B8CD3AF2FDA32346FB473A5DB641B7CA16896929E
  458. 58BC1CE0C5093D2F863B74A691D1338099248E500D5C9CC0CBE06F563BF2CD38
  459. 63F6FE5239DE369F1FB1D064CF50DFF90D3518632A699C6B4D42B48CCB668CD1
  460. D680010FA3E79C06134A9FB63BE38069B6B34D54626D124E17D95EF29DF888E9
  461. 7D28D3A594164BE186A28E7FDD1CAE51916A138BB32749E89B4D8544C63CAC93
  462. EFA0994FAD46119989EB3BDA362CEF6C33A6599C35C02F50AB1E69EAD7AA3299
  463. 4D4F34D07C2738E69A5CA3AF1B7C32AC7B4EF6844FC4DBDA2654ECF09CE2254E
  464. CF09CE3366A4093DADBDA0895D3B27CA7382108ED2ABB3C2B9C5F65B3CB9ED74
  465. A50D46A55CFC239CD2BD25DE916489A254D0D55A758065E22365462EEB468DBA
  466. C465D88CE95282B4BA1BB717575D79D192644BB44B33244B155C5E5DD5E6F78C
  467. 7111D56BB6BDA4F39D2ED6A00E4C7ED1C450070E8E01EE6510E74DE8209A5B1C
  468. 8947165AA9275A800FEB1B164D25A49E4B493686B8B862895D5DB58CEB34C969
  469. 84DC4768B8636746D9A4319ACD6990A868412F2FF7820BD059255C9853C3CC97
  470. 344C2CD70922F019C72845A8E6EE519C7AC9964B2268ED233B95465C6ED1A573
  471. B9BFF75479F952D4202CCA4E15C5214A14CA864B47309743508053B8671D2A14
  472. 10428F22E70DD900A064DE994401048A15AF75C85436DB3BF47CA966DD2DAE06
  473. 06A0828A46A3D558C09F2CD9A786550013AA8338DFD1F22D22723A228A106AE6
  474. 581F78BF49D8D0ADA15792066E2A4BCB341AE980ED8A70EA89119F4CB6624A74
  475. 988195477F346716B4A56B0DA084155A1ADC5CE32C16B34C21A808C08E6C6A59
  476. 262CCB3CFA32E295A129D5F4888BBD335946B68AD1E44C12D65CB08CA8038014
  477. 8269AC6313A2DE5E60F2AE719B21E59B6234F60B28B0BE5003415C6823B2D53C
  478. 24E98D291B902798C55756E84A5A1B8BBD175D1CA28BB8107DD5EEEF8EFB359E
  479. 5B52B2C1FC8BFF0028CEB2CC59EE9465A8AD7A3862236AC8A2BD24C3BE5E51D9
  480. 91270C7EDFCA4633B5A2AD2967952F46B9594A092A2A25AD758EF8EF97250A00
  481. 252D07FEB4FF009451A542B59A522B4BE74C5071967F411A72A5A04349928E3B
  482. 52B2884B662E5E5464194BF89B6B5C144963522F61F8A304AA9F74794671BD30
  483. 8593A49CB21BCE101065F601FF006918669DABBD631C8746221746C8F28CE225
  484. 001D11E519C5848A52F2EF5889A768DEB199AD951500F44794670448D3B577AC
  485. 10A8AD9DA5F1E971FA42BFF171FA44AADDADBDF280DED579B7BE51A986885FF8
  486. B8FD20BDF171FA448D769B7BE50AA769B7BC3004985082AF42351BFE91DF67D2
  487. 86CECCD2D119D80E731151C31C209DA6DEF05E3DADBDE04DA138A7CA2EFC74F1
  488. 666B389A44966BCCA18509DD14198C75B717A4049ED6DEF0AA7B5B8A136D9492
  489. 5D857C76F17A4426CE79603CA7656520821F57DA26E4E1CE6DEF112C48A1269F
  490. 9E2474BD0D6B27B413674A09318F2B4D6D3280F0C5737484C6A869869D97FF00
  491. 8C715B7454CB15944F33834E97384B9F245EAC82455031DA215EA0746ED0D09A
  492. 0EE4D176C992D2D1357F0B21D4309B6998D2832D2B540D8BE1B009C461888CD7
  493. 8C838DB97E7E71EAB68E7EBC297527AFCFC5EBCA3866149C79F8CC1A9CBD7ED4
  494. 82CD6298D3D56C734D26912D54549724D28053AFAA3B99B46D8E85DE7DBE70EB
  495. 96CF2A48ECAD56FB83D7D0228684D418B2D1A52D732CECB28AD86C617937491C
  496. A2ABA9C28E7167189E9134A9A5044FC594FF00447EAF5FF7F74BDC7F126F508E
  497. BE7AFB73F6473A6879961B487D233A4D884B6C5663069DE025017812311782A9
  498. C3115063D5CAF6CBF0F29643CA6D2520617E7B24BC3BA5853423562C4776341E
  499. 0A4B4949AACA6974D43A97FD235D0CB9A19A4CE37F59A1735F1C22A18E4FF5CB
  500. E8B4BFBFBD13930B9FFEAEFECBFBFBD7C8D6D35A6AC5A4459BF05679B66B8583
  501. 4869B596A0F5AA840AA4F5918C4347286A5D6F1ACCD5C31C2928DE5642C41EC3
  502. 3328F41A2A5B9239D329DA0CDFD846F8F028BF2797DB8FD8D639E38F1AC528DC
  503. 170B86BD9F6F6DAEED59C1A4D15A7D8119F03381FEED757E5F0C63605D45E63E
  504. 1FFCDFC239B48ADCD2FA325D273950ECA15A600283B08AEE8EE79EECACA8D384
  505. C14254BCEA8F1C23A212F3352D3FCE0CB361F229E3F347EEB7DD76F7DAED7679
  506. 0B74C2B61B49BE4B3DA581FEA77FCBDD18B7BBF8FD2352D65C688B2DE2E04C76
  507. 7AD5F1C4E719849AF49B7B4734F937C6B42BDDFC5E90AF77F17A4335C79C77B4
  508. 23E2DBDA20D08B377F17A410D89D579A9E2D04051D974EC91F95B38450EC1F2B
  509. 6713BAA310A3B3A0B9C2645A2D106AC79AB9C5D181028DB07C8D9C46E9D93E56
  510. CE2EFC2CC325A7090DC929A17E4D695DF155D1748B82A4D6B716BFAC0315D6D9
  511. 3E56CE1856AD2E91F95B3885D1B23CAB9C3BA364795738063BA764F95B38EAD1
  512. DA32DBA4E64D9761B3B4E992A599ACA01ADD14AD0571388C0631C9746C8F2AE7
  513. 1BBECACC93A2ED3FE333A7AA7E158897674B9CACF62A45DA63756871623B863A
  514. B9FC564963C529635E6EDF37D97E71C98789C93C789CB1FEAEDF37D97E71C994
  515. FA3AD52EC12ADB324DDB34D7292D8D417235D05EA90355694AE15AC6A6879160
  516. 95A3A65A4E939567D2B780928F679C44A15C5AF0068FD84569E342B3F6E5A44D
  517. D39CAD92D52AD56379286404BA4494A504BA617698F369A88AE24C79CBA36479
  518. 5738C20A5E2F046526E37BD7FA769FB3D2B33C7D5E2F04652938DEF5FE9DA7EC
  519. F4ACF49A0746DA6C7689E65DB2C0B2ED324CA168FC54A05310C8E0335E5A32A1
  520. 3CDBC056803014F3D59932F3DA0BCD9CCC5D9DAF12C49A924D7188151B3C2B9C
  521. 175760795738D7161709CA6F6DD7636C789C64E7269B75DAB824CE55D3FA69AF
  522. A2CAC037756B155A2CAD3AAF66E55C8AB4C92CA6B2FEF88EF86CBA8AA8A8ED45
  523. A1F1C62031614054AF5802A9E18E2237F73A16B68E54044C5A022BAF039C6F68
  524. 64B19B601A4663D9A4D3FBD2E516A1C358AEA8CE9E244E0263AACB9FAD6E20B9
  525. 3476EBC0C466A8B879A3CA338179425E647B032125CCFF00C7132759596F24D3
  526. 29813DB501A35F4427283FA681B50349530FE8D1F3EB05B6658EF196AAF2985D
  527. 2AEA0E1DD8E11EF340E92D0165B14B33F45CE36BD6CC2CC8F53F571FA474E3C8
  528. BD0E3CB89A5C93B6499ADED3D900946EC990CCD49530D2B863CEAFDE352DBA2F
  529. 48CDB33B59AC33DE60C0524BA9E268ADBDA8B08BC2C7A298923126CB293C3DE8
  530. C7D25A6EDB6E2653CB936496700254A4BE7EB58B6D34D35C918FAA12528BA6BF
  531. 3F67DD774795B72CD75592148166065DC606F2D35F5E3E23B3508E4121CCA330
  532. 28A54E143534D7D7D551FF0041A48DC7B6D43894B7B09974614EBC0D6B139C93
  533. E65A4CC9204CC4DD0855C853DD5AD31C6A31AE3AE3CD9CDC5D5FD59F4383063C
  534. F0F88A2EF8A8EFDDD72ABE7A6F8749A5CA41AF4784E71160764D7E539C5B365A
  535. 15132528B87022E8E6B766BDDDDE06292A2879BC2338D232EA567164C6F1CBA5
  536. BFFBF343A35697784E70444AAEC81F9467043A20EFA8ED5DE9941515E926F489
  537. DF20E0DDDD3FE3098DD039E0D457FB9E91AB302DB55B66DA3FB9312974290393
  538. 0081E0238C903AD77A45A5F0E971FA4418938D70F9FD215DB04AB845751DABBD
  539. 2272CD1C50A123B6E42BC36B8FD218714E91AFCFE901444E1ACAF042C36977A4
  540. 4AF575B71FA417FBF8FD2000A7375AD0F7A44582D010CBDF5B8318917A9C18D3
  541. E7F4857CDDA06C2B5A5FC3F4F184C110623B577AC46A36977A44893D678FD211
  542. 6AFBDC7E912522386D2EF48A27902629A83E0563A2F77F1FA44260BD8DEA1EDB
  543. DE909948AD9EF07354AB759BB43E22981EF8394ACA0AD4A575F36A620B505813
  544. 414385ED7F68B031AE06ADF36006E82C1A27297949B29495058814AAE023D759
  545. 02AA021E5E036A5651E6B45A07B6CBE7548C49BF4FDA3D9D9C299574B757F9DF
  546. C237C2AF672F889568C7915B5CF7066205BDACB4B022BB7B249913E6294C7FA6
  547. 9432FEA7C3BE346E334F696B31429351499ABEB7631BDA2B487B5AC996D59725
  548. 6EFF0072B8F94454BCA89879A548CA66BCC58B254E385C111A8AF4870C3BD5D6
  549. 78BD20BD86BE2F48E63ACB66DAE74C96526CE2EA4834765343DD5D5174BD1B6B
  550. 99283A4AAAB005714C418E32D5C2BC5E91A8F2564590AC8B5598B15ACC6E579C
  551. 7E15C357EB1CB9A7F0A963A4DBF4FEA8F77FC7605E39CF278BEA9A82ED349F7A
  552. 4BA94AFBFA56DF349E4B76165DEB040CD8EBE2F4823A8F10DB992156C9266ADA
  553. 03B3921A58332F253B70EB8E76040A8726A3A8BE50AEB75A1F23670886D93E46
  554. CE366CC12224B57A4DBDE116600D1DE875E2F8C48834E81F2B6715B06AF44F95
  555. B38918B1AF49B7BC2A9DA6DEF05D6D93E56CE19535C108FCAD9C30154F6B6F78
  556. 013B4DBDF2892AE22F29A772B670AEB6C9F2B670008934E936F782654390AE58
  557. 034A82F8FDA0BA764F95B38454D3A27CA73896311269ADB7B44589AEB6DED0EE
  558. 9D93E539C22ADB27CAD9C2D94A8892769B7B4153DADBDA1906BD1E139C2A1D9E
  559. 139C21954EADC38B5757BDAA180549058A8EDE7630A782651A29D7B2738E99B2
  560. CACC4FE912D770055B3854068FB3A97ED531D6FA8000D733F611EC2CEB3020A3
  561. CCC7E29D9479DF66ACF30C90DC9962EFFE5B7561D463D84AB3B2A8FE8B7FF4CC
  562. FF009477608B513CEF1125D4715BA69B359A64D6799455BC6AD387ED1F3B9B31
  563. A64C798ECC59892492D1EABDB09E5242D9EE90D31AA798E39A3C5BB63C890D5E
  564. 89F29CE31CF2B951D1E16151EAF525534D6DBDA1127ACB6F684030F74F94E705
  565. 18E054F94E7181D24AA7B5B8A226B5C0B6F68615BA9784E70886A6AE139C0311
  566. 27AD9B8A0828764F94E7041B03BAE2EC0F22E708AAD3A38FC8B9C4895A0C56BD
  567. B54CA23CD3EF26F48B3220CA3647917388DD1B23C8B9C4DA9522F26F488E1B4B
  568. C106810820209B83C8B9C328978DD5AAF7A2E70AA36977A4151B4BBD201EC775
  569. 755C1E55CE1155AF44791738648EB2BBD223503AD77A420D8103678573889514
  570. E80F2AE70EA36977AC22C07BCA3EA908684546C70AE7112ABB23CA3387786D2E
  571. F48551DABBD61142A0D91E519C17457A3C23382A2A715DEB05476AEF58432DB3
  572. C90DCE64A8AEABAB9C4ED8A032D140E6E3CD5CE15999685438563A89B948B6D7
  573. 226CD75B8A8491779AC948B5C6886DF56CB74369B97640893ECA8C8BA8AA293F
  574. 731A73FDA72C94936390B51D72D4D3718F2E967749E15A5B12A755018D49B629
  575. FF0082993DC4A912976D92F3780A454673AA444F1E3BB6704F9D32D330CC9E6F
  576. 39F8570FBC42835500FCA338587515DEB0541EB1BD633B374AB824003EEE3F28
  577. CE15D5EA51E55CE067BEECC4A54F65C020A8ED5DEB000500AF34795738283678
  578. 467061DAB4F1580EBC687EAB0805746CF08CE0830AEB5DEB043034CB0DBAFE7F
  579. E30AFF00C5FEA7F1893061EF3EF9911248D6CFBDF28D198220CD53D2E3F48896
  580. AFBDC7E913BC6BD26DEF0893B4FBDE240ACB01ADB1F9FF008C05F1E971FA4481
  581. 3B4FBDF28553D4CDBDE18C8DFEFE3F4845E9D7C7E91204E352D8F7BC44927DE6
  582. DEF098D0839EDE3F4845A9ACF1FA4049ED6DEF08B1AF49B7B422A845BBF8FD21
  583. 5EEFE2F487527ADB7B4009A6B3BDA10C45BBF8BD202DDFC5E90313DADBDA1126
  584. 8316AFE6843026BD7C5E91DF61D26F66216616741A8099423ED19E18F69DED05
  585. 4ED1DED149B4F42715254D1EBACBED6D9ECD2AEAD9ED2CDDBCBA8FF6C61E98D3
  586. 96AD286ECD9844906AB2EF6AFB6319953B4DBDA1D4D359C7E68B965949536447
  587. 0638BEA4B6204B1A03AFE2F486D55346A83F37A42A9DA3C5122EC75B31FAB188
  588. 35235EFE2F4860F593C5E90549EB3BDA024F6B71C2B105EF8B8FD202DF163F37
  589. A432D514A9A8EF6C60F76B79B7B400449EFE3F482272C5E755672A09D756C208
  590. 69362724B93B39DB07CAD9C0431F70F95B3820866446847B87CAD9C051B59538
  591. FC2D9C1043191BAD5E81F2B670AEB7529F2B6704100588AB6C9F29CE2255893C
  592. DE16CE08225948890764F94E70AEB6CF09CE082132908A9EB5C7E539C055BB30
  593. F94E704100591209A514F94E70AE9D9E139C10403B0A1D9E139C174EC9DC7382
  594. 0802C2EB6CF09CE0BADB3C273820806175B64F94E70EEB52B74D35744E704100
  595. AC543B3C27382876784E7041005850EC9F29CE0A1D9E139C104016143B3C2738
  596. 20821059FFD9}
  597. Stretch = True
  598. end
  599. object Label70: TLabel
  600. Left = 288
  601. Top = 20
  602. Width = 29
  603. Height = 13
  604. Caption = 'Index:'
  605. end
  606. object LabelRefType: TLabel
  607. Left = 100
  608. Top = 20
  609. Width = 67
  610. Height = 13
  611. Caption = 'LabelRefType'
  612. end
  613. object LabelRefIndex: TLabel
  614. Left = 324
  615. Top = 20
  616. Width = 69
  617. Height = 13
  618. Caption = 'LabelRefIndex'
  619. end
  620. object Panel5: TPanel
  621. Left = 156
  622. Top = 316
  623. Width = 221
  624. Height = 65
  625. TabOrder = 6
  626. object Label32: TLabel
  627. Left = 56
  628. Top = 12
  629. Width = 161
  630. Height = 26
  631. Caption = 'Edit-Changes have to be enabled through pressing <enter> !'
  632. WordWrap = True
  633. end
  634. object TLabel
  635. Left = 12
  636. Top = 12
  637. Width = 3
  638. Height = 13
  639. end
  640. object Label29: TLabel
  641. Left = 8
  642. Top = 12
  643. Width = 45
  644. Height = 13
  645. Caption = 'Attention:'
  646. end
  647. object Label33: TLabel
  648. Left = 56
  649. Top = 44
  650. Width = 133
  651. Height = 13
  652. Caption = 'There is no '#39'Undo'#39' function !'
  653. end
  654. end
  655. object GroupBox5: TGroupBox
  656. Left = 12
  657. Top = 176
  658. Width = 137
  659. Height = 101
  660. Caption = 'Rotation Angles in [°]'
  661. TabOrder = 2
  662. object Label21: TLabel
  663. Left = 8
  664. Top = 24
  665. Width = 10
  666. Height = 13
  667. Caption = 'X:'
  668. end
  669. object Label24: TLabel
  670. Left = 8
  671. Top = 48
  672. Width = 10
  673. Height = 13
  674. Caption = 'Y:'
  675. end
  676. object Label26: TLabel
  677. Left = 8
  678. Top = 72
  679. Width = 10
  680. Height = 13
  681. Caption = 'Z:'
  682. end
  683. object EditRefXangle: TEdit
  684. Left = 28
  685. Top = 20
  686. Width = 101
  687. Height = 21
  688. TabOrder = 0
  689. Text = 'EditRefXangle'
  690. OnKeyPress = Edit_RefKeyPress
  691. end
  692. object EditRefYangle: TEdit
  693. Left = 28
  694. Top = 44
  695. Width = 101
  696. Height = 21
  697. TabOrder = 1
  698. Text = 'EditRefYangle'
  699. OnKeyPress = Edit_RefKeyPress
  700. end
  701. object EditRefZangle: TEdit
  702. Left = 28
  703. Top = 68
  704. Width = 101
  705. Height = 21
  706. TabOrder = 2
  707. Text = 'EditRefZangle'
  708. OnKeyPress = Edit_RefKeyPress
  709. end
  710. end
  711. object GroupBox4: TGroupBox
  712. Left = 12
  713. Top = 72
  714. Width = 137
  715. Height = 101
  716. Caption = 'Position'
  717. TabOrder = 1
  718. object Label25: TLabel
  719. Left = 12
  720. Top = 24
  721. Width = 8
  722. Height = 13
  723. Caption = 'x:'
  724. end
  725. object Label27: TLabel
  726. Left = 12
  727. Top = 48
  728. Width = 8
  729. Height = 13
  730. Caption = 'y:'
  731. end
  732. object Label28: TLabel
  733. Left = 12
  734. Top = 72
  735. Width = 8
  736. Height = 13
  737. Caption = 'z:'
  738. end
  739. object EditRefXpos: TEdit
  740. Left = 28
  741. Top = 20
  742. Width = 101
  743. Height = 21
  744. TabOrder = 0
  745. Text = 'EditRefXpos'
  746. OnKeyPress = Edit_RefKeyPress
  747. end
  748. object EditRefYpos: TEdit
  749. Left = 28
  750. Top = 44
  751. Width = 101
  752. Height = 21
  753. TabOrder = 1
  754. Text = 'EditRefYpos'
  755. OnKeyPress = Edit_RefKeyPress
  756. end
  757. object EditRefZpos: TEdit
  758. Left = 28
  759. Top = 68
  760. Width = 101
  761. Height = 21
  762. TabOrder = 2
  763. Text = 'EditRefZpos'
  764. OnKeyPress = Edit_RefKeyPress
  765. end
  766. end
  767. object EditRefTypePar: TEdit
  768. Left = 100
  769. Top = 44
  770. Width = 277
  771. Height = 21
  772. TabOrder = 0
  773. Text = 'EditRefTypePar'
  774. OnKeyPress = Edit_RefKeyPress
  775. end
  776. object GroupBox6: TGroupBox
  777. Left = 12
  778. Top = 280
  779. Width = 137
  780. Height = 101
  781. Caption = 'Parameters'
  782. TabOrder = 3
  783. object Label22: TLabel
  784. Left = 8
  785. Top = 24
  786. Width = 15
  787. Height = 13
  788. Caption = 'p1:'
  789. end
  790. object Label30: TLabel
  791. Left = 8
  792. Top = 48
  793. Width = 15
  794. Height = 13
  795. Caption = 'p2:'
  796. end
  797. object Label31: TLabel
  798. Left = 8
  799. Top = 72
  800. Width = 15
  801. Height = 13
  802. Caption = 'p3:'
  803. end
  804. object EditRefPar1: TEdit
  805. Left = 28
  806. Top = 20
  807. Width = 101
  808. Height = 21
  809. TabOrder = 0
  810. Text = 'EditRefPar1'
  811. OnKeyPress = Edit_RefKeyPress
  812. end
  813. object EditRefPar2: TEdit
  814. Left = 28
  815. Top = 44
  816. Width = 101
  817. Height = 21
  818. TabOrder = 1
  819. Text = 'EditRefPar2'
  820. OnKeyPress = Edit_RefKeyPress
  821. end
  822. object EditRefPar3: TEdit
  823. Left = 28
  824. Top = 68
  825. Width = 101
  826. Height = 21
  827. TabOrder = 2
  828. Text = 'EditRefPar3'
  829. OnKeyPress = Edit_RefKeyPress
  830. end
  831. end
  832. object GroupBox7: TGroupBox
  833. Left = 156
  834. Top = 280
  835. Width = 221
  836. Height = 33
  837. TabOrder = 4
  838. object Label23: TLabel
  839. Left = 8
  840. Top = 12
  841. Width = 26
  842. Height = 13
  843. Caption = 'BGR:'
  844. end
  845. object EditRefRGB_R: TEdit
  846. Left = 40
  847. Top = 8
  848. Width = 41
  849. Height = 21
  850. TabOrder = 0
  851. Text = 'EditRefRGB_R'
  852. OnKeyPress = Edit_RefKeyPress
  853. end
  854. object EditRefRGB_G: TEdit
  855. Left = 84
  856. Top = 8
  857. Width = 41
  858. Height = 21
  859. TabOrder = 1
  860. Text = 'EditRefRGB_G'
  861. OnKeyPress = Edit_RefKeyPress
  862. end
  863. object EditRefRGB_B: TEdit
  864. Left = 128
  865. Top = 8
  866. Width = 41
  867. Height = 21
  868. TabOrder = 2
  869. Text = 'EditRefRGB_B'
  870. OnKeyPress = Edit_RefKeyPress
  871. end
  872. object PanelRefRGB: TPanel
  873. Left = 172
  874. Top = 8
  875. Width = 41
  876. Height = 21
  877. Caption = 'PanelRefRGB'
  878. TabOrder = 3
  879. end
  880. end
  881. object GroupBox8: TGroupBox
  882. Left = 156
  883. Top = 192
  884. Width = 221
  885. Height = 85
  886. Caption = 'Rotation Matrix'
  887. TabOrder = 5
  888. Visible = False
  889. object Edit30: TEdit
  890. Left = 8
  891. Top = 16
  892. Width = 69
  893. Height = 21
  894. Color = clMenu
  895. ReadOnly = True
  896. TabOrder = 0
  897. Text = 'Edit30'
  898. end
  899. object Edit31: TEdit
  900. Left = 76
  901. Top = 16
  902. Width = 69
  903. Height = 21
  904. Color = clMenu
  905. ReadOnly = True
  906. TabOrder = 1
  907. Text = 'Edit31'
  908. end
  909. object Edit32: TEdit
  910. Left = 144
  911. Top = 16
  912. Width = 69
  913. Height = 21
  914. Color = clMenu
  915. ReadOnly = True
  916. TabOrder = 2
  917. Text = 'Edit32'
  918. end
  919. object Edit33: TEdit
  920. Left = 8
  921. Top = 36
  922. Width = 69
  923. Height = 21
  924. Color = clMenu
  925. ReadOnly = True
  926. TabOrder = 3
  927. Text = 'Edit33'
  928. end
  929. object Edit34: TEdit
  930. Left = 76
  931. Top = 36
  932. Width = 69
  933. Height = 21
  934. Color = clMenu
  935. ReadOnly = True
  936. TabOrder = 4
  937. Text = 'Edit34'
  938. end
  939. object Edit35: TEdit
  940. Left = 144
  941. Top = 36
  942. Width = 69
  943. Height = 21
  944. Color = clMenu
  945. ReadOnly = True
  946. TabOrder = 5
  947. Text = 'Edit35'
  948. end
  949. object Edit36: TEdit
  950. Left = 8
  951. Top = 56
  952. Width = 69
  953. Height = 21
  954. Color = clMenu
  955. ReadOnly = True
  956. TabOrder = 6
  957. Text = 'Edit36'
  958. end
  959. object Edit37: TEdit
  960. Left = 76
  961. Top = 56
  962. Width = 69
  963. Height = 21
  964. Color = clMenu
  965. ReadOnly = True
  966. TabOrder = 7
  967. Text = 'Edit37'
  968. end
  969. object Edit38: TEdit
  970. Left = 144
  971. Top = 56
  972. Width = 69
  973. Height = 21
  974. Color = clMenu
  975. ReadOnly = True
  976. TabOrder = 8
  977. Text = 'Edit38'
  978. end
  979. end
  980. end
  981. object Button_Delete: TButton
  982. Left = 556
  983. Top = 416
  984. Width = 75
  985. Height = 25
  986. Caption = 'Delete'
  987. TabOrder = 7
  988. OnClick = Button_DeleteClick
  989. end
  990. object Button_Move_up: TButton
  991. Left = 372
  992. Top = 416
  993. Width = 75
  994. Height = 25
  995. Caption = 'Move up'
  996. TabOrder = 5
  997. OnClick = Button_Move_upClick
  998. end
  999. object Button_Move_down: TButton
  1000. Left = 464
  1001. Top = 416
  1002. Width = 75
  1003. Height = 25
  1004. Caption = 'Move down'
  1005. TabOrder = 6
  1006. OnClick = Button_Move_downClick
  1007. end
  1008. object Button_Duplicate: TButton
  1009. Left = 280
  1010. Top = 416
  1011. Width = 75
  1012. Height = 25
  1013. Caption = 'Duplicate'
  1014. TabOrder = 4
  1015. OnClick = Button_DuplicateClick
  1016. end
  1017. end
  1018. object TabSheetEtc: TTabSheet
  1019. Caption = 'Objects / Boundary / Ellipse'
  1020. Enabled = False
  1021. ImageIndex = 2
  1022. object GroupBoxEllipse2: TGroupBox
  1023. Left = 240
  1024. Top = 312
  1025. Width = 389
  1026. Height = 121
  1027. TabOrder = 6
  1028. end
  1029. object GroupBoxEllipse: TGroupBox
  1030. Left = 240
  1031. Top = 312
  1032. Width = 389
  1033. Height = 121
  1034. Caption = 'Ellipse'
  1035. TabOrder = 4
  1036. Visible = False
  1037. object Label50: TLabel
  1038. Left = 196
  1039. Top = 44
  1040. Width = 49
  1041. Height = 13
  1042. Caption = 'x_halfaxis:'
  1043. end
  1044. object Label51: TLabel
  1045. Left = 196
  1046. Top = 68
  1047. Width = 49
  1048. Height = 13
  1049. Caption = 'y_halfaxis:'
  1050. end
  1051. object Label52: TLabel
  1052. Left = 196
  1053. Top = 92
  1054. Width = 49
  1055. Height = 13
  1056. Caption = 'z_halfaxis:'
  1057. end
  1058. object Label53: TLabel
  1059. Left = 16
  1060. Top = 44
  1061. Width = 31
  1062. Height = 13
  1063. Caption = 'x_pos:'
  1064. end
  1065. object Label54: TLabel
  1066. Left = 16
  1067. Top = 68
  1068. Width = 31
  1069. Height = 13
  1070. Caption = 'y_pos:'
  1071. end
  1072. object Label55: TLabel
  1073. Left = 16
  1074. Top = 92
  1075. Width = 31
  1076. Height = 13
  1077. Caption = 'z_pos:'
  1078. end
  1079. object EditEllipseXpos: TEdit
  1080. Left = 56
  1081. Top = 40
  1082. Width = 121
  1083. Height = 21
  1084. TabOrder = 0
  1085. Text = 'EditEllipseXpos'
  1086. OnKeyPress = Edit_EtcKeyPress
  1087. end
  1088. object EditEllipseYpos: TEdit
  1089. Left = 56
  1090. Top = 64
  1091. Width = 121
  1092. Height = 21
  1093. TabOrder = 1
  1094. Text = 'EditEllipseYpos'
  1095. OnKeyPress = Edit_EtcKeyPress
  1096. end
  1097. object EditEllipseZpos: TEdit
  1098. Left = 56
  1099. Top = 88
  1100. Width = 121
  1101. Height = 21
  1102. TabOrder = 2
  1103. Text = 'EditEllipseZpos'
  1104. OnKeyPress = Edit_EtcKeyPress
  1105. end
  1106. object EditEllipseXhalfaxis: TEdit
  1107. Left = 252
  1108. Top = 40
  1109. Width = 121
  1110. Height = 21
  1111. TabOrder = 3
  1112. Text = 'EditEllipseXhalfaxis'
  1113. OnKeyPress = Edit_EtcKeyPress
  1114. end
  1115. object EditEllipseYhalfaxis: TEdit
  1116. Left = 252
  1117. Top = 64
  1118. Width = 121
  1119. Height = 21
  1120. TabOrder = 4
  1121. Text = 'EditEllipseYhalfaxis'
  1122. OnKeyPress = Edit_EtcKeyPress
  1123. end
  1124. object EditEllipseZhalfaxis: TEdit
  1125. Left = 252
  1126. Top = 88
  1127. Width = 121
  1128. Height = 21
  1129. TabOrder = 5
  1130. Text = 'EditEllipseZhalfaxis'
  1131. OnKeyPress = Edit_EtcKeyPress
  1132. end
  1133. end
  1134. object GroupBoxBoundary: TGroupBox
  1135. Left = 240
  1136. Top = 184
  1137. Width = 389
  1138. Height = 117
  1139. Caption = 'Boundary (Mastersphere)'
  1140. TabOrder = 3
  1141. object Label56: TLabel
  1142. Left = 16
  1143. Top = 32
  1144. Width = 31
  1145. Height = 13
  1146. Caption = 'x_pos:'
  1147. end
  1148. object Label57: TLabel
  1149. Left = 16
  1150. Top = 60
  1151. Width = 31
  1152. Height = 13
  1153. Caption = 'y_pos:'
  1154. end
  1155. object Label58: TLabel
  1156. Left = 16
  1157. Top = 88
  1158. Width = 31
  1159. Height = 13
  1160. Caption = 'z_pos:'
  1161. end
  1162. object Label59: TLabel
  1163. Left = 204
  1164. Top = 32
  1165. Width = 31
  1166. Height = 13
  1167. Caption = 'radius:'
  1168. end
  1169. object Label60: TLabel
  1170. Left = 204
  1171. Top = 68
  1172. Width = 62
  1173. Height = 13
  1174. Caption = '# of spheres:'
  1175. end
  1176. object Label71: TLabel
  1177. Left = 204
  1178. Top = 88
  1179. Width = 105
  1180. Height = 13
  1181. Caption = '(for collision detection)'
  1182. end
  1183. object LabelBoundSpheres: TLabel
  1184. Left = 276
  1185. Top = 68
  1186. Width = 96
  1187. Height = 13
  1188. Caption = 'LabelBoundSpheres'
  1189. end
  1190. object EditBoundXpos: TEdit
  1191. Left = 56
  1192. Top = 28
  1193. Width = 121
  1194. Height = 21
  1195. TabOrder = 0
  1196. Text = 'EditBoundXpos'
  1197. OnKeyPress = Edit_EtcKeyPress
  1198. end
  1199. object EditBoundYpos: TEdit
  1200. Left = 56
  1201. Top = 56
  1202. Width = 121
  1203. Height = 21
  1204. TabOrder = 1
  1205. Text = 'EditBoundYpos'
  1206. OnKeyPress = Edit_EtcKeyPress
  1207. end
  1208. object EditBoundZpos: TEdit
  1209. Left = 56
  1210. Top = 84
  1211. Width = 121
  1212. Height = 21
  1213. TabOrder = 2
  1214. Text = 'EditBoundZpos'
  1215. OnKeyPress = Edit_EtcKeyPress
  1216. end
  1217. object EditBoundRadius: TEdit
  1218. Left = 252
  1219. Top = 28
  1220. Width = 121
  1221. Height = 21
  1222. TabOrder = 3
  1223. Text = 'EditBoundRadius'
  1224. OnKeyPress = Edit_EtcKeyPress
  1225. end
  1226. end
  1227. object GroupBoxBB: TGroupBox
  1228. Left = 240
  1229. Top = 68
  1230. Width = 389
  1231. Height = 105
  1232. Caption = 'Boundary Box (Info only)'
  1233. TabOrder = 2
  1234. object Label39: TLabel
  1235. Left = 204
  1236. Top = 28
  1237. Width = 33
  1238. Height = 13
  1239. Caption = 'x_max:'
  1240. end
  1241. object Label40: TLabel
  1242. Left = 204
  1243. Top = 52
  1244. Width = 33
  1245. Height = 13
  1246. Caption = 'y_max:'
  1247. end
  1248. object Label41: TLabel
  1249. Left = 204
  1250. Top = 76
  1251. Width = 33
  1252. Height = 13
  1253. Caption = 'z_max:'
  1254. end
  1255. object Label61: TLabel
  1256. Left = 16
  1257. Top = 28
  1258. Width = 30
  1259. Height = 13
  1260. Caption = 'x_min:'
  1261. end
  1262. object Label62: TLabel
  1263. Left = 16
  1264. Top = 52
  1265. Width = 30
  1266. Height = 13
  1267. Caption = 'y_min:'
  1268. end
  1269. object Label63: TLabel
  1270. Left = 16
  1271. Top = 76
  1272. Width = 30
  1273. Height = 13
  1274. Caption = 'z_min:'
  1275. end
  1276. object LabelXmin: TLabel
  1277. Left = 56
  1278. Top = 28
  1279. Width = 49
  1280. Height = 13
  1281. Caption = 'LabelXmin'
  1282. end
  1283. object LabelYmin: TLabel
  1284. Left = 56
  1285. Top = 52
  1286. Width = 49
  1287. Height = 13
  1288. Caption = 'LabelYmin'
  1289. end
  1290. object LabelZmin: TLabel
  1291. Left = 56
  1292. Top = 76
  1293. Width = 49
  1294. Height = 13
  1295. Caption = 'LabelZmin'
  1296. end
  1297. object LabelXmax: TLabel
  1298. Left = 252
  1299. Top = 28
  1300. Width = 52
  1301. Height = 13
  1302. Caption = 'LabelXmax'
  1303. end
  1304. object LabelYmax: TLabel
  1305. Left = 252
  1306. Top = 52
  1307. Width = 52
  1308. Height = 13
  1309. Caption = 'LabelYmax'
  1310. end
  1311. object LabelZmax: TLabel
  1312. Left = 252
  1313. Top = 76
  1314. Width = 52
  1315. Height = 13
  1316. Caption = 'LabelZmax'
  1317. end
  1318. end
  1319. object GroupBoxObjects: TGroupBox
  1320. Left = 4
  1321. Top = 8
  1322. Width = 205
  1323. Height = 481
  1324. Caption = 'Objects'
  1325. TabOrder = 0
  1326. object LabelObjNumberobj: TLabel
  1327. Left = 16
  1328. Top = 24
  1329. Width = 59
  1330. Height = 13
  1331. Caption = '# of objects:'
  1332. end
  1333. object LabelnObjects: TLabel
  1334. Left = 80
  1335. Top = 24
  1336. Width = 68
  1337. Height = 13
  1338. Caption = 'LabelnObjects'
  1339. end
  1340. object Label2: TLabel
  1341. Left = 16
  1342. Top = 48
  1343. Width = 91
  1344. Height = 13
  1345. Caption = '# of vertices (total):'
  1346. end
  1347. object Label3: TLabel
  1348. Left = 16
  1349. Top = 68
  1350. Width = 96
  1351. Height = 13
  1352. Caption = '# of polygons (total):'
  1353. end
  1354. object LabelnVerticesTotal: TLabel
  1355. Left = 120
  1356. Top = 48
  1357. Width = 94
  1358. Height = 13
  1359. Caption = 'LabelnVerticesTotal'
  1360. end
  1361. object LabelnPolygonsTotal: TLabel
  1362. Left = 120
  1363. Top = 68
  1364. Width = 99
  1365. Height = 13
  1366. Caption = 'LabelnPolygonsTotal'
  1367. end
  1368. object Label4: TLabel
  1369. Left = 16
  1370. Top = 88
  1371. Width = 90
  1372. Height = 13
  1373. Caption = '# of normals (total):'
  1374. end
  1375. object LabelnNormalsTotal: TLabel
  1376. Left = 120
  1377. Top = 88
  1378. Width = 94
  1379. Height = 13
  1380. Caption = 'LabelnNormalsTotal'
  1381. end
  1382. object ListBoxO: TListBox
  1383. Left = 12
  1384. Top = 108
  1385. Width = 181
  1386. Height = 209
  1387. Color = clSilver
  1388. ItemHeight = 13
  1389. TabOrder = 0
  1390. OnClick = Select_ObjectExecute
  1391. end
  1392. object GroupBoxSelobj: TGroupBox
  1393. Left = 12
  1394. Top = 328
  1395. Width = 181
  1396. Height = 141
  1397. Caption = 'Selected Object'
  1398. TabOrder = 1
  1399. object LabelObjVertices: TLabel
  1400. Left = 8
  1401. Top = 24
  1402. Width = 62
  1403. Height = 13
  1404. Caption = '# of vertices:'
  1405. end
  1406. object LabelObjPolygons: TLabel
  1407. Left = 8
  1408. Top = 48
  1409. Width = 67
  1410. Height = 13
  1411. Caption = '# of polygons:'
  1412. end
  1413. object LabelObjNormals: TLabel
  1414. Left = 8
  1415. Top = 72
  1416. Width = 61
  1417. Height = 13
  1418. Caption = '# of normals:'
  1419. end
  1420. object LabelnVertices: TLabel
  1421. Left = 80
  1422. Top = 24
  1423. Width = 70
  1424. Height = 13
  1425. Caption = 'LabelnVertices'
  1426. end
  1427. object LabelnPolygons: TLabel
  1428. Left = 80
  1429. Top = 48
  1430. Width = 75
  1431. Height = 13
  1432. Caption = 'LabelnPolygons'
  1433. end
  1434. object LabelnNormals: TLabel
  1435. Left = 80
  1436. Top = 72
  1437. Width = 70
  1438. Height = 13
  1439. Caption = 'LabelnNormals'
  1440. end
  1441. object LabelObjMat: TLabel
  1442. Left = 8
  1443. Top = 96
  1444. Width = 40
  1445. Height = 13
  1446. Caption = 'Material:'
  1447. end
  1448. object LabelObjMaterial: TLabel
  1449. Left = 12
  1450. Top = 116
  1451. Width = 79
  1452. Height = 13
  1453. Caption = 'LabelObjMaterial'
  1454. end
  1455. end
  1456. end
  1457. object GroupBoxNIN: TGroupBox
  1458. Left = 240
  1459. Top = 8
  1460. Width = 389
  1461. Height = 49
  1462. Caption = 'NIN (SW2 only)'
  1463. TabOrder = 1
  1464. object Label72: TLabel
  1465. Left = 16
  1466. Top = 24
  1467. Width = 43
  1468. Height = 13
  1469. Caption = '# of ???:'
  1470. end
  1471. object LabelnNin: TLabel
  1472. Left = 68
  1473. Top = 24
  1474. Width = 48
  1475. Height = 13
  1476. Caption = 'LabelnNin'
  1477. end
  1478. end
  1479. object ButtonEnableEllipse: TButton
  1480. Left = 240
  1481. Top = 312
  1482. Width = 89
  1483. Height = 25
  1484. Caption = 'Enable Ellipse'
  1485. TabOrder = 5
  1486. OnClick = ButtonEnableEllipseClick
  1487. end
  1488. object PanelEtc: TPanel
  1489. Left = -4
  1490. Top = 0
  1491. Width = 660
  1492. Height = 5
  1493. Caption = '- no model loaded -'
  1494. TabOrder = 7
  1495. end
  1496. end
  1497. object TabSheetMaterials: TTabSheet
  1498. Caption = 'Materials'
  1499. Enabled = False
  1500. ImageIndex = 1
  1501. object GroupBoxSelMat: TGroupBox
  1502. Left = 196
  1503. Top = 8
  1504. Width = 449
  1505. Height = 481
  1506. Caption = 'Selected material'
  1507. TabOrder = 1
  1508. object GroupBox10: TGroupBox
  1509. Left = 16
  1510. Top = 20
  1511. Width = 417
  1512. Height = 229
  1513. Caption = 'Material properties'
  1514. TabOrder = 0
  1515. object Label34: TLabel
  1516. Left = 12
  1517. Top = 68
  1518. Width = 16
  1519. Height = 13
  1520. Caption = 'Ka:'
  1521. end
  1522. object Label35: TLabel
  1523. Left = 12
  1524. Top = 96
  1525. Width = 16
  1526. Height = 13
  1527. Caption = 'Kd:'
  1528. end
  1529. object Label36: TLabel
  1530. Left = 12
  1531. Top = 124
  1532. Width = 15
  1533. Height = 13
  1534. Caption = 'Ks:'
  1535. end
  1536. object Label37: TLabel
  1537. Left = 12
  1538. Top = 152
  1539. Width = 13
  1540. Height = 13
  1541. Caption = 'Tf:'
  1542. end
  1543. object Label42: TLabel
  1544. Left = 12
  1545. Top = 192
  1546. Width = 47
  1547. Height = 13
  1548. Caption = '??? RGB:'
  1549. end
  1550. object Label73: TLabel
  1551. Left = 304
  1552. Top = 192
  1553. Width = 37
  1554. Height = 13
  1555. Caption = '??? Ns:'
  1556. end
  1557. object Label5: TLabel
  1558. Left = 12
  1559. Top = 32
  1560. Width = 41
  1561. Height = 13
  1562. Caption = '??? int1:'
  1563. end
  1564. object Label6: TLabel
  1565. Left = 132
  1566. Top = 32
  1567. Width = 41
  1568. Height = 13
  1569. Caption = '??? int2:'
  1570. end
  1571. object EditKa1: TEdit
  1572. Left = 36
  1573. Top = 64
  1574. Width = 89
  1575. Height = 21
  1576. TabOrder = 0
  1577. Text = 'EditKa1'
  1578. OnKeyPress = Edit_MatKeyPress
  1579. end
  1580. object EditKa2: TEdit
  1581. Left = 128
  1582. Top = 64
  1583. Width = 89
  1584. Height = 21
  1585. TabOrder = 1
  1586. Text = 'EditKa2'
  1587. OnKeyPress = Edit_MatKeyPress
  1588. end
  1589. object EditKa3: TEdit
  1590. Left = 220
  1591. Top = 64
  1592. Width = 89
  1593. Height = 21
  1594. TabOrder = 2
  1595. Text = 'EditKa3'
  1596. OnKeyPress = Edit_MatKeyPress
  1597. end
  1598. object EditKa4: TEdit
  1599. Left = 312
  1600. Top = 64
  1601. Width = 89
  1602. Height = 21
  1603. TabOrder = 3
  1604. Text = 'EditKa4'
  1605. OnKeyPress = Edit_MatKeyPress
  1606. end
  1607. object EditKd1: TEdit
  1608. Left = 36
  1609. Top = 92
  1610. Width = 89
  1611. Height = 21
  1612. TabOrder = 4
  1613. Text = 'EditKd1'
  1614. OnKeyPress = Edit_MatKeyPress
  1615. end
  1616. object EditKd2: TEdit
  1617. Left = 128
  1618. Top = 92
  1619. Width = 89
  1620. Height = 21
  1621. TabOrder = 5
  1622. Text = 'EditKd2'
  1623. OnKeyPress = Edit_MatKeyPress
  1624. end
  1625. object EditKd3: TEdit
  1626. Left = 220
  1627. Top = 92
  1628. Width = 89
  1629. Height = 21
  1630. TabOrder = 6
  1631. Text = 'EditKd3'
  1632. OnKeyPress = Edit_MatKeyPress
  1633. end
  1634. object EditKd4: TEdit
  1635. Left = 312
  1636. Top = 92
  1637. Width = 89
  1638. Height = 21
  1639. TabOrder = 7
  1640. Text = 'EditKd4'
  1641. OnKeyPress = Edit_MatKeyPress
  1642. end
  1643. object EditKs1: TEdit
  1644. Left = 36
  1645. Top = 120
  1646. Width = 89
  1647. Height = 21
  1648. TabOrder = 8
  1649. Text = 'EditKs1'
  1650. OnKeyPress = Edit_MatKeyPress
  1651. end
  1652. object EditKs2: TEdit
  1653. Left = 128
  1654. Top = 120
  1655. Width = 89
  1656. Height = 21
  1657. TabOrder = 9
  1658. Text = 'EditKs2'
  1659. OnKeyPress = Edit_MatKeyPress
  1660. end
  1661. object EditKs3: TEdit
  1662. Left = 220
  1663. Top = 120
  1664. Width = 89
  1665. Height = 21
  1666. TabOrder = 10
  1667. Text = 'EditKs3'
  1668. OnKeyPress = Edit_MatKeyPress
  1669. end
  1670. object EditKs4: TEdit
  1671. Left = 312
  1672. Top = 120
  1673. Width = 89
  1674. Height = 21
  1675. TabOrder = 11
  1676. Text = 'EditKs4'
  1677. OnKeyPress = Edit_MatKeyPress
  1678. end
  1679. object EditTf1: TEdit
  1680. Left = 36
  1681. Top = 148
  1682. Width = 89
  1683. Height = 21
  1684. TabOrder = 12
  1685. Text = 'EditTf1'
  1686. OnKeyPress = Edit_MatKeyPress
  1687. end
  1688. object EditTf2: TEdit
  1689. Left = 128
  1690. Top = 148
  1691. Width = 89
  1692. Height = 21
  1693. TabOrder = 13
  1694. Text = 'EditTf2'
  1695. OnKeyPress = Edit_MatKeyPress
  1696. end
  1697. object EditTf3: TEdit
  1698. Left = 220
  1699. Top = 148
  1700. Width = 89
  1701. Height = 21
  1702. TabOrder = 14
  1703. Text = 'EditTf3'
  1704. OnKeyPress = Edit_MatKeyPress
  1705. end
  1706. object EditTf4: TEdit
  1707. Left = 312
  1708. Top = 148
  1709. Width = 89
  1710. Height = 21
  1711. TabOrder = 15
  1712. Text = 'EditTf4'
  1713. OnKeyPress = Edit_MatKeyPress
  1714. end
  1715. object EditMatRGB1: TEdit
  1716. Left = 68
  1717. Top = 188
  1718. Width = 49
  1719. Height = 21
  1720. TabOrder = 16
  1721. Text = 'EditMatRGB1'
  1722. OnKeyPress = Edit_MatKeyPress
  1723. end
  1724. object EditMatRGB2: TEdit
  1725. Left = 120
  1726. Top = 188
  1727. Width = 49
  1728. Height = 21
  1729. TabOrder = 17
  1730. Text = 'EditMatRGB2'
  1731. OnKeyPress = Edit_MatKeyPress
  1732. end
  1733. object EditMatRGB3: TEdit
  1734. Left = 172
  1735. Top = 188
  1736. Width = 49
  1737. Height = 21
  1738. TabOrder = 18
  1739. Text = 'EditMatRGB3'
  1740. OnKeyPress = Edit_MatKeyPress
  1741. end
  1742. object EditMatNs: TEdit
  1743. Left = 352
  1744. Top = 188
  1745. Width = 49
  1746. Height = 21
  1747. TabOrder = 19
  1748. Text = 'EditMatNs'
  1749. OnKeyPress = Edit_MatKeyPress
  1750. end
  1751. object EditMatInt1: TEdit
  1752. Left = 60
  1753. Top = 28
  1754. Width = 37
  1755. Height = 21
  1756. TabOrder = 20
  1757. Text = 'EditMatInt1'
  1758. OnKeyPress = Edit_MatKeyPress
  1759. end
  1760. object EditMatInt2: TEdit
  1761. Left = 180
  1762. Top = 28
  1763. Width = 37
  1764. Height = 21
  1765. TabOrder = 21
  1766. Text = 'EditMatInt2'
  1767. OnKeyPress = Edit_MatKeyPress
  1768. end
  1769. object PanelMatRGB: TPanel
  1770. Left = 228
  1771. Top = 188
  1772. Width = 49
  1773. Height = 21
  1774. Caption = 'PanelMatRGB'
  1775. TabOrder = 22
  1776. end
  1777. end
  1778. object GroupBox12: TGroupBox
  1779. Left = 16
  1780. Top = 272
  1781. Width = 417
  1782. Height = 193
  1783. Caption = 'Textures'
  1784. TabOrder = 1
  1785. object LabelMatNumbermip: TLabel
  1786. Left = 12
  1787. Top = 20
  1788. Width = 66
  1789. Height = 13
  1790. Caption = '# of mipmaps:'
  1791. end
  1792. object LabelnMipmaps: TLabel
  1793. Left = 84
  1794. Top = 20
  1795. Width = 74
  1796. Height = 13
  1797. Caption = 'LabelnMipmaps'
  1798. end
  1799. object PanelTex2big: TPanel
  1800. Left = 12
  1801. Top = 116
  1802. Width = 397
  1803. Height = 65
  1804. TabOrder = 3
  1805. Visible = False
  1806. object Label65: TLabel
  1807. Left = 16
  1808. Top = 8
  1809. Width = 45
  1810. Height = 13
  1811. Caption = 'Texture 2'
  1812. Font.Charset = DEFAULT_CHARSET
  1813. Font.Color = clWindowText
  1814. Font.Height = -11
  1815. Font.Name = 'MS Sans Serif'
  1816. Font.Style = [fsUnderline]
  1817. ParentFont = False
  1818. end
  1819. end
  1820. object Panel8: TPanel
  1821. Left = 12
  1822. Top = 44
  1823. Width = 397
  1824. Height = 65
  1825. TabOrder = 2
  1826. object Label64: TLabel
  1827. Left = 16
  1828. Top = 8
  1829. Width = 45
  1830. Height = 13
  1831. Caption = 'Texture 1'
  1832. Font.Charset = DEFAULT_CHARSET
  1833. Font.Color = clWindowText
  1834. Font.Height = -11
  1835. Font.Name = 'MS Sans Serif'
  1836. Font.Style = [fsUnderline]
  1837. ParentFont = False
  1838. end
  1839. end
  1840. object PanelTex1: TPanel
  1841. Left = 92
  1842. Top = 44
  1843. Width = 317
  1844. Height = 65
  1845. TabOrder = 0
  1846. Visible = False
  1847. object Label43: TLabel
  1848. Left = 8
  1849. Top = 12
  1850. Width = 80
  1851. Height = 13
  1852. Caption = 'Index of mipmap:'
  1853. end
  1854. object Label45: TLabel
  1855. Left = 8
  1856. Top = 40
  1857. Width = 68
  1858. Height = 13
  1859. Caption = 'Texture name:'
  1860. end
  1861. object Label46: TLabel
  1862. Left = 164
  1863. Top = 12
  1864. Width = 21
  1865. Height = 13
  1866. Caption = '???:'
  1867. end
  1868. object EditMatMipmap1: TEdit
  1869. Left = 100
  1870. Top = 8
  1871. Width = 37
  1872. Height = 21
  1873. TabOrder = 0
  1874. Text = 'EditMatMipmap1'
  1875. OnKeyPress = Edit_MatKeyPress
  1876. end
  1877. object EditMatTexname1: TEdit
  1878. Left = 100
  1879. Top = 36
  1880. Width = 205
  1881. Height = 21
  1882. TabOrder = 1
  1883. Text = 'EditMatTexname1'
  1884. OnKeyPress = Edit_MatKeyPress
  1885. end
  1886. object EditMat1: TEdit
  1887. Left = 192
  1888. Top = 8
  1889. Width = 113
  1890. Height = 21
  1891. Color = clMenu
  1892. ReadOnly = True
  1893. TabOrder = 2
  1894. Text = 'EditMat1'
  1895. end
  1896. end
  1897. object PanelTex2: TPanel
  1898. Left = 92
  1899. Top = 116
  1900. Width = 317
  1901. Height = 65
  1902. TabOrder = 1
  1903. Visible = False
  1904. object Label47: TLabel
  1905. Left = 8
  1906. Top = 12
  1907. Width = 80
  1908. Height = 13
  1909. Caption = 'Index of mipmap:'
  1910. end
  1911. object Label48: TLabel
  1912. Left = 164
  1913. Top = 12
  1914. Width = 21
  1915. Height = 13
  1916. Caption = '???:'
  1917. end
  1918. object Label49: TLabel
  1919. Left = 8
  1920. Top = 40
  1921. Width = 68
  1922. Height = 13
  1923. Caption = 'Texture name:'
  1924. end
  1925. object EditMatMipmap2: TEdit
  1926. Left = 100
  1927. Top = 8
  1928. Width = 37
  1929. Height = 21
  1930. TabOrder = 0
  1931. Text = 'EditMatMipmap2'
  1932. OnKeyPress = Edit_MatKeyPress
  1933. end
  1934. object EditMatTexname2: TEdit
  1935. Left = 100
  1936. Top = 36
  1937. Width = 205
  1938. Height = 21
  1939. Color = clMenu
  1940. ReadOnly = True
  1941. TabOrder = 1
  1942. Text = 'EditMatTexname2'
  1943. OnKeyPress = Edit_MatKeyPress
  1944. end
  1945. object EditMat2: TEdit
  1946. Left = 192
  1947. Top = 8
  1948. Width = 113
  1949. Height = 21
  1950. Color = clMenu
  1951. ReadOnly = True
  1952. TabOrder = 2
  1953. Text = 'EditMat2'
  1954. end
  1955. end
  1956. end
  1957. end
  1958. object GroupBoxMatCount: TGroupBox
  1959. Left = 4
  1960. Top = 8
  1961. Width = 177
  1962. Height = 53
  1963. Caption = 'Count'
  1964. TabOrder = 2
  1965. object LabelMatNumbermat: TLabel
  1966. Left = 12
  1967. Top = 24
  1968. Width = 66
  1969. Height = 13
  1970. Caption = '# of materials:'
  1971. end
  1972. object LabelnMaterials: TLabel
  1973. Left = 84
  1974. Top = 24
  1975. Width = 74
  1976. Height = 13
  1977. Caption = 'LabelnMaterials'
  1978. end
  1979. end
  1980. object GroupBoxMaterials: TGroupBox
  1981. Left = 4
  1982. Top = 72
  1983. Width = 177
  1984. Height = 417
  1985. Caption = 'Materials'
  1986. TabOrder = 0
  1987. object ListBoxM: TListBox
  1988. Left = 12
  1989. Top = 16
  1990. Width = 153
  1991. Height = 393
  1992. Color = clSilver
  1993. ItemHeight = 13
  1994. TabOrder = 0
  1995. OnClick = Select_MaterialExecute
  1996. end
  1997. end
  1998. object ButtonEnableTex1: TButton
  1999. Left = 236
  2000. Top = 352
  2001. Width = 57
  2002. Height = 25
  2003. Caption = 'Add'
  2004. TabOrder = 3
  2005. OnClick = ButtonEnableTex1Click
  2006. end
  2007. object ButtonEnableTex2: TButton
  2008. Left = 236
  2009. Top = 424
  2010. Width = 57
  2011. Height = 25
  2012. Caption = 'Add'
  2013. TabOrder = 4
  2014. Visible = False
  2015. OnClick = ButtonEnableTex2Click
  2016. end
  2017. object PanelMaterials: TPanel
  2018. Left = -4
  2019. Top = 0
  2020. Width = 660
  2021. Height = 5
  2022. Caption = '- no model loaded -'
  2023. TabOrder = 5
  2024. end
  2025. end
  2026. end
  2027. object StatusBar1: TStatusBar
  2028. Left = 0
  2029. Top = 565
  2030. Width = 663
  2031. Height = 19
  2032. Panels = <
  2033. item
  2034. Width = 50
  2035. end>
  2036. SimplePanel = False
  2037. end
  2038. object Panel1: TPanel
  2039. Left = 0
  2040. Top = 0
  2041. Width = 661
  2042. Height = 37
  2043. TabOrder = 3
  2044. object Label1: TLabel
  2045. Left = 8
  2046. Top = 12
  2047. Width = 19
  2048. Height = 13
  2049. Caption = 'File:'
  2050. end
  2051. object Edit1: TEdit
  2052. Left = 32
  2053. Top = 8
  2054. Width = 537
  2055. Height = 21
  2056. Color = clMenu
  2057. ReadOnly = True
  2058. TabOrder = 0
  2059. Text = 'Edit1'
  2060. end
  2061. end
  2062. object Button_OpenIMD: TButton
  2063. Left = 575
  2064. Top = 8
  2065. Width = 82
  2066. Height = 21
  2067. Action = OpenFile
  2068. TabOrder = 0
  2069. end
  2070. object ActionList1: TActionList
  2071. Left = 200
  2072. Top = 4
  2073. object OpenFile: TAction
  2074. Category = 'File'
  2075. Caption = '&Open'
  2076. ImageIndex = 0
  2077. OnExecute = OpenFileExecute
  2078. end
  2079. object SaveFile: TAction
  2080. Category = 'File'
  2081. Caption = '&Save'
  2082. ImageIndex = 1
  2083. OnExecute = SaveFileExecute
  2084. end
  2085. object SaveFileAs: TAction
  2086. Category = 'File'
  2087. Caption = 'S&ave as ...'
  2088. ImageIndex = 2
  2089. OnExecute = SaveFileAsExecute
  2090. end
  2091. object Exit: TAction
  2092. Category = 'File'
  2093. Caption = '&Exit'
  2094. ImageIndex = 3
  2095. OnExecute = ExitExecute
  2096. end
  2097. object Info: TAction
  2098. Category = 'Help'
  2099. Caption = '&Info'
  2100. ImageIndex = 4
  2101. OnExecute = InfoExecute
  2102. end
  2103. end
  2104. object MainMenu1: TMainMenu
  2105. Left = 164
  2106. Top = 4
  2107. object File1: TMenuItem
  2108. Caption = '&File'
  2109. object Open1: TMenuItem
  2110. Action = OpenFile
  2111. end
  2112. object Save1: TMenuItem
  2113. Action = SaveFile
  2114. Enabled = False
  2115. end
  2116. object Saveas1: TMenuItem
  2117. Action = SaveFileAs
  2118. Enabled = False
  2119. end
  2120. object N1: TMenuItem
  2121. Caption = '-'
  2122. end
  2123. object Exit1: TMenuItem
  2124. Action = Exit
  2125. end
  2126. end
  2127. object Import1: TMenuItem
  2128. Caption = '&Import'
  2129. object ImportReferencesfromrefREPLACE1: TMenuItem
  2130. Caption = 'Import *.REF and REPLACE'
  2131. OnClick = ImportReferencesfromrefREPLACE1Click
  2132. end
  2133. object ImportrefandADD1: TMenuItem
  2134. Caption = 'Import *.REF and ADD'
  2135. OnClick = ImportrefandADD1Click
  2136. end
  2137. object N5: TMenuItem
  2138. Caption = '-'
  2139. end
  2140. object ImportobjmtltoIMD1: TMenuItem
  2141. Caption = 'Import '#39'obj'#39' (+'#39'mtl'#39') to IMD'
  2142. OnClick = ImportobjmtltoIMD1Click
  2143. end
  2144. end
  2145. object Export1: TMenuItem
  2146. Caption = '&Export'
  2147. object ExportReferencesasREF1: TMenuItem
  2148. Caption = 'Export References as *.REF'
  2149. Enabled = False
  2150. OnClick = ExportReferencesasREF1Click
  2151. end
  2152. object ExportselectedReferenceasREF1: TMenuItem
  2153. Caption = 'Export Selected Reference as *.REF'
  2154. Enabled = False
  2155. OnClick = ExportSelectedReferenceasREF1Click
  2156. end
  2157. object ExportIMDastxt1: TMenuItem
  2158. Caption = 'Export References as '#39'txt'#39
  2159. Enabled = False
  2160. OnClick = ExportIMDastxt1Click
  2161. end
  2162. object N3: TMenuItem
  2163. Caption = '-'
  2164. end
  2165. object ExportIMDastxt2: TMenuItem
  2166. Tag = 1
  2167. Caption = 'Export IMD as '#39'txt'#39' (short form)'
  2168. Enabled = False
  2169. OnClick = ExportIMDastxt1Click
  2170. end
  2171. object ExportIMDastxt3: TMenuItem
  2172. Tag = 2
  2173. Caption = 'Export IMD as '#39'txt'#39' (long form)'
  2174. Enabled = False
  2175. OnClick = ExportIMDastxt1Click
  2176. end
  2177. object N4: TMenuItem
  2178. Caption = '-'
  2179. end
  2180. object ExportIMDasobjmtl1: TMenuItem
  2181. Caption = 'Export IMD as '#39'obj'#39' (+'#39'mtl'#39')'
  2182. Enabled = False
  2183. OnClick = ExportIMDasobjmtl2Click
  2184. end
  2185. object ExportIMDasobjmtl2: TMenuItem
  2186. Tag = 1
  2187. Caption = 'Export IMD as '#39'obj'#39' (+'#39'mtl'#39') with cubes'
  2188. Enabled = False
  2189. OnClick = ExportIMDasobjmtl2Click
  2190. end
  2191. object ExportIMDasobjmtl3: TMenuItem
  2192. Tag = 2
  2193. Caption = 'Export IMD as '#39'obj'#39' (+'#39'mtl'#39') with triangles'
  2194. Enabled = False
  2195. OnClick = ExportIMDasobjmtl2Click
  2196. end
  2197. end
  2198. object Add1: TMenuItem
  2199. Caption = '&AddReference'
  2200. object Add_Biggun: TMenuItem
  2201. Caption = '... Biggun'
  2202. OnClick = Add_ReferenceExecute
  2203. end
  2204. object Add_Fire: TMenuItem
  2205. Tag = 1
  2206. Caption = '... Fire'
  2207. OnClick = Add_ReferenceExecute
  2208. end
  2209. object Add_Flare: TMenuItem
  2210. Tag = 2
  2211. Caption = '... Flare'
  2212. OnClick = Add_ReferenceExecute
  2213. end
  2214. object Add_Gunpoint: TMenuItem
  2215. Tag = 3
  2216. Caption = '... Gunpoint'
  2217. OnClick = Add_ReferenceExecute
  2218. end
  2219. object Add_HangarIn: TMenuItem
  2220. Tag = 4
  2221. Caption = '... HangarIn'
  2222. OnClick = Add_ReferenceExecute
  2223. end
  2224. object Add_HangarOut: TMenuItem
  2225. Tag = 5
  2226. Caption = '... HangarOut'
  2227. OnClick = Add_ReferenceExecute
  2228. end
  2229. object Add_Module: TMenuItem
  2230. Tag = 6
  2231. Caption = '... Module'
  2232. OnClick = Add_ReferenceExecute
  2233. end
  2234. object Add_PortalIn: TMenuItem
  2235. Tag = 7
  2236. Caption = '... PortalIn'
  2237. OnClick = Add_ReferenceExecute
  2238. end
  2239. object Add_Rockets: TMenuItem
  2240. Tag = 8
  2241. Caption = '... Rockets'
  2242. OnClick = Add_ReferenceExecute
  2243. end
  2244. object Add_Smallgun: TMenuItem
  2245. Tag = 9
  2246. Caption = '... Smallgun'
  2247. OnClick = Add_ReferenceExecute
  2248. end
  2249. object Add_TractorBeam: TMenuItem
  2250. Tag = 10
  2251. Caption = '... TractorBeam'
  2252. OnClick = Add_ReferenceExecute
  2253. end
  2254. object Add_Turret: TMenuItem
  2255. Tag = 11
  2256. Caption = '... Turret'
  2257. OnClick = Add_ReferenceExecute
  2258. end
  2259. object Add_TurrretGuns: TMenuItem
  2260. Tag = 12
  2261. Caption = '... TurrretGuns'
  2262. OnClick = Add_ReferenceExecute
  2263. end
  2264. object N6: TMenuItem
  2265. Caption = '-'
  2266. end
  2267. object Add_Hinge1opened: TMenuItem
  2268. Tag = 13
  2269. Caption = '... Hinge1_opened'
  2270. OnClick = Add_ReferenceExecute
  2271. end
  2272. object Add_Hinge2opened: TMenuItem
  2273. Tag = 14
  2274. Caption = '... Hinge2_opened'
  2275. OnClick = Add_ReferenceExecute
  2276. end
  2277. object Add_DOCKPOS: TMenuItem
  2278. Tag = 15
  2279. Caption = '... DOCKPOS'
  2280. OnClick = Add_ReferenceExecute
  2281. end
  2282. object Add_PREDOCKPOS: TMenuItem
  2283. Tag = 16
  2284. Caption = '... PREDOCKPOS'
  2285. OnClick = Add_ReferenceExecute
  2286. end
  2287. end
  2288. object ChangeType1: TMenuItem
  2289. Caption = '&ChangeWeaponType'
  2290. object toBiggun1: TMenuItem
  2291. Caption = '...to Biggun'
  2292. OnClick = Chance_ReferenceExecute
  2293. end
  2294. object toRockets1: TMenuItem
  2295. Tag = 1
  2296. Caption = '...to Rockets'
  2297. OnClick = Chance_ReferenceExecute
  2298. end
  2299. object toSmallgun1: TMenuItem
  2300. Tag = 2
  2301. Caption = '...to Smallgun'
  2302. OnClick = Chance_ReferenceExecute
  2303. end
  2304. object toTurret1: TMenuItem
  2305. Tag = 3
  2306. Caption = '...to Turret'
  2307. OnClick = Chance_ReferenceExecute
  2308. end
  2309. end
  2310. object Help1: TMenuItem
  2311. Caption = '&?'
  2312. object ViewRotationMatrix1: TMenuItem
  2313. Caption = 'View Rotation Matrix'
  2314. OnClick = ViewRotationMatrix1Click
  2315. end
  2316. object N2: TMenuItem
  2317. Caption = '-'
  2318. end
  2319. object Info1: TMenuItem
  2320. Action = Info
  2321. end
  2322. end
  2323. end
  2324. object OpenDialog1: TOpenDialog
  2325. DefaultExt = 'IMD'
  2326. Filter = 'Star Wolves IMD file (*.IMD)|*.IMD'
  2327. Title = 'Open IMD-File'
  2328. Left = 240
  2329. Top = 4
  2330. end
  2331. object SaveDialog1: TSaveDialog
  2332. DefaultExt = 'IMD'
  2333. Filter = 'Star Wolves IMD file (*.IMD)|*.IMD'
  2334. Title = 'SaveAs *.IMD'
  2335. Left = 276
  2336. Top = 4
  2337. end
  2338. object SaveDialog2: TSaveDialog
  2339. DefaultExt = 'REF'
  2340. Filter = 'SW references export file (*.REF)|*.REF'
  2341. Title = 'Save as *.REF'
  2342. Left = 384
  2343. Top = 4
  2344. end
  2345. object OpenDialog2: TOpenDialog
  2346. DefaultExt = 'REF'
  2347. Filter = 'SW references-files (*.REF)|*.REF'
  2348. Title = 'Import REF-File'
  2349. Left = 312
  2350. Top = 4
  2351. end
  2352. object OpenDialog3: TOpenDialog
  2353. DefaultExt = 'obj'
  2354. Filter = '3D model files (*.obj)|*.obj'
  2355. Title = 'Import obj-File'
  2356. Left = 348
  2357. Top = 4
  2358. end
  2359. end
Advertisement
Add Comment
Please, Sign In to add comment