Updated Ukrainian translation.
[LameXP.git] / src / Resource.h
blob4cd4aa391513dff3145f9f03567470af31b460a2
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, but always including the *additional*
9 // restrictions defined in the "License.txt" file.
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License along
17 // with this program; if not, write to the Free Software Foundation, Inc.,
18 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 // http://www.gnu.org/licenses/gpl-2.0.txt
21 ///////////////////////////////////////////////////////////////////////////////
24 * Resource ID's
26 #define IDI_ICON1 106
27 #define IDI_ICON2 107
28 #define IDR_WAVE_ABOUT 666
29 #define IDR_WAVE_SUCCESS 667
30 #define IDR_WAVE_ERROR 668
31 #define IDR_WAVE_ABORTED 669
32 #define IDR_WAVE_WHAMMY 670
33 #define IDR_WAVE_WOOHOO 671
34 #define IDR_WAVE_SHUTDOWN 672
35 #define IDR_WAVE_BEEP 673
36 #define IDR_WAVE_BEEP_LONG 674
37 #define IDR_WAVE_WAITING 675
38 #define IDR_WAVE_BLAST 676
39 #define IDR_WAVE_TICK 677
40 #define IDR_WAVE_DROP 678
43 * Next default values for new objects
45 #ifdef APSTUDIO_INVOKED
46 #ifndef APSTUDIO_READONLY_SYMBOLS
47 #define _APS_NEXT_RESOURCE_VALUE 107
48 #define _APS_NEXT_COMMAND_VALUE 40001
49 #define _APS_NEXT_CONTROL_VALUE 1001
50 #define _APS_NEXT_SYMED_VALUE 101
51 #endif
52 #endif