d3dx9_36/tests: Move surface tests into surface.c.
[wine/multimedia.git] / programs / wordpad / rsrc.rc
blobc074e3d251e4131551f0fa36149528551d987d18
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 "wordpad.h"
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
46 /* @makedep: toolbar.bmp */
47 IDB_TOOLBAR BITMAP "toolbar.bmp"
49 /* @makedep: formatbar.bmp */
50 IDB_FORMATBAR BITMAP "formatbar.bmp"
52 /* @makedep: wordpad.ico */
53 IDI_WORDPAD ICON "wordpad.ico"
55 /* @makedep: rtf.ico */
56 IDI_RTF ICON "rtf.ico"
58 /* @makedep: wri.ico */
59 IDI_WRI ICON "wri.ico"
61 /* @makedep: txt.ico */
62 IDI_TXT ICON "txt.ico"
64 /* @makedep: zoom.cur */
65 IDC_ZOOM CURSOR "zoom.cur"