Updated Ukrainian translation.
[LameXP.git] / src / Resource.h
blob499f22adba3b8d0f4b7250797bf96e4ca2c1b98b
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.
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.
19 // http://www.gnu.org/licenses/gpl-2.0.txt
20 ///////////////////////////////////////////////////////////////////////////////
22 #include "Config.h"
25 * Resource ID's
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
41 * Next default values for new objects
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