object MsgSrcView: TMsgSrcView Left = 52 Top = 39 Width = 561 Height = 380 Caption = 'View Message Source' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 Position = poDefaultPosOnly OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object MainMenu1: TMainMenu Left = 80 Top = 40 object mFileMenu: TMenuItem Caption = '&File' ShortCut = 0 object mSave: TMenuItem Caption = '&Save as...' ShortCut = 16467 OnClick = mSaveClick end object mPrint: TMenuItem Caption = '&Print...' ShortCut = 16464 OnClick = mPrintClick end object N3: TMenuItem Caption = '-' ShortCut = 0 end object mCloseEsc: TMenuItem Caption = 'Close' ShortCut = 27 OnClick = mCloseEscClick end object mCloseF9: TMenuItem Caption = 'Close' ShortCut = 120 Visible = False OnClick = mCloseEscClick end end object mEditMenu: TMenuItem Caption = '&Edit' ShortCut = 0 OnClick = mEditMenuClick object mCopy: TMenuItem Caption = '&Copy' ShortCut = 16451 OnClick = mCopyClick end object mCopyStd: TMenuItem Caption = '&Copy' ShortCut = 16429 Visible = False OnClick = mCopyClick end object Search1: TMenuItem Caption = '&Search' ShortCut = 16454 Visible = False end object N2: TMenuItem Caption = '-' ShortCut = 0 end object mSelectAll: TMenuItem Caption = 'Select &All' ShortCut = 16449 OnClick = mSelectAllClick end end object pViewMenu: TMenuItem Caption = '&View' ShortCut = 0 OnClick = pViewMenuClick object mRemember: TMenuItem Caption = '&Remember position' ShortCut = 0 OnClick = mRememberClick end object N1: TMenuItem Caption = '-' ShortCut = 0 end object mPrefs: TMenuItem Caption = 'P&references' ShortCut = 0 OnClick = mPrefsClick end end end object SaveDialog1: TSaveDialog FileEditStyle = fsEdit Left = 128 Top = 120 end object dPrint: TPrintDialog Options = [poPageNums] Left = 24 Top = 40 end end