-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathLogViewer.Watches.View.dfm
63 lines (63 loc) · 1.3 KB
/
LogViewer.Watches.View.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
object frmWatchesView: TfrmWatchesView
Left = 4068
Top = 228
ClientHeight = 739
ClientWidth = 450
Color = clWhite
DoubleBuffered = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
ShowHint = True
TextHeight = 13
object pnlMain: TOMultiPanel
Left = 0
Top = 0
Width = 450
Height = 739
PanelType = ptVertical
PanelCollection = <
item
Control = pnlWatches
Position = 0.500000000000000000
Visible = True
Index = 0
end
item
Control = pnlWatchHistory
Position = 1.000000000000000000
Visible = False
Index = 1
end>
MinPosition = 0.020000000000000000
SplitterSize = 8
SplitterColor = clScrollBar
SplitterHoverColor = clScrollBar
Align = alClient
BevelEdges = []
TabOrder = 0
ExplicitWidth = 444
ExplicitHeight = 722
object pnlWatches: TPanel
Left = 0
Top = 0
Width = 450
Height = 370
Align = alTop
BevelOuter = bvNone
TabOrder = 0
end
object pnlWatchHistory: TPanel
Left = 0
Top = 378
Width = 450
Height = 361
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
Visible = False
end
end
end