Sync with trunk r63647.
[reactos.git] / base / applications / mspaint / rsrc.rc
1 /*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL
4 * FILE: base/applications/mspaint/rsrc.rc
5 * PURPOSE: Managing the resources
6 * PROGRAMMERS: Benedikt Freisen
7 */
8
9 /* INCLUDES *********************************************************/
10
11 #include <windef.h>
12 #include <winuser.h>
13
14 #include "definitions.h"
15
16 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Paint"
17 #define REACTOS_STR_INTERNAL_NAME "mspaint"
18 #define REACTOS_STR_ORIGINAL_FILENAME "mspaint.exe"
19
20 #include <reactos/version.rc>
21
22 /* Icons */
23
24 IDI_APPICON ICON "icons/paint.ico"
25
26 IDB_TOOLBARICONS BITMAP "icons/iconbar.bmp"
27
28 IDI_TRANSPARENT ICON "icons/transparent.ico"
29 IDI_NONTRANSPARENT ICON "icons/nontransparent.ico"
30
31 IDC_FILL ICON "icons/fill_cur.ico"
32 IDC_COLOR ICON "icons/color_cur.ico"
33 IDC_ZOOM ICON "icons/zoom_cur.ico"
34 IDC_PEN ICON "icons/pen_cur.ico"
35 IDC_AIRBRUSH ICON "icons/airbrush_cur.ico"
36
37 IDI_HORZSTRETCH ICON "icons/horzstretch.ico"
38 IDI_VERTSTRETCH ICON "icons/vertstretch.ico"
39 IDI_HORZSKEW ICON "icons/horzskew.ico"
40 IDI_VERTSKEW ICON "icons/vertskew.ico"
41
42 #include <reactos/manifest_exe.rc>
43
44 /* UTF-8 */
45 #pragma code_page(65001)
46
47 #ifdef LANGUAGE_BG_BG
48 #include "lang/bg-BG.rc"
49 #endif
50 #ifdef LANGUAGE_CS_CZ
51 #include "lang/cs-CZ.rc"
52 #endif
53 #ifdef LANGUAGE_DE_DE
54 #include "lang/de-DE.rc"
55 #endif
56 #ifdef LANGUAGE_EN_GB
57 #include "lang/en-GB.rc"
58 #endif
59 #ifdef LANGUAGE_EN_US
60 #include "lang/en-US.rc"
61 #endif
62 #ifdef LANGUAGE_ES_ES
63 #include "lang/es-ES.rc"
64 #endif
65 #ifdef LANGUAGE_EU_ES
66 #include "lang/eu-ES.rc"
67 #endif
68 #ifdef LANGUAGE_FR_FR
69 #include "lang/fr-FR.rc"
70 #endif
71 #ifdef LANGUAGE_HE_IL
72 #include "lang/he-IL.rc"
73 #endif
74 #ifdef LANGUAGE_HU_HU
75 #include "lang/hu-HU.rc"
76 #endif
77 #ifdef LANGUAGE_IT_IT
78 #include "lang/it-IT.rc"
79 #endif
80 #ifdef LANGUAGE_JA_JP
81 #include "lang/ja-JP.rc"
82 #endif
83 #ifdef LANGUAGE_NL_NL
84 #include "lang/nl-NL.rc"
85 #endif
86 #ifdef LANGUAGE_NB_NO
87 #include "lang/no-NO.rc"
88 #endif
89 #ifdef LANGUAGE_PL_PL
90 #include "lang/pl-PL.rc"
91 #endif
92 #ifdef LANGUAGE_PT_BR
93 #include "lang/pt-BR.rc"
94 #endif
95 #ifdef LANGUAGE_PT_PT
96 #include "lang/pt-PT.rc"
97 #endif
98 #ifdef LANGUAGE_RO_RO
99 #include "lang/ro-RO.rc"
100 #endif
101 #ifdef LANGUAGE_RU_RU
102 #include "lang/ru-RU.rc"
103 #endif
104 #ifdef LANGUAGE_SK_SK
105 #include "lang/sk-SK.rc"
106 #endif
107 #ifdef LANGUAGE_SQ_AL
108 #include "lang/sq-AL.rc"
109 #endif
110 #ifdef LANGUAGE_SV_SE
111 #include "lang/sv-SE.rc"
112 #endif
113 #ifdef LANGUAGE_TR_TR
114 #include "lang/tr-TR.rc"
115 #endif
116 #ifdef LANGUAGE_UK_UA
117 #include "lang/uk-UA.rc"
118 #endif
119 #ifdef LANGUAGE_ZH_CN
120 #include "lang/zh-CN.rc"
121 #endif
122 #ifdef LANGUAGE_ZH_TW
123 #include "lang/zh-TW.rc"
124 #endif