1 |
< |
object Form_Meta: TForm_Meta |
2 |
< |
Left = 0 |
3 |
< |
Top = 0 |
1 |
> |
inherited Form_Meta: TForm_Meta |
2 |
|
Caption = 'Form_Meta' |
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 |
13 |
– |
Font.Name = 'Tahoma' |
14 |
– |
Font.Style = [] |
15 |
– |
FormStyle = fsMDIChild |
16 |
– |
OldCreateOrder = False |
17 |
– |
Visible = True |
18 |
– |
WindowState = wsMaximized |
19 |
– |
OnClose = FormClose |
3 |
|
OnCreate = FormCreate |
4 |
|
PixelsPerInch = 96 |
5 |
|
TextHeight = 13 |
6 |
< |
object Splitter1: TSplitter |
7 |
< |
Left = 384 |
8 |
< |
Top = 29 |
9 |
< |
Width = 8 |
10 |
< |
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 = 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 |
44 |
< |
Header.Font.Color = clWindowText |
45 |
< |
Header.Font.Height = -11 |
46 |
< |
Header.Font.Name = 'Tahoma' |
47 |
< |
Header.Font.Style = [] |
48 |
< |
Header.Options = [hoColumnResize, hoDrag, hoVisible] |
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 |
< |
Columns = < |
58 |
< |
item |
59 |
< |
Position = 0 |
60 |
< |
Width = 250 |
61 |
< |
WideText = 'FName' |
62 |
< |
end |
63 |
< |
item |
64 |
< |
Position = 1 |
65 |
< |
WideText = 'FType' |
66 |
< |
end |
67 |
< |
item |
68 |
< |
Position = 2 |
69 |
< |
WideText = 'FID' |
70 |
< |
end |
71 |
< |
item |
72 |
< |
Position = 3 |
73 |
< |
WideText = 'Data' |
74 |
< |
end> |
6 |
> |
inherited panel_connection: TPanel |
7 |
> |
ExplicitWidth = 598 |
8 |
> |
inherited combo_connection: TComboBox |
9 |
> |
ExplicitWidth = 532 |
10 |
> |
end |
11 |
|
end |
12 |
< |
object Panel1: TPanel |
13 |
< |
Left = 0 |
14 |
< |
Top = 0 |
15 |
< |
Width = 472 |
16 |
< |
Height = 29 |
17 |
< |
Align = alTop |
18 |
< |
BevelOuter = bvNone |
19 |
< |
TabOrder = 1 |
20 |
< |
ExplicitWidth = 446 |
21 |
< |
DesignSize = ( |
22 |
< |
472 |
23 |
< |
29) |
24 |
< |
object Label3: TLabel |
25 |
< |
Left = 3 |
26 |
< |
Top = 6 |
91 |
< |
Width = 61 |
92 |
< |
Height = 13 |
93 |
< |
Caption = 'Connection: ' |
12 |
> |
inherited panel_basecontent: TPanel |
13 |
> |
ExplicitLeft = 0 |
14 |
> |
ExplicitTop = 25 |
15 |
> |
ExplicitWidth = 598 |
16 |
> |
ExplicitHeight = 532 |
17 |
> |
object splitter: TSplitter |
18 |
> |
Left = 502 |
19 |
> |
Top = 0 |
20 |
> |
Width = 8 |
21 |
> |
Height = 532 |
22 |
> |
Align = alRight |
23 |
> |
AutoSnap = False |
24 |
> |
Beveled = True |
25 |
> |
MinSize = 200 |
26 |
> |
ExplicitLeft = 353 |
27 |
|
end |
28 |
< |
object Button1: TButton |
29 |
< |
Left = 379 |
30 |
< |
Top = 1 |
31 |
< |
Width = 75 |
32 |
< |
Height = 25 |
33 |
< |
Anchors = [akTop, akRight] |
34 |
< |
Caption = 'Load' |
35 |
< |
Default = True |
28 |
> |
object VST: TVirtualStringTree |
29 |
> |
Left = 0 |
30 |
> |
Top = 0 |
31 |
> |
Width = 502 |
32 |
> |
Height = 532 |
33 |
> |
Align = alClient |
34 |
> |
AnimationDuration = 0 |
35 |
> |
Header.AutoSizeIndex = 0 |
36 |
> |
Header.Font.Charset = DEFAULT_CHARSET |
37 |
> |
Header.Font.Color = clWindowText |
38 |
> |
Header.Font.Height = -11 |
39 |
> |
Header.Font.Name = 'Tahoma' |
40 |
> |
Header.Font.Style = [] |
41 |
> |
Header.Options = [hoColumnResize, hoDrag, hoVisible] |
42 |
|
TabOrder = 0 |
43 |
< |
OnClick = Button1Click |
44 |
< |
ExplicitLeft = 196 |
43 |
> |
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes] |
44 |
> |
TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] |
45 |
> |
OnFocusChanged = VSTFocusChanged |
46 |
> |
OnFocusChanging = VSTFocusChanging |
47 |
> |
OnGetText = VSTGetText |
48 |
> |
OnPaintText = VSTPaintText |
49 |
> |
OnInitChildren = VSTInitChildren |
50 |
> |
ExplicitLeft = 8 |
51 |
> |
ExplicitTop = 60 |
52 |
> |
ExplicitWidth = 353 |
53 |
> |
ExplicitHeight = 325 |
54 |
> |
Columns = < |
55 |
> |
item |
56 |
> |
Position = 0 |
57 |
> |
Width = 250 |
58 |
> |
WideText = 'FName' |
59 |
> |
end |
60 |
> |
item |
61 |
> |
Position = 1 |
62 |
> |
WideText = 'FType' |
63 |
> |
end |
64 |
> |
item |
65 |
> |
Position = 2 |
66 |
> |
WideText = 'FID' |
67 |
> |
end |
68 |
> |
item |
69 |
> |
Position = 3 |
70 |
> |
WideText = 'Data' |
71 |
> |
end> |
72 |
|
end |
73 |
< |
object combo_connection: TComboBox |
74 |
< |
Left = 64 |
75 |
< |
Top = 3 |
76 |
< |
Width = 309 |
77 |
< |
Height = 21 |
78 |
< |
Style = csDropDownList |
79 |
< |
Anchors = [akLeft, akTop, akRight] |
80 |
< |
DropDownCount = 12 |
115 |
< |
ItemHeight = 13 |
73 |
> |
object Panel2: TPanel |
74 |
> |
Left = 510 |
75 |
> |
Top = 0 |
76 |
> |
Width = 88 |
77 |
> |
Height = 532 |
78 |
> |
Align = alRight |
79 |
> |
BevelOuter = bvNone |
80 |
> |
Caption = 'Panel2' |
81 |
|
TabOrder = 1 |
82 |
< |
ExplicitWidth = 126 |
82 |
> |
ExplicitLeft = 376 |
83 |
> |
ExplicitTop = 92 |
84 |
> |
ExplicitHeight = 285 |
85 |
|
end |
86 |
|
end |
120 |
– |
object Panel2: TPanel |
121 |
– |
Left = 392 |
122 |
– |
Top = 29 |
123 |
– |
Width = 80 |
124 |
– |
Height = 364 |
125 |
– |
Align = alRight |
126 |
– |
BevelOuter = bvNone |
127 |
– |
Caption = 'Panel2' |
128 |
– |
TabOrder = 2 |
129 |
– |
ExplicitLeft = 329 |
130 |
– |
ExplicitHeight = 336 |
131 |
– |
end |
87 |
|
end |