blob: ce77f46bd2bf64d46dfaf51b7d67fdc3ffd8fce3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
object Form1: TForm1
Left = 260
Top = 148
Width = 592
Height = 487
HorzScrollBar.Range = 185
VertScrollBar.Range = 41
Caption = 'Form1'
Color = clBackground
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 108
TextHeight = 20
TextWidth = 8
object Panel1: TPanel
Left = 0
Top = 41
Width = 185
Height = 446
Align = alLeft
Caption = 'Panel1'
TabOrder = 0
object TreeView1: TTreeView
Left = 1
Top = 1
Width = 183
Height = 444
Align = alClient
Columns = <>
TabOrder = 0
OnChange = TreeView1Change
end
end
object Panel2: TPanel
Left = 185
Top = 41
Width = 407
Height = 446
Align = alClient
Caption = 'Panel2'
TabOrder = 1
object TextBrowser1: TTextBrowser
Left = 1
Top = 1
Width = 405
Height = 444
Align = alClient
TabOrder = 0
TextFormat = tfText
end
end
object Panel3: TPanel
Left = 0
Top = 0
Width = 592
Height = 41
Align = alTop
TabOrder = 2
object Button1: TButton
Left = 509
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Exit'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 136
Top = 8
Width = 177
Height = 28
TabOrder = 1
OnChange = Edit1Change
end
object Label1: TLabel
Left = 328
Top = 12
Width = 1
Height = 20
Font.Color = clBlack
Font.Height = 17
Font.Name = 'Helvetica'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
end
end
end
|