0c024aa6dc0d455a611226232f6370f26cad8393
[reactos.git] / modules / rosapps / applications / devutils / vgafontedit / vgafontedit.rc
1 /*
2 * PROJECT: ReactOS VGA Font Editor
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Main resource file
5 * COPYRIGHT: Copyright 2008 Colin Finck (colin@reactos.org)
6 */
7
8 #include <windows.h>
9 #include <commctrl.h>
10 #include "resource.h"
11 #include "customwndclasses.h"
12
13 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
14
15 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS VGA Font Editor"
16 #define REACTOS_STR_INTERNAL_NAME "vgafontedit"
17 #define REACTOS_STR_ORIGINAL_FILENAME "vgafontedit.exe"
18 #include <reactos/version.rc>
19
20 IDA_MAINACCELERATORS ACCELERATORS
21 BEGIN
22 "N", ID_FILE_NEW, VIRTKEY, CONTROL
23 "O", ID_FILE_OPEN, VIRTKEY, CONTROL
24 "S", ID_FILE_SAVE, VIRTKEY, CONTROL
25 "C", ID_EDIT_COPY, VIRTKEY, CONTROL
26 "V", ID_EDIT_PASTE, VIRTKEY, CONTROL
27 END
28
29 IDB_MAIN_TOOLBAR BITMAP "res/toolbar.bmp"
30 IDB_EDIT_GLYPH_TOOLBOX BITMAP "res/toolbox.bmp"
31 IDI_MAIN ICON "res/main.ico"
32 IDI_DOC ICON "res/doc.ico"
33
34 #include <reactos/manifest_exe.rc>
35
36 /* UTF-8 */
37 #pragma code_page(65001)
38
39 #ifdef LANGUAGE_BG_BG
40 #include "lang/bg-BG.rc"
41 #endif
42 #ifdef LANGUAGE_DE_DE
43 #include "lang/de-DE.rc"
44 #endif
45 #ifdef LANGUAGE_EN_US
46 #include "lang/en-US.rc"
47 #endif
48 #ifdef LANGUAGE_ES_ES
49 #include "lang/es-ES.rc"
50 #endif
51 #ifdef LANGUAGE_FR_FR
52 #include "lang/fr-FR.rc"
53 #endif
54 #ifdef LANGUAGE_IT_IT
55 #include "lang/it-IT.rc"
56 #endif
57 #ifdef LANGUAGE_NO_NO
58 #include "lang/no-NO.rc"
59 #endif
60 #ifdef LANGUAGE_PL_PL
61 #include "lang/pl-PL.rc"
62 #endif
63 #ifdef LANGUAGE_RO_RO
64 #include "lang/ro-RO.rc"
65 #endif
66 #ifdef LANGUAGE_RU_RU
67 #include "lang/ru-RU.rc"
68 #endif
69 #ifdef LANGUAGE_UK_UA
70 #include "lang/uk-UA.rc"
71 #endif
72 #ifdef LANGUAGE_ZH_CN
73 #include "lang/zh-CN.rc"
74 #endif