45784742b7d0f070fbd4fba6c565384b3088cc96
[reactos.git] / reactos / subsys / system / notepad / rsrc.rc
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
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"
27
28 ID_ACCEL ACCELERATORS
29 {
30 "^A", CMD_SELECT_ALL
31 "^C", CMD_COPY
32 "^F", CMD_SEARCH
33 "^G", CMD_GOTO
34 "H", CMD_REPLACE, VIRTKEY, CONTROL
35 "^O", CMD_OPEN
36 "^S", CMD_SAVE
37 "^V", CMD_PASTE
38 "^X", CMD_CUT
39 "^Z", CMD_UNDO
40 VK_F3, CMD_SEARCH_NEXT, VIRTKEY
41 VK_F5, CMD_TIME_DATE, VIRTKEY
42 }
43
44 #include "Cs.rc"
45 #include "Da.rc"
46 #include "De.rc"
47 #include "En.rc"
48 #include "Es.rc"
49 #include "Fi.rc"
50 #include "Fr.rc"
51 #include "Gr.rc"
52 #include "Hu.rc"
53 #include "It.rc"
54 #include "Ja.rc"
55 #include "Nl.rc"
56 #include "Pl.rc"
57 #include "Pt.rc"
58 #include "Ru.rc"
59 #include "Si.rc"
60 #include "Sk.rc"
61 #include "Sv.rc"
62 #include "Th.rc"
63 #include "Wa.rc"
64 #include "Zh.rc"