Sync to trunk revision 63857.
[reactos.git] / dll / cpl / desk / desk.rc
1 #include <windef.h>
2 #include <winuser.h>
3 #include <commctrl.h>
4
5 #include "resource.h"
6
7 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
8
9 #define REACTOS_VERSION_DLL
10 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Display Panel"
11 #define REACTOS_STR_INTERNAL_NAME "desk"
12 #define REACTOS_STR_ORIGINAL_FILENAME "desk.cpl"
13 #include <reactos/version.rc>
14
15 IDC_DESK_ICON ICON "resources/applet.ico"
16 IDC_DESK_ICON2 ICON "resources/applet.ico"
17
18 IDC_MONITOR BITMAP "resources/monitor.bmp"
19
20 IDB_SPECTRUM_4 BITMAP "resources/spectrum_4.bmp"
21 IDB_SPECTRUM_8 BITMAP "resources/spectrum_8.bmp"
22 IDB_SPECTRUM_16 BITMAP "resources/spectrum_16.bmp"
23
24 #include <reactos/manifest_dll.rc>
25
26 /* UTF-8 */
27 #pragma code_page(65001)
28
29 #ifdef LANGUAGE_BG_BG
30 #include "lang/bg-BG.rc"
31 #endif
32 #ifdef LANGUAGE_CS_CZ
33 #include "lang/cs-CZ.rc"
34 #endif
35 #ifdef LANGUAGE_DE_DE
36 #include "lang/de-DE.rc"
37 #endif
38 #ifdef LANGUAGE_EL_GR
39 #include "lang/el-GR.rc"
40 #endif
41 #ifdef LANGUAGE_EN_US
42 #include "lang/en-US.rc"
43 #endif
44 #ifdef LANGUAGE_ES_ES
45 #include "lang/es-ES.rc"
46 #endif
47 #ifdef LANGUAGE_FR_FR
48 #include "lang/fr-FR.rc"
49 #endif
50 #ifdef LANGUAGE_HE_IL
51 #include "lang/he-IL.rc"
52 #endif
53 #ifdef LANGUAGE_HU_HU
54 #include "lang/hu-HU.rc"
55 #endif
56 #ifdef LANGUAGE_ID_ID
57 #include "lang/id-ID.rc"
58 #endif
59 #ifdef LANGUAGE_IT_IT
60 #include "lang/it-IT.rc"
61 #endif
62 #ifdef LANGUAGE_JA_JP
63 #include "lang/ja-JP.rc"
64 #endif
65 #ifdef LANGUAGE_NL_NL
66 #include "lang/nl-NL.rc"
67 #endif
68 #ifdef LANGUAGE_NB_NO
69 #include "lang/no-NO.rc"
70 #endif
71 #ifdef LANGUAGE_PL_PL
72 #include "lang/pl-PL.rc"
73 #endif
74 #ifdef LANGUAGE_RO_RO
75 #include "lang/ro-RO.rc"
76 #endif
77 #ifdef LANGUAGE_RU_RU
78 #include "lang/ru-RU.rc"
79 #endif
80 #ifdef LANGUAGE_SK_SK
81 #include "lang/sk-SK.rc"
82 #endif
83 #ifdef LANGUAGE_SQ_AL
84 #include "lang/sq-AL.rc"
85 #endif
86 #ifdef LANGUAGE_SV_SE
87 #include "lang/sv-SE.rc"
88 #endif
89 #ifdef LANGUAGE_TR_TR
90 #include "lang/tr-TR.rc"
91 #endif
92 #ifdef LANGUAGE_UK_UA
93 #include "lang/uk-UA.rc"
94 #endif
95 #ifdef LANGUAGE_ZH_CN
96 #include "lang/zh-CN.rc"
97 #endif