-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSrchUnit.dfm
executable file
·183 lines (183 loc) · 3.45 KB
/
SrchUnit.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
object QueryForm: TQueryForm
Left = 218
Top = 84
BorderStyle = bsDialog
Caption = 'Ïîèñê'
ClientHeight = 370
ClientWidth = 394
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 1
Top = 102
Width = 62
Height = 13
Caption = 'Ðåçóëüòàò'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object QueryEdit: TEdit
Left = 0
Top = 0
Width = 393
Height = 21
TabOrder = 0
OnChange = QueryEditChange
OnKeyDown = QueryEditKeyDown
end
object GroupBox1: TGroupBox
Left = 0
Top = 24
Width = 393
Height = 73
Caption = ' Èñêàòü â '
TabOrder = 1
object ArtistBox: TCheckBox
Left = 6
Top = 14
Width = 88
Height = 17
Caption = 'Èñïîëíèòåëå'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = ArtistBoxClick
end
object TitleBox: TCheckBox
Left = 100
Top = 14
Width = 71
Height = 17
Caption = 'Íàçâàíèè'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = TitleBoxClick
end
object AlbumBox: TCheckBox
Left = 188
Top = 14
Width = 69
Height = 17
Caption = 'Àëüáîìå'
TabOrder = 2
OnClick = AlbumBoxClick
end
object CommentsBox: TCheckBox
Left = 278
Top = 14
Width = 93
Height = 17
Caption = 'Êîììåíòàðèå'
TabOrder = 3
OnClick = CommentsBoxClick
end
object GenreBox: TCheckBox
Left = 7
Top = 32
Width = 57
Height = 17
Caption = 'Æàíðå'
TabOrder = 4
OnClick = GenreBoxClick
end
object FNameBox: TCheckBox
Left = 100
Top = 35
Width = 90
Height = 17
Caption = 'Èìåíè ôàéëà'
TabOrder = 5
OnClick = FNameBoxClick
end
object TagMaskBox: TCheckBox
Left = 278
Top = 34
Width = 78
Height = 17
Caption = 'TAG-ìàñêå'
TabOrder = 6
Visible = False
OnClick = TagMaskBoxClick
end
end
object OKBtn: TButton
Left = 264
Top = 344
Width = 129
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object ResultLV: TPTListView
Left = 0
Top = 120
Width = 393
Height = 220
ColumnClick = False
Columns = <
item
Caption = 'Èñïîëíèòåëü'
end
item
Caption = 'Íàçâàíèå'
end
item
Caption = 'Àëüáîì'
end
item
Caption = 'Ãîä'
end
item
Caption = 'Êîììåíòàðèé'
end
item
Caption = 'Æàíð'
end
item
Caption = 'Âðåìÿ'
end
item
Caption = 'Ôàéë'
end>
OnDblClick = ResultLVDblClick
ReadOnly = True
HideSelection = False
TabOrder = 3
ViewStyle = vsReport
RowSelect = True
end
object CancelBtn: TButton
Left = 0
Top = 344
Width = 129
Height = 25
Cancel = True
Caption = 'Îòìåíà'
ModalResult = 2
TabOrder = 4
end
object Button1: TButton
Left = 132
Top = 344
Width = 129
Height = 25
Caption = 'Âûäåëèòü'
ModalResult = 6
TabOrder = 5
end
end