home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TMSGSRCVIEW / TMSGSRCVIEW.txt
Text File  |  2001-09-09  |  3KB  |  113 lines

  1. object MsgSrcView: TMsgSrcView
  2.   Left = 52
  3.   Top = 39
  4.   Width = 561
  5.   Height = 380
  6.   Caption = 'View Message Source'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poDefaultPosOnly
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object MainMenu1: TMainMenu
  21.     Left = 80
  22.     Top = 40
  23.     object mFileMenu: TMenuItem
  24.       Caption = '&File'
  25.       ShortCut = 0
  26.       object mSave: TMenuItem
  27.         Caption = '&Save as...'
  28.         ShortCut = 16467
  29.         OnClick = mSaveClick
  30.       end
  31.       object mPrint: TMenuItem
  32.         Caption = '&Print...'
  33.         ShortCut = 16464
  34.         OnClick = mPrintClick
  35.       end
  36.       object N3: TMenuItem
  37.         Caption = '-'
  38.         ShortCut = 0
  39.       end
  40.       object mCloseEsc: TMenuItem
  41.         Caption = 'Close'
  42.         ShortCut = 27
  43.         OnClick = mCloseEscClick
  44.       end
  45.       object mCloseF9: TMenuItem
  46.         Caption = 'Close'
  47.         ShortCut = 120
  48.         Visible = False
  49.         OnClick = mCloseEscClick
  50.       end
  51.     end
  52.     object mEditMenu: TMenuItem
  53.       Caption = '&Edit'
  54.       ShortCut = 0
  55.       OnClick = mEditMenuClick
  56.       object mCopy: TMenuItem
  57.         Caption = '&Copy'
  58.         ShortCut = 16451
  59.         OnClick = mCopyClick
  60.       end
  61.       object mCopyStd: TMenuItem
  62.         Caption = '&Copy'
  63.         ShortCut = 16429
  64.         Visible = False
  65.         OnClick = mCopyClick
  66.       end
  67.       object Search1: TMenuItem
  68.         Caption = '&Search'
  69.         ShortCut = 16454
  70.         Visible = False
  71.       end
  72.       object N2: TMenuItem
  73.         Caption = '-'
  74.         ShortCut = 0
  75.       end
  76.       object mSelectAll: TMenuItem
  77.         Caption = 'Select &All'
  78.         ShortCut = 16449
  79.         OnClick = mSelectAllClick
  80.       end
  81.     end
  82.     object pViewMenu: TMenuItem
  83.       Caption = '&View'
  84.       ShortCut = 0
  85.       OnClick = pViewMenuClick
  86.       object mRemember: TMenuItem
  87.         Caption = '&Remember position'
  88.         ShortCut = 0
  89.         OnClick = mRememberClick
  90.       end
  91.       object N1: TMenuItem
  92.         Caption = '-'
  93.         ShortCut = 0
  94.       end
  95.       object mPrefs: TMenuItem
  96.         Caption = 'P&references'
  97.         ShortCut = 0
  98.         OnClick = mPrefsClick
  99.       end
  100.     end
  101.   end
  102.   object SaveDialog1: TSaveDialog
  103.     FileEditStyle = fsEdit
  104.     Left = 128
  105.     Top = 120
  106.   end
  107.   object dPrint: TPrintDialog
  108.     Options = [poPageNums]
  109.     Left = 24
  110.     Top = 40
  111.   end
  112. end
  113.