f6ddfcdc5ec2158942c71c5d31745ba260d99d25
[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 "resource.h"
20
21 /* define language neutral resources */
22
23 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
24
25 IDA_WINEFILE ACCELERATORS DISCARDABLE
26 {
27 VK_F1, ID_HELP, VIRTKEY, NOINVERT
28 VK_F5, ID_REFRESH, VIRTKEY, NOINVERT
29 VK_F7, ID_FILE_MOVE, VIRTKEY, NOINVERT
30 VK_F8, ID_FILE_COPY, VIRTKEY, NOINVERT
31 VK_DELETE, ID_FILE_DELETE, VIRTKEY, NOINVERT
32 VK_RETURN, ID_ACTIVATE, VIRTKEY, NOINVERT
33 VK_RETURN, ID_EDIT_PROPERTIES, VIRTKEY, ALT, NOINVERT
34 #ifndef _NO_EXTENSIONS
35 "X", ID_FILE_EXIT, VIRTKEY, ALT, NOINVERT
36 "S", ID_VIEW_FULLSCREEN, VIRTKEY, SHIFT, CONTROL, NOINVERT
37 VK_ADD, ID_PREFERRED_SIZES, VIRTKEY, CONTROL, NOINVERT
38 #endif
39 }
40
41 /* @makedep: winefile.ico */
42 IDI_WINEFILE ICON DISCARDABLE winefile.ico
43
44 /* @makedep: toolbar.bmp */
45 IDB_TOOLBAR BITMAP DISCARDABLE toolbar.bmp
46
47 /* @makedep: drivebar.bmp */
48 IDB_DRIVEBAR BITMAP DISCARDABLE drivebar.bmp
49
50 /* @makedep: images.bmp */
51 IDB_IMAGES BITMAP DISCARDABLE images.bmp
52
53 /* include localised resources */
54
55 #include "Cs.rc"
56 #include "Da.rc"
57 #include "De.rc"
58 #include "En.rc"
59 #include "Es.rc"
60 #include "Fr.rc"
61 #include "Hu.rc"
62 #include "It.rc"
63 #include "Ja.rc"
64 #include "Ko.rc"
65 #include "Lt.rc"
66 #include "Nl.rc"
67 #include "No.rc"
68 #include "Pl.rc"
69 #include "Pt.rc"
70 #include "Ru.rc"
71 #include "Si.rc"
72 #include "Sv.rc"
73 #include "Tr.rc"
74 #include "Uk.rc"
75 #include "Zh.rc"