-
Notifications
You must be signed in to change notification settings - Fork 19
/
LogViewer.Watches.View.dfm
62 lines (62 loc) · 1.27 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
object frmWatchesView: TfrmWatchesView
Left = 0
Top = 0
ClientHeight = 739
ClientWidth = 444
Color = clWhite
DoubleBuffered = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
OldCreateOrder = False
ShowHint = True
PixelsPerInch = 96
TextHeight = 13
object pnlMain: TOMultiPanel
Left = 0
Top = 0
Width = 444
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
SplitterColor = clScrollBar
SplitterHoverColor = clScrollBar
Align = alClient
BevelEdges = []
TabOrder = 0
object pnlWatches: TPanel
Left = 0
Top = 0
Width = 444
Height = 370
Align = alTop
BevelOuter = bvNone
TabOrder = 0
end
object pnlWatchHistory: TPanel
Left = 0
Top = 373
Width = 444
Height = 366
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
Visible = False
end
end
end