Simple single-color 8x8x8 LED Cube with AVRs
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

frame.jfm 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032
  1. object frame: TFGUIFormular
  2. Left = 1
  3. Top = 3
  4. BorderIcons = [biSystemMenu, biMinimize]
  5. Caption = 'frame'
  6. ClientHeight = 389
  7. ClientWidth = 655
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -13
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. FormStyle = fsMDIChild
  15. OldCreateOrder = True
  16. Position = poDesigned
  17. Visible = True
  18. WindowState = wsMaximized
  19. OnClose = FormClose
  20. OnCloseQuery = FormCloseQuery
  21. OnResize = FormResize
  22. FrameType = 5
  23. Resizable = False
  24. Undecorated = False
  25. Background = clBtnFace
  26. PixelsPerInch = 96
  27. TextHeight = 16
  28. object frameRemaining: TJTextField
  29. Tag = 2
  30. Left = 536
  31. Top = 232
  32. Width = 113
  33. Height = 24
  34. Cursor = crIBeam
  35. Foreground = clWindowText
  36. Background = clWhite
  37. Enabled = False
  38. Font.Charset = DEFAULT_CHARSET
  39. Font.Color = clWindowText
  40. Font.Height = -13
  41. Font.Name = 'Dialog'
  42. Font.Style = []
  43. HorizontalAlignment = LEFT
  44. Text = '2048'
  45. Editable = True
  46. end
  47. object download: TJButton
  48. Tag = 4
  49. Left = 504
  50. Top = 360
  51. Width = 147
  52. Height = 25
  53. Foreground = clWindowText
  54. Background = 15658734
  55. Font.Charset = DEFAULT_CHARSET
  56. Font.Color = clWindowText
  57. Font.Height = -13
  58. Font.Name = 'Dialog'
  59. Font.Style = []
  60. actionPerformed = 'download_ActionPerformed'
  61. Text = 'Download'
  62. Mnemonic = 0
  63. DisplayedMnemonicIndex = 0
  64. Selected = False
  65. BorderPainted = True
  66. FocusPainted = False
  67. ContentAreaFilled = True
  68. HorizontalAlignment = CENTER
  69. VerticalAlignment = CENTER
  70. HorizontalTextPosition = RIGHT
  71. VerticalTextPosition = CENTER
  72. IconTextGap = 4
  73. RolloverEnabled = False
  74. Border.BorderType = NoBorder
  75. Border.LineColor = clBlack
  76. Border.LineThickness = 0
  77. Border.LineRounded = False
  78. Border.EtchHighlightColor = clBlack
  79. Border.EtchShadowColor = clBlack
  80. Border.Etchtype = 0
  81. Border.BevelHighlightColor = clBlack
  82. Border.BevelShadowColor = clBlack
  83. Border.Beveltype = 0
  84. Border.MatteColor = clBlack
  85. Border.MatteTop = 0
  86. Border.MatteLeft = 0
  87. Border.MatteBottom = 0
  88. Border.MatteRight = 0
  89. end
  90. object upload: TJButton
  91. Tag = 4
  92. Left = 344
  93. Top = 360
  94. Width = 147
  95. Height = 25
  96. Foreground = clWindowText
  97. Background = 15658734
  98. Font.Charset = DEFAULT_CHARSET
  99. Font.Color = clWindowText
  100. Font.Height = -13
  101. Font.Name = 'Dialog'
  102. Font.Style = []
  103. actionPerformed = 'upload_ActionPerformed'
  104. Text = 'Upload'
  105. Mnemonic = 0
  106. DisplayedMnemonicIndex = 0
  107. Selected = False
  108. BorderPainted = True
  109. FocusPainted = False
  110. ContentAreaFilled = True
  111. HorizontalAlignment = CENTER
  112. VerticalAlignment = CENTER
  113. HorizontalTextPosition = RIGHT
  114. VerticalTextPosition = CENTER
  115. IconTextGap = 4
  116. RolloverEnabled = False
  117. Border.BorderType = NoBorder
  118. Border.LineColor = clBlack
  119. Border.LineThickness = 0
  120. Border.LineRounded = False
  121. Border.EtchHighlightColor = clBlack
  122. Border.EtchShadowColor = clBlack
  123. Border.Etchtype = 0
  124. Border.BevelHighlightColor = clBlack
  125. Border.BevelShadowColor = clBlack
  126. Border.Beveltype = 0
  127. Border.MatteColor = clBlack
  128. Border.MatteTop = 0
  129. Border.MatteLeft = 0
  130. Border.MatteBottom = 0
  131. Border.MatteRight = 0
  132. end
  133. object jComboBox1: TJComboBox
  134. Tag = 9
  135. Left = 344
  136. Top = 328
  137. Width = 305
  138. Height = 24
  139. Foreground = 3355443
  140. Background = clWindow
  141. Font.Charset = DEFAULT_CHARSET
  142. Font.Color = clWindowText
  143. Font.Height = -13
  144. Font.Name = 'Dialog'
  145. Font.Style = []
  146. Editable = False
  147. SelectedIndex = 0
  148. Items.Strings = (
  149. 'Select serial port...')
  150. end
  151. object save: TJButton
  152. Tag = 4
  153. Left = 504
  154. Top = 296
  155. Width = 147
  156. Height = 25
  157. Foreground = clWindowText
  158. Background = 15658734
  159. Font.Charset = DEFAULT_CHARSET
  160. Font.Color = clWindowText
  161. Font.Height = -13
  162. Font.Name = 'Dialog'
  163. Font.Style = []
  164. actionPerformed = 'save_ActionPerformed'
  165. Text = 'Save'
  166. Mnemonic = 0
  167. DisplayedMnemonicIndex = 0
  168. Selected = False
  169. BorderPainted = True
  170. FocusPainted = False
  171. ContentAreaFilled = True
  172. HorizontalAlignment = CENTER
  173. VerticalAlignment = CENTER
  174. HorizontalTextPosition = RIGHT
  175. VerticalTextPosition = CENTER
  176. IconTextGap = 4
  177. RolloverEnabled = False
  178. Border.BorderType = NoBorder
  179. Border.LineColor = clBlack
  180. Border.LineThickness = 0
  181. Border.LineRounded = False
  182. Border.EtchHighlightColor = clBlack
  183. Border.EtchShadowColor = clBlack
  184. Border.Etchtype = 0
  185. Border.BevelHighlightColor = clBlack
  186. Border.BevelShadowColor = clBlack
  187. Border.Beveltype = 0
  188. Border.MatteColor = clBlack
  189. Border.MatteTop = 0
  190. Border.MatteLeft = 0
  191. Border.MatteBottom = 0
  192. Border.MatteRight = 0
  193. end
  194. object load: TJButton
  195. Tag = 4
  196. Left = 344
  197. Top = 296
  198. Width = 147
  199. Height = 25
  200. Foreground = clWindowText
  201. Background = 15658734
  202. Font.Charset = DEFAULT_CHARSET
  203. Font.Color = clWindowText
  204. Font.Height = -13
  205. Font.Name = 'Dialog'
  206. Font.Style = []
  207. actionPerformed = 'load_ActionPerformed'
  208. Text = 'Load'
  209. Mnemonic = 0
  210. DisplayedMnemonicIndex = 0
  211. Selected = False
  212. BorderPainted = True
  213. FocusPainted = False
  214. ContentAreaFilled = True
  215. HorizontalAlignment = CENTER
  216. VerticalAlignment = CENTER
  217. HorizontalTextPosition = RIGHT
  218. VerticalTextPosition = CENTER
  219. IconTextGap = 4
  220. RolloverEnabled = False
  221. Border.BorderType = NoBorder
  222. Border.LineColor = clBlack
  223. Border.LineThickness = 0
  224. Border.LineRounded = False
  225. Border.EtchHighlightColor = clBlack
  226. Border.EtchShadowColor = clBlack
  227. Border.Etchtype = 0
  228. Border.BevelHighlightColor = clBlack
  229. Border.BevelShadowColor = clBlack
  230. Border.Beveltype = 0
  231. Border.MatteColor = clBlack
  232. Border.MatteTop = 0
  233. Border.MatteLeft = 0
  234. Border.MatteBottom = 0
  235. Border.MatteRight = 0
  236. end
  237. object animPath: TJTextField
  238. Tag = 2
  239. Left = 344
  240. Top = 264
  241. Width = 305
  242. Height = 24
  243. Cursor = crIBeam
  244. Foreground = clWindowText
  245. Background = clWhite
  246. Enabled = False
  247. Font.Charset = DEFAULT_CHARSET
  248. Font.Color = clWindowText
  249. Font.Height = -13
  250. Font.Name = 'Dialog'
  251. Font.Style = []
  252. HorizontalAlignment = LEFT
  253. Text = 'Load/Save an animation file...'
  254. Editable = True
  255. end
  256. object animRemove: TJButton
  257. Tag = 4
  258. Left = 224
  259. Top = 328
  260. Width = 99
  261. Height = 25
  262. Foreground = clWindowText
  263. Background = 15658734
  264. Font.Charset = DEFAULT_CHARSET
  265. Font.Color = clWindowText
  266. Font.Height = -13
  267. Font.Name = 'Dialog'
  268. Font.Style = []
  269. actionPerformed = 'animRemove_ActionPerformed'
  270. Text = 'Remove'
  271. Mnemonic = 0
  272. DisplayedMnemonicIndex = 0
  273. Selected = False
  274. BorderPainted = True
  275. FocusPainted = False
  276. ContentAreaFilled = True
  277. HorizontalAlignment = CENTER
  278. VerticalAlignment = CENTER
  279. HorizontalTextPosition = RIGHT
  280. VerticalTextPosition = CENTER
  281. IconTextGap = 4
  282. RolloverEnabled = False
  283. Border.BorderType = NoBorder
  284. Border.LineColor = clBlack
  285. Border.LineThickness = 0
  286. Border.LineRounded = False
  287. Border.EtchHighlightColor = clBlack
  288. Border.EtchShadowColor = clBlack
  289. Border.Etchtype = 0
  290. Border.BevelHighlightColor = clBlack
  291. Border.BevelShadowColor = clBlack
  292. Border.Beveltype = 0
  293. Border.MatteColor = clBlack
  294. Border.MatteTop = 0
  295. Border.MatteLeft = 0
  296. Border.MatteBottom = 0
  297. Border.MatteRight = 0
  298. end
  299. object animAdd: TJButton
  300. Tag = 4
  301. Left = 224
  302. Top = 296
  303. Width = 99
  304. Height = 25
  305. Foreground = clWindowText
  306. Background = 15658734
  307. Font.Charset = DEFAULT_CHARSET
  308. Font.Color = clWindowText
  309. Font.Height = -13
  310. Font.Name = 'Dialog'
  311. Font.Style = []
  312. actionPerformed = 'animAdd_ActionPerformed'
  313. Text = 'Add'
  314. Mnemonic = 0
  315. DisplayedMnemonicIndex = 0
  316. Selected = False
  317. BorderPainted = True
  318. FocusPainted = False
  319. ContentAreaFilled = True
  320. HorizontalAlignment = CENTER
  321. VerticalAlignment = CENTER
  322. HorizontalTextPosition = RIGHT
  323. VerticalTextPosition = CENTER
  324. IconTextGap = 4
  325. RolloverEnabled = False
  326. Border.BorderType = NoBorder
  327. Border.LineColor = clBlack
  328. Border.LineThickness = 0
  329. Border.LineRounded = False
  330. Border.EtchHighlightColor = clBlack
  331. Border.EtchShadowColor = clBlack
  332. Border.Etchtype = 0
  333. Border.BevelHighlightColor = clBlack
  334. Border.BevelShadowColor = clBlack
  335. Border.Beveltype = 0
  336. Border.MatteColor = clBlack
  337. Border.MatteTop = 0
  338. Border.MatteLeft = 0
  339. Border.MatteBottom = 0
  340. Border.MatteRight = 0
  341. end
  342. object animDown: TJButton
  343. Tag = 4
  344. Left = 224
  345. Top = 360
  346. Width = 99
  347. Height = 25
  348. Foreground = clWindowText
  349. Background = 15658734
  350. Font.Charset = DEFAULT_CHARSET
  351. Font.Color = clWindowText
  352. Font.Height = -13
  353. Font.Name = 'Dialog'
  354. Font.Style = []
  355. actionPerformed = 'animDown_ActionPerformed'
  356. Text = 'Move down'
  357. Mnemonic = 0
  358. DisplayedMnemonicIndex = 0
  359. Selected = False
  360. BorderPainted = True
  361. FocusPainted = False
  362. ContentAreaFilled = True
  363. HorizontalAlignment = CENTER
  364. VerticalAlignment = CENTER
  365. HorizontalTextPosition = RIGHT
  366. VerticalTextPosition = CENTER
  367. IconTextGap = 4
  368. RolloverEnabled = False
  369. Border.BorderType = NoBorder
  370. Border.LineColor = clBlack
  371. Border.LineThickness = 0
  372. Border.LineRounded = False
  373. Border.EtchHighlightColor = clBlack
  374. Border.EtchShadowColor = clBlack
  375. Border.Etchtype = 0
  376. Border.BevelHighlightColor = clBlack
  377. Border.BevelShadowColor = clBlack
  378. Border.Beveltype = 0
  379. Border.MatteColor = clBlack
  380. Border.MatteTop = 0
  381. Border.MatteLeft = 0
  382. Border.MatteBottom = 0
  383. Border.MatteRight = 0
  384. end
  385. object animUp: TJButton
  386. Tag = 4
  387. Left = 224
  388. Top = 264
  389. Width = 99
  390. Height = 25
  391. Foreground = clWindowText
  392. Background = 15658734
  393. Font.Charset = DEFAULT_CHARSET
  394. Font.Color = clWindowText
  395. Font.Height = -13
  396. Font.Name = 'Dialog'
  397. Font.Style = []
  398. actionPerformed = 'animUp_ActionPerformed'
  399. Text = 'Move up'
  400. Mnemonic = 0
  401. DisplayedMnemonicIndex = 0
  402. Selected = False
  403. BorderPainted = True
  404. FocusPainted = False
  405. ContentAreaFilled = True
  406. HorizontalAlignment = CENTER
  407. VerticalAlignment = CENTER
  408. HorizontalTextPosition = RIGHT
  409. VerticalTextPosition = CENTER
  410. IconTextGap = 4
  411. RolloverEnabled = False
  412. Border.BorderType = NoBorder
  413. Border.LineColor = clBlack
  414. Border.LineThickness = 0
  415. Border.LineRounded = False
  416. Border.EtchHighlightColor = clBlack
  417. Border.EtchShadowColor = clBlack
  418. Border.Etchtype = 0
  419. Border.BevelHighlightColor = clBlack
  420. Border.BevelShadowColor = clBlack
  421. Border.Beveltype = 0
  422. Border.MatteColor = clBlack
  423. Border.MatteTop = 0
  424. Border.MatteLeft = 0
  425. Border.MatteBottom = 0
  426. Border.MatteRight = 0
  427. end
  428. object jList2: TJList
  429. Tag = 8
  430. Left = 8
  431. Top = 264
  432. Width = 209
  433. Height = 121
  434. Foreground = 3355443
  435. Background = clWindow
  436. Font.Charset = DEFAULT_CHARSET
  437. Font.Color = clWindowText
  438. Font.Height = -13
  439. Font.Name = 'Dialog'
  440. Font.Style = []
  441. SelectionMode = MULTIPLE_INTERVAL
  442. FixedCellHeight = -1
  443. FixedCellWidth = -1
  444. LayoutOrientation = VERTICAL
  445. SelectionBackground = 15060920
  446. SelectionForeground = 3355443
  447. VisibleRowCount = 8
  448. HorizontalScrollBarPolicy = AS_NEEDED
  449. VerticalScrollBarPolicy = AS_NEEDED
  450. SelectedIndex = 0
  451. Items.Strings = (
  452. '')
  453. end
  454. object frameRemove: TJButton
  455. Tag = 4
  456. Left = 544
  457. Top = 104
  458. Width = 107
  459. Height = 33
  460. Foreground = clWindowText
  461. Background = 15658734
  462. Font.Charset = DEFAULT_CHARSET
  463. Font.Color = clWindowText
  464. Font.Height = -13
  465. Font.Name = 'Dialog'
  466. Font.Style = []
  467. actionPerformed = 'frameRemove_ActionPerformed'
  468. Text = 'Remove'
  469. Mnemonic = 0
  470. DisplayedMnemonicIndex = 0
  471. Selected = False
  472. BorderPainted = True
  473. FocusPainted = False
  474. ContentAreaFilled = True
  475. HorizontalAlignment = CENTER
  476. VerticalAlignment = CENTER
  477. HorizontalTextPosition = RIGHT
  478. VerticalTextPosition = CENTER
  479. IconTextGap = 4
  480. RolloverEnabled = False
  481. Border.BorderType = NoBorder
  482. Border.LineColor = clBlack
  483. Border.LineThickness = 0
  484. Border.LineRounded = False
  485. Border.EtchHighlightColor = clBlack
  486. Border.EtchShadowColor = clBlack
  487. Border.Etchtype = 0
  488. Border.BevelHighlightColor = clBlack
  489. Border.BevelShadowColor = clBlack
  490. Border.Beveltype = 0
  491. Border.MatteColor = clBlack
  492. Border.MatteTop = 0
  493. Border.MatteLeft = 0
  494. Border.MatteBottom = 0
  495. Border.MatteRight = 0
  496. end
  497. object frameAdd: TJButton
  498. Tag = 4
  499. Left = 544
  500. Top = 56
  501. Width = 107
  502. Height = 33
  503. Foreground = clWindowText
  504. Background = 15658734
  505. Font.Charset = DEFAULT_CHARSET
  506. Font.Color = clWindowText
  507. Font.Height = -13
  508. Font.Name = 'Dialog'
  509. Font.Style = []
  510. actionPerformed = 'frameAdd_ActionPerformed'
  511. Text = 'Add'
  512. Mnemonic = 0
  513. DisplayedMnemonicIndex = 0
  514. Selected = False
  515. BorderPainted = True
  516. FocusPainted = False
  517. ContentAreaFilled = True
  518. HorizontalAlignment = CENTER
  519. VerticalAlignment = CENTER
  520. HorizontalTextPosition = RIGHT
  521. VerticalTextPosition = CENTER
  522. IconTextGap = 4
  523. RolloverEnabled = False
  524. Border.BorderType = NoBorder
  525. Border.LineColor = clBlack
  526. Border.LineThickness = 0
  527. Border.LineRounded = False
  528. Border.EtchHighlightColor = clBlack
  529. Border.EtchShadowColor = clBlack
  530. Border.Etchtype = 0
  531. Border.BevelHighlightColor = clBlack
  532. Border.BevelShadowColor = clBlack
  533. Border.Beveltype = 0
  534. Border.MatteColor = clBlack
  535. Border.MatteTop = 0
  536. Border.MatteLeft = 0
  537. Border.MatteBottom = 0
  538. Border.MatteRight = 0
  539. end
  540. object frameDown: TJButton
  541. Tag = 4
  542. Left = 544
  543. Top = 152
  544. Width = 107
  545. Height = 33
  546. Foreground = clWindowText
  547. Background = 15658734
  548. Font.Charset = DEFAULT_CHARSET
  549. Font.Color = clWindowText
  550. Font.Height = -13
  551. Font.Name = 'Dialog'
  552. Font.Style = []
  553. actionPerformed = 'frameDown_ActionPerformed'
  554. Text = 'Move down'
  555. Mnemonic = 0
  556. DisplayedMnemonicIndex = 0
  557. Selected = False
  558. BorderPainted = True
  559. FocusPainted = False
  560. ContentAreaFilled = True
  561. HorizontalAlignment = CENTER
  562. VerticalAlignment = CENTER
  563. HorizontalTextPosition = RIGHT
  564. VerticalTextPosition = CENTER
  565. IconTextGap = 4
  566. RolloverEnabled = False
  567. Border.BorderType = NoBorder
  568. Border.LineColor = clBlack
  569. Border.LineThickness = 0
  570. Border.LineRounded = False
  571. Border.EtchHighlightColor = clBlack
  572. Border.EtchShadowColor = clBlack
  573. Border.Etchtype = 0
  574. Border.BevelHighlightColor = clBlack
  575. Border.BevelShadowColor = clBlack
  576. Border.Beveltype = 0
  577. Border.MatteColor = clBlack
  578. Border.MatteTop = 0
  579. Border.MatteLeft = 0
  580. Border.MatteBottom = 0
  581. Border.MatteRight = 0
  582. end
  583. object frameUp: TJButton
  584. Tag = 4
  585. Left = 544
  586. Top = 8
  587. Width = 107
  588. Height = 33
  589. Foreground = clWindowText
  590. Background = 15658734
  591. Font.Charset = DEFAULT_CHARSET
  592. Font.Color = clWindowText
  593. Font.Height = -13
  594. Font.Name = 'Dialog'
  595. Font.Style = []
  596. actionPerformed = 'frameUp_ActionPerformed'
  597. Text = 'Move up'
  598. Mnemonic = 0
  599. DisplayedMnemonicIndex = 0
  600. Selected = False
  601. BorderPainted = True
  602. FocusPainted = False
  603. ContentAreaFilled = True
  604. HorizontalAlignment = CENTER
  605. VerticalAlignment = CENTER
  606. HorizontalTextPosition = RIGHT
  607. VerticalTextPosition = CENTER
  608. IconTextGap = 4
  609. RolloverEnabled = False
  610. Border.BorderType = NoBorder
  611. Border.LineColor = clBlack
  612. Border.LineThickness = 0
  613. Border.LineRounded = False
  614. Border.EtchHighlightColor = clBlack
  615. Border.EtchShadowColor = clBlack
  616. Border.Etchtype = 0
  617. Border.BevelHighlightColor = clBlack
  618. Border.BevelShadowColor = clBlack
  619. Border.Beveltype = 0
  620. Border.MatteColor = clBlack
  621. Border.MatteTop = 0
  622. Border.MatteLeft = 0
  623. Border.MatteBottom = 0
  624. Border.MatteRight = 0
  625. end
  626. object frameList: TJList
  627. Tag = 8
  628. Left = 384
  629. Top = 8
  630. Width = 145
  631. Height = 249
  632. Foreground = 3355443
  633. Background = clWindow
  634. Font.Charset = DEFAULT_CHARSET
  635. Font.Color = clWindowText
  636. Font.Height = -13
  637. Font.Name = 'Dialog'
  638. Font.Style = []
  639. SelectionMode = MULTIPLE_INTERVAL
  640. FixedCellHeight = -1
  641. FixedCellWidth = -1
  642. LayoutOrientation = VERTICAL
  643. SelectionBackground = 15060920
  644. SelectionForeground = 3355443
  645. VisibleRowCount = 8
  646. HorizontalScrollBarPolicy = AS_NEEDED
  647. VerticalScrollBarPolicy = AS_NEEDED
  648. SelectedIndex = 0
  649. Items.Strings = (
  650. '')
  651. end
  652. object editH: TJButton
  653. Tag = 4
  654. Left = 264
  655. Top = 232
  656. Width = 107
  657. Height = 25
  658. Foreground = clWindowText
  659. Background = 15658734
  660. Font.Charset = DEFAULT_CHARSET
  661. Font.Color = clWindowText
  662. Font.Height = -13
  663. Font.Name = 'Dialog'
  664. Font.Style = []
  665. actionPerformed = 'editH_ActionPerformed'
  666. Text = 'Layer H'
  667. Mnemonic = 0
  668. DisplayedMnemonicIndex = 0
  669. Selected = False
  670. BorderPainted = True
  671. FocusPainted = False
  672. ContentAreaFilled = True
  673. HorizontalAlignment = CENTER
  674. VerticalAlignment = CENTER
  675. HorizontalTextPosition = RIGHT
  676. VerticalTextPosition = CENTER
  677. IconTextGap = 4
  678. RolloverEnabled = False
  679. Border.BorderType = NoBorder
  680. Border.LineColor = clBlack
  681. Border.LineThickness = 0
  682. Border.LineRounded = False
  683. Border.EtchHighlightColor = clBlack
  684. Border.EtchShadowColor = clBlack
  685. Border.Etchtype = 0
  686. Border.BevelHighlightColor = clBlack
  687. Border.BevelShadowColor = clBlack
  688. Border.Beveltype = 0
  689. Border.MatteColor = clBlack
  690. Border.MatteTop = 0
  691. Border.MatteLeft = 0
  692. Border.MatteBottom = 0
  693. Border.MatteRight = 0
  694. end
  695. object editG: TJButton
  696. Tag = 4
  697. Left = 264
  698. Top = 200
  699. Width = 107
  700. Height = 25
  701. Foreground = clWindowText
  702. Background = 15658734
  703. Font.Charset = DEFAULT_CHARSET
  704. Font.Color = clWindowText
  705. Font.Height = -13
  706. Font.Name = 'Dialog'
  707. Font.Style = []
  708. actionPerformed = 'editG_ActionPerformed'
  709. Text = 'Layer G'
  710. Mnemonic = 0
  711. DisplayedMnemonicIndex = 0
  712. Selected = False
  713. BorderPainted = True
  714. FocusPainted = False
  715. ContentAreaFilled = True
  716. HorizontalAlignment = CENTER
  717. VerticalAlignment = CENTER
  718. HorizontalTextPosition = RIGHT
  719. VerticalTextPosition = CENTER
  720. IconTextGap = 4
  721. RolloverEnabled = False
  722. Border.BorderType = NoBorder
  723. Border.LineColor = clBlack
  724. Border.LineThickness = 0
  725. Border.LineRounded = False
  726. Border.EtchHighlightColor = clBlack
  727. Border.EtchShadowColor = clBlack
  728. Border.Etchtype = 0
  729. Border.BevelHighlightColor = clBlack
  730. Border.BevelShadowColor = clBlack
  731. Border.Beveltype = 0
  732. Border.MatteColor = clBlack
  733. Border.MatteTop = 0
  734. Border.MatteLeft = 0
  735. Border.MatteBottom = 0
  736. Border.MatteRight = 0
  737. end
  738. object editF: TJButton
  739. Tag = 4
  740. Left = 264
  741. Top = 168
  742. Width = 107
  743. Height = 25
  744. Foreground = clWindowText
  745. Background = 15658734
  746. Font.Charset = DEFAULT_CHARSET
  747. Font.Color = clWindowText
  748. Font.Height = -13
  749. Font.Name = 'Dialog'
  750. Font.Style = []
  751. actionPerformed = 'editF_ActionPerformed'
  752. Text = 'Layer F'
  753. Mnemonic = 0
  754. DisplayedMnemonicIndex = 0
  755. Selected = False
  756. BorderPainted = True
  757. FocusPainted = False
  758. ContentAreaFilled = True
  759. HorizontalAlignment = CENTER
  760. VerticalAlignment = CENTER
  761. HorizontalTextPosition = RIGHT
  762. VerticalTextPosition = CENTER
  763. IconTextGap = 4
  764. RolloverEnabled = False
  765. Border.BorderType = NoBorder
  766. Border.LineColor = clBlack
  767. Border.LineThickness = 0
  768. Border.LineRounded = False
  769. Border.EtchHighlightColor = clBlack
  770. Border.EtchShadowColor = clBlack
  771. Border.Etchtype = 0
  772. Border.BevelHighlightColor = clBlack
  773. Border.BevelShadowColor = clBlack
  774. Border.Beveltype = 0
  775. Border.MatteColor = clBlack
  776. Border.MatteTop = 0
  777. Border.MatteLeft = 0
  778. Border.MatteBottom = 0
  779. Border.MatteRight = 0
  780. end
  781. object editE: TJButton
  782. Tag = 4
  783. Left = 264
  784. Top = 136
  785. Width = 107
  786. Height = 25
  787. Foreground = clWindowText
  788. Background = 15658734
  789. Font.Charset = DEFAULT_CHARSET
  790. Font.Color = clWindowText
  791. Font.Height = -13
  792. Font.Name = 'Dialog'
  793. Font.Style = []
  794. actionPerformed = 'editE_ActionPerformed'
  795. Text = 'Layer E'
  796. Mnemonic = 0
  797. DisplayedMnemonicIndex = 0
  798. Selected = False
  799. BorderPainted = True
  800. FocusPainted = False
  801. ContentAreaFilled = True
  802. HorizontalAlignment = CENTER
  803. VerticalAlignment = CENTER
  804. HorizontalTextPosition = RIGHT
  805. VerticalTextPosition = CENTER
  806. IconTextGap = 4
  807. RolloverEnabled = False
  808. Border.BorderType = NoBorder
  809. Border.LineColor = clBlack
  810. Border.LineThickness = 0
  811. Border.LineRounded = False
  812. Border.EtchHighlightColor = clBlack
  813. Border.EtchShadowColor = clBlack
  814. Border.Etchtype = 0
  815. Border.BevelHighlightColor = clBlack
  816. Border.BevelShadowColor = clBlack
  817. Border.Beveltype = 0
  818. Border.MatteColor = clBlack
  819. Border.MatteTop = 0
  820. Border.MatteLeft = 0
  821. Border.MatteBottom = 0
  822. Border.MatteRight = 0
  823. end
  824. object editD: TJButton
  825. Tag = 4
  826. Left = 264
  827. Top = 104
  828. Width = 107
  829. Height = 25
  830. Foreground = clWindowText
  831. Background = 15658734
  832. Font.Charset = DEFAULT_CHARSET
  833. Font.Color = clWindowText
  834. Font.Height = -13
  835. Font.Name = 'Dialog'
  836. Font.Style = []
  837. actionPerformed = 'editD_ActionPerformed'
  838. Text = 'Layer D'
  839. Mnemonic = 0
  840. DisplayedMnemonicIndex = 0
  841. Selected = False
  842. BorderPainted = True
  843. FocusPainted = False
  844. ContentAreaFilled = True
  845. HorizontalAlignment = CENTER
  846. VerticalAlignment = CENTER
  847. HorizontalTextPosition = RIGHT
  848. VerticalTextPosition = CENTER
  849. IconTextGap = 4
  850. RolloverEnabled = False
  851. Border.BorderType = NoBorder
  852. Border.LineColor = clBlack
  853. Border.LineThickness = 0
  854. Border.LineRounded = False
  855. Border.EtchHighlightColor = clBlack
  856. Border.EtchShadowColor = clBlack
  857. Border.Etchtype = 0
  858. Border.BevelHighlightColor = clBlack
  859. Border.BevelShadowColor = clBlack
  860. Border.Beveltype = 0
  861. Border.MatteColor = clBlack
  862. Border.MatteTop = 0
  863. Border.MatteLeft = 0
  864. Border.MatteBottom = 0
  865. Border.MatteRight = 0
  866. end
  867. object editC: TJButton
  868. Tag = 4
  869. Left = 264
  870. Top = 72
  871. Width = 107
  872. Height = 25
  873. Foreground = clWindowText
  874. Background = 15658734
  875. Font.Charset = DEFAULT_CHARSET
  876. Font.Color = clWindowText
  877. Font.Height = -13
  878. Font.Name = 'Dialog'
  879. Font.Style = []
  880. actionPerformed = 'editC_ActionPerformed'
  881. Text = 'Layer C'
  882. Mnemonic = 0
  883. DisplayedMnemonicIndex = 0
  884. Selected = False
  885. BorderPainted = True
  886. FocusPainted = False
  887. ContentAreaFilled = True
  888. HorizontalAlignment = CENTER
  889. VerticalAlignment = CENTER
  890. HorizontalTextPosition = RIGHT
  891. VerticalTextPosition = CENTER
  892. IconTextGap = 4
  893. RolloverEnabled = False
  894. Border.BorderType = NoBorder
  895. Border.LineColor = clBlack
  896. Border.LineThickness = 0
  897. Border.LineRounded = False
  898. Border.EtchHighlightColor = clBlack
  899. Border.EtchShadowColor = clBlack
  900. Border.Etchtype = 0
  901. Border.BevelHighlightColor = clBlack
  902. Border.BevelShadowColor = clBlack
  903. Border.Beveltype = 0
  904. Border.MatteColor = clBlack
  905. Border.MatteTop = 0
  906. Border.MatteLeft = 0
  907. Border.MatteBottom = 0
  908. Border.MatteRight = 0
  909. end
  910. object editB: TJButton
  911. Tag = 4
  912. Left = 264
  913. Top = 40
  914. Width = 107
  915. Height = 25
  916. Foreground = clWindowText
  917. Background = 15658734
  918. Font.Charset = DEFAULT_CHARSET
  919. Font.Color = clWindowText
  920. Font.Height = -13
  921. Font.Name = 'Dialog'
  922. Font.Style = []
  923. actionPerformed = 'editB_ActionPerformed'
  924. Text = 'Layer B'
  925. Mnemonic = 0
  926. DisplayedMnemonicIndex = 0
  927. Selected = False
  928. BorderPainted = True
  929. FocusPainted = False
  930. ContentAreaFilled = True
  931. HorizontalAlignment = CENTER
  932. VerticalAlignment = CENTER
  933. HorizontalTextPosition = RIGHT
  934. VerticalTextPosition = CENTER
  935. IconTextGap = 4
  936. RolloverEnabled = False
  937. Border.BorderType = NoBorder
  938. Border.LineColor = clBlack
  939. Border.LineThickness = 0
  940. Border.LineRounded = False
  941. Border.EtchHighlightColor = clBlack
  942. Border.EtchShadowColor = clBlack
  943. Border.Etchtype = 0
  944. Border.BevelHighlightColor = clBlack
  945. Border.BevelShadowColor = clBlack
  946. Border.Beveltype = 0
  947. Border.MatteColor = clBlack
  948. Border.MatteTop = 0
  949. Border.MatteLeft = 0
  950. Border.MatteBottom = 0
  951. Border.MatteRight = 0
  952. end
  953. object editA: TJButton
  954. Tag = 4
  955. Left = 264
  956. Top = 8
  957. Width = 107
  958. Height = 25
  959. Foreground = clWindowText
  960. Background = 15658734
  961. Font.Charset = DEFAULT_CHARSET
  962. Font.Color = clWindowText
  963. Font.Height = -13
  964. Font.Name = 'Dialog'
  965. Font.Style = []
  966. actionPerformed = 'editA_ActionPerformed'
  967. Text = 'Layer A'
  968. Mnemonic = 0
  969. DisplayedMnemonicIndex = 0
  970. Selected = False
  971. BorderPainted = True
  972. FocusPainted = False
  973. ContentAreaFilled = True
  974. HorizontalAlignment = CENTER
  975. VerticalAlignment = CENTER
  976. HorizontalTextPosition = RIGHT
  977. VerticalTextPosition = CENTER
  978. IconTextGap = 4
  979. RolloverEnabled = False
  980. Border.BorderType = NoBorder
  981. Border.LineColor = clBlack
  982. Border.LineThickness = 0
  983. Border.LineRounded = False
  984. Border.EtchHighlightColor = clBlack
  985. Border.EtchShadowColor = clBlack
  986. Border.Etchtype = 0
  987. Border.BevelHighlightColor = clBlack
  988. Border.BevelShadowColor = clBlack
  989. Border.Beveltype = 0
  990. Border.MatteColor = clBlack
  991. Border.MatteTop = 0
  992. Border.MatteLeft = 0
  993. Border.MatteBottom = 0
  994. Border.MatteRight = 0
  995. end
  996. object cubeCanvas: TACanvas
  997. Tag = -13
  998. Left = 8
  999. Top = 8
  1000. Width = 250
  1001. Height = 250
  1002. Foreground = 3355443
  1003. Background = clGray
  1004. Font.Charset = DEFAULT_CHARSET
  1005. Font.Color = clWindowText
  1006. Font.Height = -15
  1007. Font.Name = 'Dialog'
  1008. Font.Style = []
  1009. end
  1010. object jLabel4: TJLabel
  1011. Tag = 1
  1012. Left = 536
  1013. Top = 208
  1014. Width = 112
  1015. Height = 20
  1016. Foreground = clWindowText
  1017. Background = clBtnFace
  1018. Font.Charset = DEFAULT_CHARSET
  1019. Font.Color = clWindowText
  1020. Font.Height = -13
  1021. Font.Name = 'Dialog'
  1022. Font.Style = []
  1023. Text = 'Frames remaining:'
  1024. HorizontalAlignment = LEFT
  1025. VerticalAlignment = CENTER
  1026. HorizontalTextPosition = RIGHT
  1027. VerticalTextPosition = CENTER
  1028. IconTextGap = 4
  1029. DisplayedMnemonic = 0
  1030. DisplayedMnemonicIndex = 0
  1031. end
  1032. end