b421b9c10a705d502c4464bec640c1c76e9f6284
[reactos.git] / modules / rosapps / applications / sysutils / fontsub / fontsub_res.rc
1 /* FontSub by Katayama Hirofumi MZ
2 *
3 * To the extent possible under law, the person who associated CC0 with
4 * FontSub has waived all copyright and related or neighboring rights
5 * to FontSub.
6 *
7 * You should have received a copy of the CC0 legalcode along with this
8 * work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
9 */
10 #include <windef.h>
11 #include <winuser.h>
12 #include <dlgs.h>
13
14 #include "resource.h"
15
16 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
17
18 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Font Substitute Editor"
19 #define REACTOS_STR_INTERNAL_NAME "fontsub"
20 #define REACTOS_STR_ORIGINAL_FILENAME "fontsub.exe"
21 #include <reactos/version.rc>
22
23 /* UTF-8 */
24 #pragma code_page(65001)
25
26 1 ICON "fontsub.ico"
27
28 2 BITMAP "up.bmp"
29 3 BITMAP "down.bmp"
30 4 BITMAP "nil.bmp"
31
32 #ifdef LANGUAGE_DE_DE
33 #include "lang/de-DE.rc"
34 #endif
35 #ifdef LANGUAGE_EN_US
36 #include "lang/en-US.rc"
37 #endif
38 #ifdef LANGUAGE_JA_JP
39 #include "lang/ja-JP.rc"
40 #endif
41 #ifdef LANGUAGE_PL_PL
42 #include "lang/pl-PL.rc"
43 #endif
44 #ifdef LANGUAGE_RO_RO
45 #include "lang/ro-RO.rc"
46 #endif
47 #ifdef LANGUAGE_RU_RU
48 #include "lang/ru-RU.rc"
49 #endif
50 #ifdef LANGUAGE_ZH_CN
51 #include "lang/zh-CN.rc"
52 #endif
53 #ifdef LANGUAGE_ZH_TW
54 #include "lang/zh-TW.rc"
55 #endif
56
57 1 ACCELERATORS
58 BEGIN
59 "O", ID_IMPORT, CONTROL, VIRTKEY
60 "S", ID_EXPORT, CONTROL, VIRTKEY
61 "N", ID_NEW, CONTROL, VIRTKEY
62 "L", ID_RELOAD, CONTROL, VIRTKEY
63 "U", ID_UPDATE_REGISTRY, CONTROL, VIRTKEY
64 END