push e1d8a1293d44015bb0894687d02c5c53339996f7
[wine/hacks.git] / programs / wordpad / rsrc.rc
blob1a77fe27be13d3e2370d4261e49af51363477105
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  */
20 #include <windef.h>
21 #include <winuser.h>
23 #include "wordpad.h"
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
49 /* @makedep: toolbar.bmp */
50 IDB_TOOLBAR BITMAP "toolbar.bmp"
52 /* @makedep: formatbar.bmp */
53 IDB_FORMATBAR BITMAP "formatbar.bmp"
55 /* @makedep: wordpad.ico */
56 IDI_WORDPAD ICON "wordpad.ico"
58 /* @makedep: rtf.ico */
59 IDI_RTF ICON "rtf.ico"
61 /* @makedep: wri.ico */
62 IDI_WRI ICON "wri.ico"
64 /* @makedep: txt.ico */
65 IDI_TXT ICON "txt.ico"
67 #include "Da.rc"
68 #include "De.rc"
69 #include "En.rc"
70 #include "Fr.rc"
71 #include "Hu.rc"
72 #include "Ja.rc"
73 #include "Ko.rc"
74 #include "Nl.rc"
75 #include "No.rc"
76 #include "Pl.rc"
77 #include "Pt.rc"
78 #include "Ru.rc"
79 #include "Si.rc"
80 #include "Sv.rc"
81 #include "Tr.rc"
82 #include "Zh.rc"