OSDN Git Service

Welcome to year 2013 ;-)
[lamexp/LameXP.git] / src / Resource.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // LameXP - Audio Encoder Front-End
3 // Copyright (C) 2004-2013 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 /*
23  * Resource ID's
24  */
25 #define IDI_ICON1                       106
26 #define IDI_ICON2                       107
27 #define IDR_WAVE_ABOUT                  666
28 #define IDR_WAVE_SUCCESS                667
29 #define IDR_WAVE_ERROR                  668
30 #define IDR_WAVE_ABORTED                669
31 #define IDR_WAVE_WHAMMY                 670
32 #define IDR_WAVE_WOOHOO                 671
33 #define IDR_WAVE_SHUTDOWN               672
34 #define IDR_WAVE_BEEP                   673
35 #define IDR_WAVE_BEEP_LONG              674
36 #define IDR_WAVE_WAITING                675
37
38 /*
39  * Next default values for new objects
40  */
41 #ifdef APSTUDIO_INVOKED
42 #ifndef APSTUDIO_READONLY_SYMBOLS
43 #define _APS_NEXT_RESOURCE_VALUE        107
44 #define _APS_NEXT_COMMAND_VALUE         40001
45 #define _APS_NEXT_CONTROL_VALUE         1001
46 #define _APS_NEXT_SYMED_VALUE           101
47 #endif
48 #endif