Merge from branch ReactX to Trunk,
[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 "resource.h"
24
25 MAINACCELTABLE ACCELERATORS
26 BEGIN
27 "1", ID_BACK_1, VIRTKEY, CONTROL
28 "2", ID_BACK_2, VIRTKEY, CONTROL
29 "L", ID_ALIGN_LEFT, VIRTKEY, CONTROL
30 "E", ID_ALIGN_CENTER, VIRTKEY, CONTROL
31 "R", ID_ALIGN_RIGHT, VIRTKEY, CONTROL
32 "F", ID_FIND, VIRTKEY, CONTROL
33 VK_F3, ID_FIND_NEXT, VIRTKEY
34 "H", ID_REPLACE, VIRTKEY, CONTROL
35 "A", ID_EDIT_SELECTALL, VIRTKEY, CONTROL
36 "X", ID_EDIT_CUT, VIRTKEY, CONTROL
37 "C", ID_EDIT_COPY, VIRTKEY, CONTROL
38 "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
39 "Y", ID_EDIT_REDO, VIRTKEY, CONTROL
40 "B", ID_FORMAT_BOLD, VIRTKEY, CONTROL
41 "I", ID_FORMAT_ITALIC, VIRTKEY, CONTROL
42 "U", ID_FORMAT_UNDERLINE,VIRTKEY, CONTROL
43 "N", ID_FILE_NEW, VIRTKEY, CONTROL
44 "O", ID_FILE_OPEN, VIRTKEY, CONTROL
45 "S", ID_FILE_SAVE, VIRTKEY, CONTROL
46 "P", ID_PRINT, VIRTKEY, CONTROL
47 END
48
49 /* @makedep: toolbar.bmp */
50 IDB_TOOLBAR BITMAP "toolbar.bmp"
51
52 /* @makedep: formatbar.bmp */
53 IDB_FORMATBAR BITMAP "formatbar.bmp"
54
55 /* @makedep: wordpad.ico */
56 IDI_WORDPAD ICON "wordpad.ico"
57
58 /* @makedep: rtf.ico */
59 IDI_RTF ICON "rtf.ico"
60
61 /* @makedep: wri.ico */
62 IDI_WRI ICON "wri.ico"
63
64 /* @makedep: txt.ico */
65 IDI_TXT ICON "txt.ico"
66
67 #include "De.rc"
68 #include "En.rc"
69 #include "Fr.rc"
70 #include "Hu.rc"
71 #include "Ko.rc"
72 #include "Nl.rc"
73 #include "No.rc"
74 #include "Pl.rc"
75 #include "Ru.rc"
76 #include "Tr.rc"