shres.rc 3.95 KB
Newer Older
1
/*
Andreas Mohr's avatar
Andreas Mohr committed
2
 * Top level resource file for shell stuff
3
 *
4 5 6 7 8 9 10 11 12 13 14 15 16 17
 * Copyright 1998 Juergen Schmied
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * 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 24
#include "winuser.h"
#include "winnls.h"
25
#include "wingdi.h"
26
#include "shlobj.h"
27
#include "shresdef.h"
28
#include "dlgs.h"
Alexandre Julliard's avatar
Alexandre Julliard committed
29

Ge van Geldorp's avatar
Ge van Geldorp committed
30 31
#include "version.rc"

32
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
Juergen Schmied's avatar
Juergen Schmied committed
33

34 35 36 37 38
shv_accel ACCELERATORS
BEGIN
	VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
END

39
/* @makedep: document.ico */
40
IDI_SHELL_DOCUMENT ICON document.ico
41

42
/* @makedep: folder.ico */
43
IDI_SHELL_FOLDER ICON folder.ico
44

45
/* @makedep: folder_open.ico */
46
IDI_SHELL_FOLDER_OPEN ICON folder_open.ico
47

48
/* FIXME: Following three resources are not yet added */
49
/* @makedep: folder_open.ico */
50
IDI_SHELL_FOLDER_OPEN_SMALL ICON folder_open.ico
51
/* @makedep: folder_open.ico */
52
IDI_SHELL_FOLDER_OPEN_LARGE ICON folder_open.ico
53
/* @makedep: folder_open.ico */
54 55
IDI_SHELL_FOLDER_SMALL_XP ICON folder_open.ico

56
/* @makedep: floppy.ico */
57
IDI_SHELL_FLOPPY ICON floppy.ico
58

59
/* @makedep: drive.ico */
60
IDI_SHELL_DRIVE ICON drive.ico
61

62
/* @makedep: netdrive.ico */
63
IDI_SHELL_NETDRIVE ICON netdrive.ico
64

65
/* @makedep: netdrive2.ico */
66
IDI_SHELL_NETDRIVE2 ICON netdrive2.ico
67

68
/* @makedep: cdrom.ico */
69
IDI_SHELL_CDROM ICON cdrom.ico
70

71
/* @makedep: ramdisk.ico */
72
IDI_SHELL_RAMDISK ICON ramdisk.ico
73

74
/* @makedep: mycomputer.ico */
75
IDI_SHELL_MY_COMPUTER ICON mycomputer.ico
76

77
/* @makedep: printer.ico */
78
IDI_SHELL_PRINTER ICON printer.ico
79

80
/* @makedep: shortcut.ico */
81 82
IDI_SHELL_SHORTCUT ICON shortcut.ico

83
/* @makedep: desktop.ico */
84
IDI_SHELL_DESKTOP ICON desktop.ico
85

86
/* @makedep: trash_file.ico */
87 88
IDI_SHELL_FULL_RECYCLE_BIN ICON trash_file.ico

89
/* @makedep: trash_file.ico */
90 91
IDI_SHELL_TRASH_FILE ICON trash_file.ico

92
/* @makedep: delete.ico */
93 94
IDI_SHELL_CONFIRM_DELETE ICON delete.ico

95
/* @makedep: mydocs.ico */
96
IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico
97

98 99 100 101
/* FIXME: Following resource is not yet added */
/* @makedep: mydocs.ico */
IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico

102
/* @makedep: searching.avi */
103 104
IDR_AVI_SEARCHING AVI searching.avi

105
/* @makedep: searching.avi */
106 107
IDR_AVI_SEARCH AVI searching.avi

108
/* @makedep: searching.avi */
109 110
IDR_AVI_FILEMOVE AVI searching.avi

111
/* @makedep: searching.avi */
112 113
IDR_AVI_FILECOPY AVI searching.avi

114
/* @makedep: searching.avi */
115 116
IDR_AVI_FINDCOMPUTER AVI searching.avi

117
/* @makedep: searching.avi */
118 119
IDR_AVI_FILENUKE AVI searching.avi

120
/* @makedep: searching.avi */
121 122
IDR_AVI_FILEDELETE AVI searching.avi

123 124 125 126 127 128 129 130

/*
 * Everything specific to any language goes
 * in one of the specific files.
 * Note that you can and may override resources
 * which also have a neutral version. This is to
 * get localized bitmaps for example.
 */
131
#include "shell32_Bg.rc"
132
#include "shell32_Ca.rc"
133
#include "shell32_Cn.rc"
134 135 136 137 138 139 140 141 142 143
#include "shell32_Cs.rc"
#include "shell32_Da.rc"
#include "shell32_De.rc"
#include "shell32_En.rc"
#include "shell32_Eo.rc"
#include "shell32_Es.rc"
#include "shell32_Fi.rc"
#include "shell32_Fr.rc"
#include "shell32_Hu.rc"
#include "shell32_It.rc"
144
#include "shell32_Ja.rc"
145 146 147 148 149 150
#include "shell32_Ko.rc"
#include "shell32_Nl.rc"
#include "shell32_No.rc"
#include "shell32_Pl.rc"
#include "shell32_Pt.rc"
#include "shell32_Ru.rc"
151
#include "shell32_Si.rc"
152
#include "shell32_Sk.rc"
153
#include "shell32_Sv.rc"
154
#include "shell32_Tr.rc"
155
#include "shell32_Uk.rc"
156
#include "shell32_Wa.rc"
157
#include "shell32_Zh.rc"