home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / tema / clin / CLIN.EXE / SRC / SRC.RAR / UNIT1.DFM < prev    next >
Encoding:
Text File  |  2002-09-30  |  3.7 KB  |  187 lines

  1. object Form1: TForm1
  2.   Left = 196
  3.   Top = 108
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = '...'
  9.   ClientHeight = 464
  10.   ClientWidth = 528
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 416
  26.     Width = 9
  27.     Height = 13
  28.     Caption = '...'
  29.     Color = clBtnFace
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clRed
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentColor = False
  36.     ParentFont = False
  37.   end
  38.   object Label2: TLabel
  39.     Left = 336
  40.     Top = 8
  41.     Width = 9
  42.     Height = 13
  43.     Caption = '...'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label3: TLabel
  52.     Left = 8
  53.     Top = 8
  54.     Width = 13
  55.     Height = 13
  56.     Caption = '...'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object PaintBox1: TPaintBox
  65.     Left = 8
  66.     Top = 56
  67.     Width = 514
  68.     Height = 64
  69.     OnPaint = PaintBox1Paint
  70.   end
  71.   object Label4: TLabel
  72.     Left = 8
  73.     Top = 128
  74.     Width = 9
  75.     Height = 13
  76.     Caption = '...'
  77.   end
  78.   object Button1: TButton
  79.     Left = 128
  80.     Top = 432
  81.     Width = 107
  82.     Height = 25
  83.     Caption = '...'
  84.     TabOrder = 0
  85.     OnClick = Button1Click
  86.   end
  87.   object ComboBox1: TComboBox
  88.     Left = 8
  89.     Top = 432
  90.     Width = 113
  91.     Height = 21
  92.     Cursor = crHelp
  93.     ItemHeight = 13
  94.     TabOrder = 1
  95.     Text = 'English'
  96.     OnChange = ComboBox1Change
  97.     Items.Strings = (
  98.       'ENG'
  99.       'CZ')
  100.   end
  101.   object Edit1: TEdit
  102.     Left = 336
  103.     Top = 24
  104.     Width = 185
  105.     Height = 21
  106.     Cursor = crNo
  107.     ReadOnly = True
  108.     TabOrder = 2
  109.   end
  110.   object Edit2: TEdit
  111.     Left = 8
  112.     Top = 24
  113.     Width = 321
  114.     Height = 21
  115.     TabOrder = 3
  116.     Text = '666'
  117.   end
  118.   object RadioGroup1: TRadioGroup
  119.     Left = 336
  120.     Top = 128
  121.     Width = 185
  122.     Height = 297
  123.     Caption = '...'
  124.     ItemIndex = 0
  125.     Items.Strings = (
  126.       'Code 2/5 Industrial'
  127.       'Code 2/5 IATA'
  128.       'Code 2/5 Interleaved'
  129.       'Code 2/5 Matrix'
  130.       'Code 2/5 Datalogic'
  131.       'Code 2/5 Invert'
  132.       'Code 39 (Standard)'
  133.       'Code 39 Full ASCII'
  134.       'Code 93'
  135.       'Code 93 Full ASCII'
  136.       'Code 128 {impl. TAB B}'
  137.       'Codabar'
  138.       'EAN 8'
  139.       'EAN 13'
  140.       'EAN 13+2'
  141.       'EAN 13+5')
  142.     TabOrder = 4
  143.     OnClick = RadioGroup1Click
  144.     OnEnter = RadioGroup1Click
  145.     OnExit = RadioGroup1Click
  146.   end
  147.   object Memo1: TMemo
  148.     Left = 8
  149.     Top = 144
  150.     Width = 321
  151.     Height = 265
  152.     Cursor = crNo
  153.     ReadOnly = True
  154.     TabOrder = 5
  155.   end
  156.   object Button2: TButton
  157.     Left = 240
  158.     Top = 432
  159.     Width = 89
  160.     Height = 25
  161.     Caption = '...'
  162.     Default = True
  163.     TabOrder = 6
  164.     OnClick = Button2Click
  165.   end
  166.   object CheckBox1: TCheckBox
  167.     Left = 432
  168.     Top = 432
  169.     Width = 89
  170.     Height = 17
  171.     Caption = 'CRC'
  172.     TabOrder = 7
  173.     OnClick = RadioGroup1Click
  174.   end
  175.   object CheckBox2: TCheckBox
  176.     Left = 336
  177.     Top = 432
  178.     Width = 89
  179.     Height = 17
  180.     Caption = 'Start/Stop'
  181.     Checked = True
  182.     State = cbChecked
  183.     TabOrder = 8
  184.     OnClick = RadioGroup1Click
  185.   end
  186. end
  187.