home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 104
- Top = 78
- Width = 696
- Height = 480
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object RichEdit1: TRichEdit
- Left = 0
- Top = 0
- Width = 688
- Height = 415
- Align = alClient
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 415
- Width = 688
- Height = 19
- Panels = <>
- SimplePanel = False
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Delphi files (*.pas)|*.PAS|Any file (*.*)|*.*'
- Left = 408
- Top = 32
- end
- object SaveDialog1: TSaveDialog
- Filter = 'Delphi files (*.pas)|*.PAS|Any file (*.*)|*.*'
- Left = 440
- Top = 32
- end
- object MainMenu1: TMainMenu
- Left = 376
- Top = 32
- object File1: TMenuItem
- Caption = '&File'
- object NewMenuItem: TMenuItem
- Caption = '&New'
- OnClick = NewMenuItemClick
- end
- object LoadMenuItem: TMenuItem
- Caption = '&Load'
- OnClick = LoadMenuItemClick
- end
- object SaveMenuItem: TMenuItem
- Caption = '&Save'
- OnClick = SaveMenuItemClick
- end
- object SaveAsMenuItem: TMenuItem
- Caption = 'Save &As'
- OnClick = SaveAsMenuItemClick
- end
- object Print1: TMenuItem
- Caption = '&Print'
- OnClick = Print1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object ExitMenuItem: TMenuItem
- Caption = 'E&xit'
- OnClick = ExitMenuItemClick
- end
- end
- end
- object PrintDialog1: TPrintDialog
- Left = 472
- Top = 32
- end
- end
-