Last change
on this file was 15, checked in by george, 16 years ago |
- Přidáno: Další pokusný projekt překladače.
|
File size:
547 bytes
|
Line | |
---|
1 | object MainForm: TMainForm
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | Caption = 'MainForm'
|
---|
5 | ClientHeight = 612
|
---|
6 | ClientWidth = 712
|
---|
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 | OnClose = FormClose
|
---|
15 | OnShow = FormShow
|
---|
16 | PixelsPerInch = 96
|
---|
17 | TextHeight = 13
|
---|
18 | object RichEdit1: TRichEdit
|
---|
19 | Left = 136
|
---|
20 | Top = 144
|
---|
21 | Width = 401
|
---|
22 | Height = 353
|
---|
23 | Lines.Strings = (
|
---|
24 | 'RichEdit1')
|
---|
25 | TabOrder = 0
|
---|
26 | end
|
---|
27 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.