home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / Chip_2000-07_cd.bin / sharewar / prodelph / DLLSUPP.ZIP / STATMAIN.DFM / STATMAIN.txt
Text File  |  1999-01-22  |  386b  |  23 lines

  1. object Form1: TForm1
  2.   Left = 397
  3.   Top = 451
  4.   Width = 353
  5.   Height = 204
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Button1: TButton
  14.     Left = 32
  15.     Top = 40
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Start'
  19.     TabOrder = 0
  20.     OnClick = LetsDoit
  21.   end
  22. end
  23.