Import a very basic version of wordpad from Wine.
[reactos.git] / reactos / base / applications / wordpad / rsrc.rc
1 /*
2 * Copyright 2004 by Krzysztof Foltman
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */
18
19 #include <windows.h>
20 #include "resource.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 "A", ID_EDIT_SELECTALL, VIRTKEY, CONTROL
30 "X", ID_EDIT_CUT, VIRTKEY, CONTROL
31 "C", ID_EDIT_COPY, VIRTKEY, CONTROL
32 "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL
33 "Y", ID_EDIT_REDO, VIRTKEY, CONTROL
34 "B", ID_FORMAT_BOLD, VIRTKEY, CONTROL
35 "I", ID_FORMAT_ITALIC, VIRTKEY, CONTROL
36 "U", ID_FORMAT_UNDERLINE,VIRTKEY, CONTROL
37 "N", ID_FILE_NEW, VIRTKEY, CONTROL
38 "O", ID_FILE_OPEN, VIRTKEY, CONTROL
39 "S", ID_FILE_SAVE, VIRTKEY, CONTROL
40 END
41
42 /* toolbar.bmp */
43 IDB_TOOLBAR BITMAP toolbar.bmp
44
45 #include "De.rc"
46 #include "En.rc"
47 #include "Fr.rc"
48 #include "Ko.rc"
49 #include "Nl.rc"
50 #include "No.rc"
51 #include "Ru.rc"
52 #include "Tr.rc"