2 |
|
Left = 0 |
3 |
|
Top = 0 |
4 |
|
Caption = 'Form_Meta' |
5 |
< |
ClientHeight = 365 |
6 |
< |
ClientWidth = 446 |
5 |
> |
ClientHeight = 393 |
6 |
> |
ClientWidth = 472 |
7 |
|
Color = clBtnFace |
8 |
+ |
Constraints.MinHeight = 100 |
9 |
+ |
Constraints.MinWidth = 200 |
10 |
|
Font.Charset = DEFAULT_CHARSET |
11 |
|
Font.Color = clWindowText |
12 |
|
Font.Height = -11 |
18 |
|
WindowState = wsMaximized |
19 |
|
OnClose = FormClose |
20 |
|
OnCreate = FormCreate |
19 |
– |
DesignSize = ( |
20 |
– |
446 |
21 |
– |
365) |
21 |
|
PixelsPerInch = 96 |
22 |
|
TextHeight = 13 |
23 |
< |
object Label3: TLabel |
24 |
< |
Left = 3 |
25 |
< |
Top = 6 |
26 |
< |
Width = 61 |
27 |
< |
Height = 13 |
28 |
< |
Caption = 'Connection: ' |
23 |
> |
object Splitter1: TSplitter |
24 |
> |
Left = 384 |
25 |
> |
Top = 29 |
26 |
> |
Width = 8 |
27 |
> |
Height = 364 |
28 |
> |
Align = alRight |
29 |
> |
AutoSnap = False |
30 |
> |
Beveled = True |
31 |
> |
MinSize = 75 |
32 |
> |
ExplicitLeft = 301 |
33 |
> |
ExplicitHeight = 336 |
34 |
|
end |
35 |
|
object VST: TVirtualStringTree |
36 |
< |
Left = 4 |
37 |
< |
Top = 44 |
38 |
< |
Width = 409 |
39 |
< |
Height = 321 |
40 |
< |
Anchors = [akLeft, akTop, akRight, akBottom] |
36 |
> |
Left = 0 |
37 |
> |
Top = 29 |
38 |
> |
Width = 384 |
39 |
> |
Height = 364 |
40 |
> |
Align = alClient |
41 |
|
AnimationDuration = 0 |
42 |
|
Header.AutoSizeIndex = 0 |
43 |
|
Header.Font.Charset = DEFAULT_CHARSET |
49 |
|
TabOrder = 0 |
50 |
|
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes] |
51 |
|
TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] |
52 |
+ |
OnFocusChanged = VSTFocusChanged |
53 |
+ |
OnFocusChanging = VSTFocusChanging |
54 |
|
OnGetText = VSTGetText |
55 |
|
OnPaintText = VSTPaintText |
56 |
|
OnInitChildren = VSTInitChildren |
57 |
+ |
ExplicitLeft = 4 |
58 |
+ |
ExplicitTop = 44 |
59 |
+ |
ExplicitWidth = 301 |
60 |
+ |
ExplicitHeight = 321 |
61 |
|
Columns = < |
62 |
|
item |
63 |
|
Position = 0 |
77 |
|
WideText = 'Data' |
78 |
|
end> |
79 |
|
end |
80 |
< |
object Button1: TButton |
81 |
< |
Left = 204 |
82 |
< |
Top = 1 |
83 |
< |
Width = 75 |
84 |
< |
Height = 25 |
85 |
< |
Anchors = [akTop, akRight] |
86 |
< |
Caption = 'Load' |
77 |
< |
Default = True |
80 |
> |
object Panel1: TPanel |
81 |
> |
Left = 0 |
82 |
> |
Top = 0 |
83 |
> |
Width = 472 |
84 |
> |
Height = 29 |
85 |
> |
Align = alTop |
86 |
> |
BevelOuter = bvNone |
87 |
|
TabOrder = 1 |
88 |
< |
OnClick = Button1Click |
88 |
> |
ExplicitWidth = 446 |
89 |
> |
DesignSize = ( |
90 |
> |
472 |
91 |
> |
29) |
92 |
> |
object Label3: TLabel |
93 |
> |
Left = 3 |
94 |
> |
Top = 6 |
95 |
> |
Width = 61 |
96 |
> |
Height = 13 |
97 |
> |
Caption = 'Connection: ' |
98 |
> |
end |
99 |
> |
object Button1: TButton |
100 |
> |
Left = 379 |
101 |
> |
Top = 1 |
102 |
> |
Width = 75 |
103 |
> |
Height = 25 |
104 |
> |
Anchors = [akTop, akRight] |
105 |
> |
Caption = 'Load' |
106 |
> |
Default = True |
107 |
> |
TabOrder = 0 |
108 |
> |
OnClick = Button1Click |
109 |
> |
ExplicitLeft = 196 |
110 |
> |
end |
111 |
> |
object combo_connection: TComboBox |
112 |
> |
Left = 64 |
113 |
> |
Top = 3 |
114 |
> |
Width = 309 |
115 |
> |
Height = 21 |
116 |
> |
Style = csDropDownList |
117 |
> |
Anchors = [akLeft, akTop, akRight] |
118 |
> |
DropDownCount = 12 |
119 |
> |
ItemHeight = 13 |
120 |
> |
TabOrder = 1 |
121 |
> |
ExplicitWidth = 126 |
122 |
> |
end |
123 |
|
end |
124 |
< |
object combo_connection: TComboBox |
125 |
< |
Left = 64 |
126 |
< |
Top = 3 |
127 |
< |
Width = 134 |
128 |
< |
Height = 21 |
129 |
< |
Style = csDropDownList |
130 |
< |
Anchors = [akLeft, akTop, akRight] |
131 |
< |
DropDownCount = 12 |
89 |
< |
ItemHeight = 13 |
124 |
> |
object Panel2: TPanel |
125 |
> |
Left = 392 |
126 |
> |
Top = 29 |
127 |
> |
Width = 80 |
128 |
> |
Height = 364 |
129 |
> |
Align = alRight |
130 |
> |
BevelOuter = bvNone |
131 |
> |
Caption = 'Panel2' |
132 |
|
TabOrder = 2 |
133 |
+ |
ExplicitLeft = 329 |
134 |
+ |
ExplicitHeight = 336 |
135 |
|
end |
136 |
|
end |