home *** CD-ROM | disk | FTP | other *** search
- object FrameForm: TFrameForm
- Left = 243
- Top = 99
- Width = 435
- Height = 224
- Caption = 'Text Editor'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIForm
- Icon.Data = {<image000.ico>}
- Menu = MainMenu1
- PixelsPerInch = 96
- Position = poDefault
- WindowMenu = Window1
- TextHeight = 16
- object OpenFileDialog1: TOpenDialog
- Left = 416
- Top = 264
- end
- object OpenFileDialog: TOpenDialog
- Filter = 'Text Files (*.txt) | *.txt | All Files (*.*) | *.*'
- Left = 287
- Top = 83
- end
- object MainMenu1: TMainMenu
- Left = 315
- Top = 9
- object File1: TMenuItem
- Caption = '&File'
- object New1: TMenuItem
- Caption = '&New'
- OnClick = NewChild
- ShortCutText = 'Ctrl+N'
- end
- object Open1: TMenuItem
- Caption = '&Open...'
- OnClick = OpenChild
- ShortCutText = 'Ctrl+O'
- end
- object Separator3: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- object Window1: TMenuItem
- Caption = '&Window'
- GroupIndex = 9
- object Tile1: TMenuItem
- Caption = '&Tile'
- OnClick = Tile1Click
- end
- object Cascade1: TMenuItem
- Caption = '&Cascade'
- OnClick = Cascade1Click
- end
- object ArrangeIcons1: TMenuItem
- Caption = '&Arrange Icons'
- OnClick = ArrangeIcons1Click
- end
- end
- end
- end
-