-
Notifications
You must be signed in to change notification settings - Fork 1
/
ManageFilters.dfm
103 lines (103 loc) · 2.29 KB
/
ManageFilters.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
102
103
object FManageFilters: TFManageFilters
Left = 372
Top = 359
Caption = 'Filters'
ClientHeight = 506
ClientWidth = 784
Color = clBtnFace
Constraints.MinHeight = 200
Constraints.MinWidth = 250
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
DesignSize = (
784
506)
PixelsPerInch = 96
TextHeight = 13
object lblClickOnFilter: TLabel
Left = 180
Top = 482
Width = 189
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Double Click on Filter to show properties'
end
object cmdRemove: TButton
Left = 4
Top = 477
Width = 165
Height = 23
Anchors = [akLeft, akBottom]
Caption = 'Remove from FilterGraph'
Enabled = False
TabOrder = 0
Visible = False
OnClick = cmdRemoveClick
end
object cmdClose: TButton
Left = 688
Top = 477
Width = 92
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Close'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = cmdCloseClick
end
object lvFilters: TListBox
Left = 0
Top = 0
Width = 784
Height = 464
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Pitch = fpVariable
Font.Style = []
MultiSelect = True
ParentFont = False
TabOrder = 2
OnClick = lvFiltersClick
OnDblClick = lvFiltersDblClick
end
object cmdCopy: TButton
Left = 579
Top = 477
Width = 102
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Copy to clipboard'
TabOrder = 3
OnClick = cmdCopyClick
end
object chkShowPinInfo: TJvCheckBox
Left = 424
Top = 480
Width = 87
Height = 17
Anchors = [akRight, akBottom]
Caption = 'Show Pin Info'
Checked = True
State = cbChecked
TabOrder = 4
OnClick = chkShowPinInfoClick
LinkedControls = <>
end
end