Line | |
---|
1 | object CodeEdit: TCodeEdit
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | Caption = 'Code edit'
|
---|
5 | ClientHeight = 531
|
---|
6 | ClientWidth = 621
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = DEFAULT_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -11
|
---|
11 | Font.Name = 'Tahoma'
|
---|
12 | Font.Style = []
|
---|
13 | OldCreateOrder = False
|
---|
14 | Visible = True
|
---|
15 | PixelsPerInch = 96
|
---|
16 | TextHeight = 13
|
---|
17 | object Memo1: TMemo
|
---|
18 | Left = 0
|
---|
19 | Top = 0
|
---|
20 | Width = 621
|
---|
21 | Height = 531
|
---|
22 | Align = alClient
|
---|
23 | TabOrder = 0
|
---|
24 | end
|
---|
25 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.