home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d5 / SGSCAN.ZIP / main.dfm / main.txt
Text File  |  2000-12-08  |  949b  |  55 lines

  1. object Form1: TForm1
  2.   Left = 62
  3.   Top = 84
  4.   Width = 701
  5.   Height = 505
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 24
  17.     Top = 16
  18.     Width = 473
  19.     Height = 153
  20.   end
  21.   object Image2: TImage
  22.     Left = 360
  23.     Top = 32
  24.     Width = 305
  25.     Height = 353
  26.   end
  27.   object Button1: TButton
  28.     Left = 576
  29.     Top = 384
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Button1'
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 24
  38.     Top = 392
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'BitBtn1'
  42.     TabOrder = 1
  43.     OnClick = BitBtn1Click
  44.   end
  45.   object BitBtn2: TBitBtn
  46.     Left = 128
  47.     Top = 392
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'BitBtn2'
  51.     TabOrder = 2
  52.     OnClick = BitBtn2Click
  53.   end
  54. end
  55.