[SHELL32]
[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 "wordpad.h"
21
22 MAINACCELTABLE ACCELERATORS
23 BEGIN
24 "1", ID_BACK_1, VIRTKEY, CONTROL
25 "2", ID_BACK_2, VIRTKEY, CONTROL
26 "L", ID_ALIGN_LEFT, VIRTKEY, CONTROL
27 "E", ID_ALIGN_CENTER, VIRTKEY, CONTROL
28 "R", ID_ALIGN_RIGHT, VIRTKEY, CONTROL
29 "F", ID_FIND, VIRTKEY, CONTROL
30 VK_F3, ID_FIND_NEXT, VIRTKEY
31 "H", ID_REPLACE, VIRTKEY, CONTROL
32 "A", ID_EDIT_SELECTALL, VIRTKEY, CONTROL
33 "X", ID_EDIT_CUT, VIRTKEY, CONTROL
34 "C", ID_EDIT_COPY, VIRTKEY, CONTROL
35 "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
36 "Y", ID_EDIT_REDO, VIRTKEY, CONTROL
37 "B", ID_FORMAT_BOLD, VIRTKEY, CONTROL
38 "I", ID_FORMAT_ITALIC, VIRTKEY, CONTROL
39 "U", ID_FORMAT_UNDERLINE,VIRTKEY, CONTROL
40 "N", ID_FILE_NEW, VIRTKEY, CONTROL
41 "O", ID_FILE_OPEN, VIRTKEY, CONTROL
42 "S", ID_FILE_SAVE, VIRTKEY, CONTROL
43 "P", ID_PRINT, VIRTKEY, CONTROL
44 END
45
46 /* @makedep: toolbar.bmp */
47 IDB_TOOLBAR BITMAP "toolbar.bmp"
48
49 /* @makedep: formatbar.bmp */
50 IDB_FORMATBAR BITMAP "formatbar.bmp"
51
52 /* @makedep: wordpad.ico */
53 IDI_WORDPAD ICON "wordpad.ico"
54
55 /* @makedep: zoom.cur */
56 IDC_ZOOM CURSOR "zoom.cur"
57
58
59 #include "En.rc"
60 #include "Hu.rc"
61 #include "Ko.rc"
62 #include "Pl.rc"
63 #include "Tr.rc"
64
65 /* UTF-8 */
66 #include "Da.rc"
67 #include "De.rc"
68 #include "Fr.rc"
69 #include "It.rc"
70 #include "Ja.rc"
71 #include "Lt.rc"
72 #include "Nl.rc"
73 #include "No.rc"
74 #include "Pt.rc"
75 #include "Ro.rc"
76 #include "Ru.rc"
77 #include "Si.rc"
78 #include "Sv.rc"
79 #include "Uk.rc"
80 #include "Zh.rc"