msi: Fix the registry root indices for Installer::RegistryValue.
[wine] / dlls / shell32 / shres.rc
1 /*
2  * Top level resource file for shell stuff
3  *
4  * Copyright 1998 Juergen Schmied
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21 #include "windef.h"
22 #include "winbase.h"
23 #include "winuser.h"
24 #include "winnls.h"
25 #include "wingdi.h"
26 #include "shlobj.h"
27 #include "shresdef.h"
28
29 #include "version.rc"
30
31 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
32
33 shv_accel ACCELERATORS
34 BEGIN
35         VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
36 END
37
38 /* @makedep: document.ico */
39 IDI_SHELL_DOCUMENT ICON document.ico
40
41 /* @makedep: folder.ico */
42 IDI_SHELL_FOLDER ICON folder.ico
43
44 /* @makedep: folder_open.ico */
45 IDI_SHELL_FOLDER_OPEN ICON folder_open.ico
46
47 /* FIXME: Following three resources are not yet added */
48 /* @makedep: folder_open.ico */
49 IDI_SHELL_FOLDER_OPEN_SMALL ICON folder_open.ico
50 /* @makedep: folder_open.ico */
51 IDI_SHELL_FOLDER_OPEN_LARGE ICON folder_open.ico
52 /* @makedep: folder_open.ico */
53 IDI_SHELL_FOLDER_SMALL_XP ICON folder_open.ico
54
55 /* @makedep: floppy.ico */
56 IDI_SHELL_FLOPPY ICON floppy.ico
57
58 /* @makedep: drive.ico */
59 IDI_SHELL_DRIVE ICON drive.ico
60
61 /* @makedep: netdrive.ico */
62 IDI_SHELL_NETDRIVE ICON netdrive.ico
63
64 /* @makedep: netdrive2.ico */
65 IDI_SHELL_NETDRIVE2 ICON netdrive2.ico
66
67 /* @makedep: cdrom.ico */
68 IDI_SHELL_CDROM ICON cdrom.ico
69
70 /* @makedep: ramdisk.ico */
71 IDI_SHELL_RAMDISK ICON ramdisk.ico
72
73 /* @makedep: mycomputer.ico */
74 IDI_SHELL_MY_COMPUTER ICON mycomputer.ico
75
76 /* @makedep: printer.ico */
77 IDI_SHELL_PRINTER ICON printer.ico
78
79 /* @makedep: shortcut.ico */
80 IDI_SHELL_SHORTCUT ICON shortcut.ico
81
82 /* @makedep: desktop.ico */
83 IDI_SHELL_DESKTOP ICON desktop.ico
84
85 /* @makedep: trash_file.ico */
86 IDI_SHELL_FULL_RECYCLE_BIN ICON trash_file.ico
87
88 /* @makedep: trash_file.ico */
89 IDI_SHELL_TRASH_FILE ICON trash_file.ico
90
91 /* @makedep: delete.ico */
92 IDI_SHELL_CONFIRM_DELETE ICON delete.ico
93
94 /* @makedep: mydocs.ico */
95 IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico
96
97 /* FIXME: Following resource is not yet added */
98 /* @makedep: mydocs.ico */
99 IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico
100
101 /* @makedep: searching.avi */
102 IDR_AVI_SEARCHING AVI searching.avi
103
104 /* @makedep: searching.avi */
105 IDR_AVI_SEARCH AVI searching.avi
106
107 /* @makedep: searching.avi */
108 IDR_AVI_FILEMOVE AVI searching.avi
109
110 /* @makedep: searching.avi */
111 IDR_AVI_FILECOPY AVI searching.avi
112
113 /* @makedep: searching.avi */
114 IDR_AVI_FINDCOMPUTER AVI searching.avi
115
116 /* @makedep: searching.avi */
117 IDR_AVI_FILENUKE AVI searching.avi
118
119 /* @makedep: searching.avi */
120 IDR_AVI_FILEDELETE AVI searching.avi
121
122
123 /*
124  * Everything specific to any language goes
125  * in one of the specific files.
126  * Note that you can and may override resources
127  * which also have a neutral version. This is to
128  * get localized bitmaps for example.
129  */
130 #include "shell32_Bg.rc"
131 #include "shell32_Ca.rc"
132 #include "shell32_Cn.rc"
133 #include "shell32_Cs.rc"
134 #include "shell32_Da.rc"
135 #include "shell32_De.rc"
136 #include "shell32_En.rc"
137 #include "shell32_Eo.rc"
138 #include "shell32_Es.rc"
139 #include "shell32_Fi.rc"
140 #include "shell32_Fr.rc"
141 #include "shell32_Hu.rc"
142 #include "shell32_It.rc"
143 #include "shell32_Ja.rc"
144 #include "shell32_Ko.rc"
145 #include "shell32_Nl.rc"
146 #include "shell32_No.rc"
147 #include "shell32_Pl.rc"
148 #include "shell32_Pt.rc"
149 #include "shell32_Ru.rc"
150 #include "shell32_Si.rc"
151 #include "shell32_Sk.rc"
152 #include "shell32_Sv.rc"
153 #include "shell32_Tr.rc"
154 #include "shell32_Uk.rc"
155 #include "shell32_Wa.rc"
156 #include "shell32_Zh.rc"