object Form1: TForm1 Left = 62 Top = 84 Width = 701 Height = 505 Caption = 'Form1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 24 Top = 16 Width = 473 Height = 153 end object Image2: TImage Left = 360 Top = 32 Width = 305 Height = 353 end object Button1: TButton Left = 576 Top = 384 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object BitBtn1: TBitBtn Left = 24 Top = 392 Width = 75 Height = 25 Caption = 'BitBtn1' TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 128 Top = 392 Width = 75 Height = 25 Caption = 'BitBtn2' TabOrder = 2 OnClick = BitBtn2Click end end