object fmain: Tfmain Left = 255 Top = 89 Caption = 'Navigator' ClientHeight = 761 ClientWidth = 1140 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Menu = MainMenu1 OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object ImageEnView1: TImageEnView Left = 0 Top = 0 Width = 1140 Height = 761 Background = clBtnFace Ctl3D = False ParentCtl3D = False BorderStyle = bsNone MouseInteract = [miZoom, miScroll, miMovingScroll] EnableInteractionHints = True FlatScrollBars = True Align = alClient TabOrder = 0 end object MainMenu1: TMainMenu Left = 134 Top = 43 object File1: TMenuItem Caption = '&File' object Open1: TMenuItem Caption = '&Open...' OnClick = Open1Click end object N1: TMenuItem Caption = '-' end object Exit1: TMenuItem Caption = '&Exit' OnClick = Exit1Click end end end end