object Form1: TForm1 Left = 380 Top = 211 Width = 254 Height = 134 Caption = 'Form1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 24 Top = 32 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = DisplaySomething end end