-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathLogViewer.MessageFilter.View.dfm
63 lines (63 loc) · 1.37 KB
/
LogViewer.MessageFilter.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 frmMessageFilter: TfrmMessageFilter
Left = 76
Top = 76
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'Message filter'
ClientHeight = 627
ClientWidth = 233
Color = clBtnFace
DoubleBuffered = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsStayOnTop
PopupMode = pmAuto
ScreenSnap = True
TextHeight = 13
object pnlMessageFilter: TPanel
Left = 0
Top = 0
Width = 233
Height = 627
Align = alClient
BevelOuter = bvNone
Color = clWhite
ParentBackground = False
TabOrder = 0
ExplicitWidth = 227
ExplicitHeight = 610
object pgcMain: TKPageControl
Left = 0
Top = 0
Width = 233
Height = 627
ActivePageIndex = 0
Align = alClient
ParentBackground = False
TabOrder = 0
ExplicitWidth = 227
ExplicitHeight = 610
object tsClientSide: TKTabSheet
Caption = 'Client side'
ExplicitWidth = 227
ExplicitHeight = 586
end
object tsSourceSide: TKTabSheet
Caption = 'Source side'
ExplicitTop = 16
ExplicitWidth = 0
ExplicitHeight = 611
end
end
end
object imlMain: TVirtualImageList
AutoFill = True
Images = <>
ImageNameAvailable = False
Left = 96
Top = 184
end
end