ubarcodeform.dfm 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. object fmBarCodeForm: TfmBarCodeForm
  2. Left = 288
  3. Top = 240
  4. Width = 1608
  5. Height = 827
  6. ActiveControl = edValue
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. OnResize = FormResize
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object pnTop: TPanel
  19. Left = 0
  20. Top = 0
  21. Width = 1600
  22. Height = 749
  23. Align = alClient
  24. Caption = 'pnTop'
  25. TabOrder = 0
  26. object StBarCode1: TStBarCode
  27. Left = 1
  28. Top = 1
  29. Width = 1598
  30. Height = 747
  31. Align = alClient
  32. Color = clWhite
  33. Font.Charset = ANSI_CHARSET
  34. Font.Color = clWindowText
  35. Font.Height = -64
  36. Font.Name = 'OCR A Extended'
  37. Font.Style = []
  38. ParentColor = False
  39. ParentFont = False
  40. AddCheckChar = True
  41. BarCodeType = bcCode128
  42. BarColor = clBlack
  43. BarToSpaceRatio = 1.000000000000000000
  44. BarWidth = 120.000000000000000000
  45. BearerBars = False
  46. Code = '3418556'
  47. Code128Subset = csCodeC
  48. ShowCode = True
  49. ShowGuardChars = True
  50. TallGuardBars = True
  51. end
  52. end
  53. object pnBottom: TPanel
  54. Left = 0
  55. Top = 749
  56. Width = 1600
  57. Height = 32
  58. Align = alBottom
  59. TabOrder = 1
  60. object pnB1: TPanel
  61. Left = 1
  62. Top = 1
  63. Width = 176
  64. Height = 30
  65. Align = alLeft
  66. Caption = 'pnB1'
  67. TabOrder = 0
  68. object lbValue: TLabel
  69. Left = 8
  70. Top = 8
  71. Width = 30
  72. Height = 13
  73. Caption = '&Value:'
  74. end
  75. object edValue: TEdit
  76. Left = 42
  77. Top = 4
  78. Width = 121
  79. Height = 21
  80. TabOrder = 0
  81. Text = '3418556'
  82. OnChange = edValueChange
  83. end
  84. end
  85. object pnB2: TPanel
  86. Left = 177
  87. Top = 1
  88. Width = 288
  89. Height = 30
  90. Align = alLeft
  91. TabOrder = 1
  92. object lbSize: TLabel
  93. Left = 8
  94. Top = 8
  95. Width = 51
  96. Height = 13
  97. Caption = 'Code &Size:'
  98. end
  99. object Label1: TLabel
  100. Left = 136
  101. Top = 8
  102. Width = 45
  103. Height = 13
  104. Caption = '&Font size:'
  105. end
  106. object edSize: TEdit
  107. Left = 64
  108. Top = 4
  109. Width = 45
  110. Height = 21
  111. TabOrder = 0
  112. Text = '120'
  113. OnChange = edSizeChange
  114. end
  115. object udBarWidth: TUpDown
  116. Left = 109
  117. Top = 4
  118. Width = 15
  119. Height = 21
  120. Associate = edSize
  121. Max = 1000
  122. Increment = 10
  123. Position = 120
  124. TabOrder = 1
  125. end
  126. object edFontSize: TEdit
  127. Left = 184
  128. Top = 4
  129. Width = 25
  130. Height = 21
  131. TabOrder = 2
  132. Text = '48'
  133. OnChange = edFontSizeChange
  134. end
  135. object udFotnSize: TUpDown
  136. Left = 209
  137. Top = 4
  138. Width = 15
  139. Height = 21
  140. Associate = edFontSize
  141. Position = 48
  142. TabOrder = 3
  143. end
  144. end
  145. object pnB3: TPanel
  146. Left = 465
  147. Top = 1
  148. Width = 288
  149. Height = 30
  150. Align = alLeft
  151. TabOrder = 2
  152. object lbFormat: TLabel
  153. Left = 8
  154. Top = 8
  155. Width = 35
  156. Height = 13
  157. Caption = '&Format:'
  158. end
  159. object coBarCodeType: TComboBox
  160. Left = 48
  161. Top = 4
  162. Width = 145
  163. Height = 21
  164. Style = csDropDownList
  165. ItemHeight = 13
  166. TabOrder = 0
  167. OnChange = coBarCodeTypeChange
  168. end
  169. object coCode128Subsets: TComboBox
  170. Left = 199
  171. Top = 4
  172. Width = 81
  173. Height = 21
  174. Style = csDropDownList
  175. ItemHeight = 13
  176. TabOrder = 1
  177. Visible = False
  178. OnChange = coCode128SubsetsChange
  179. end
  180. end
  181. object pnB4: TPanel
  182. Left = 753
  183. Top = 1
  184. Width = 208
  185. Height = 30
  186. Align = alLeft
  187. TabOrder = 3
  188. object cbShowCode: TCheckBox
  189. Left = 8
  190. Top = 8
  191. Width = 81
  192. Height = 17
  193. Caption = 'Show &code'
  194. Checked = True
  195. State = cbChecked
  196. TabOrder = 0
  197. OnClick = cbShowCodeClick
  198. end
  199. object cbAddCheckChar: TCheckBox
  200. Left = 104
  201. Top = 8
  202. Width = 97
  203. Height = 17
  204. Caption = 'Add chec&k char'
  205. TabOrder = 1
  206. OnClick = cbAddCheckCharClick
  207. end
  208. end
  209. object pnBLast: TPanel
  210. Left = 961
  211. Top = 1
  212. Width = 638
  213. Height = 30
  214. Align = alClient
  215. TabOrder = 4
  216. object Button1: TButton
  217. Left = 5
  218. Top = 2
  219. Width = 105
  220. Height = 25
  221. Caption = 'C&opy to clipboard'
  222. Default = True
  223. TabOrder = 0
  224. OnClick = Button1Click
  225. end
  226. end
  227. end
  228. object sb: TStatusBar
  229. Left = 0
  230. Top = 781
  231. Width = 1600
  232. Height = 19
  233. Panels = <
  234. item
  235. Width = 60
  236. end>
  237. end
  238. end