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