-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDataGrabber.MetaData.Dialog.dfm
96 lines (96 loc) · 1.93 KB
/
DataGrabber.MetaData.Dialog.dfm
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
91
92
93
94
95
96
object frmMetaData: TfrmMetaData
Left = 0
Top = 0
ClientHeight = 512
ClientWidth = 860
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 13
object pnlMain: TOMultiPanel
Left = 0
Top = 0
Width = 860
Height = 512
PanelCollection = <
item
Control = lstCatalogs
Position = 0.250000000000000000
Visible = True
Index = 0
end
item
Control = lstSchemas
Position = 0.500000000000000000
Visible = True
Index = 1
end
item
Control = lstTables
Position = 0.750000000000000000
Visible = True
Index = 2
end
item
Control = lstFields
Position = 1.000000000000000000
Visible = True
Index = 3
end>
MinPosition = 0.020000000000000000
Align = alClient
TabOrder = 0
ExplicitWidth = 854
ExplicitHeight = 495
DesignSize = (
860
512)
object lstCatalogs: TListBox
Left = 0
Top = 0
Width = 215
Height = 512
Anchors = []
BorderStyle = bsNone
ItemHeight = 13
TabOrder = 0
OnClick = lstCatalogsClick
end
object lstSchemas: TListBox
Left = 218
Top = 0
Width = 212
Height = 512
Anchors = []
BorderStyle = bsNone
ItemHeight = 13
TabOrder = 1
OnClick = lstSchemasClick
OnEnter = lstSchemasEnter
end
object lstTables: TListBox
Left = 433
Top = 0
Width = 212
Height = 512
Anchors = []
BorderStyle = bsNone
ItemHeight = 13
TabOrder = 2
OnClick = lstTablesClick
end
object lstFields: TListBox
Left = 648
Top = 0
Width = 212
Height = 512
Anchors = []
BorderStyle = bsNone
ItemHeight = 13
TabOrder = 3
end
end
end