-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDataGrabber.ConnectionView.dfm
101 lines (101 loc) · 2.17 KB
/
DataGrabber.ConnectionView.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
97
98
99
100
101
object frmConnectionView: TfrmConnectionView
Left = 0
Top = 0
ClientHeight = 487
ClientWidth = 906
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
ShowHint = True
OnShortCut = FormShortCut
OnShow = FormShow
TextHeight = 13
object pnlMain: TOMultiPanel
Left = 0
Top = 0
Width = 906
Height = 487
PanelType = ptVertical
PanelCollection = <
item
Control = pnlTop
Position = 0.300000000000000000
Visible = True
Index = 0
end
item
Control = pnlBottom
Position = 1.000000000000000000
Visible = True
Index = 1
end>
MinPosition = 0.020000000000000000
SplitterSize = 4
SplitterColor = clScrollBar
SplitterHoverColor = clScrollBar
Align = alClient
BevelEdges = []
TabOrder = 0
ExplicitWidth = 902
ExplicitHeight = 486
object pnlTop: TPanel
Left = 0
Top = 0
Width = 906
Height = 146
ParentCustomHint = False
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object splVertical: TSplitter
Left = 185
Top = 0
Width = 4
Height = 146
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Color = clScrollBar
ParentColor = False
ResizeStyle = rsLine
StyleElements = [seClient, seBorder]
OnMoved = splVerticalMoved
ExplicitHeight = 244
end
object pnlVST: TPanel
Left = 0
Top = 0
Width = 185
Height = 146
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
end
object pnlTopRight: TPanel
Left = 189
Top = 0
Width = 717
Height = 146
Align = alClient
BevelOuter = bvNone
TabOrder = 1
ExplicitWidth = 713
end
end
object pnlBottom: TPanel
Left = 0
Top = 150
Width = 906
Height = 337
Align = alClient
BevelEdges = []
BevelOuter = bvNone
TabOrder = 1
end
end
end