-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIgnoreListUnit.dfm
More file actions
73 lines (73 loc) · 1.63 KB
/
Copy pathIgnoreListUnit.dfm
File metadata and controls
73 lines (73 loc) · 1.63 KB
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
object IgnoreListForm: TIgnoreListForm
Left = 1183
Top = 694
Width = 307
Height = 295
BorderIcons = [biSystemMenu]
Caption = 'Ignore list'
Color = clBtnFace
Constraints.MaxHeight = 1000
Constraints.MaxWidth = 1680
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object SpTBXTitleBar1: TSpTBXTitleBar
Left = 0
Top = 0
Width = 299
Height = 268
Caption = 'Ignore list'
Active = False
FixedSize = True
Options.Minimize = False
Options.Maximize = False
object EnableIgnoresCheckBox: TSpTBXCheckBox
Left = 24
Top = 48
Width = 117
Height = 15
Caption = 'Enable ignore list'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object DoneButton: TSpTBXButton
Left = 104
Top = 232
Width = 89
Height = 25
Caption = 'Done'
TabOrder = 2
OnClick = DoneButtonClick
Cancel = True
end
object SpTBXLabel3: TSpTBXLabel
Left = 24
Top = 72
Width = 215
Height = 13
Caption = '(To remove item, select it and press DELETE)'
end
object IgnoreListBox: TSpTBXListBox
Left = 24
Top = 88
Width = 249
Height = 137
ItemHeight = 16
TabOrder = 4
OnKeyUp = IgnoreListBoxKeyUp
end
end
end