FMxInfo.fmx 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976
  1. object InfoForm: TInfoForm
  2. Left = 0
  3. Top = 0
  4. Caption = 'Scene Info'
  5. ClientHeight = 420
  6. ClientWidth = 540
  7. FormFactor.Width = 320
  8. FormFactor.Height = 480
  9. FormFactor.Devices = [Desktop]
  10. OnCreate = FormCreate
  11. OnClose = FormClose
  12. OnKeyDown = FormKeyDown
  13. OnShow = FormShow
  14. DesignerMasterStyle = 0
  15. object TabControl: TTabControl
  16. Align = Top
  17. Size.Width = 540.000000000000000000
  18. Size.Height = 382.000000000000000000
  19. Size.PlatformDefault = False
  20. TabIndex = 3
  21. TabOrder = 0
  22. TabPosition = PlatformDefault
  23. Sizes = (
  24. 540s
  25. 356s
  26. 540s
  27. 356s
  28. 540s
  29. 356s
  30. 540s
  31. 356s
  32. 540s
  33. 356s)
  34. object TabItemScene: TTabItem
  35. CustomIcon = <
  36. item
  37. end>
  38. TextSettings.Trimming = None
  39. IsSelected = False
  40. Size.Width = 51.000000000000000000
  41. Size.Height = 26.000000000000000000
  42. Size.PlatformDefault = False
  43. StyleLookup = ''
  44. TabOrder = 0
  45. Text = 'Scene'
  46. ExplicitSize.cx = 65.000000000000000000
  47. ExplicitSize.cy = 24.000000000000000000
  48. object ImageControl1: TImageControl
  49. Align = Client
  50. Size.Width = 540.000000000000000000
  51. Size.Height = 356.000000000000000000
  52. Size.PlatformDefault = False
  53. TabOrder = 0
  54. end
  55. object Label10: TLabel
  56. AutoSize = True
  57. StyledSettings = [FontColor]
  58. Position.X = 232.000000000000000000
  59. Position.Y = 216.000000000000000000
  60. Size.Width = 56.571441650390630000
  61. Size.Height = 18.857147216796880000
  62. Size.PlatformDefault = False
  63. TextSettings.Font.Family = 'Default'
  64. TextSettings.Font.Size = 14.000000000000000000
  65. TextSettings.Font.StyleExt = {00070000000000000004000000}
  66. TextSettings.WordWrap = False
  67. Text = 'Version :'
  68. TabOrder = 1
  69. end
  70. object TextInfo: TText
  71. Position.X = 80.000000000000000000
  72. Position.Y = 56.000000000000000000
  73. Size.Width = 409.000000000000000000
  74. Size.Height = 88.000000000000000000
  75. Size.PlatformDefault = False
  76. Stretch = True
  77. Text = 'Graphic Scene Engine for Delphi and C++Builder'
  78. OnClick = TextInfoClick
  79. end
  80. end
  81. object TabItemInformation: TTabItem
  82. CustomIcon = <
  83. item
  84. end>
  85. TextSettings.Trimming = None
  86. IsSelected = False
  87. Size.Width = 82.000000000000000000
  88. Size.Height = 26.000000000000000000
  89. Size.PlatformDefault = False
  90. StyleLookup = ''
  91. TabOrder = 0
  92. Text = 'Information'
  93. ExplicitSize.cx = 82.000000000000000000
  94. ExplicitSize.cy = 24.000000000000000000
  95. object ScrollBoxInfo: TScrollBox
  96. Align = Client
  97. Size.Width = 540.000000000000000000
  98. Size.Height = 356.000000000000000000
  99. Size.PlatformDefault = False
  100. TabOrder = 0
  101. Viewport.Width = 524.000000000000000000
  102. Viewport.Height = 356.000000000000000000
  103. object LabelCommon: TLabel
  104. Align = Top
  105. StyledSettings = [Family]
  106. Size.Width = 524.000000000000000000
  107. Size.Height = 21.000000000000000000
  108. Size.PlatformDefault = False
  109. TextSettings.Font.Size = 16.000000000000000000
  110. TextSettings.Font.StyleExt = {00070000000000000004000000}
  111. TextSettings.FontColor = claMaroon
  112. TextSettings.HorzAlign = Center
  113. Text = 'Common'
  114. TabOrder = 0
  115. end
  116. object Label1: TLabel
  117. AutoSize = True
  118. Position.X = 24.000000000000000000
  119. Position.Y = 32.000000000000000000
  120. Size.Width = 44.000000000000000000
  121. Size.Height = 16.000000000000000000
  122. Size.PlatformDefault = False
  123. TextSettings.WordWrap = False
  124. Text = 'Vendor :'
  125. TabOrder = 1
  126. end
  127. object Label2: TLabel
  128. AutoSize = True
  129. Position.X = 24.000000000000000000
  130. Position.Y = 55.000000000000000000
  131. Size.Width = 54.285713195800780000
  132. Size.Height = 16.000000000000000000
  133. Size.PlatformDefault = False
  134. TextSettings.WordWrap = False
  135. Text = 'Renderer :'
  136. TabOrder = 2
  137. end
  138. object Label3: TLabel
  139. AutoSize = True
  140. Position.X = 24.000000000000000000
  141. Position.Y = 78.000000000000000000
  142. Size.Width = 69.142860412597660000
  143. Size.Height = 16.000000000000000000
  144. Size.PlatformDefault = False
  145. TextSettings.WordWrap = False
  146. Text = 'Version Info :'
  147. TabOrder = 3
  148. end
  149. object Label4: TLabel
  150. AutoSize = True
  151. Position.X = 24.000000000000000000
  152. Position.Y = 102.000000000000000000
  153. Size.Width = 93.142860412597660000
  154. Size.Height = 16.000000000000000000
  155. Size.PlatformDefault = False
  156. TextSettings.WordWrap = False
  157. Text = 'Double buffered :'
  158. TabOrder = 4
  159. end
  160. object Label5: TLabel
  161. AutoSize = True
  162. Position.X = 24.000000000000000000
  163. Position.Y = 125.000000000000000000
  164. Size.Width = 85.714286804199220000
  165. Size.Height = 16.000000000000000000
  166. Size.PlatformDefault = False
  167. TextSettings.WordWrap = False
  168. Text = 'Stereo enabled :'
  169. TabOrder = 5
  170. end
  171. object Label6: TLabel
  172. AutoSize = True
  173. Position.X = 24.000000000000000000
  174. Position.Y = 148.000000000000000000
  175. Size.Width = 108.000000000000000000
  176. Size.Height = 16.000000000000000000
  177. Size.PlatformDefault = False
  178. TextSettings.WordWrap = False
  179. Text = 'Buffer switch mode :'
  180. TabOrder = 6
  181. end
  182. object Label7: TLabel
  183. AutoSize = True
  184. Position.X = 24.000000000000000000
  185. Position.Y = 172.000000000000000000
  186. Size.Width = 71.428573608398440000
  187. Size.Height = 16.000000000000000000
  188. Size.PlatformDefault = False
  189. TextSettings.WordWrap = False
  190. Text = 'Acceleration :'
  191. TabOrder = 7
  192. end
  193. object CopyLabel: TLabel
  194. AutoSize = True
  195. Position.X = 192.000000000000000000
  196. Position.Y = 148.000000000000000000
  197. Size.Width = 16.571426391601560000
  198. Size.Height = 16.000000000000000000
  199. Size.PlatformDefault = False
  200. TextSettings.WordWrap = False
  201. Text = '???'
  202. TabOrder = 8
  203. end
  204. object AccLabel: TLabel
  205. AutoSize = True
  206. Position.X = 192.000000000000000000
  207. Position.Y = 172.000000000000000000
  208. Size.Width = 16.571426391601560000
  209. Size.Height = 16.000000000000000000
  210. Size.PlatformDefault = False
  211. TextSettings.WordWrap = False
  212. Text = '???'
  213. TabOrder = 9
  214. end
  215. object StereoLabel: TLabel
  216. AutoSize = True
  217. Position.X = 192.000000000000000000
  218. Position.Y = 125.000000000000000000
  219. Size.Width = 16.571426391601560000
  220. Size.Height = 16.000000000000000000
  221. Size.PlatformDefault = False
  222. TextSettings.WordWrap = False
  223. Text = '???'
  224. TabOrder = 10
  225. end
  226. object DoubleLabel: TLabel
  227. AutoSize = True
  228. Position.X = 192.000000000000000000
  229. Position.Y = 102.000000000000000000
  230. Size.Width = 16.571426391601560000
  231. Size.Height = 16.000000000000000000
  232. Size.PlatformDefault = False
  233. TextSettings.WordWrap = False
  234. Text = '???'
  235. TabOrder = 11
  236. end
  237. object VersionLabel: TLabel
  238. AutoSize = True
  239. Position.X = 192.000000000000000000
  240. Position.Y = 78.000000000000000000
  241. Size.Width = 16.571426391601560000
  242. Size.Height = 16.000000000000000000
  243. Size.PlatformDefault = False
  244. TextSettings.WordWrap = False
  245. Text = '???'
  246. TabOrder = 12
  247. end
  248. object RendererLabel: TLabel
  249. AutoSize = True
  250. Position.X = 192.000000000000000000
  251. Position.Y = 55.000000000000000000
  252. Size.Width = 16.571426391601560000
  253. Size.Height = 16.000000000000000000
  254. Size.PlatformDefault = False
  255. TextSettings.WordWrap = False
  256. Text = '???'
  257. TabOrder = 13
  258. end
  259. object VendorLabel: TLabel
  260. AutoSize = True
  261. Position.X = 192.000000000000000000
  262. Position.Y = 32.000000000000000000
  263. Size.Width = 16.571426391601560000
  264. Size.Height = 16.000000000000000000
  265. Size.PlatformDefault = False
  266. TextSettings.WordWrap = False
  267. Text = '???'
  268. TabOrder = 14
  269. end
  270. object LabelDepths: TLabel
  271. StyledSettings = [Family]
  272. Position.X = 16.000000000000000000
  273. Position.Y = 197.000000000000000000
  274. Size.Width = 497.000000000000000000
  275. Size.Height = 21.000000000000000000
  276. Size.PlatformDefault = False
  277. TextSettings.Font.Size = 16.000000000000000000
  278. TextSettings.Font.StyleExt = {00070000000000000004000000}
  279. TextSettings.FontColor = claMaroon
  280. TextSettings.HorzAlign = Center
  281. Text = 'Buffers and pixel depths'
  282. TabOrder = 15
  283. end
  284. object Label9: TLabel
  285. AutoSize = True
  286. Position.X = 24.000000000000000000
  287. Position.Y = 224.000000000000000000
  288. Size.Width = 69.714286804199220000
  289. Size.Height = 16.000000000000000000
  290. Size.PlatformDefault = False
  291. TextSettings.WordWrap = False
  292. Text = 'Color buffer :'
  293. TabOrder = 16
  294. end
  295. object ColorLabel: TLabel
  296. AutoSize = True
  297. Position.X = 192.000000000000000000
  298. Position.Y = 224.000000000000000000
  299. Size.Width = 16.571426391601560000
  300. Size.Height = 16.000000000000000000
  301. Size.PlatformDefault = False
  302. TextSettings.WordWrap = False
  303. Text = '???'
  304. TabOrder = 17
  305. end
  306. object Label11: TLabel
  307. AutoSize = True
  308. Position.X = 24.000000000000000000
  309. Position.Y = 247.000000000000000000
  310. Size.Width = 73.714286804199220000
  311. Size.Height = 16.000000000000000000
  312. Size.PlatformDefault = False
  313. TextSettings.WordWrap = False
  314. Text = 'Depth buffer :'
  315. TabOrder = 18
  316. end
  317. object DepthLabel: TLabel
  318. AutoSize = True
  319. Position.X = 192.000000000000000000
  320. Position.Y = 247.000000000000000000
  321. Size.Width = 16.571426391601560000
  322. Size.Height = 16.000000000000000000
  323. Size.PlatformDefault = False
  324. TextSettings.WordWrap = False
  325. Text = '???'
  326. TabOrder = 19
  327. end
  328. object Label13: TLabel
  329. AutoSize = True
  330. Position.X = 24.000000000000000000
  331. Position.Y = 270.000000000000000000
  332. Size.Width = 76.000000000000000000
  333. Size.Height = 16.000000000000000000
  334. Size.PlatformDefault = False
  335. TextSettings.WordWrap = False
  336. Text = 'Stencil buffer :'
  337. TabOrder = 20
  338. end
  339. object StencilLabel: TLabel
  340. AutoSize = True
  341. Position.X = 192.000000000000000000
  342. Position.Y = 270.000000000000000000
  343. Size.Width = 16.571426391601560000
  344. Size.Height = 16.000000000000000000
  345. Size.PlatformDefault = False
  346. TextSettings.WordWrap = False
  347. Text = '???'
  348. TabOrder = 21
  349. end
  350. object Label15: TLabel
  351. AutoSize = True
  352. Position.X = 24.000000000000000000
  353. Position.Y = 294.000000000000000000
  354. Size.Width = 113.714294433593800000
  355. Size.Height = 16.000000000000000000
  356. Size.PlatformDefault = False
  357. TextSettings.WordWrap = False
  358. Text = 'Accumulation buffer :'
  359. TabOrder = 22
  360. end
  361. object AccumLabel: TLabel
  362. AutoSize = True
  363. Position.X = 192.000000000000000000
  364. Position.Y = 294.000000000000000000
  365. Size.Width = 16.571426391601560000
  366. Size.Height = 16.000000000000000000
  367. Size.PlatformDefault = False
  368. TextSettings.WordWrap = False
  369. Text = '???'
  370. TabOrder = 23
  371. end
  372. object Label17: TLabel
  373. AutoSize = True
  374. Position.X = 24.000000000000000000
  375. Position.Y = 317.000000000000000000
  376. Size.Width = 94.285713195800780000
  377. Size.Height = 16.000000000000000000
  378. Size.PlatformDefault = False
  379. TextSettings.WordWrap = False
  380. Text = 'Auxilliary buffers :'
  381. TabOrder = 24
  382. end
  383. object AuxLabel: TLabel
  384. AutoSize = True
  385. Position.X = 192.000000000000000000
  386. Position.Y = 317.000000000000000000
  387. Size.Width = 16.571426391601560000
  388. Size.Height = 16.000000000000000000
  389. Size.PlatformDefault = False
  390. TextSettings.WordWrap = False
  391. Text = '???'
  392. TabOrder = 25
  393. end
  394. object Label19: TLabel
  395. AutoSize = True
  396. Position.X = 24.000000000000000000
  397. Position.Y = 340.000000000000000000
  398. Size.Width = 56.000000000000000000
  399. Size.Height = 16.000000000000000000
  400. Size.PlatformDefault = False
  401. TextSettings.WordWrap = False
  402. Text = 'Subpixels :'
  403. TabOrder = 26
  404. end
  405. object SubLabel: TLabel
  406. AutoSize = True
  407. Position.X = 192.000000000000000000
  408. Position.Y = 340.000000000000000000
  409. Size.Width = 16.571426391601560000
  410. Size.Height = 16.000000000000000000
  411. Size.PlatformDefault = False
  412. TextSettings.WordWrap = False
  413. Text = '???'
  414. TabOrder = 27
  415. end
  416. object Label21: TLabel
  417. AutoSize = True
  418. Position.X = 24.000000000000000000
  419. Position.Y = 364.000000000000000000
  420. Size.Width = 108.571426391601600000
  421. Size.Height = 16.000000000000000000
  422. Size.PlatformDefault = False
  423. TextSettings.WordWrap = False
  424. Text = 'Supported overlays :'
  425. TabOrder = 28
  426. end
  427. object OverlayLabel: TLabel
  428. AutoSize = True
  429. Position.X = 192.000000000000000000
  430. Position.Y = 364.000000000000000000
  431. Size.Width = 16.571426391601560000
  432. Size.Height = 16.000000000000000000
  433. Size.PlatformDefault = False
  434. TextSettings.WordWrap = False
  435. Text = '???'
  436. TabOrder = 29
  437. end
  438. object Label23: TLabel
  439. AutoSize = True
  440. Position.X = 24.000000000000000000
  441. Position.Y = 388.000000000000000000
  442. Size.Width = 116.571426391601600000
  443. Size.Height = 16.000000000000000000
  444. Size.PlatformDefault = False
  445. TextSettings.WordWrap = False
  446. Text = 'Supported underlays :'
  447. TabOrder = 30
  448. end
  449. object UnderlayLabel: TLabel
  450. AutoSize = True
  451. Position.X = 192.000000000000000000
  452. Position.Y = 388.000000000000000000
  453. Size.Width = 16.571426391601560000
  454. Size.Height = 16.000000000000000000
  455. Size.PlatformDefault = False
  456. TextSettings.WordWrap = False
  457. Text = '???'
  458. TabOrder = 31
  459. end
  460. object LabelMaxValues: TLabel
  461. StyledSettings = [Family]
  462. Position.X = 16.000000000000000000
  463. Position.Y = 405.000000000000000000
  464. Size.Width = 481.000000000000000000
  465. Size.Height = 21.000000000000000000
  466. Size.PlatformDefault = False
  467. TextSettings.Font.Size = 16.000000000000000000
  468. TextSettings.Font.StyleExt = {00070000000000000004000000}
  469. TextSettings.FontColor = claMaroon
  470. TextSettings.HorzAlign = Center
  471. Text = 'Maximum values'
  472. TabOrder = 32
  473. end
  474. object Label8: TLabel
  475. AutoSize = True
  476. Position.X = 32.000000000000000000
  477. Position.Y = 510.000000000000000000
  478. Size.Width = 66.285713195800780000
  479. Size.Height = 16.000000000000000000
  480. Size.PlatformDefault = False
  481. TextSettings.WordWrap = False
  482. Text = 'List nesting :'
  483. TabOrder = 33
  484. end
  485. object ViewLabel: TLabel
  486. AutoSize = True
  487. Position.X = 192.000000000000000000
  488. Position.Y = 556.000000000000000000
  489. Size.Width = 16.571426391601560000
  490. Size.Height = 16.000000000000000000
  491. Size.PlatformDefault = False
  492. TextSettings.WordWrap = False
  493. Text = '???'
  494. TabOrder = 34
  495. end
  496. object Label26: TLabel
  497. AutoSize = True
  498. Position.X = 32.000000000000000000
  499. Position.Y = 556.000000000000000000
  500. Size.Width = 118.857147216796900000
  501. Size.Height = 16.000000000000000000
  502. Size.PlatformDefault = False
  503. TextSettings.WordWrap = False
  504. Text = 'Viewport Dimensions :'
  505. TabOrder = 35
  506. end
  507. object ModelLabel: TLabel
  508. AutoSize = True
  509. Position.X = 192.000000000000000000
  510. Position.Y = 533.000000000000000000
  511. Size.Width = 16.571426391601560000
  512. Size.Height = 16.000000000000000000
  513. Size.PlatformDefault = False
  514. TextSettings.WordWrap = False
  515. Text = '???'
  516. TabOrder = 36
  517. end
  518. object Label28: TLabel
  519. AutoSize = True
  520. Position.X = 32.000000000000000000
  521. Position.Y = 533.000000000000000000
  522. Size.Width = 93.714286804199220000
  523. Size.Height = 16.000000000000000000
  524. Size.PlatformDefault = False
  525. TextSettings.WordWrap = False
  526. Text = 'Modelview stack :'
  527. TabOrder = 37
  528. end
  529. object ListLabel: TLabel
  530. AutoSize = True
  531. Position.X = 192.000000000000000000
  532. Position.Y = 510.000000000000000000
  533. Size.Width = 16.571426391601560000
  534. Size.Height = 16.000000000000000000
  535. Size.PlatformDefault = False
  536. TextSettings.WordWrap = False
  537. Text = '???'
  538. TabOrder = 38
  539. end
  540. object LightLabel: TLabel
  541. AutoSize = True
  542. Position.X = 192.000000000000000000
  543. Position.Y = 486.000000000000000000
  544. Size.Width = 16.571426391601560000
  545. Size.Height = 16.000000000000000000
  546. Size.PlatformDefault = False
  547. TextSettings.WordWrap = False
  548. Text = '???'
  549. TabOrder = 39
  550. end
  551. object Label31: TLabel
  552. AutoSize = True
  553. Position.X = 32.000000000000000000
  554. Position.Y = 486.000000000000000000
  555. Size.Width = 76.000000000000000000
  556. Size.Height = 16.000000000000000000
  557. Size.PlatformDefault = False
  558. TextSettings.WordWrap = False
  559. Text = 'Light sources :'
  560. TabOrder = 40
  561. end
  562. object EvalLabel: TLabel
  563. AutoSize = True
  564. Position.X = 192.000000000000000000
  565. Position.Y = 463.000000000000000000
  566. Size.Width = 16.571426391601560000
  567. Size.Height = 16.000000000000000000
  568. Size.PlatformDefault = False
  569. TextSettings.WordWrap = False
  570. Text = '???'
  571. TabOrder = 41
  572. end
  573. object Label33: TLabel
  574. AutoSize = True
  575. Position.X = 32.000000000000000000
  576. Position.Y = 463.000000000000000000
  577. Size.Width = 92.571426391601560000
  578. Size.Height = 16.000000000000000000
  579. Size.PlatformDefault = False
  580. TextSettings.WordWrap = False
  581. Text = 'Evaluation order :'
  582. TabOrder = 42
  583. end
  584. object ClipLabel: TLabel
  585. AutoSize = True
  586. Position.X = 192.000000000000000000
  587. Position.Y = 440.000000000000000000
  588. Size.Width = 16.571426391601560000
  589. Size.Height = 16.000000000000000000
  590. Size.PlatformDefault = False
  591. TextSettings.WordWrap = False
  592. Text = '???'
  593. TabOrder = 43
  594. end
  595. object Label35: TLabel
  596. AutoSize = True
  597. Position.X = 32.000000000000000000
  598. Position.Y = 440.000000000000000000
  599. Size.Width = 64.000000000000000000
  600. Size.Height = 16.000000000000000000
  601. Size.PlatformDefault = False
  602. TextSettings.WordWrap = False
  603. Text = 'Clip planes :'
  604. TabOrder = 44
  605. end
  606. object Label36: TLabel
  607. AutoSize = True
  608. Position.X = 248.000000000000000000
  609. Position.Y = 486.000000000000000000
  610. Size.Width = 89.714294433593750000
  611. Size.Height = 16.000000000000000000
  612. Size.PlatformDefault = False
  613. TextSettings.WordWrap = False
  614. Text = 'Projection stack :'
  615. TabOrder = 45
  616. end
  617. object Label37: TLabel
  618. AutoSize = True
  619. Position.X = 248.000000000000000000
  620. Position.Y = 440.000000000000000000
  621. Size.Width = 68.000000000000000000
  622. Size.Height = 16.000000000000000000
  623. Size.PlatformDefault = False
  624. TextSettings.WordWrap = False
  625. Text = 'Name stack :'
  626. TabOrder = 46
  627. end
  628. object NameLabel: TLabel
  629. AutoSize = True
  630. Position.X = 400.000000000000000000
  631. Position.Y = 440.000000000000000000
  632. Size.Width = 16.571441650390630000
  633. Size.Height = 16.000000000000000000
  634. Size.PlatformDefault = False
  635. TextSettings.WordWrap = False
  636. Text = '???'
  637. TabOrder = 47
  638. end
  639. object Label39: TLabel
  640. AutoSize = True
  641. Position.X = 248.000000000000000000
  642. Position.Y = 463.000000000000000000
  643. Size.Width = 83.428588867187500000
  644. Size.Height = 16.000000000000000000
  645. Size.PlatformDefault = False
  646. TextSettings.WordWrap = False
  647. Text = 'Pixel map table:'
  648. TabOrder = 48
  649. end
  650. object PixelLabel: TLabel
  651. AutoSize = True
  652. Position.X = 400.000000000000000000
  653. Position.Y = 463.000000000000000000
  654. Size.Width = 16.571441650390630000
  655. Size.Height = 16.000000000000000000
  656. Size.PlatformDefault = False
  657. TextSettings.WordWrap = False
  658. Text = '???'
  659. TabOrder = 49
  660. end
  661. object ProjLabel: TLabel
  662. AutoSize = True
  663. Position.X = 400.000000000000000000
  664. Position.Y = 486.000000000000000000
  665. Size.Width = 16.571441650390630000
  666. Size.Height = 16.000000000000000000
  667. Size.PlatformDefault = False
  668. TextSettings.WordWrap = False
  669. Text = '???'
  670. TabOrder = 50
  671. end
  672. object TexSizeLabel: TLabel
  673. AutoSize = True
  674. Position.X = 400.000000000000000000
  675. Position.Y = 510.000000000000000000
  676. Size.Width = 16.571441650390630000
  677. Size.Height = 16.000000000000000000
  678. Size.PlatformDefault = False
  679. TextSettings.WordWrap = False
  680. Text = '???'
  681. TabOrder = 51
  682. end
  683. object Label43: TLabel
  684. AutoSize = True
  685. Position.X = 248.000000000000000000
  686. Position.Y = 533.000000000000000000
  687. Size.Width = 74.285705566406250000
  688. Size.Height = 16.000000000000000000
  689. Size.PlatformDefault = False
  690. TextSettings.WordWrap = False
  691. Text = 'Texture stack :'
  692. TabOrder = 52
  693. end
  694. object TexStackLabel: TLabel
  695. AutoSize = True
  696. Position.X = 400.000000000000000000
  697. Position.Y = 533.000000000000000000
  698. Size.Width = 16.571441650390630000
  699. Size.Height = 16.000000000000000000
  700. Size.PlatformDefault = False
  701. TextSettings.WordWrap = False
  702. Text = '???'
  703. TabOrder = 53
  704. end
  705. object Label45: TLabel
  706. AutoSize = True
  707. Position.X = 248.000000000000000000
  708. Position.Y = 556.000000000000000000
  709. Size.Width = 73.142852783203130000
  710. Size.Height = 16.000000000000000000
  711. Size.PlatformDefault = False
  712. TextSettings.WordWrap = False
  713. Text = 'Texture units :'
  714. TabOrder = 54
  715. end
  716. object TexUnitsLabel: TLabel
  717. AutoSize = True
  718. Position.X = 400.000000000000000000
  719. Position.Y = 556.000000000000000000
  720. Size.Width = 16.571441650390630000
  721. Size.Height = 16.000000000000000000
  722. Size.PlatformDefault = False
  723. TextSettings.WordWrap = False
  724. Text = '???'
  725. TabOrder = 55
  726. end
  727. object Label47: TLabel
  728. AutoSize = True
  729. Position.X = 248.000000000000000000
  730. Position.Y = 510.000000000000000000
  731. Size.Width = 64.000000000000000000
  732. Size.Height = 16.000000000000000000
  733. Size.PlatformDefault = False
  734. TextSettings.WordWrap = False
  735. Text = 'Texture size:'
  736. TabOrder = 56
  737. end
  738. end
  739. end
  740. object TabItemExtensions: TTabItem
  741. CustomIcon = <
  742. item
  743. end>
  744. TextSettings.Trimming = None
  745. IsSelected = False
  746. Size.Width = 135.000000000000000000
  747. Size.Height = 26.000000000000000000
  748. Size.PlatformDefault = False
  749. StyleLookup = ''
  750. TabOrder = 0
  751. Text = 'Supported extensions'
  752. ExplicitSize.cx = 135.000000000000000000
  753. ExplicitSize.cy = 24.000000000000000000
  754. object ListBoxExtensions: TListBox
  755. Align = Client
  756. Size.Width = 540.000000000000000000
  757. Size.Height = 356.000000000000000000
  758. Size.PlatformDefault = False
  759. TabOrder = 0
  760. OnDblClick = ListBoxExtensionsDblClick
  761. DisableFocusEffect = True
  762. DefaultItemStyles.ItemStyle = ''
  763. DefaultItemStyles.GroupHeaderStyle = ''
  764. DefaultItemStyles.GroupFooterStyle = ''
  765. Viewport.Width = 536.000000000000000000
  766. Viewport.Height = 352.000000000000000000
  767. end
  768. end
  769. object TabItemContributors: TTabItem
  770. CustomIcon = <
  771. item
  772. end>
  773. TextSettings.Trimming = None
  774. IsSelected = True
  775. Size.Width = 87.000000000000000000
  776. Size.Height = 26.000000000000000000
  777. Size.PlatformDefault = False
  778. StyleLookup = ''
  779. TabOrder = 0
  780. Text = 'Contributors'
  781. ExplicitSize.cx = 87.000000000000000000
  782. ExplicitSize.cy = 24.000000000000000000
  783. object MemoContributors: TMemo
  784. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  785. DataDetectorTypes = []
  786. Lines.Strings = (
  787. 'Aaron Hochwimmer'
  788. 'Alan Rose'
  789. 'Alejandro Leon Escalera'
  790. 'Alexandre Hirzel'
  791. 'AlexVigo'
  792. 'Arvydas Juskevicius'
  793. 'Benjamin Rosseaux'
  794. 'Brian Johns'
  795. 'Burkhard Carstens'
  796. 'Da Stranger'
  797. 'Daniel Bartlett'
  798. 'Dave Kerr'
  799. 'Davor Slutej'
  800. 'Degiovani'
  801. 'Eric Grange'
  802. 'Eric Hardinge'
  803. 'Eric Pascual'
  804. 'Erick Schuitema'
  805. 'Gregory Bersegeay'
  806. 'Jerome Delauney'
  807. 'Joen A. Joensen'
  808. 'Joen Joensen'
  809. 'Ivan Lee Herring,'
  810. 'Kenneth Poulter'
  811. 'Leo Koptyaev'
  812. 'Lionel Reynaud'
  813. 'Lukasz Sokol'
  814. 'Marcus Oblak'
  815. 'Matheus Degiovani'
  816. 'Mattias Fagerlund'
  817. 'Mike Lischke'
  818. 'Nakayama Masanori'
  819. 'Nelson Chu'
  820. 'Pavel Vassiliev'
  821. 'Paul van Dinther'
  822. 'Phil Scadden'
  823. 'Philipp Pammler'
  824. 'Pierre Lemerle'
  825. 'Piotr Szturmaj'
  826. 'Rene Lindsay'
  827. 'Roshal Sasha'
  828. 'Rustam Asmandiarov'
  829. 'Sandor Domokos'
  830. 'Sergio Feitosa'
  831. 'Sternas Stefanos'
  832. 'Stuart Gooding'
  833. 'Uwe Raabe'
  834. 'YarUnderoaker'
  835. 'Zsolt Laky'
  836. 'Omar Reis')
  837. TextSettings.HorzAlign = Center
  838. Align = Client
  839. Size.Width = 540.000000000000000000
  840. Size.Height = 356.000000000000000000
  841. Size.PlatformDefault = False
  842. TabOrder = 0
  843. Viewport.Width = 520.000000000000000000
  844. Viewport.Height = 352.000000000000000000
  845. end
  846. end
  847. object TabItemAbout: TTabItem
  848. CustomIcon = <
  849. item
  850. end>
  851. TextSettings.Trimming = None
  852. IsSelected = False
  853. Size.Width = 53.000000000000000000
  854. Size.Height = 26.000000000000000000
  855. Size.PlatformDefault = False
  856. StyleLookup = ''
  857. TabOrder = 0
  858. Text = 'About'
  859. ExplicitSize.cx = 53.000000000000000000
  860. ExplicitSize.cy = 24.000000000000000000
  861. object MemoAbout: TMemo
  862. Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
  863. DataDetectorTypes = []
  864. Lines.Strings = (
  865. '***'
  866. 'GXScene is a graphic extended engine based on OpenGL & Vulkan '
  867. 'and designed with FMX component libraries for Delph & C++ Build' +
  868. 'er. '
  869. 'External Physics, Volume Sound, GPU computing, Mesh Generating a' +
  870. 'nd Game APIs'
  871. 'tool kits are included with support of glTF/GLB formats for mode' +
  872. 'ls and scenes. '
  873. 'It allows description and rendering 3D scenes in an easy, '
  874. 'no-hassle, yet powerful manner to develop crossplatform'
  875. 'for Win32/Win64, Mac OS X, iOS, Android and Linux applications.'
  876. 'License: MPL 2.0'
  877. '***'
  878. '')
  879. TextSettings.HorzAlign = Center
  880. Align = Top
  881. Size.Width = 540.000000000000000000
  882. Size.Height = 233.000000000000000000
  883. Size.PlatformDefault = False
  884. TabOrder = 0
  885. Viewport.Width = 536.000000000000000000
  886. Viewport.Height = 229.000000000000000000
  887. end
  888. object LabelOfficial: TLabel
  889. AutoSize = True
  890. Position.X = 48.000000000000000000
  891. Position.Y = 264.000000000000000000
  892. Size.Width = 42.857147216796880000
  893. Size.Height = 16.000000000000000000
  894. Size.PlatformDefault = False
  895. TextSettings.WordWrap = False
  896. Text = 'Official :'
  897. TabOrder = 1
  898. end
  899. object WebSiteLbl: TLabel
  900. AutoSize = True
  901. StyledSettings = [Family, Size, Style]
  902. Position.X = 144.000000000000000000
  903. Position.Y = 264.000000000000000000
  904. Size.Width = 94.857147216796880000
  905. Size.Height = 16.000000000000000000
  906. Size.PlatformDefault = False
  907. TextSettings.FontColor = claBlue
  908. TextSettings.WordWrap = False
  909. Text = 'http://glscene.org'
  910. TabOrder = 2
  911. OnClick = WebSiteLblClick
  912. end
  913. object LabelDevelopment: TLabel
  914. AutoSize = True
  915. Position.X = 48.000000000000000000
  916. Position.Y = 288.000000000000000000
  917. Size.Width = 77.142860412597660000
  918. Size.Height = 16.000000000000000000
  919. Size.PlatformDefault = False
  920. TextSettings.WordWrap = False
  921. Text = 'Development :'
  922. TabOrder = 3
  923. end
  924. object DevSiteLbl: TLabel
  925. AutoSize = True
  926. StyledSettings = [Family, Size, Style]
  927. Position.X = 144.000000000000000000
  928. Position.Y = 288.000000000000000000
  929. Size.Width = 237.142852783203100000
  930. Size.Height = 16.000000000000000000
  931. Size.PlatformDefault = False
  932. TextSettings.FontColor = claBlue
  933. TextSettings.WordWrap = False
  934. Text = 'http://www.sourceforge.net/projects/glscene'
  935. TabOrder = 6
  936. end
  937. object Label12: TLabel
  938. AutoSize = True
  939. StyledSettings = [Family, Size, Style]
  940. Position.X = 144.000000000000000000
  941. Position.Y = 312.000000000000000000
  942. Size.Width = 144.000000000000000000
  943. Size.Height = 16.000000000000000000
  944. Size.PlatformDefault = False
  945. TextSettings.FontColor = claBlue
  946. TextSettings.WordWrap = False
  947. Text = 'https://github.com/glscene'
  948. TabOrder = 5
  949. end
  950. object Label14: TLabel
  951. AutoSize = True
  952. StyledSettings = [Family, Size, Style]
  953. Position.X = 144.000000000000000000
  954. Position.Y = 336.000000000000000000
  955. Size.Width = 138.857147216796900000
  956. Size.Height = 16.000000000000000000
  957. Size.PlatformDefault = False
  958. TextSettings.FontColor = claBlue
  959. TextSettings.WordWrap = False
  960. Text = 'https://gitverse.ru/glscene'
  961. TabOrder = 4
  962. end
  963. end
  964. end
  965. object ButtonClose: TButton
  966. Position.X = 232.000000000000000000
  967. Position.Y = 390.000000000000000000
  968. TabOrder = 1
  969. Text = 'Close'
  970. TextSettings.Trimming = None
  971. OnClick = ButtonCloseClick
  972. end
  973. end