- Merge to trunk r37270.
[reactos.git] / rosapps / applications / winfile / rsrc.rc
1 /*
2 * Copyright 2000 Martin Fuchs
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 #include <windef.h>
20 #include <winuser.h>
21
22 #include "resource.h"
23
24 /* define language neutral resources */
25
26 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
27
28 IDA_WINEFILE ACCELERATORS DISCARDABLE
29 {
30 VK_F1, ID_HELP, VIRTKEY, NOINVERT
31 VK_F5, ID_REFRESH, VIRTKEY, NOINVERT
32 VK_F7, ID_FILE_MOVE, VIRTKEY, NOINVERT
33 VK_F8, ID_FILE_COPY, VIRTKEY, NOINVERT
34 VK_DELETE, ID_FILE_DELETE, VIRTKEY, NOINVERT
35 VK_RETURN, ID_ACTIVATE, VIRTKEY, NOINVERT
36 VK_RETURN, ID_EDIT_PROPERTIES, VIRTKEY, ALT, NOINVERT
37 #ifndef _NO_EXTENSIONS
38 "X", ID_FILE_EXIT, VIRTKEY, ALT, NOINVERT
39 "S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL, NOINVERT
40 VK_ADD, ID_PREFERRED_SIZES, VIRTKEY, CONTROL, NOINVERT
41 #endif
42 }
43
44 /* @makedep: winefile.ico */
45 IDI_WINEFILE ICON DISCARDABLE winefile.ico
46
47 /* @makedep: toolbar.bmp */
48 IDB_TOOLBAR BITMAP DISCARDABLE toolbar.bmp
49
50 /* @makedep: drivebar.bmp */
51 IDB_DRIVEBAR BITMAP DISCARDABLE drivebar.bmp
52
53 /* @makedep: images.bmp */
54 IDB_IMAGES BITMAP DISCARDABLE images.bmp
55
56 /* include localised resources */
57
58 #include "lang/cs-CZ.rc"
59 #include "lang/da-DK.rc"
60 #include "lang/de-DE.rc"
61 #include "lang/en-US.rc"
62 #include "lang/es-ES.rc"
63 #include "lang/fr-FR.rc"
64 #include "lang/hu-HU.rc"
65 #include "lang/it-IT.rc"
66 #include "lang/ko-KR.rc"
67 #include "lang/nb-NO.rc"
68 #include "lang/nl-NL.rc"
69 #include "lang/pl-PL.rc"
70 #include "lang/pt-BR.rc"
71 #include "lang/ru-RU.rc"
72 #include "lang/sl-SI.rc"
73 #include "lang/sv-SE.rc"
74 #include "lang/tr-TR.rc"
75 #include "lang/zh-CN.rc"