home *** CD-ROM | disk | FTP | other *** search
- object Fsfw: TFsfw
- Left = 201
- Top = 100
- Width = 435
- Height = 300
- Caption = 'SFW'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Menu = MainMenu1
- PixelsPerInch = 96
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 16
- object BigText1: TBigText
- Left = 0
- Top = 0
- Width = 427
- Height = 235
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Courier New'
- Font.Style = []
- Align = alClient
- ParentColor = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 235
- Width = 427
- Height = 19
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- Caption = 'Ready'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object OpenDialog1: TOpenDialog
- Filter =
- 'Text Files (*.TXT)|*.TXT|Report Files (*.)|*.|Pascal Files (*.PA' +
- 'S)|*.PAS|C Source Files (*.C)|*.C|C Header Files (*.H)|*.H|Data ' +
- 'Files (*.DAT)|*.DAT'
- Options = [ofPathMustExist, ofFileMustExist, ofShareAware]
- Left = 9
- Top = 8
- end
- object FontDialog1: TFontDialog
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Left = 164
- Top = 8
- end
- object PrinterSetupDialog1: TPrinterSetupDialog
- Left = 44
- Top = 8
- end
- object FindDialog1: TFindDialog
- Options = [frDown, frHideWholeWord]
- OnFind = FindDialog1Find
- Left = 86
- Top = 8
- end
- object MainMenu1: TMainMenu
- Left = 125
- Top = 8
- object File1: TMenuItem
- Caption = '&File'
- object Open1: TMenuItem
- Caption = '&Open'
- OnClick = Open1Click
- ShortCutText = 'Ctrl+O'
- end
- object Clear1: TMenuItem
- Caption = '&Clear'
- OnClick = Clear1Click
- ShortCutText = 'Alt+C'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Print1: TMenuItem
- Caption = '&Print'
- OnClick = Print1Click
- end
- object SetupPrinter1: TMenuItem
- Caption = '&Setup Printer'
- OnClick = SetupPrinter1Click
- end
- object Font1: TMenuItem
- Caption = '&Font'
- OnClick = Font1Click
- end
- object N8PointFont1: TMenuItem
- Caption = 'Font Size Up'
- OnClick = N8PointFont1Click
- ShortCutText = 'Ctrl+U'
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- ShortCutText = 'Alt+F4'
- end
- end
- object Search1: TMenuItem
- Caption = '&Search'
- object Goto1: TMenuItem
- Caption = '&Goto'
- OnClick = Goto1Click
- ShortCutText = 'Ctrl+G'
- end
- object Find1: TMenuItem
- Caption = '&Find'
- OnClick = Find1Click
- ShortCutText = 'Ctrl+F'
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- object Contents1: TMenuItem
- Caption = '&Contents'
- OnClick = Contents1Click
- ShortCutText = 'Ctrl+F1'
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object About1: TMenuItem
- Caption = '&About'
- OnClick = About1Click
- end
- end
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 204
- Top = 8
- end
- end
-