- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
- object Form1: TForm1
- Left = 236
- Top = 116
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Barcode VCL Component Demo'
- ClientHeight = 564
- ClientWidth = 815
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PropEdit: TValueListEditor
- Left = 8
- Top = 12
- Width = 181
- Height = 541
- Ctl3D = True
- DefaultRowHeight = 16
- ParentCtl3D = False
- ScrollBars = ssNone
- Strings.Strings = (
- 'BarType='
- 'Barcode='
- 'BarHeight='
- 'CheckSum='
- 'ColorBar='
- 'ColorSpc='
- 'Modul='
- 'Ratio='
- 'TextShow='
- 'TextPosition='
- 'Font='
- 'TextColor='
- 'Orientation='
- 'Alignment='
- 'HMargin='
- 'AutoWidth='
- 'Color='
- 'Left='
- 'Top='
- 'Height='
- 'Width='
- 'BevelInner='
- 'BevelOuter='
- 'BevelWidth='
- 'BorderStyle='
- 'BorderWidth='
- 'Ctl3D='
- 'Visible=')
- TabOrder = 0
- TitleCaptions.Strings = (
- 'Properties'
- 'Value')
- OnDrawCell = PropEditDrawCell
- OnGetPickList = PropEditGetPickList
- OnSelectCell = PropEditSelectCell
- OnStringsChange = PropEditStringsChange
- ColWidths = (
- 79
- 96)
- end
- object panDraw: TPanel
- Left = 196
- Top = 268
- Width = 449
- Height = 285
- BevelOuter = bvLowered
- TabOrder = 1
- object imgDraw: TImage
- Left = 8
- Top = 8
- Width = 433
- Height = 269
- end
- end
- object Panel2: TPanel
- Left = 196
- Top = 12
- Width = 449
- Height = 245
- BevelOuter = bvLowered
- TabOrder = 2
- object BarCode1: TBarCode
- Left = 52
- Top = 84
- Width = 345
- Height = 65
- BarCode = '1234567890'
- Modul = 1
- Ratio = 2.000000000000000000
- TextShow = tsBarCode
- About =
- 'Han-Soft BarCode VCL 1.6 Copyright(C) HAN JINGYU,Han-soft Softwa' +
- 're.(http://www.han-soft.biz hanjy@han-soft.biz)'
- BevelInner = bvLowered
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- end
- object DrawEdit: TValueListEditor
- Left = 652
- Top = 268
- Width = 153
- Height = 255
- DefaultRowHeight = 16
- Strings.Strings = (
- 'Left='
- 'Top='
- 'Height='
- 'Angle='
- 'BackGround=')
- TabOrder = 3
- TitleCaptions.Strings = (
- 'Parameters'
- 'Value')
- OnGetPickList = DrawEditGetPickList
- OnStringsChange = DrawEditStringsChange
- ColWidths = (
- 73
- 74)
- end
- object btnDraw: TButton
- Left = 652
- Top = 528
- Width = 153
- Height = 25
- Caption = '&Draw'
- TabOrder = 4
- OnClick = btnDrawClick
- end
- object PrinEdit: TValueListEditor
- Left = 652
- Top = 12
- Width = 153
- Height = 217
- DefaultRowHeight = 16
- Strings.Strings = (
- 'Unit='
- 'Left='
- 'Top='
- 'Height='
- 'Modul='
- 'Angle=')
- TabOrder = 5
- TitleCaptions.Strings = (
- 'Parameters'
- 'Value')
- OnGetPickList = PrinEditGetPickList
- OnStringsChange = PrinEditStringsChange
- ColWidths = (
- 73
- 74)
- end
- object btnPrint: TButton
- Left = 652
- Top = 232
- Width = 153
- Height = 25
- Caption = '&Print'
- TabOrder = 6
- OnClick = btnPrintClick
- end
- object SelColor: TColorDialog
- Left = 108
- Top = 64
- end
- object SelFont: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Left = 108
- Top = 100
- end
- end