push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / notepad / rsrc.rc
blob50b3558f5adc5df0de45bc9d0e87191754916b83
1 /*
2  *  Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
3  *  Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
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 "winbase.h"
22 #include "winuser.h"
23 #include "main.h"
24 #include "winnls.h"
25 #include "commctrl.h"
26 #include "notepad_res.h"
28 ID_ACCEL ACCELERATORS
30     "^A", CMD_SELECT_ALL
31     "^C", CMD_COPY
32     "^F", CMD_SEARCH
33     "H", CMD_REPLACE, VIRTKEY, CONTROL
34     "^N", CMD_NEW
35     "^O", CMD_OPEN
36     "^P", CMD_PRINT
37     "^S", CMD_SAVE
38     "^V", CMD_PASTE
39     "^X", CMD_CUT
40     "^Z", CMD_UNDO
41     VK_BACK, CMD_UNDO, VIRTKEY, ALT
42     VK_F3, CMD_SEARCH_NEXT, VIRTKEY
43     VK_F5, CMD_TIME_DATE, VIRTKEY
44     VK_INSERT, CMD_COPY, VIRTKEY, CONTROL
45     VK_INSERT, CMD_PASTE, VIRTKEY, SHIFT
48 /* @makedep: notepad.ico */
49 IDI_NOTEPAD ICON "notepad.ico"
51 #include "Bg.rc"
52 #include "Cs.rc"
53 #include "Da.rc"
54 #include "De.rc"
55 #include "En.rc"
56 #include "Eo.rc"
57 #include "Es.rc"
58 #include "Fi.rc"
59 #include "Fr.rc"
60 #include "Hu.rc"
61 #include "It.rc"
62 #include "Ja.rc"
63 #include "Ko.rc"
64 #include "Lt.rc"
65 #include "Nl.rc"
66 #include "No.rc"
67 #include "Pl.rc"
68 #include "Pt.rc"
69 #include "Ro.rc"
70 #include "Ru.rc"
71 #include "Si.rc"
72 #include "Sv.rc"
73 #include "Th.rc"
74 #include "Tr.rc"
75 #include "Wa.rc"
76 #include "Zh.rc"