Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Unit1.dfm
Upload User: xdwang_66
Upload Date: 2016-04-26
Package Size: 1726k
Code Size: 4k
Category:
Static control
Development Platform:
Delphi
- 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