-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTheAudioDB_configformunit.dfm
72 lines (72 loc) · 1.65 KB
/
TheAudioDB_configformunit.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
object ConfigForm: TConfigForm
Left = 701
Top = 352
BorderStyle = bsDialog
Caption = 'TheAudioDB Scraper Configuration'
ClientHeight = 171
ClientWidth = 318
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
OnKeyPress = FormKeyPress
DesignSize = (
318
171)
PixelsPerInch = 96
TextHeight = 13
object lblMinMediaNameLengthForScrapingByName: TLabel
Left = 18
Top = 75
Width = 220
Height = 26
Caption =
'Minimum number of characters in the file/folder'#13#10'name for scrapi' +
'ng using only the name'
end
object SecureCommCB: TCheckBox
Left = 18
Top = 12
Width = 283
Height = 57
Caption =
'Use encrypted communication to hide search queries (not recommen' +
'ded, searches take much longer to perform)'
TabOrder = 0
Visible = False
WordWrap = True
end
object OKButton: TButton
Left = 228
Top = 136
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 2
end
object CancelButton: TButton
Left = 12
Top = 136
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object edtMinMediaNameLengthForScrapingByName: TEdit
Left = 251
Top = 78
Width = 50
Height = 21
TabOrder = 1
OnKeyPress = edtMinMediaNameLengthForScrapingByNameKeyPress
end
end