uMain.dfm 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. object Form1: TForm1
  2. Left = 209
  3. Top = 11
  4. ActiveControl = Panel1
  5. BorderIcons = []
  6. BorderStyle = bsSingle
  7. Caption = 'ZenFont 0.2.6(LCL)'
  8. ClientHeight = 692
  9. ClientWidth = 1013
  10. Color = clBtnFace
  11. Constraints.MinHeight = 600
  12. Constraints.MinWidth = 800
  13. Font.Charset = DEFAULT_CHARSET
  14. Font.Color = clWindowText
  15. Font.Height = -11
  16. Font.Name = 'Tahoma'
  17. Font.Style = []
  18. OldCreateOrder = True
  19. Visible = True
  20. OnActivate = FormActivate
  21. OnClose = FormClose
  22. OnResize = FormResize
  23. PixelsPerInch = 96
  24. TextHeight = 13
  25. object GroupBox1: TGroupBox
  26. Left = 0
  27. Top = 552
  28. Width = 1013
  29. Height = 140
  30. Align = alBottom
  31. Caption = 'Parameters'
  32. TabOrder = 0
  33. DesignSize = (
  34. 1013
  35. 140)
  36. object LabelCurrentPage: TLabel
  37. Left = 10
  38. Top = 39
  39. Width = 68
  40. Height = 13
  41. Caption = 'Current Page:'
  42. Color = clBtnFace
  43. ParentColor = False
  44. end
  45. object LabelPageSize: TLabel
  46. Left = 10
  47. Top = 15
  48. Width = 50
  49. Height = 13
  50. Caption = 'Page Size:'
  51. Color = clBtnFace
  52. ParentColor = False
  53. end
  54. object CheckBoxAntialiasing: TCheckBox
  55. Left = 10
  56. Top = 55
  57. Width = 93
  58. Height = 21
  59. Caption = 'Antialiasing'
  60. Checked = True
  61. State = cbChecked
  62. TabOrder = 0
  63. OnClick = CheckBoxAntialiasingChange
  64. end
  65. object CheckBoxPack: TCheckBox
  66. Left = 106
  67. Top = 56
  68. Width = 52
  69. Height = 21
  70. Caption = 'Pack'
  71. Checked = True
  72. State = cbChecked
  73. TabOrder = 1
  74. OnClick = CheckBoxPackChange
  75. end
  76. object ComboBoxPageSize: TComboBox
  77. Left = 90
  78. Top = 10
  79. Width = 70
  80. Height = 21
  81. Style = csDropDownList
  82. ItemHeight = 13
  83. ItemIndex = 1
  84. TabOrder = 2
  85. Text = '256'
  86. OnChange = ComboBoxPageSizeChange
  87. Items.Strings = (
  88. '128'
  89. '256'
  90. '512'
  91. '1024'
  92. '2048')
  93. end
  94. object ButtonChooseFont: TButton
  95. Left = 10
  96. Top = 86
  97. Width = 150
  98. Height = 25
  99. Caption = 'Choose Font'
  100. TabOrder = 3
  101. OnClick = ButtonChooseFontClick
  102. end
  103. object ButtonSaveFont: TButton
  104. Left = 853
  105. Top = 40
  106. Width = 150
  107. Height = 25
  108. Anchors = [akTop, akRight]
  109. Caption = 'Save Font'
  110. TabOrder = 5
  111. OnClick = ButtonSaveFontClick
  112. end
  113. object ButtonExit: TButton
  114. Left = 853
  115. Top = 110
  116. Width = 150
  117. Height = 25
  118. Anchors = [akTop, akRight]
  119. Caption = 'Exit'
  120. TabOrder = 6
  121. OnClick = ButtonExitClick
  122. end
  123. object ButtonRebuildFont: TButton
  124. Left = 853
  125. Top = 10
  126. Width = 150
  127. Height = 25
  128. Anchors = [akTop, akRight]
  129. Caption = 'Rebuild Font'
  130. TabOrder = 4
  131. OnClick = ButtonRebuildFontClick
  132. end
  133. object GroupBox2: TGroupBox
  134. Left = 170
  135. Top = 104
  136. Width = 673
  137. Height = 39
  138. Anchors = [akLeft, akTop, akRight]
  139. Caption = 'Char Padding'
  140. TabOrder = 7
  141. object Label1: TLabel
  142. Left = 120
  143. Top = 15
  144. Width = 22
  145. Height = 13
  146. Caption = 'Top:'
  147. Color = clBtnFace
  148. ParentColor = False
  149. end
  150. object Label2: TLabel
  151. Left = 10
  152. Top = 15
  153. Width = 23
  154. Height = 13
  155. Caption = 'Left:'
  156. Color = clBtnFace
  157. ParentColor = False
  158. end
  159. object Label3: TLabel
  160. Left = 220
  161. Top = 15
  162. Width = 29
  163. Height = 13
  164. Caption = 'Right:'
  165. Color = clBtnFace
  166. ParentColor = False
  167. end
  168. object Label4: TLabel
  169. Left = 340
  170. Top = 15
  171. Width = 38
  172. Height = 13
  173. Caption = 'Bottom:'
  174. Color = clBtnFace
  175. ParentColor = False
  176. end
  177. object SpinTop: TSpinEdit
  178. Left = 160
  179. Top = 10
  180. Width = 50
  181. Height = 22
  182. MaxValue = 0
  183. MinValue = 0
  184. TabOrder = 1
  185. Value = 2
  186. OnChange = SpinTopChange
  187. end
  188. object SpinLeft: TSpinEdit
  189. Left = 60
  190. Top = 10
  191. Width = 50
  192. Height = 22
  193. MaxValue = 0
  194. MinValue = 0
  195. TabOrder = 0
  196. Value = 2
  197. OnChange = SpinLeftChange
  198. end
  199. object SpinRight: TSpinEdit
  200. Left = 280
  201. Top = 10
  202. Width = 50
  203. Height = 22
  204. MaxValue = 0
  205. MinValue = 0
  206. TabOrder = 2
  207. Value = 2
  208. OnChange = SpinRightChange
  209. end
  210. object SpinBottom: TSpinEdit
  211. Left = 400
  212. Top = 10
  213. Width = 50
  214. Height = 22
  215. MaxValue = 0
  216. MinValue = 0
  217. TabOrder = 3
  218. Value = 2
  219. OnChange = SpinBottomChange
  220. end
  221. end
  222. object SpinCurrentPage: TSpinEdit
  223. Left = 110
  224. Top = 34
  225. Width = 50
  226. Height = 22
  227. MaxValue = 1
  228. MinValue = 1
  229. TabOrder = 8
  230. Value = 1
  231. OnChange = SpinCurrentPageChange
  232. end
  233. object GroupBox3: TGroupBox
  234. Left = 295
  235. Top = 8
  236. Width = 548
  237. Height = 95
  238. Anchors = [akLeft, akTop, akRight]
  239. Caption = 'Chars'
  240. TabOrder = 9
  241. DesignSize = (
  242. 548
  243. 95)
  244. object ButtonDefaultSymbols: TButton
  245. Left = 11
  246. Top = 45
  247. Width = 150
  248. Height = 25
  249. Caption = 'Set default'
  250. TabOrder = 0
  251. OnClick = ButtonDefaultSymbolsClick
  252. end
  253. object ButtonImportSymbols: TButton
  254. Left = 383
  255. Top = 45
  256. Width = 150
  257. Height = 25
  258. Anchors = [akTop, akRight]
  259. Caption = 'Import from file'
  260. TabOrder = 1
  261. OnClick = ButtonImportSymbolsClick
  262. end
  263. object EditChars: TEdit
  264. Left = 10
  265. Top = 10
  266. Width = 523
  267. Height = 21
  268. Anchors = [akLeft, akTop, akRight]
  269. TabOrder = 2
  270. end
  271. end
  272. object GroupBox4: TGroupBox
  273. Left = 170
  274. Top = 8
  275. Width = 120
  276. Height = 95
  277. Caption = 'Test String'
  278. TabOrder = 10
  279. object EditTest: TEdit
  280. Left = 10
  281. Top = 10
  282. Width = 95
  283. Height = 21
  284. TabOrder = 0
  285. Text = 'Test'
  286. end
  287. end
  288. end
  289. object Panel1: TPanel
  290. Left = 0
  291. Top = 0
  292. Width = 1013
  293. Height = 552
  294. Align = alClient
  295. Caption = 'Processing...'
  296. TabOrder = 1
  297. OnMouseDown = Panel1MouseDown
  298. OnMouseMove = Panel1MouseMove
  299. OnMouseUp = Panel1MouseUp
  300. end
  301. object SaveFontDialog: TSaveDialog
  302. Filter = 'Zen Font Info|*.zfi'
  303. Title = 'Save Font'
  304. Left = 130
  305. end
  306. object FontDialog: TFontDialog
  307. Font.Charset = DEFAULT_CHARSET
  308. Font.Color = clWindowText
  309. Font.Height = -13
  310. Font.Name = 'Sans'
  311. Font.Style = []
  312. Left = 230
  313. end
  314. object OpenDialog: TOpenDialog
  315. Filter = 'Any UTF-8 file|*.*'
  316. Title = 'Open text file'
  317. Left = 30
  318. end
  319. object Timer1: TTimer
  320. Enabled = False
  321. Interval = 16
  322. OnTimer = Timer1Timer
  323. Left = 328
  324. end
  325. end