AboutUnit.dfm 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. object AboutForm: TAboutForm
  2. Left = 136
  3. Top = 90
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsDialog
  6. Caption = 'About TIGCC'
  7. ClientHeight = 228
  8. ClientWidth = 345
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = True
  16. Position = poScreenCenter
  17. PrintScale = poNone
  18. Scaled = False
  19. OnCreate = FormCreate
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object FramePanel: TPanel
  23. Left = 8
  24. Top = 8
  25. Width = 329
  26. Height = 182
  27. Anchors = [akLeft, akTop, akRight, akBottom]
  28. BevelInner = bvRaised
  29. BevelOuter = bvLowered
  30. ParentColor = True
  31. TabOrder = 0
  32. object ProgramIcon: TImage
  33. Left = 20
  34. Top = 20
  35. Width = 32
  36. Height = 32
  37. AutoSize = True
  38. Picture.Data = {
  39. 055449636F6E0000010002002020100000000000E80200002600000010101000
  40. 00000000280100000E0300002800000020000000400000000100040000000000
  41. 8002000000000000000000000000000000000000000000000000800000800000
  42. 00808000800000008000800080800000C0C0C000808080000000FF0000FF0000
  43. 00FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000000000000000
  44. 000000000000330000000000000000000000000000003B338888888888888888
  45. 00000000000003BB3777777777777777800000000330003BB300777007770077
  46. 8000000003B3003BB38807F8807F880780000000003B333BBB3F777FF777FF77
  47. 80000000003BBBBFBB37777777777777800000000003BBBBFBB3777007770077
  48. 80000000000033BBBFBB37F8807F88078000000000000033BBFBB37FF777FF77
  49. 800000000000007F3BBFBB3777777777800000000000007F73BBFBB307770077
  50. 800000000000007F7F3BBFBB307F8807800000000000007F77F3BBFBB377FF77
  51. 800000000000007F77773BBFBB377777800000000000007F770073BBFBB30077
  52. 800000000000007F7F88073BBFBB3807800000000000007F77FF7773BBFBB377
  53. 800000000000007F777777773BBFBB37800000000000007F77FFFFFFF3BBFBB3
  54. 800000000000007F78E8EEE0E83BBFBB330000000000007F78E77EE08E83BBFB
  55. BB3300000000007F7800800800803BBFBBBB30000000007F78EE8E80EE77E3BB
  56. FBBBB3000000007F78EEE8E0EEE8E3BBB333B3000000007F78EEEEE0EEE8EE3B
  57. B3003B300000007F788888888888883BB30003300000007F7777777777777773
  58. BB30000000000007FFFFFFFFFFFFFFFF33B30000000000007777777777777777
  59. 0033000000000000000000000000000000000000FFFFFFFFF30000FFF000007F
  60. F800003F9C00003F8C00003FC000003FC000003FE000003FF000003FFC00003F
  61. FC00003FFC00003FFC00003FFC00003FFC00003FFC00003FFC00003FFC00003F
  62. FC00003FFC00003FFC00003FFC00000FFC000007FC000003FC000003FC000031
  63. FC000039FC00001FFE00000FFF0000CFFFFFFFFF280000001000000020000000
  64. 0100040000000000C00000000000000000000000000000000000000000000000
  65. 000080000080000000808000800000008000800080800000C0C0C00080808000
  66. 0000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0003308888
  67. 888800000373777777778000333B3878878780003B3B3F7FF7F7800003BBB378
  68. 878780000033BB3FF7F78000000F3BB377778000000F73BB37878000000F7F3B
  69. B3F78000000F7773BB378000000F7FFF3BB38000000F886083BB3300000F8808
  70. 083BBB30000F8E80E83B3373000F78888883B3330000FFFFFFFF3300900F0000
  71. 80070000000700000007000080070000C0070000E0070000E0070000E0070000
  72. E0070000E0070000E0030000E0010000E0000000E0000000F0030000}
  73. Stretch = True
  74. IsControl = True
  75. end
  76. object ProductNameLabel: TLabel
  77. Left = 64
  78. Top = 16
  79. Width = 125
  80. Height = 15
  81. Caption = 'TIGCC C and ASM SDK'
  82. Font.Charset = DEFAULT_CHARSET
  83. Font.Color = clWindowText
  84. Font.Height = -12
  85. Font.Name = 'Arial'
  86. Font.Style = [fsBold]
  87. ParentFont = False
  88. Transparent = True
  89. IsControl = True
  90. end
  91. object VersionLabel: TLabel
  92. Left = 64
  93. Top = 31
  94. Width = 3
  95. Height = 14
  96. Font.Charset = DEFAULT_CHARSET
  97. Font.Color = clWindowText
  98. Font.Height = -11
  99. Font.Name = 'Arial'
  100. Font.Style = []
  101. ParentFont = False
  102. Transparent = True
  103. IsControl = True
  104. end
  105. object Label2: TLabel
  106. Left = 16
  107. Top = 80
  108. Width = 125
  109. Height = 14
  110. Caption = 'Compiler modifications by '
  111. Font.Charset = DEFAULT_CHARSET
  112. Font.Color = clWindowText
  113. Font.Height = -11
  114. Font.Name = 'Arial'
  115. Font.Style = []
  116. ParentFont = False
  117. Transparent = True
  118. end
  119. object Label3: TLabel
  120. Left = 16
  121. Top = 64
  122. Width = 82
  123. Height = 14
  124. Caption = 'Original linker by '
  125. Font.Charset = DEFAULT_CHARSET
  126. Font.Color = clWindowText
  127. Font.Height = -11
  128. Font.Name = 'Arial'
  129. Font.Style = []
  130. ParentFont = False
  131. Transparent = True
  132. end
  133. object Label4: TLabel
  134. Left = 16
  135. Top = 112
  136. Width = 146
  137. Height = 14
  138. Caption = 'Library and documentation by '
  139. Font.Charset = DEFAULT_CHARSET
  140. Font.Color = clWindowText
  141. Font.Height = -11
  142. Font.Name = 'Arial'
  143. Font.Style = []
  144. ParentFont = False
  145. Transparent = True
  146. end
  147. object Label5: TLabel
  148. Left = 16
  149. Top = 144
  150. Width = 33
  151. Height = 14
  152. Caption = 'IDE by '
  153. Font.Charset = DEFAULT_CHARSET
  154. Font.Color = clWindowText
  155. Font.Height = -11
  156. Font.Name = 'Arial'
  157. Font.Style = []
  158. ParentFont = False
  159. Transparent = True
  160. end
  161. object Label6: TLabel
  162. Left = 167
  163. Top = 64
  164. Width = 24
  165. Height = 14
  166. Caption = ' and '
  167. Font.Charset = DEFAULT_CHARSET
  168. Font.Color = clWindowText
  169. Font.Height = -11
  170. Font.Name = 'Arial'
  171. Font.Style = []
  172. ParentFont = False
  173. Transparent = True
  174. end
  175. object Label1: TLabel
  176. Left = 16
  177. Top = 160
  178. Width = 146
  179. Height = 14
  180. Caption = 'Documentation conversion by '
  181. Font.Charset = DEFAULT_CHARSET
  182. Font.Color = clWindowText
  183. Font.Height = -11
  184. Font.Name = 'Arial'
  185. Font.Style = []
  186. ParentFont = False
  187. Transparent = True
  188. end
  189. object CopyrightLabel: TLabel
  190. Left = 64
  191. Top = 44
  192. Width = 209
  193. Height = 15
  194. Caption = 'Copyright © 1999-2006 The TIGCC Team'
  195. Font.Charset = DEFAULT_CHARSET
  196. Font.Color = clWindowText
  197. Font.Height = -12
  198. Font.Name = 'Times New Roman'
  199. Font.Style = []
  200. ParentFont = False
  201. Transparent = True
  202. end
  203. object Label8: TLabel
  204. Left = 206
  205. Top = 80
  206. Width = 108
  207. Height = 14
  208. Caption = ', Sebastian, and Kevin'
  209. Font.Charset = DEFAULT_CHARSET
  210. Font.Color = clWindowText
  211. Font.Height = -11
  212. Font.Name = 'Arial'
  213. Font.Style = []
  214. ParentFont = False
  215. Transparent = True
  216. end
  217. object Label9: TLabel
  218. Left = 16
  219. Top = 96
  220. Width = 47
  221. Height = 14
  222. Caption = 'Linker by '
  223. Font.Charset = DEFAULT_CHARSET
  224. Font.Color = clWindowText
  225. Font.Height = -11
  226. Font.Name = 'Arial'
  227. Font.Style = []
  228. ParentFont = False
  229. Transparent = True
  230. end
  231. object Label10: TLabel
  232. Left = 16
  233. Top = 128
  234. Width = 109
  235. Height = 14
  236. Caption = 'A68k modifications by '
  237. Font.Charset = DEFAULT_CHARSET
  238. Font.Color = clWindowText
  239. Font.Height = -11
  240. Font.Name = 'Arial'
  241. Font.Style = []
  242. ParentFont = False
  243. Transparent = True
  244. end
  245. object Label7: TLabel
  246. Left = 152
  247. Top = 96
  248. Width = 24
  249. Height = 14
  250. Caption = ' and '
  251. Font.Charset = DEFAULT_CHARSET
  252. Font.Color = clWindowText
  253. Font.Height = -11
  254. Font.Name = 'Arial'
  255. Font.Style = []
  256. ParentFont = False
  257. Transparent = True
  258. end
  259. object URLLabel1: TURLLabel
  260. Left = 97
  261. Top = 64
  262. Width = 70
  263. Height = 14
  264. AutoSize = False
  265. Caption = 'Xavier Vassor'
  266. Font.Charset = DEFAULT_CHARSET
  267. Font.Color = clHighlight
  268. Font.Height = -11
  269. Font.Name = 'Arial'
  270. Font.Style = [fsUnderline]
  271. ParentFont = False
  272. TabOrder = 0
  273. URL = 'mailto:XVassor@mail.dotcom.fr'
  274. ShowWindow = swShowMaximized
  275. end
  276. object URLLabel2: TURLLabel
  277. Left = 191
  278. Top = 64
  279. Width = 64
  280. Height = 14
  281. AutoSize = False
  282. Caption = 'Niklas Brunlid'
  283. Font.Charset = DEFAULT_CHARSET
  284. Font.Color = clHighlight
  285. Font.Height = -11
  286. Font.Name = 'Arial'
  287. Font.Style = [fsUnderline]
  288. ParentFont = False
  289. TabOrder = 1
  290. URL = 'mailto:Niklas@tigcc.ticalc.org'
  291. ShowWindow = swShowMaximized
  292. end
  293. object URLLabel3: TURLLabel
  294. Left = 141
  295. Top = 80
  296. Width = 65
  297. Height = 14
  298. AutoSize = False
  299. Caption = 'Jean Canazzi'
  300. Font.Charset = DEFAULT_CHARSET
  301. Font.Color = clHighlight
  302. Font.Height = -11
  303. Font.Name = 'Arial'
  304. Font.Style = [fsUnderline]
  305. ParentFont = False
  306. TabOrder = 2
  307. URL = 'mailto:Jean@tigcc.ticalc.org'
  308. ShowWindow = swShowMaximized
  309. end
  310. object URLLabel4: TURLLabel
  311. Left = 162
  312. Top = 112
  313. Width = 54
  314. Height = 14
  315. AutoSize = False
  316. Caption = 'Zeljko Juric'
  317. Font.Charset = DEFAULT_CHARSET
  318. Font.Color = clHighlight
  319. Font.Height = -11
  320. Font.Name = 'Arial'
  321. Font.Style = [fsUnderline]
  322. ParentFont = False
  323. TabOrder = 3
  324. URL = 'mailto:Zeljko@tigcc.ticalc.org'
  325. ShowWindow = swShowMaximized
  326. end
  327. object URLLabel5: TURLLabel
  328. Left = 49
  329. Top = 144
  330. Width = 89
  331. Height = 14
  332. AutoSize = False
  333. Caption = 'Sebastian Reichelt'
  334. Font.Charset = DEFAULT_CHARSET
  335. Font.Color = clHighlight
  336. Font.Height = -11
  337. Font.Name = 'Arial'
  338. Font.Style = [fsUnderline]
  339. ParentFont = False
  340. TabOrder = 4
  341. URL = 'mailto:Sebastian@tigcc.ticalc.org'
  342. ShowWindow = swShowMaximized
  343. end
  344. object URLLabel6: TURLLabel
  345. Left = 162
  346. Top = 160
  347. Width = 68
  348. Height = 14
  349. AutoSize = False
  350. Caption = 'Philipp Winkler'
  351. Font.Charset = DEFAULT_CHARSET
  352. Font.Color = clHighlight
  353. Font.Height = -11
  354. Font.Name = 'Arial'
  355. Font.Style = [fsUnderline]
  356. ParentFont = False
  357. TabOrder = 5
  358. URL = 'mailto:p.winkler@atn.nu'
  359. ShowWindow = swShow
  360. end
  361. object URLLabel7: TURLLabel
  362. Left = 63
  363. Top = 96
  364. Width = 89
  365. Height = 14
  366. AutoSize = False
  367. Caption = 'Sebastian Reichelt'
  368. Font.Charset = DEFAULT_CHARSET
  369. Font.Color = clHighlight
  370. Font.Height = -11
  371. Font.Name = 'Arial'
  372. Font.Style = [fsUnderline]
  373. ParentFont = False
  374. TabOrder = 6
  375. URL = 'mailto:Sebastian@tigcc.ticalc.org'
  376. ShowWindow = swShowMaximized
  377. end
  378. object URLLabel8: TURLLabel
  379. Left = 125
  380. Top = 128
  381. Width = 59
  382. Height = 14
  383. AutoSize = False
  384. Caption = 'Kevin Kofler'
  385. Font.Charset = DEFAULT_CHARSET
  386. Font.Color = clHighlight
  387. Font.Height = -11
  388. Font.Name = 'Arial'
  389. Font.Style = [fsUnderline]
  390. ParentFont = False
  391. TabOrder = 7
  392. URL = 'mailto:Kevin@tigcc.ticalc.org'
  393. ShowWindow = swShowMaximized
  394. end
  395. object URLLabel9: TURLLabel
  396. Left = 176
  397. Top = 96
  398. Width = 59
  399. Height = 14
  400. AutoSize = False
  401. Caption = 'Kevin Kofler'
  402. Font.Charset = DEFAULT_CHARSET
  403. Font.Color = clHighlight
  404. Font.Height = -11
  405. Font.Name = 'Arial'
  406. Font.Style = [fsUnderline]
  407. ParentFont = False
  408. TabOrder = 8
  409. URL = 'mailto:Kevin@tigcc.ticalc.org'
  410. ShowWindow = swShowMaximized
  411. end
  412. end
  413. object OKButton: TButton
  414. Left = 128
  415. Top = 197
  416. Width = 89
  417. Height = 25
  418. Anchors = [akLeft, akRight, akBottom]
  419. Caption = '&OK'
  420. Default = True
  421. ModalResult = 1
  422. TabOrder = 1
  423. end
  424. end