home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / MDIFRAME.DFM / MDIFRAME.txt
Text File  |  1997-02-14  |  2KB  |  74 lines

  1. object FrameForm: TFrameForm
  2.   Left = 232
  3.   Top = 174
  4.   Width = 614
  5.   Height = 493
  6.   Caption = 'Text Editor C++'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   WindowMenu = Window1
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MainMenu1: TMainMenu
  18.     Left = 96
  19.     Top = 24
  20.     object File1: TMenuItem
  21.       Caption = '&File'
  22.       ShortCut = 0
  23.       object New1: TMenuItem
  24.         Caption = '&New'
  25.         ShortCut = 0
  26.         OnClick = New1Click
  27.       end
  28.       object Open1: TMenuItem
  29.         Caption = '&Open...'
  30.         ShortCut = 0
  31.         OnClick = Open1Click
  32.       end
  33.       object N1: TMenuItem
  34.         Caption = '-'
  35.         ShortCut = 0
  36.       end
  37.       object Exit1: TMenuItem
  38.         Caption = 'E&xit'
  39.         GroupIndex = 9
  40.         ShortCut = 0
  41.         OnClick = Exit1Click
  42.       end
  43.     end
  44.     object Window1: TMenuItem
  45.       Caption = '&Window'
  46.       GroupIndex = 9
  47.       ShortCut = 0
  48.       object Tile1: TMenuItem
  49.         Caption = '&Tile'
  50.         ShortCut = 0
  51.         OnClick = Tile1Click
  52.       end
  53.       object Cascade1: TMenuItem
  54.         Caption = '&Cascade'
  55.         ShortCut = 0
  56.         OnClick = Cascade1Click
  57.       end
  58.       object Arrangeicons1: TMenuItem
  59.         Caption = '&Arrange icons'
  60.         ShortCut = 0
  61.         OnClick = Arrangeicons1Click
  62.       end
  63.     end
  64.   end
  65.   object OpenFileDialog: TOpenDialog
  66.     FileEditStyle = fsEdit
  67.     Filter = 
  68.       'Rich text files (*.rtf)|*.rtf|Plain text files (*.txt)|*.txt|All' +
  69.       ' files|*.*'
  70.     Left = 136
  71.     Top = 24
  72.   end
  73. end
  74.