3ed87521db902127715b09275315eb6c4a123b08
[reactos.git] / reactos / base / applications / wordpad / rsrc.rc
1 /*
2 * Copyright 2004 by Krzysztof Foltman
3 * Copyright 2007 by Alexander N. Sørnes <alex@thehandofagony.com>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 */
19
20 #include <windef.h>
21 #include <winuser.h>
22
23 #include "wordpad.h"
24
25 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS WordPad\0"
26 #define REACTOS_STR_INTERNAL_NAME "wordpad\0"
27 #define REACTOS_STR_ORIGINAL_FILENAME "wordpad.exe\0"
28
29 #include <reactos/version.rc>
30
31 MAINACCELTABLE ACCELERATORS
32 BEGIN
33 "1", ID_BACK_1, VIRTKEY, CONTROL
34 "2", ID_BACK_2, VIRTKEY, CONTROL
35 "L", ID_ALIGN_LEFT, VIRTKEY, CONTROL
36 "E", ID_ALIGN_CENTER, VIRTKEY, CONTROL
37 "R", ID_ALIGN_RIGHT, VIRTKEY, CONTROL
38 "F", ID_FIND, VIRTKEY, CONTROL
39 VK_F3, ID_FIND_NEXT, VIRTKEY
40 "H", ID_REPLACE, VIRTKEY, CONTROL
41 "A", ID_EDIT_SELECTALL, VIRTKEY, CONTROL
42 "X", ID_EDIT_CUT, VIRTKEY, CONTROL
43 "C", ID_EDIT_COPY, VIRTKEY, CONTROL
44 "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
45 "Y", ID_EDIT_REDO, VIRTKEY, CONTROL
46 "B", ID_FORMAT_BOLD, VIRTKEY, CONTROL
47 "I", ID_FORMAT_ITALIC, VIRTKEY, CONTROL
48 "U", ID_FORMAT_UNDERLINE,VIRTKEY, CONTROL
49 "N", ID_FILE_NEW, VIRTKEY, CONTROL
50 "O", ID_FILE_OPEN, VIRTKEY, CONTROL
51 "S", ID_FILE_SAVE, VIRTKEY, CONTROL
52 "P", ID_PRINT, VIRTKEY, CONTROL
53 END
54
55 /* @makedep: toolbar.bmp */
56 IDB_TOOLBAR BITMAP "res/toolbar.bmp"
57
58 /* @makedep: formatbar.bmp */
59 IDB_FORMATBAR BITMAP "res/formatbar.bmp"
60
61 /* @makedep: wordpad.ico */
62 IDI_WORDPAD ICON "res/wordpad.ico"
63
64 /* @makedep: zoom.cur */
65 IDC_ZOOM CURSOR "res/zoom.cur"
66
67
68 #ifdef LANGUAGE_EN_US
69 #include "lang/En.rc"
70 #endif
71 #ifdef LANGUAGE_HU_HU
72 #include "lang/Hu.rc"
73 #endif
74 #ifdef LANGUAGE_KO_KR
75 #include "lang/Ko.rc"
76 #endif
77 #ifdef LANGUAGE_PL_PL
78 #include "lang/Pl.rc"
79 #endif
80
81 /* UTF-8 */
82 #ifdef LANGUAGE_DA_DK
83 #include "lang/Da.rc"
84 #endif
85 #ifdef LANGUAGE_DE_DE
86 #include "lang/De.rc"
87 #endif
88 #ifdef LANGUAGE_FR_FR
89 #include "lang/Fr.rc"
90 #endif
91 #ifdef LANGUAGE_HE_IL
92 #include "lang/He.rc"
93 #endif
94 #ifdef LANGUAGE_IT_IT
95 #include "lang/It.rc"
96 #endif
97 #ifdef LANGUAGE_JA_JP
98 #include "lang/Ja.rc"
99 #endif
100 #ifdef LANGUAGE_LT_LT
101 #include "lang/Lt.rc"
102 #endif
103 #ifdef LANGUAGE_NL_NL
104 #include "lang/Nl.rc"
105 #endif
106 #ifdef LANGUAGE_NO_NO
107 #include "lang/No.rc"
108 #endif
109 #ifdef LANGUAGE_PT_PT
110 #include "lang/Pt.rc"
111 #endif
112 #ifdef LANGUAGE_RO_RO
113 #include "lang/Ro.rc"
114 #endif
115 #ifdef LANGUAGE_RU_RU
116 #include "lang/Ru.rc"
117 #endif
118 #ifdef LANGUAGE_SL_SI
119 #include "lang/Si.rc"
120 #endif
121 #ifdef LANGUAGE_SV_SE
122 #include "lang/Sv.rc"
123 #endif
124 #ifdef LANGUAGE_TR_TR
125 #include "lang/Tr.rc"
126 #endif
127 #ifdef LANGUAGE_UK_UA
128 #include "lang/Uk.rc"
129 #endif
130 #ifdef LANGUAGE_ZH_CN
131 #include "lang/Zh.rc"
132 #endif