object MainForm: TMainForm Left = 276 Top = 361 Width = 434 Height = 309 Caption = 'Bitmap Viewer' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 WindowState = wsMaximized PixelsPerInch = 96 TextHeight = 16 object BitImage: TImage Left = 0 Top = 0 Width = 426 Height = 263 Align = alClient Stretch = True end object MainMenu1: TMainMenu Left = 248 Top = 16 object File1: TMenuItem Caption = '&File' object Open1: TMenuItem Caption = '&Open' OnClick = Open1Click end object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end end object OpenDialog1: TOpenDialog Filter = 'Bitmap files|*.bmp|All files|*.*' Left = 328 Top = 16 end end