home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / nastroje / DEBUGDEL.ZIP / testmain.dfm / testmain.txt
Text File  |  2002-04-07  |  446b  |  25 lines

  1. object Form1: TForm1
  2.   Left = 380
  3.   Top = 211
  4.   Width = 254
  5.   Height = 134
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Button1: TButton
  16.     Left = 24
  17.     Top = 32
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Button1'
  21.     TabOrder = 0
  22.     OnClick = DisplaySomething
  23.   end
  24. end
  25.