home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D / SNPTST20.ZIP / TestApp / LeakAppU.dfm / LeakAppU.txt
Text File  |  1998-07-25  |  457b  |  25 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 134
  4.   Width = 193
  5.   Height = 150
  6.   Caption = 'A Leaky App'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Button1: TButton
  16.     Left = 56
  17.     Top = 48
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Leak'
  21.     TabOrder = 0
  22.     OnClick = Button1Click
  23.   end
  24. end
  25.