1 |
object Form_Meta: TForm_Meta |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
Caption = 'Form_Meta' |
5 |
ClientHeight = 365 |
6 |
ClientWidth = 446 |
7 |
Color = clBtnFace |
8 |
Font.Charset = DEFAULT_CHARSET |
9 |
Font.Color = clWindowText |
10 |
Font.Height = -11 |
11 |
Font.Name = 'Tahoma' |
12 |
Font.Style = [] |
13 |
FormStyle = fsMDIChild |
14 |
OldCreateOrder = False |
15 |
Visible = True |
16 |
WindowState = wsMaximized |
17 |
OnClose = FormClose |
18 |
OnCreate = FormCreate |
19 |
DesignSize = ( |
20 |
446 |
21 |
365) |
22 |
PixelsPerInch = 96 |
23 |
TextHeight = 13 |
24 |
object Label3: TLabel |
25 |
Left = 3 |
26 |
Top = 6 |
27 |
Width = 61 |
28 |
Height = 13 |
29 |
Caption = 'Connection: ' |
30 |
end |
31 |
object VST: TVirtualStringTree |
32 |
Left = 4 |
33 |
Top = 44 |
34 |
Width = 409 |
35 |
Height = 321 |
36 |
Anchors = [akLeft, akTop, akRight, akBottom] |
37 |
AnimationDuration = 0 |
38 |
Header.AutoSizeIndex = 0 |
39 |
Header.Font.Charset = DEFAULT_CHARSET |
40 |
Header.Font.Color = clWindowText |
41 |
Header.Font.Height = -11 |
42 |
Header.Font.Name = 'Tahoma' |
43 |
Header.Font.Style = [] |
44 |
Header.Options = [hoColumnResize, hoDrag, hoVisible] |
45 |
TabOrder = 0 |
46 |
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes] |
47 |
TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning] |
48 |
OnGetText = VSTGetText |
49 |
OnPaintText = VSTPaintText |
50 |
OnInitChildren = VSTInitChildren |
51 |
Columns = < |
52 |
item |
53 |
Position = 0 |
54 |
Width = 150 |
55 |
WideText = 'FName' |
56 |
end |
57 |
item |
58 |
Position = 1 |
59 |
WideText = 'FType' |
60 |
end |
61 |
item |
62 |
Position = 2 |
63 |
WideText = 'FID' |
64 |
end |
65 |
item |
66 |
Position = 3 |
67 |
WideText = 'Data' |
68 |
end> |
69 |
end |
70 |
object Button1: TButton |
71 |
Left = 204 |
72 |
Top = 1 |
73 |
Width = 75 |
74 |
Height = 25 |
75 |
Anchors = [akTop, akRight] |
76 |
Caption = 'Load' |
77 |
Default = True |
78 |
TabOrder = 1 |
79 |
OnClick = Button1Click |
80 |
end |
81 |
object combo_connection: TComboBox |
82 |
Left = 64 |
83 |
Top = 3 |
84 |
Width = 134 |
85 |
Height = 21 |
86 |
Style = csDropDownList |
87 |
Anchors = [akLeft, akTop, akRight] |
88 |
DropDownCount = 12 |
89 |
ItemHeight = 13 |
90 |
TabOrder = 2 |
91 |
end |
92 |
end |