aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Library/ml_local/resource.h
blob: 44f6bb3afc4d16948052c158432803c6b408a860 (plain) (blame)
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ml_local.rc
//
#define IDS_LOCAL_MEDIA                 1
#define IDS_SEARCHING_X_FILES_FOUND     2
#define IDS_GETTING_INFO_FROM_FILES_PERCENT 3
#define IDR_QUERIES_TEXT                4
#define IDS_SCANNING_DIR                4
#define IDS_SCANNING_FILE               5
#define IDS_CHECKING_FOR_FILE           6
#define IDS_COMPACTING                  7
#define IDS_REMOVING_FILES_NOT_EXISTING 8
#define IDS_INITIALIZING                9
#define IDS_SCANNING_X_OF_X_X_REMOVED   10
#define IDS_SCANNED_X_FILES_X_REMOVED   11
#define IDS_DATE_TIME_IS_TOO_COMPLEX    17
#define IDS_DATE_TIME_EDITOR_QUESTION   18
#define IDS_COMPARE_TO_STRING           19
#define IDS_AFTER                       20
#define IDS_BEFORE                      21
#define IDS_SINCE                       22
#define IDS_UNTIL                       23
#define IDS_COMPARE_TO_LENGTH           24
#define IDS_ABOVE                       25
#define IDS_BELOW                       26
#define IDS_ABOVE_OR_EQUAL              27
#define IDS_BELOW_OR_EQUAL              28
#define IDS_COMPARE_TO_NUMBER           29
#define IDS_OFFSET_BY                   30
#define IDS_TIME_AGO                    31
#define IDS_SPACE_AFTER                 32
#define IDS_SPACE_BEFORE                33
#define IDS_THE                         34
#define IDS_1ST                         35
#define IDS_2ND                         36
#define IDS_3RD                         37
#define IDS_4TH                         38
#define IDS_OF_THIS_MONTH               39
#define IDS_NOW                         40
#define IDS_THIS_DATE                   41
#define IDS_THIS_MONTH                  42
#define IDS_THIS_DAY                    43
#define IDS_THIS_TIME                   44
#define IDS_ON_SPACE                    45
#define IDS_IN_SPACE                    46
#define IDS_OF_SPACE                    47
#define IDS_AT_SPACE                    48
#define IDS_NOON                        49
#define IDS_MIDNIGHT                    50
#define IDS_AGO                         51
#define IDS_QUERY_FIELD_IS_EMPTY        52
#define IDS_EMPTY_QUERY                 53
#define IDS_NO_CHANGES_MADE_TO_QUERY    54
#define IDS_QUERY_NOT_CHANGED           55
#define IDS_REGISTERED                  56
#define IDS_ADD_PLEDIT_TO_LOCAL_MEDIA   57
#define IDS_ERROR                       58
#define IDS_ADD_TO_LOCAL_MEDIA          59
#define IDS_AUDIO                       60
#define IDS_VIDEO                       61
#define IDS_MOST_PLAYED                 62
#define IDS_RECENTLY_ADDED              63
#define IDS_RECENTLY_PLAYED             64
#define IDS_NEVER_PLAYED                65
#define IDS_TOP_RATED                   66
#define IDS_REMOVE_ALL_ITEMS_IN_LIBRARY 67
#define IDS_CONFIRMATION                68
#define IDS_NEW_SMART_VIEW              69
#define IDS_RESCAN_WATCH_FOLDERS        70
#define IDS_ADD_MEDIA_TO_LIBRARY        71
#define IDS_REMOVE_MISSING_FILES_FROM_ML 72
#define IDS_ANY                         73
#define IDS_ALL                         74
#define IDS_OPTIONS                     75
#define IDS_DIRECTORY                   76
#define IDS_STOP_SCAN                   77
#define IDS_RESCAN_NOW                  78
#define IDS_DEFAULT                     79
#define IDS_RESCAN_ABORTED              80
#define IDS_WATCH_FOLDERS               81
#define IDS_EDIT_VIEW                   82
#define IDS_MY_NEW_VIEW                 83
#define IDS_SIMPLE_VIEW_EDITOR          84
#define IDS_ADVANCED_EDITOR             85
#define IDS_FILTERS                     86
#define IDS_MUST_ENTER_A_NAME           87
#define IDS_DISCARD_CHANGES_TO_SIMPLE_EDITOR 88
#define IDS_DAY                         88
#define IDS_VIEW_QUERY_MAY_HAVE_ERRORS  89
#define IDS_VIEW_QUERY_IS_TOO_COMPLEX   90
#define IDS_TEXT_AFTER_THE_FIRST_ERROR  91
#define IDS_SOME_OF_THE_QUERY_LOGIC     92
#define IDS_VIEW_EDITOR_QUESTION        93
#define IDS_DELETE_THIS_VIEW            94
#define IDS_REFINE                      95
#define IDS_CLEAR_REFINE                96
#define IDS_ARTISTS                     97
#define IDS_ARTIST                      97
#define IDS_TITLE                       98
#define IDS_ALBUM                       99
#define IDS_LENGTH                      100
#define IDS_TRACK_LENGTH                101
#define IDS_TRACK_NUMBER                101
#define IDS_GENRE                       102
#define IDR_CONTEXTMENUS                103
#define IDS_YEAR                        103
#define IDD_VIEW_MEDIA                  104
#define IDS_FILENAME                    104
#define IDD_VIEW_AUDIO                  105
#define IDS_RATING                      105
#define IDS_PLAY_COUNT                  106
#define IDS_PLAYED_LAST                 107
#define IDD_ADD_VIEW                    108
#define IDS_LAST_UPDATED                108
#define IDS_FILE_TIME                   109
#define IDS_COMMENT                     110
#define IDS_FILE_SIZE                   111
#define IDS_BITRATE                     112
#define IDS_TYPE                        113
#define IDS_DISC                        114
#define IDS_ALBUM_ARTIST                115
#define IDS_FILE_PATH                   116
#define IDD_EDITDIR                     117
#define IDS_ALBUM_GAIN                  117
#define IDS_TRACK_GAIN                  118
#define IDS_PUBLISHER                   119
#define IDS_COMPOSER                    120
#define IDS_EXTENSION                   121
#define IDS_IS_PODCAST                  122
#define IDD_EDIT_QUERY                  123
#define IDS_PODCAST_CHANNEL             123
#define IDS_PODCAST_PUBLISH_DATE        124
#define IDS_SCANNING                    125
#define IDD_EDIT_QUERY_PICK             126
#define IDS_ERROR_DELETING_FILES        126
#define IDD_NDE_RECOVERY                127
#define IDS_ERROR_DELETING_X            127
#define IDD_NEEDADDFILES                128
#define IDS_SURE_YOU_WANT_TO_REMOVE_SELECTED_FROM_LIBRARY 128
#define IDS_HIDE_INFO                   129
#define IDS_SHOW_INFO                   130
#define IDS_THERE_ARE_NOW_X_ITEMS_IN_THE_LIBRARY 131
#define IDS_ADD_MORE                    132
#define IDS_PLAY_ALL_FILES_BY           133
#define IDB_TREEITEM_AUDIO              134
#define IDS_PLAY_ALL_FILES_FROM         134
#define IDB_TREEITEM_MOSTPLAYED         135
#define IDS_PODCAST                     135
#define IDB_TREEITEM_NEVERPLAYED        136
#define IDS_NON_PODCAST                 136
#define IDS_MIXABLE                     137
#define IDS_X_ITEM                      138
#define IDB_TREEITEM_RECENTLYADDED      139
#define IDS_ALBUM_ART                   139
#define IDB_TREEITEM_RECENTLYPLAYED     140
#define IDB_TREEITEM_TOPRATED           141
#define IDS_LOOKING_UP_MEDIA_INFO       141
#define IDB_TREEITEM_VIDEO              142
#define IDS_CLICK_AN_ITEM_TO_GET_ITS_INFO 142
#define IDD_MONITOR_SMALL               143
#define IDS_PLEASE_CONNECT_TO_THE_INTERNET_TO_USE_THIS_FEATURE 143
#define IDD_MONITOR_HIDE                144
#define IDS_ALL_X_ALBUMS_X_WITHOUT_ALBUM 144
#define IDD_REFRESH_METADATA            145
#define IDS_ALL_X_ALBUMS                145
#define IDD_REINDEX                     146
#define IDS_NO_ALBUM                    146
#define IDS_OPEN_MEDIA_LIBRARY_VIEW_RESULTS 147
#define IDB_BITMAP1                     148
#define IDS_MEDIA_LIBRARY_VIEW_RESULTS  148
#define IDB_TREEITEM_PODCASTS           149
#define IDS_ADD_MEDIA_TO_LIBRARY_       149
#define IDS_SELECT_FOLDER_TO_ADD_TO_WINAMP_MEDIA_LIBRARY 150
#define IDR_TEXT1                       150
#define IDB_TREEITEM_RECENTLYMODIFIED   150
#define IDS_ADD                         151
#define IDD_ADD_VIEW_2                  151
#define IDS_SCAN_FOLDER_IN_BACKGROUND   152
#define IDS_FOLDER_NAME_IS_INCORRECT    153
#define IDS_INCORRECT_FOLDER_NAME       154
#define IDS_WILLS_UBER_STRING           155
#define IDS_EDIT_SMART_VIEW             156
#define IDB_NEWFILTER_SIMPLE            157
#define IDS_ADVANCED_MODE               157
#define IDB_NEWFILTER_THREEFILTERS      158
#define IDS_SIMPLE_MODE                 158
#define IDB_NEWFILTER_TWOFILTERS        159
#define IDS_DAYS                        159
#define IDB_NEWFILTER_SIMPLEALBUM       160
#define IDS_LENGTH_DURATION_STRING      160
#define IDS_ITEM                        161
#define IDD_ADD_VIEW_2_NF               162
#define IDS_ITEMS                       162
#define IDD_ADD_VIEW_CHILD_ADVANCED     163
#define IDS_SCANNING_PLAIN              163
#define IDS_ALL_ARTISTS                 164
#define IDS_ARTIST_INDEX                165
#define IDB_TOOL_MODE                   165
#define IDS_ALBUM_ARTIST_INDEX          166
#define IDB_TOOL_ART                    166
#define IDS_CUSTOM                      167
#define IDB_TOOL_COLS                   167
#define IDS_IS_VIDEO                    168
#define IDS_FILE_SIZE_KB                169
#define IDR_IMAGE_NOTFOUND              169
#define IDS_BITRATE_KBPS                170
#define IDS_DISC_NUMBER                 171
#define IDS_DISCS                       172
#define IDS_TRACKS                      173
#define IDS_EQUALS                      174
#define IDS_DOES_NOT_EQUAL              175
#define IDS_CONTAINS                    176
#define IDS_DOES_NOT_CONTAIN            177
#define IDS_IS_ABOVE                    178
#define IDS_IS_BELOW                    179
#define IDS_EQUALS_OR_IS_ABOVE          180
#define IDS_EQUALS_OR_IS_BELOW          181
#define IDS_IS_EMPTY                    182
#define IDS_IS_NOT_EMPTY                183
#define IDS_BEGINS_WITH                 184
#define IDS_ENDS_WITH                   185
#define IDS_IS_SIMILAR_TO               186
#define IDS_AT                          187
#define IDS_NOT_AT                      188
#define IDS_STRING189                   189
#define IDS_PODCASTS                    190
#define IDS_AUDIO_BY_GENRE              191
#define IDS_AUDIO_BY_INDEX              192
#define IDS_60s_MUSIC                   193
#define IDS_70s_MUSIC                   194
#define IDS_80s_MUSIC                   195
#define IDS_90s_MUSIC                   196
#define IDS_00s_MUSIC                   197
#define IDS_ROCK_MUSIC                  198
#define IDS_CLASSICAL_MUSIC             199
#define IDS_RECORD_LABELS               200
#define IDS_ALBUMS                      201
#define IDS_ALBUM_ARTISTS               202
#define IDS_ARTIST_S                    203
#define IDS_COMPOSERS                   204
#define IDS_GENRES                      205
#define IDS_PUBLISHERS                  206
#define IDS_YEARS                       207
#define IDS_ALBUM_ARTIST_INDEXES        208
#define IDS_ARTIST_INDEXES              209
#define IDS_PODCAST_CHANNELS            210
#define IDS_ALL_X_S                     211
#define IDS_NO_S                        212
#define IDS_SIZE                        213
#define IDS_INFO_NAVIGATE_ERROR         214
#define IDS_NO_IMAGE                    214
#define IDS_AVAILABLE                   215
#define IDS_NO_ARTIST                   216
#define IDS_NO_GENRE                    217
#define IDS_OTHER2                      218
#define IDD_PREFS1                      219
#define IDS_STRING219                   219
#define IDS_CREATE_NEW_SMART_VIEW       219
#define IDS_SIMPLE_ALBUM                219
#define IDD_VIEW_DB_ERROR               220
#define IDS_AUDIO_BUTTON_TT1            220
#define IDS_AUDIO_BUTTON_TT2            221
#define IDS_AUDIO_BUTTON_TT3            222
#define IDS_GET_ALBUM_ART               223
#define IDS_REFRESH_ALBUM_ART           224
#define IDS_OPEN_FOLDER                 225
#define IDS_BPM                         226
#define IDS_META_STR                    227
#define IDD_PREFSFR                     228
#define IDS_SMART_STR                   228
#define IDS_GUESS_STR                   229
#define IDS_RECURSE_STR                 230
#define IDS_MORE_ARTIST_INFO            234
#define IDS_PLAY_RANDOM_ITEM            235
#define IDS_ENQUEUE_RANDOM_ITEM         236
#define IDS_LOSSLESS                    237
#define IDS_CATEGORY                    238
#define IDD_VIEW_MINIINFO               239
#define IDS_CATEGORIES                  239
#define IDS_GENRE_ALT                   240
#define IDS_YEAR_ALT                    241
#define IDD_PREFS3                      242
#define IDS_ALBUM_ARTIST_ALT            242
#define IDS_ALBUM_GAIN_ALT              243
#define IDS_PUBLISHER_ALT               244
#define IDS_COMPOSER_ALT                245
#define IDS_ARTIST_INDEX_ALT            246
#define IDD_CUSTCOLUMNS                 247
#define IDS_ALBUM_ARTIST_INDEX_ALT      247
#define IDS_PODCAST_CHANNEL_ALT         248
#define IDS_CATEGORY_ALT                249
#define IDD_SCROLLCHILD                 250
#define IDS_ARTIST_ALT                  250
#define IDD_SCROLLCHILDHOST             251
#define IDS_ALBUM_ALT                   251
#define IDD_SCROLLCHILDFILTER           252
#define IDS_KBPS                        252
#define IDD_TIMEEDITOR                  253
#define IDS_RECENTLY_PLAYED_TEXT        253
#define IDS_PRODUCER                    255
#define IDS_DIRECTOR                    256
#define IDS_PRODUCER_ALT                257
#define IDS_DIRECTOR_ALT                258
#define IDS_CODEC                       259
#define IDD_PREFS_METADATA              260
#define IDS_WIDTH                       260
#define IDS_HEIGHT                      261
#define IDS_DIMENSION                   262
#define IDS_IN_X_SEC                    263
#define IDS_TRACKS_MENU                 264
#define IDS_ERROR_PLG_SELECT_TRACKS     267
#define IDS_NULLSOFT_PLAYLIST_GENERATOR 268
#define IDS_VIEW_ALL_FILES_BY           269
#define IDS_VIEW_ALL_FILES_FROM         270
#define IDR_DB_ERROR                    270
#define IDR_NDE_ERROR                   273
#define IDS_DATE_ADDED                  274
#define IDS_REFRESH_FILESIZE_DATEADDED  275
#define IDS_RECENTLY_MODIFIED           276
#define IDS_FINISHED                    277
#define IDS_REFRESH_MESSAGE             278
#define IDS_CLOUD                       279
#define IDR_VIEW_ACCELERATORS           279
#define IDS_CLOUD_SOURCES               280
#define IDR_QUERY_ACCELERATORS          280
#define IDS_CLOUD_HIDDEN                281
#define IDS_TRACK_AVAILABLE             282
#define IDS_UPLOAD_TO_SOURCE            283
#define IDS_UPLOADING_TO_SOURCE         284
#define IDS_STRING140                   285
#define IDD_EDIT_INFO                   286
#define IDD_ADDSTUFF                    287
#define IDS_NO_RATING                   516
#define IDS_X_ITEM_SELECTED             517
#define IDS_X_ITEMS_SELECTED            518
#define IDS_UPDATING_FILES              519
#define IDS_UPDATING_X                  520
#define IDS_ERROR_UPDATING_FILE         521
#define IDS_INFO_UPDATING_ERROR         522
#define IDC_LIST1                       1000
#define IDC_LIST2                       1001
#define IDC_EDIT_ARTIST                 1002
#define IDC_LIST3                       1002
#define IDC_CHECK_ARTIST                1003
#define IDC_CHECK_TITLE                 1004
#define IDC_CHECK_ALBUM                 1005
#define IDC_CLEAR                       1005
#define IDC_QUICKSEARCH                 1006
#define IDC_CHECK_TRACK                 1006
#define IDC_PROGRESS1                   1007
#define IDC_CHECK_GENRE                 1007
#define IDC_STATUS                      1008
#define IDC_CHECK_YEAR                  1008
#define IDC_RECT                        1009
#define IDC_EDIT_TITLE                  1009
#define IDC_EDIT_ALBUM                  1010
#define IDC_EDIT_TRACK                  1011
#define IDC_EDIT_GENRE                  1012
#define IDC_HDELIM                      1013
#define IDC_EDIT_YEAR                   1013
#define IDC_CHECK_COMMENT               1014
#define IDC_MEDIASTATUS                 1015
#define IDC_EDIT_COMMENT                1015
#define IDC_BUTTON_PLAY                 1016
#define IDC_CHECK_DISC                  1016
#define IDC_BUTTON_ENQUEUE              1017
#define IDC_EDIT_DISC                   1017
#define IDC_BUTTON_INFOTOGGLE           1018
#define IDC_CHECK_ALBUMARTIST           1018
#define IDC_EDIT_ALBUMARTIST            1019
#define IDC_BUTTON_CREATEPLAYLIST       1019
#define IDC_SEARCHCAPTION               1020
#define IDC_CHECK_PUBLISHER             1020
#define IDC_EDIT_PUBLISHER              1021
#define IDC_RESCAN                      1022
#define IDC_CHECK_COMPOSER              1022
#define IDC_NAME                        1023
#define IDC_EDIT_COMPOSER               1023
#define IDC_QUERY                       1024
#define IDC_CHECK_CATEGORY              1024
#define IDC_DIV1                        1025
#define IDC_EDIT_COMPOSER2              1025
#define IDC_EDIT_CATEGORY               1025
#define IDC_DIV2                        1026
#define IDC_CHECK_BPM                   1026
#define IDC_EDIT_BPM                    1027
#define IDC_CHECK_RATING                1028
#define IDC_RADIO1                      1029
#define IDC_RADIO2                      1030
#define IDC_RADIO6                      1031
#define IDC_RADIO_TWOFILTERS            1031
#define IDC_COMBO1                      1032
#define IDC_RADIO8                      1032
#define IDC_COMBO2                      1033
#define IDC_RADIO_THREEFILTERS          1033
#define IDC_RADIO3                      1035
#define IDC_RADIO_BELOW                 1035
#define IDC_RADIO_ABOVEOREQUAL          1036
#define IDC_RADIO_BELOWOREQUAL          1037
#define IDC_COMBO_FILTER1               1046
#define IDC_COMBO_FILTER2               1047
#define IDC_COMBO_FILTER3               1048
#define IDC_RADIO_FILTERS2              1049
#define IDC_RADIO_FILTERS3              1050
#define IDC_HEADER                      1051
#define IDC_STATIC_FILTER3              1051
#define IDC_CHECK1                      1052
#define IDC_REMEMBER_SEARCH             1053
#define IDC_CHECK2                      1054
#define IDC_CHECK7                      1055
#define IDC_EDIT2                       1056
#define IDC_STATIC4                     1060
#define IDC_CHECK8                      1061
#define IDC_BUTTON1                     1062
#define IDC_BUTTON3                     1063
#define IDC_STATIC5                     1063
#define IDC_BUTTON4                     1064
#define IDC_BUTTON5                     1065
#define IDC_BUTTON_NOW                  1065
#define IDC_BUTTON2                     1066
#define IDC_BUTTON_QUERYBUILD           1067
#define IDC_EDIT1                       1071
#define IDC_CHECK3                      1076
#define IDC_CHECK4                      1077
#define IDC_CHECK5                      1078
#define IDC_TAB1                        1079
#define IDC_CHECK6                      1087
#define IDC_TEXT                        1090
#define IDC_RADIO_ISEMPTY               1091
#define IDC_RADIO_TIMEAGO_Y             1094
#define IDC_RADIO_TIMEAGO_M             1095
#define IDC_RADIO_TIMEAGO_W             1096
#define IDC_RADIO_TIMEAGO_D             1097
#define IDC_RADIO_TIMEAGO_H             1098
#define IDC_RADIO_TIMEAGO_MIN           1099
#define IDC_RADIO_TIMEAGO_S             1100
#define IDC_EDIT3                       1106
#define IDC_MINUTES                     1137
#define IDC_CHECK_RELATIVE              1139
#define IDC_CHECK_ABSOLUTE              1140
#define IDC_DATETIMEPICKER2             1141
#define IDC_CHECK_TIMEAGO               1143
#define IDC_CHECK_SELECTIVE             1144
#define IDC_RADIO_THISYEAR              1146
#define IDC_RADIO_THISMONTH             1147
#define IDC_RADIO_YEAR                  1148
#define IDC_RADIO_MONTH                 1150
#define IDC_RADIO_THISDAY               1151
#define IDC_RADIO_DAY                   1152
#define IDC_EDIT_DAY                    1153
#define IDC_RADIO_THISTIME              1154
#define IDC_RADIO_TIME                  1155
#define IDC_EDIT_RESULT                 1164
#define IDC_EDIT_QUERY                  1165
#define IDC_STATIC_YEAR                 1166
#define IDC_STATIC_MONTH                1167
#define IDC_STATIC_DAY                  1168
#define IDC_STATIC_TIME                 1169
#define IDC_STATIC_STRING               1173
#define IDC_STATIC_ABSOLUTE             1174
#define IDC_STATIC_RELATIVE             1175
#define IDC_STATIC_TIMEAGO              1176
#define IDC_STATIC_SELECTIVE            1177
#define IDC_EDIT                        1178
#define IDC_DATETIMEPICKER1             1179
#define IDC_LIST_FIELDS                 1180
#define IDC_RADIO_EQUAL                 1181
#define IDC_RADIO_ABOVE                 1182
#define IDC_RADIO_ISLIKE                1183
#define IDC_CHECK_NOT                   1184
#define IDC_EDIT_STRING                 1185
#define IDC_DATETIMEPICKER              1187
#define IDC_EDIT_DATETIME               1187
#define IDC_EDIT_TIMEAGO                1188
#define IDC_BUTTON_PICK                 1189
#define IDC_BUTTON_MONTH                1190
#define IDC_BUTTON_AND                  1191
#define IDC_BUTTON_OR                   1192
#define IDC_STATIC_DATETIME             1197
#define IDC_STATIC_DIRECTION            1198
#define IDC_RADIO_AFTER                 1199
#define IDC_RADIO_BEFORE                1200
#define IDC_RADIO_NOON                  1201
#define IDC_RADIO_MIDNIGHT              1202
#define IDC_STATIC_QUERYTIME            1203
#define IDC_RADIO_BEGINS                1204
#define IDC_RADIO_ENDS                  1205
#define IDC_STATIC_RESULT               1206
#define IDC_STATIC_QUERY                1207
#define IDC_STATIC_GENERAL              1208
#define ID_BUTTON_SENDTOQUERY           1209
#define IDC_RADIO_CONTAINS              1210
#define IDC_DEFS                        1210
#define IDC_STATIC_TOTAL                1212
#define IDC_STATIC_PERCENT              1213
#define IDC_STATIC_RECOVERED            1214
#define IDC_PROGRESS_PERCENT            1215
#define IDC_STATIC_LOST                 1216
#define ID_ADD_FILES                    1274
#define IDC_OP                          1275
#define IDC_CHILDFRAME                  1277
#define IDC_BUTTON_EDITDATETIME         1278
#define IDC_STATIC_CURDATETIME          1279
#define IDC_CONFMETA                    1288
#define IDC_STATIC1                     1293
#define IDC_STATIC2                     1294
#define IDC_BUTTON_MIX                  1304
#define IDC_MIXABLE                     1305
#define IDC_CHECK_ATF                   1311
#define IDC_COMBO_FILTER                1312
#define IDC_REFRESHMETADATA_STATUS      1314
#define IDC_ALBUMGAIN                   1315
#define IDC_ARTIST_AS_ALBUMARTIST       1316
#define IDC_FILTERS0                    1317
#define IDC_RADIO_FILTERS0              1317
#define IDC_STATIC_FILTER2              1318
#define IDC_RADIO_SIMPLE                1320
#define IDC_IMAGE_SIMPLEALBUM           1321
#define IDC_IMAGE_TWOFILTERS            1322
#define IDC_IMAGE_THREEFILTERS          1323
#define IDC_STATIC_SIMPLE               1324
#define IDC_STATIC_SIMPLEALBUM          1325
#define IDC_STATIC_TWOFILTERS           1326
#define IDC_STATIC_THREEFILTERS         1327
#define IDC_RADIO_SIMPLEALBUM           1328
#define IDC_HIDE_EXTINFO                1329
#define IDC_COMBO_PRESETS               1330
#define IDC_STATIC_INFO                 1331
#define IDC_CHECK_SHOWINFO              1332
#define IDC_STATIC_FILTER               1333
#define IDC_IMAGE_SIMPLE                1334
#define IDC_AND                         1335
#define IDC_OR                          1336
#define IDC_BUTTON_MODE                 1337
#define IDC_BUTTON_ARTMODE              1338
#define IDC_BUTTON_VIEWMODE             1339
#define IDC_BUTTON_COLUMNS              1340
#define IDC_BTN_LINK_PROMO              1340
#define IDC_SPIN1                       1341
#define IDC_IMPORT_ITUNES               1342
#define IDC_CHECK_DIRECTOR              1343
#define IDC_EDIT_DIRECTOR               1344
#define IDC_CHECK_PRODUCER              1345
#define IDC_EDIT_PRODUCER               1346
#define IDC_STATIC_QUERYDELAY           1347
#define IDC_CHECK_PODCAST               1347
#define IDC_EDIT_QUERYDELAY             1348
#define IDC_EDIT_PODCAST_CHANNEL        1348
#define IDC_ERROR_1                     1349
#define IDC_CHECK_PODCAST_CHANNEL       1349
#define IDC_RESET_DB_ON_ERROR           1352
#define IDC_DB_ERROR                    1353
#define IDC_COMBO_RATING                1354
#define IDS_SUBSTANTIVES                2048
#define IDS_PLAY_ENQ_RND_ALTERNATIVE    2049
#define ID_MEDIAWND_PLAYSELECTEDFILES   40001
#define ID_MEDIAWND_ENQUEUESELECTEDFILES 40002
#define ID_MEDIAWND_REMOVEFROMLIBRARY   40003
#define ID_AUDIOWND_PLAYSELECTION       40004
#define ID_AUDIOWND_ENQUEUESELECTION    40005
#define ID_MEDIAWND_SELECTALL           40006
#define ID_QUERYWND_EDIT                40007
#define ID_QUERYWND_DELETE              40008
#define ID_QUERYMENU_ADDNEWQUERY        40009
#define ID_QUERYWND_PLAYQUERY           40010
#define ID_QUERYWND_ENQUEUEQUERY        40011
#define ID_EDITITEMINFOS                40012
#define ID_MEDIAWND_ADDTOPLAYLIST       40033
#define ID_MEDIAWND_EXPLOREFOLDER       40037
#define ID_MEDIAWND_REMOVE_REMOVEALLDEADFILES 40038
#define ID_MEDIAWND_REMOVE_PHYSICALLYREMOVESELECTEDITEMS 40039
#define ID_HEADERWND_CUSTOMIZECOLUMNS   40074
#define ID_RATE_1                       40075
#define ID_RATE_2                       40076
#define ID_RATE_3                       40077
#define ID_RATE_4                       40078
#define ID_RATE_5                       40079
#define ID_RATE_0                       40080
#define IDC_REFRESH_METADATA            40098
#define ID_FILTERHEADERWND_SHOWHORIZONTALSCROLLBAR 40099
#define ID_ARTHEADERWND_SMALLICON       40100
#define ID_ARTHEADERWND_MEDIUMICON      40101
#define ID_ARTHEADERWND_LARGEICON       40102
#define ID_ARTHEADERWND_MEDIUMDETAILS   40104
#define ID_ARTHEADERWND_LARGEDETAILS    40105
#define ID_ARTHEADERWND_SMALLDETAILS    40106
#define ID_AUDIOWND_PLAYRANDOMITEM      40108
#define ID_AUDIOWND_ENQUEUERANDOMITEM   40109
#define ID_QUERYMENU_PREFERENCES        40110
#define ID_QUERYMENU_HELP               40111
#define ID_ARTHEADERWND_EXTRALARGEICON  40112
#define ID_ARTHEADERWND_SHOWTEXT        40113
#define ID_PE_ID3                       40208
#define IDS_NULLSOFT_LOCAL_MEDIA        65534

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        281
#define _APS_NEXT_COMMAND_VALUE         40129
#define _APS_NEXT_CONTROL_VALUE         1355
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif