| 1234567891011121314151617181920212223242526272829303132333435 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 243
- ClientWidth = 472
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Edit1: TEdit
- Left = 72
- Top = 72
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object Memo1: TMemo
- Left = 104
- Top = 128
- Width = 185
- Height = 89
- Lines.Strings = (
- 'Memo1'
- 'BCB'#30340#31383#20307)
- TabOrder = 1
- end
- end
|