home *** CD-ROM | disk | FTP | other *** search
- object FrmTextEdit: TFrmTextEdit
- Left = 183
- Top = 177
- Width = 460
- Height = 280
- Caption = 'Editor'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poDefault
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object RichEdit1: TRichEdit
- Left = 0
- Top = 0
- Width = 452
- Height = 253
- Align = alClient
- Lines.Strings = (
- 'RichEdit1')
- PlainText = True
- PopupMenu = PopupMenu1
- TabOrder = 0
- end
- object PopupMenu1: TPopupMenu
- Left = 192
- Top = 48
- object Print1: TMenuItem
- Caption = 'Print'
- OnClick = Print1Click
- end
- object FindText1: TMenuItem
- Caption = 'Find Text'
- ShortCut = 16454
- OnClick = FindText1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Upper1: TMenuItem
- Caption = 'Upper'
- OnClick = Upper1Click
- end
- object Lower1: TMenuItem
- Caption = 'Lower'
- end
- object UpperLower1: TMenuItem
- Caption = 'Upper-Lower'
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Font1: TMenuItem
- Caption = '&Font'
- OnClick = Font1Click
- end
- end
- object FindDialog1: TFindDialog
- OnFind = FindDialog1Find
- Left = 200
- Top = 176
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'TXT'
- Filter = 'Text Doctument (*.txt)|*.txt|All Files (*.*)|*.*'
- Title = 'Save As File'
- Left = 336
- Top = 96
- end
- object FontDialog1: TFontDialog
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MinFontSize = 0
- MaxFontSize = 0
- Options = [fdEffects, fdApplyButton]
- OnApply = FontDialog1Apply
- Left = 56
- Top = 96
- end
- end
-