home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / textedit.pak / MDIFRAME.DFM / MDIFRAME.txt < prev   
Encoding:
Text File  |  1995-08-24  |  1.5 KB  |  68 lines

  1. object FrameForm: TFrameForm
  2.   Left = 243
  3.   Top = 99
  4.   Width = 435
  5.   Height = 224
  6.   Caption = 'Text Editor'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu1
  14.   PixelsPerInch = 96
  15.   Position = poDefault
  16.   WindowMenu = Window1
  17.   TextHeight = 16
  18.   object OpenFileDialog1: TOpenDialog
  19.     Left = 416
  20.     Top = 264
  21.   end
  22.   object OpenFileDialog: TOpenDialog
  23.     Filter = 'Text Files (*.txt) | *.txt | All Files (*.*) | *.*'
  24.     Left = 287
  25.     Top = 83
  26.   end
  27.   object MainMenu1: TMainMenu
  28.     Left = 315
  29.     Top = 9
  30.     object File1: TMenuItem
  31.       Caption = '&File'
  32.       object New1: TMenuItem
  33.         Caption = '&New'
  34.         OnClick = NewChild
  35.         ShortCutText = 'Ctrl+N'
  36.       end
  37.       object Open1: TMenuItem
  38.         Caption = '&Open...'
  39.         OnClick = OpenChild
  40.         ShortCutText = 'Ctrl+O'
  41.       end
  42.       object Separator3: TMenuItem
  43.         Caption = '-'
  44.       end
  45.       object Exit1: TMenuItem
  46.         Caption = 'E&xit'
  47.         OnClick = Exit1Click
  48.       end
  49.     end
  50.     object Window1: TMenuItem
  51.       Caption = '&Window'
  52.       GroupIndex = 9
  53.       object Tile1: TMenuItem
  54.         Caption = '&Tile'
  55.         OnClick = Tile1Click
  56.       end
  57.       object Cascade1: TMenuItem
  58.         Caption = '&Cascade'
  59.         OnClick = Cascade1Click
  60.       end
  61.       object ArrangeIcons1: TMenuItem
  62.         Caption = '&Arrange Icons'
  63.         OnClick = ArrangeIcons1Click
  64.       end
  65.     end
  66.   end
  67. end
  68.