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

  1. object Form1: TForm1
  2.   Left = 397
  3.   Top = 451
  4.   Width = 353
  5.   Height = 204
  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.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Button1: TButton
  15.     Left = 32
  16.     Top = 40
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'Start'
  20.     TabOrder = 0
  21.     OnClick = LetsDoit
  22.   end
  23. end
  24.