| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- object Form2: TForm2
- Left = 0
- Top = 0
- Caption = 'Form2'
- ClientHeight = 202
- ClientWidth = 447
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Visible = True
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDragOver = FormDragOver
- OnMouseMove = FormMouseMove
- PixelsPerInch = 96
- TextHeight = 13
- object RichEdit: TRichEdit
- Left = 8
- Top = 8
- Width = 249
- Height = 186
- Color = clWhite
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = RichEditClick
- OnDblClick = RichEditDblClick
- OnEndDrag = RichEditEndDrag
- OnMouseActivate = RichEditMouseActivate
- OnMouseLeave = RichEditMouseLeave
- end
- object Edit: TEdit
- Left = 272
- Top = 8
- Width = 167
- Height = 21
- TabOrder = 1
- Text = 'Edit'
- end
- end
|