home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 196
- Top = 108
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = '...'
- ClientHeight = 464
- ClientWidth = 528
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefault
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 416
- Width = 9
- Height = 13
- Caption = '...'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label2: TLabel
- Left = 336
- Top = 8
- Width = 9
- Height = 13
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 8
- Top = 8
- Width = 13
- Height = 13
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object PaintBox1: TPaintBox
- Left = 8
- Top = 56
- Width = 514
- Height = 64
- OnPaint = PaintBox1Paint
- end
- object Label4: TLabel
- Left = 8
- Top = 128
- Width = 9
- Height = 13
- Caption = '...'
- end
- object Button1: TButton
- Left = 128
- Top = 432
- Width = 107
- Height = 25
- Caption = '...'
- TabOrder = 0
- OnClick = Button1Click
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 432
- Width = 113
- Height = 21
- Cursor = crHelp
- ItemHeight = 13
- TabOrder = 1
- Text = 'English'
- OnChange = ComboBox1Change
- Items.Strings = (
- 'ENG'
- 'CZ')
- end
- object Edit1: TEdit
- Left = 336
- Top = 24
- Width = 185
- Height = 21
- Cursor = crNo
- ReadOnly = True
- TabOrder = 2
- end
- object Edit2: TEdit
- Left = 8
- Top = 24
- Width = 321
- Height = 21
- TabOrder = 3
- Text = '666'
- end
- object RadioGroup1: TRadioGroup
- Left = 336
- Top = 128
- Width = 185
- Height = 297
- Caption = '...'
- ItemIndex = 0
- Items.Strings = (
- 'Code 2/5 Industrial'
- 'Code 2/5 IATA'
- 'Code 2/5 Interleaved'
- 'Code 2/5 Matrix'
- 'Code 2/5 Datalogic'
- 'Code 2/5 Invert'
- 'Code 39 (Standard)'
- 'Code 39 Full ASCII'
- 'Code 93'
- 'Code 93 Full ASCII'
- 'Code 128 {impl. TAB B}'
- 'Codabar'
- 'EAN 8'
- 'EAN 13'
- 'EAN 13+2'
- 'EAN 13+5')
- TabOrder = 4
- OnClick = RadioGroup1Click
- OnEnter = RadioGroup1Click
- OnExit = RadioGroup1Click
- end
- object Memo1: TMemo
- Left = 8
- Top = 144
- Width = 321
- Height = 265
- Cursor = crNo
- ReadOnly = True
- TabOrder = 5
- end
- object Button2: TButton
- Left = 240
- Top = 432
- Width = 89
- Height = 25
- Caption = '...'
- Default = True
- TabOrder = 6
- OnClick = Button2Click
- end
- object CheckBox1: TCheckBox
- Left = 432
- Top = 432
- Width = 89
- Height = 17
- Caption = 'CRC'
- TabOrder = 7
- OnClick = RadioGroup1Click
- end
- object CheckBox2: TCheckBox
- Left = 336
- Top = 432
- Width = 89
- Height = 17
- Caption = 'Start/Stop'
- Checked = True
- State = cbChecked
- TabOrder = 8
- OnClick = RadioGroup1Click
- end
- end
-