object Form1: TForm1 Left = 200 Top = 134 Width = 260 Height = 138 Caption = 'A Leaky DLL' 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 = 32 Top = 40 Width = 75 Height = 25 Caption = 'App Leak' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 144 Top = 40 Width = 75 Height = 25 Caption = 'DLL Leak' TabOrder = 1 OnClick = Button2Click end end