-
Notifications
You must be signed in to change notification settings - Fork 20
/
LogViewer.MessageFilter.View.dfm
54 lines (54 loc) · 1.17 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
object frmMessageFilter: TfrmMessageFilter
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'Message filter'
ClientHeight = 627
ClientWidth = 215
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
PixelsPerInch = 96
TextHeight = 13
object pnlMessageFilter: TPanel
Left = 0
Top = 0
Width = 215
Height = 627
Align = alClient
BevelOuter = bvNone
Color = clWhite
ParentBackground = False
TabOrder = 0
object pgcMain: TKPageControl
Left = 0
Top = 0
Width = 215
Height = 627
ActivePageIndex = 0
Align = alClient
ParentBackground = False
TabOrder = 0
object tsClientSide: TKTabSheet
Caption = 'Client side'
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
end
object tsSourceSide: TKTabSheet
Caption = 'Source side'
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
end
end
end
end