Unit1.dfm
上传用户:xdwang_66
上传日期:2016-04-26
资源大小:1726k
文件大小:4k
源码类别:

Static控件

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 236
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Barcode VCL Component Demo'
  7.   ClientHeight = 564
  8.   ClientWidth = 815
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PropEdit: TValueListEditor
  22.     Left = 8
  23.     Top = 12
  24.     Width = 181
  25.     Height = 541
  26.     Ctl3D = True
  27.     DefaultRowHeight = 16
  28.     ParentCtl3D = False
  29.     ScrollBars = ssNone
  30.     Strings.Strings = (
  31.       'BarType='
  32.       'Barcode='
  33.       'BarHeight='
  34.       'CheckSum='
  35.       'ColorBar='
  36.       'ColorSpc='
  37.       'Modul='
  38.       'Ratio='
  39.       'TextShow='
  40.       'TextPosition='
  41.       'Font='
  42.       'TextColor='
  43.       'Orientation='
  44.       'Alignment='
  45.       'HMargin='
  46.       'AutoWidth='
  47.       'Color='
  48.       'Left='
  49.       'Top='
  50.       'Height='
  51.       'Width='
  52.       'BevelInner='
  53.       'BevelOuter='
  54.       'BevelWidth='
  55.       'BorderStyle='
  56.       'BorderWidth='
  57.       'Ctl3D='
  58.       'Visible=')
  59.     TabOrder = 0
  60.     TitleCaptions.Strings = (
  61.       'Properties'
  62.       'Value')
  63.     OnDrawCell = PropEditDrawCell
  64.     OnGetPickList = PropEditGetPickList
  65.     OnSelectCell = PropEditSelectCell
  66.     OnStringsChange = PropEditStringsChange
  67.     ColWidths = (
  68.       79
  69.       96)
  70.   end
  71.   object panDraw: TPanel
  72.     Left = 196
  73.     Top = 268
  74.     Width = 449
  75.     Height = 285
  76.     BevelOuter = bvLowered
  77.     TabOrder = 1
  78.     object imgDraw: TImage
  79.       Left = 8
  80.       Top = 8
  81.       Width = 433
  82.       Height = 269
  83.     end
  84.   end
  85.   object Panel2: TPanel
  86.     Left = 196
  87.     Top = 12
  88.     Width = 449
  89.     Height = 245
  90.     BevelOuter = bvLowered
  91.     TabOrder = 2
  92.     object BarCode1: TBarCode
  93.       Left = 52
  94.       Top = 84
  95.       Width = 345
  96.       Height = 65
  97.       BarCode = '1234567890'
  98.       Modul = 1
  99.       Ratio = 2.000000000000000000
  100.       TextShow = tsBarCode
  101.       About = 
  102.         'Han-Soft BarCode VCL 1.6 Copyright(C) HAN JINGYU,Han-soft Softwa' +
  103.         're.(http://www.han-soft.biz hanjy@han-soft.biz)'
  104.       BevelInner = bvLowered
  105.       Font.Charset = ANSI_CHARSET
  106.       Font.Color = clWindowText
  107.       Font.Height = -12
  108.       Font.Name = 'Courier New'
  109.       Font.Style = []
  110.       ParentFont = False
  111.       TabOrder = 0
  112.     end
  113.   end
  114.   object DrawEdit: TValueListEditor
  115.     Left = 652
  116.     Top = 268
  117.     Width = 153
  118.     Height = 255
  119.     DefaultRowHeight = 16
  120.     Strings.Strings = (
  121.       'Left='
  122.       'Top='
  123.       'Height='
  124.       'Angle='
  125.       'BackGround=')
  126.     TabOrder = 3
  127.     TitleCaptions.Strings = (
  128.       'Parameters'
  129.       'Value')
  130.     OnGetPickList = DrawEditGetPickList
  131.     OnStringsChange = DrawEditStringsChange
  132.     ColWidths = (
  133.       73
  134.       74)
  135.   end
  136.   object btnDraw: TButton
  137.     Left = 652
  138.     Top = 528
  139.     Width = 153
  140.     Height = 25
  141.     Caption = '&Draw'
  142.     TabOrder = 4
  143.     OnClick = btnDrawClick
  144.   end
  145.   object PrinEdit: TValueListEditor
  146.     Left = 652
  147.     Top = 12
  148.     Width = 153
  149.     Height = 217
  150.     DefaultRowHeight = 16
  151.     Strings.Strings = (
  152.       'Unit='
  153.       'Left='
  154.       'Top='
  155.       'Height='
  156.       'Modul='
  157.       'Angle=')
  158.     TabOrder = 5
  159.     TitleCaptions.Strings = (
  160.       'Parameters'
  161.       'Value')
  162.     OnGetPickList = PrinEditGetPickList
  163.     OnStringsChange = PrinEditStringsChange
  164.     ColWidths = (
  165.       73
  166.       74)
  167.   end
  168.   object btnPrint: TButton
  169.     Left = 652
  170.     Top = 232
  171.     Width = 153
  172.     Height = 25
  173.     Caption = '&Print'
  174.     TabOrder = 6
  175.     OnClick = btnPrintClick
  176.   end
  177.   object SelColor: TColorDialog
  178.     Left = 108
  179.     Top = 64
  180.   end
  181.   object SelFont: TFontDialog
  182.     Font.Charset = DEFAULT_CHARSET
  183.     Font.Color = clWindowText
  184.     Font.Height = -11
  185.     Font.Name = 'MS Sans Serif'
  186.     Font.Style = []
  187.     Left = 108
  188.     Top = 100
  189.   end
  190. end