push e1d8a1293d44015bb0894687d02c5c53339996f7
[wine/hacks.git] / programs / winefile / rsrc.rc
blobd331ad6e8c068ba5133cd4bae0a82d6d5e6ec0d9
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  */
19 #include <windef.h>
20 #include <winuser.h>
22 #include "resource.h"
24 /* define language neutral resources */
26 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28 IDA_WINEFILE ACCELERATORS DISCARDABLE
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
44 /* @makedep: winefile.ico */
45 IDI_WINEFILE ICON DISCARDABLE winefile.ico
47 /* @makedep: toolbar.bmp */
48 IDB_TOOLBAR BITMAP DISCARDABLE toolbar.bmp
50 /* @makedep: drivebar.bmp */
51 IDB_DRIVEBAR BITMAP DISCARDABLE drivebar.bmp
53 /* @makedep: images.bmp */
54 IDB_IMAGES BITMAP DISCARDABLE images.bmp
56 /* include localised resources */
58 #include "Cs.rc"
59 #include "Da.rc"
60 #include "De.rc"
61 #include "En.rc"
62 #include "Es.rc"
63 #include "Fr.rc"
64 #include "Hu.rc"
65 #include "It.rc"
66 #include "Ja.rc"
67 #include "Ko.rc"
68 #include "Nl.rc"
69 #include "No.rc"
70 #include "Pl.rc"
71 #include "Pt.rc"
72 #include "Ru.rc"
73 #include "Si.rc"
74 #include "Sv.rc"
75 #include "Tr.rc"
76 #include "Zh.rc"