OSDN Git Service

Update MediaInfo binaries to v0.7.53 (2012-01-24), compiled with ICL 12.1.6 and MSVC...
[lamexp/LameXP.git] / src / Resource.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // LameXP - Audio Encoder Front-End
3 // Copyright (C) 2004-2012 LoRd_MuldeR <MuldeR2@GMX.de>
4 //
5 // This program is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation; either version 2 of the License, or
8 // (at your option) any later version.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License along
16 // with this program; if not, write to the Free Software Foundation, Inc.,
17 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 //
19 // http://www.gnu.org/licenses/gpl-2.0.txt
20 ///////////////////////////////////////////////////////////////////////////////
21
22 #include "Config.h"
23
24 /*
25  * Resource ID's
26  */
27 #define IDI_ICON1                       106
28 #define IDI_ICON2                       107
29 #define IDR_WAVE_ABOUT                  666
30 #define IDR_WAVE_SUCCESS                667
31 #define IDR_WAVE_ERROR                  668
32 #define IDR_WAVE_ABORTED                669
33 #define IDR_WAVE_WHAMMY                 670
34 #define IDR_WAVE_WOOHOO                 671
35 #define IDR_WAVE_SHUTDOWN               672
36 #define IDR_WAVE_BEEP                   673
37 #define IDR_WAVE_BEEP_LONG              674
38 #define IDR_WAVE_WAITING                675
39
40 /*
41  * Next default values for new objects
42  */
43 #ifdef APSTUDIO_INVOKED
44 #ifndef APSTUDIO_READONLY_SYMBOLS
45 #define _APS_NEXT_RESOURCE_VALUE        107
46 #define _APS_NEXT_COMMAND_VALUE         40001
47 #define _APS_NEXT_CONTROL_VALUE         1001
48 #define _APS_NEXT_SYMED_VALUE           101
49 #endif
50 #endif