object Form1: TForm1 Left = 200 Top = 112 Width = 435 Height = 300 Caption = 'Form1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 176 Top = 40 Width = 75 Height = 25 Caption = '2nd form' TabOrder = 0 OnClick = Button1Click end end