[NtUser]
[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"
26 #define REACTOS_STR_INTERNAL_NAME "wordpad"
27 #define REACTOS_STR_ORIGINAL_FILENAME "wordpad.exe"
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 VK_F3, ID_FIND_NEXT, VIRTKEY
36 "L", ID_ALIGN_LEFT, VIRTKEY, CONTROL
37 "E", ID_ALIGN_CENTER, VIRTKEY, CONTROL
38 "R", ID_ALIGN_RIGHT, VIRTKEY, CONTROL
39 "F", ID_FIND, VIRTKEY, CONTROL
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: document.ico */
65 IDI_RTFDOC ICON "res/document.ico"
66
67 /* @makedep: zoom.cur */
68 IDC_ZOOM CURSOR "res/zoom.cur"
69
70 #include <reactos/manifest_exe.rc>
71
72 /* UTF-8 */
73 #ifdef LANGUAGE_DA_DK
74 #include "lang/da-DK.rc"
75 #endif
76 #ifdef LANGUAGE_DE_DE
77 #include "lang/de-DE.rc"
78 #endif
79 #ifdef LANGUAGE_EN_US
80 #include "lang/en-US.rc"
81 #endif
82 #ifdef LANGUAGE_ES_ES
83 #include "lang/es-ES.rc"
84 #endif
85 #ifdef LANGUAGE_FR_FR
86 #include "lang/fr-FR.rc"
87 #endif
88 #ifdef LANGUAGE_HE_IL
89 #include "lang/he-IL.rc"
90 #endif
91 #ifdef LANGUAGE_HU_HU
92 #include "lang/hu-HU.rc"
93 #endif
94 #ifdef LANGUAGE_IT_IT
95 #include "lang/it-IT.rc"
96 #endif
97 #ifdef LANGUAGE_JA_JP
98 #include "lang/ja-JP.rc"
99 #endif
100 #ifdef LANGUAGE_KO_KR
101 #include "lang/ko-KR.rc"
102 #endif
103 #ifdef LANGUAGE_LT_LT
104 #include "lang/lt-LT.rc"
105 #endif
106 #ifdef LANGUAGE_NL_NL
107 #include "lang/nl-NL.rc"
108 #endif
109 #ifdef LANGUAGE_NO_NO
110 #include "lang/no-NO.rc"
111 #endif
112 #ifdef LANGUAGE_PL_PL
113 #include "lang/pl-PL.rc"
114 #endif
115 #ifdef LANGUAGE_PT_BR
116 #include "lang/pt-BR.rc"
117 #endif
118 #ifdef LANGUAGE_PT_PT
119 #include "lang/pt-PT.rc"
120 #endif
121 #ifdef LANGUAGE_RO_RO
122 #include "lang/ro-RO.rc"
123 #endif
124 #ifdef LANGUAGE_RU_RU
125 #include "lang/ru-RU.rc"
126 #endif
127 #ifdef LANGUAGE_SL_SI
128 #include "lang/sl-SI.rc"
129 #endif
130 #ifdef LANGUAGE_SQ_AL
131 #include "lang/sq-AL.rc"
132 #endif
133 #ifdef LANGUAGE_SV_SE
134 #include "lang/sv-SE.rc"
135 #endif
136 #ifdef LANGUAGE_TR_TR
137 #include "lang/tr-TR.rc"
138 #endif
139 #ifdef LANGUAGE_UK_UA
140 #include "lang/uk-UA.rc"
141 #endif
142 #ifdef LANGUAGE_ZH_CN
143 #include "lang/zh-CN.rc"
144 #endif
145 #ifdef LANGUAGE_ZH_TW
146 #include "lang/zh-TW.rc"
147 #endif