OSDN Git Service

Added an option to shutdown the computer as soon as all files are completed.
[lamexp/LameXP.git] / LameXP.rc
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "src\Resource.h"
4
5 #define APSTUDIO_READONLY_SYMBOLS
6 /////////////////////////////////////////////////////////////////////////////
7 //
8 // Generated from the TEXTINCLUDE 2 resource.
9 //
10 #include "afxres.h"
11
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 // Neutral resources
17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
19 #ifdef _WIN32
20 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
21 #pragma code_page(1252)
22 #endif //_WIN32
23
24 /////////////////////////////////////////////////////////////////////////////
25 //
26 // Version
27 //
28
29 VS_VERSION_INFO VERSIONINFO
30  FILEVERSION VER_LAMEXP_MAJOR,VER_LAMEXP_MINOR_HI,VER_LAMEXP_MINOR_LO,VER_LAMEXP_BUILD
31  PRODUCTVERSION VER_LAMEXP_MAJOR,VER_LAMEXP_MINOR_HI,VER_LAMEXP_MINOR_LO,VER_LAMEXP_BUILD
32  FILEFLAGSMASK 0x17L
33 #ifdef _DEBUG
34  FILEFLAGS 0x3L
35 #else
36  FILEFLAGS 0x2L
37 #endif
38  FILEOS 0x40004L
39  FILETYPE 0x1L
40  FILESUBTYPE 0x0L
41 BEGIN
42     BLOCK "StringFileInfo"
43     BEGIN
44         BLOCK "000004b0"
45         BEGIN
46             VALUE "Comments", "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY"
47             VALUE "CompanyName", "Free Software Foundation"
48             VALUE "FileDescription", "LameXP - Audio Encoder Front-End"
49             VALUE "FileVersion", VER_LAMEXP_STR
50             VALUE "InternalName", "LameXP Qt"
51             VALUE "LegalCopyright", "Copyright (C) 2004-2011 LoRd_MuldeR <MuldeR2@GMX.de>"
52             VALUE "LegalTrademarks", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License <http://www.gnu.org/>"
53             VALUE "OriginalFilename", "LameXP.exe"
54             VALUE "ProductName", "LameXP - Audio Encoder Front-End"
55             VALUE "ProductVersion", VER_LAMEXP_STR
56         END
57     END
58     BLOCK "VarFileInfo"
59     BEGIN
60         VALUE "Translation", 0x0, 1200
61     END
62 END
63
64 #endif    // Neutral resources
65 /////////////////////////////////////////////////////////////////////////////
66
67
68 /////////////////////////////////////////////////////////////////////////////
69 // German (Germany) resources
70
71 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
72 #ifdef _WIN32
73 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
74 #pragma code_page(1252)
75 #endif //_WIN32
76
77 #ifdef APSTUDIO_INVOKED
78 /////////////////////////////////////////////////////////////////////////////
79 //
80 // TEXTINCLUDE
81 //
82
83 1 TEXTINCLUDE 
84 BEGIN
85     "src\\Resource.h\0"
86 END
87
88 2 TEXTINCLUDE 
89 BEGIN
90     "#include ""afxres.h""\r\n"
91     "\0"
92 END
93
94 3 TEXTINCLUDE 
95 BEGIN
96     "\r\n"
97     "\0"
98 END
99
100 #endif    // APSTUDIO_INVOKED
101
102
103 /////////////////////////////////////////////////////////////////////////////
104 //
105 // WAVE
106 //
107
108 IDR_WAVE_ABOUT          WAVE                    "res\\sounds\\uuaarrgh.wav"
109 IDR_WAVE_SUCCESS        WAVE                    "res\\sounds\\success.wav"
110 IDR_WAVE_ERROR          WAVE                    "res\\sounds\\error.wav"
111 IDR_WAVE_ABORTED        WAVE                    "res\\sounds\\aborted.wav"
112 IDR_WAVE_WHAMMY         WAVE                    "res\\sounds\\whammy.wav"
113 IDR_WAVE_WOOHOO         WAVE                    "res\\sounds\\woohoo.wav"
114 IDR_WAVE_SHUTDOWN       WAVE                    "res\\sounds\\shutdown.wav"
115
116 /////////////////////////////////////////////////////////////////////////////
117 //
118 // Icon
119 //
120
121 // Icon with lowest ID value placed first to ensure application icon
122 // remains consistent on all systems.
123 IDI_ICON1               ICON                    "res\\MainIcon.ico"
124 IDI_ICON2               ICON                    "res\\FolderIcon.ico"
125 #endif    // German (Germany) resources
126 /////////////////////////////////////////////////////////////////////////////
127
128
129
130 #ifndef APSTUDIO_INVOKED
131 /////////////////////////////////////////////////////////////////////////////
132 //
133 // Generated from the TEXTINCLUDE 3 resource.
134 //
135
136
137 /////////////////////////////////////////////////////////////////////////////
138 #endif    // not APSTUDIO_INVOKED
139