Last change
on this file was 16, checked in by george, 16 years ago |
- Přidáno: Další pokusný projekt překladače.
|
File size:
1.7 KB
|
Line | |
---|
1 | object Form1: TForm1
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | Caption = 'Form1'
|
---|
5 | ClientHeight = 667
|
---|
6 | ClientWidth = 748
|
---|
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 = 8
|
---|
20 | Top = 8
|
---|
21 | Width = 409
|
---|
22 | Height = 617
|
---|
23 | Font.Charset = DEFAULT_CHARSET
|
---|
24 | Font.Color = clWindowText
|
---|
25 | Font.Height = -13
|
---|
26 | Font.Name = 'Lucida Console'
|
---|
27 | Font.Style = []
|
---|
28 | Lines.Strings = (
|
---|
29 | 'RichEdit1')
|
---|
30 | ParentFont = False
|
---|
31 | ScrollBars = ssBoth
|
---|
32 | TabOrder = 0
|
---|
33 | OnKeyUp = RichEdit1KeyUp
|
---|
34 | end
|
---|
35 | object TreeView1: TTreeView
|
---|
36 | Left = 424
|
---|
37 | Top = 8
|
---|
38 | Width = 297
|
---|
39 | Height = 617
|
---|
40 | AutoExpand = True
|
---|
41 | Font.Charset = DEFAULT_CHARSET
|
---|
42 | Font.Color = clWindowText
|
---|
43 | Font.Height = -13
|
---|
44 | Font.Name = 'Courier New'
|
---|
45 | Font.Style = []
|
---|
46 | Indent = 19
|
---|
47 | ParentFont = False
|
---|
48 | TabOrder = 1
|
---|
49 | Items.NodeData = {
|
---|
50 | 0101000000330000000000000000000000FFFFFFFFFFFFFFFF00000000020000
|
---|
51 | 000D700072006F006700720061006D00200054006500730074003B001F000000
|
---|
52 | 0000000000000000FFFFFFFFFFFFFFFF00000000010000000376006100720033
|
---|
53 | 0000000000000000000000FFFFFFFFFFFFFFFF00000000000000000D54006500
|
---|
54 | 780074003A00200073007400720069006E0067003B002B000000000000000000
|
---|
55 | 0000FFFFFFFFFFFFFFFF00000000010000000962006500670069006E002D0065
|
---|
56 | 006E006400390000000000000000000000FFFFFFFFFFFFFFFF00000000000000
|
---|
57 | 0010570072006900740065004C006E0028002700540065007800740027002900
|
---|
58 | 3B00}
|
---|
59 | end
|
---|
60 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.