Synchronize with trunk r58528.
[reactos.git] / base / applications / calc / resource.rc
1 /*
2 * ReactOS Calc (global resource file)
3 *
4 * Copyright 2007, Carlo Bramini
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
10 *
11 * This library 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 GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 #include <windef.h>
22 #include <winuser.h>
23
24 #include "resource.h"
25
26 #ifndef IDC_STATIC
27 #define IDC_STATIC -1
28 #endif
29
30 #ifndef DS_SHELLFONT
31 #define DS_SHELLFONT DS_SETFONT|DS_FIXEDSYS
32 #endif
33
34 // Common resources
35
36 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
37
38 // Icons
39
40 IDI_CALC_BIG ICON DISCARDABLE "res/calc.ico"
41 IDI_CALC_SMALL ICON DISCARDABLE "res/calc_sm.ico"
42
43 // Bitmaps
44
45 IDB_BITMAP_ROS BITMAP DISCARDABLE "res/ROS_logo.bmp"
46
47 // UTF-8
48 #pragma code_page(65001)
49 #ifdef LANGUAGE_BG_BG
50 #include "lang/bg-BG.rc"
51 #endif
52 #ifdef LANGUAGE_CS_CZ
53 #include "lang/cs-CZ.rc"
54 #endif
55 #ifdef LANGUAGE_DE_DE
56 #include "lang/de-DE.rc"
57 #endif
58 #ifdef LANGUAGE_EN_US
59 #include "lang/en-US.rc"
60 #endif
61 #ifdef LANGUAGE_EL_GR
62 #include "lang/el-GR.rc"
63 #endif
64 #ifdef LANGUAGE_ES_ES
65 #include "lang/es-ES.rc"
66 #endif
67 #ifdef LANGUAGE_FR_FR
68 #include "lang/fr-FR.rc"
69 #endif
70 #ifdef LANGUAGE_HE_IL
71 #include "lang/he-IL.rc"
72 #endif
73 #ifdef LANGUAGE_HU_HU
74 #include "lang/hu-HU.rc"
75 #endif
76 #ifdef LANGUAGE_IT_IT
77 #include "lang/it-IT.rc"
78 #endif
79 #ifdef LANGUAGE_JA_JP
80 #include "lang/ja-JP.rc"
81 #endif
82 #ifdef LANGUAGE_KO_KR
83 #include "lang/ko-KR.rc"
84 #endif
85 #ifdef LANGUAGE_NL_NL
86 #include "lang/nl-NL.rc"
87 #endif
88 #ifdef LANGUAGE_NB_NO
89 #include "lang/no-NO.rc"
90 #endif
91 #ifdef LANGUAGE_PL_PL
92 #include "lang/pl-PL.rc"
93 #endif
94 #ifdef LANGUAGE_PT_BR
95 #include "lang/pt-BR.rc"
96 #endif
97 #ifdef LANGUAGE_RO_RO
98 #include "lang/ro-RO.rc"
99 #endif
100 #ifdef LANGUAGE_RU_RU
101 #include "lang/ru-RU.rc"
102 #endif
103 #ifdef LANGUAGE_SK_SK
104 #include "lang/sk-SK.rc"
105 #endif
106 #ifdef LANGUAGE_SV_SE
107 #include "lang/sv-SE.rc"
108 #endif
109 #ifdef LANGUAGE_TH_TH
110 #include "lang/th-TH.rc"
111 #endif
112 #ifdef LANGUAGE_UK_UA
113 #include "lang/uk-UA.rc"
114 #endif
115 #ifdef LANGUAGE_ZH_CN
116 #include "lang/zh-CN.rc"
117 #endif