shres.rc 3.82 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"
Alexandre Julliard's avatar
Alexandre Julliard committed
28

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

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

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

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 54
IDI_SHELL_FOLDER_SMALL_XP ICON folder_open.ico

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 81
IDI_SHELL_SHORTCUT ICON shortcut.ico

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

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

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

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

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

97
/* @makedep: searching.avi */
98 99
IDR_AVI_SEARCHING AVI searching.avi

100
/* @makedep: searching.avi */
101 102
IDR_AVI_SEARCH AVI searching.avi

103
/* @makedep: searching.avi */
104 105
IDR_AVI_FILEMOVE AVI searching.avi

106
/* @makedep: searching.avi */
107 108
IDR_AVI_FILECOPY AVI searching.avi

109
/* @makedep: searching.avi */
110 111
IDR_AVI_FINDCOMPUTER AVI searching.avi

112
/* @makedep: searching.avi */
113 114
IDR_AVI_FILENUKE AVI searching.avi

115
/* @makedep: searching.avi */
116 117
IDR_AVI_FILEDELETE AVI searching.avi

118 119 120 121 122 123 124 125

/*
 * 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.
 */
126
#include "shell32_Bg.rc"
127
#include "shell32_Ca.rc"
128
#include "shell32_Cn.rc"
129 130 131 132 133 134 135 136 137 138
#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"
139
#include "shell32_Ja.rc"
140 141 142 143 144 145
#include "shell32_Ko.rc"
#include "shell32_Nl.rc"
#include "shell32_No.rc"
#include "shell32_Pl.rc"
#include "shell32_Pt.rc"
#include "shell32_Ru.rc"
146
#include "shell32_Si.rc"
147
#include "shell32_Sk.rc"
148
#include "shell32_Sv.rc"
149
#include "shell32_Tr.rc"
150
#include "shell32_Uk.rc"
151
#include "shell32_Wa.rc"
152
#include "shell32_Zh.rc"