home *** CD-ROM | disk | FTP | other *** search
- object CodePageForm: TCodePageForm
- Left = 12
- Top = 11
- Width = 541
- Height = 427
- Caption = 'Source Code Page'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PopupMenu = PopupMenu1
- PixelsPerInch = 96
- TextHeight = 13
- object CodePage: TRichEdit
- Left = 0
- Top = 0
- Width = 533
- Height = 400
- Cursor = crIBeam
- Align = alClient
- Color = clWhite
- Font.Color = clTeal
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HideSelection = False
- HideScrollBars = False
- Lines.Strings = (
- '')
- ParentFont = False
- PlainText = True
- ScrollBars = ssVertical
- TabOrder = 0
- Visible = False
- WordWrap = False
- end
- object SourceRichEdit1: TRichEdit
- Left = 0
- Top = 0
- Width = 533
- Height = 400
- Align = alClient
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HideScrollBars = False
- Lines.Strings = (
- '')
- ParentFont = False
- PlainText = True
- ScrollBars = ssVertical
- TabOrder = 1
- Visible = False
- end
- object PopupMenu1: TPopupMenu
- Left = 136
- Top = 36
- object FindText1: TMenuItem
- Caption = 'Search for Text'
- ShortCut = 0
- OnClick = FindText1Click
- end
- end
- object FindDialog1: TFindDialog
- OnFind = FindDialog1Find
- Left = 184
- Top = 36
- end
- end
-