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
Wrap
Text File
|
1998-07-25
|
457b
|
25 lines
object Form1: TForm1
Left = 200
Top = 134
Width = 193
Height = 150
Caption = 'A Leaky App'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 56
Top = 48
Width = 75
Height = 25
Caption = 'Leak'
TabOrder = 0
OnClick = Button1Click
end
end