object Form1: TForm1 Left = 192 Top = 115 Width = 314 Height = 182 Caption = 'Hello Delphi Programmer!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object CloseButton: TButton Left = 112 Top = 56 Width = 89 Height = 33 Caption = 'Close' TabOrder = 0 OnClick = CloseButtonClick end end