2 * Top level resource file for shell stuff
4 * Copyright 1998 Juergen Schmied
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.
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.
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
25 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
29 MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
30 MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
31 MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
32 MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
36 shellview background menu
42 POPUP "&View", 0x40 /* Submenus need ids <= FCIDM_SHVIEWLAST so they don't get removed by MergeMenu */
44 MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
45 MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
46 MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
47 MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
50 POPUP "Arrange &Icons", 0x41
52 MENUITEM "By &Name", 0x30 /* column 0 */
53 MENUITEM "By &Type", 0x32 /* column 2 */
54 MENUITEM "By &Size", 0x31 /* ... */
55 MENUITEM "By &Date", 0x33
57 MENUITEM "&Auto Arrange", FCIDM_SHVIEW_AUTOARRANGE
59 MENUITEM "Line up Icons", FCIDM_SHVIEW_SNAPTOGRID
61 MENUITEM "Refresh", FCIDM_SHVIEW_REFRESH
63 MENUITEM "Paste", FCIDM_SHVIEW_INSERT
64 MENUITEM "Paste as Link", FCIDM_SHVIEW_INSERTLINK
68 MENUITEM "New &Folder", FCIDM_SHVIEW_NEWFOLDER
69 MENUITEM "New &Link", FCIDM_SHVIEW_NEWLINK
73 MENUITEM "Properties", FCIDM_SHVIEW_PROPERTIES
84 MENUITEM "#msgctxt#recycle bin#&Restore" IDM_RECYCLEBIN_RESTORE
85 MENUITEM "&Erase" IDM_RECYCLEBIN_ERASE
96 MENUITEM "&Select" FCIDM_SHVIEW_OPEN
97 MENUITEM "E&xplore", FCIDM_SHVIEW_EXPLORE
98 MENUITEM "&Open", FCIDM_SHVIEW_OPEN
100 MENUITEM "C&ut", FCIDM_SHVIEW_CUT
101 MENUITEM "&Copy", FCIDM_SHVIEW_COPY
103 MENUITEM "Create &Link", FCIDM_SHVIEW_CREATELINK
104 MENUITEM "&Delete", FCIDM_SHVIEW_DELETE
105 MENUITEM "&Rename", FCIDM_SHVIEW_RENAME
107 MENUITEM "&Properties", FCIDM_SHVIEW_PROPERTIES
116 MENUITEM "E&xit", IDM_CPANEL_EXIT
121 MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
122 MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
123 MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
124 MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
129 MENUITEM "&About Control Panel", IDM_CPANEL_ABOUT
135 /* columns in the shellview */
136 IDS_SHV_COLUMN1 "File"
137 IDS_SHV_COLUMN2 "Size"
138 IDS_SHV_COLUMN3 "Type"
139 IDS_SHV_COLUMN4 "Modified"
140 IDS_SHV_COLUMN5 "Attributes"
141 IDS_SHV_COLUMN6 "Size"
142 IDS_SHV_COLUMN7 "Size available"
143 IDS_SHV_COLUMN8 "Name"
144 IDS_SHV_COLUMN9 "Comments"
145 IDS_SHV_COLUMN10 "Owner"
146 IDS_SHV_COLUMN11 "Group"
147 IDS_SHV_COLUMN_DELFROM "Original location"
148 IDS_SHV_COLUMN_DELDATE "Date deleted"
149 IDS_SHV_COL_DOCS "Documents"
150 IDS_SHV_COL_STATUS "Status"
151 IDS_SHV_COL_LOCATION "Location"
152 IDS_SHV_COL_MODEL "Model"
154 /* special folders */
155 IDS_DESKTOP "#msgctxt#display name#Desktop"
156 IDS_MYCOMPUTER "My Computer"
157 IDS_RECYCLEBIN_FOLDER_NAME "Trash"
158 IDS_CONTROLPANEL "Control Panel"
161 IDS_VIEW_LARGE "Lar&ge Icons"
162 IDS_VIEW_SMALL "S&mall Icons"
163 IDS_VIEW_LIST "&List"
164 IDS_VIEW_DETAILS "&Details"
168 IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
169 IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
170 IDS_DELETEITEM_CAPTION "Confirm file deletion"
171 IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
172 IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
173 IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
174 IDS_DELETESELECTED_TEXT "Are you sure you want to delete the selected item(s)?"
175 IDS_TRASHITEM_TEXT "Are you sure that you want to send '%1' to the Trash?"
176 IDS_TRASHFOLDER_TEXT "Are you sure that you want to send '%1' and all its content to the Trash?"
177 IDS_TRASHMULTIPLE_TEXT "Are you sure that you want to send these %1 items to the Trash?"
178 IDS_CANTTRASH_TEXT "The item '%1' can't be sent to Trash. Do you want to delete it instead?"
179 IDS_OVERWRITEFILE_TEXT "This folder already contains a file called '%1'.\n\nDo you want to replace it?"
180 IDS_OVERWRITEFILE_CAPTION "Confirm file overwrite"
181 IDS_OVERWRITEFOLDER_TEXT "This folder already contains a folder named '%1'.\n\
183 If the files in the destination folder have the same names as files in the\n\
184 selected folder they will be replaced. Do you still want to move or copy\n\
187 /* message box strings */
188 IDS_RESTART_TITLE "Restart"
189 IDS_RESTART_PROMPT "Do you want to simulate a Windows reboot?"
190 IDS_SHUTDOWN_TITLE "Shutdown"
191 IDS_SHUTDOWN_PROMPT "Do you want to shutdown your Wine session?"
194 IDS_RUNDLG_ERROR "Unable to display Run dialog box (internal error)"
195 IDS_RUNDLG_BROWSE_ERROR "Unable to display Browse dialog box (internal error)"
196 IDS_RUNDLG_BROWSE_CAPTION "Browse"
197 IDS_RUNDLG_BROWSE_FILTER_EXE "Executable files (*.exe)"
198 IDS_RUNDLG_BROWSE_FILTER_ALL "All files (*.*)"
200 /* shell folder path default values */
201 /* FIXME: Some will be unused until desktop.ini support is implemented */
202 IDS_PROGRAMS "Programs"
203 IDS_PERSONAL "My Documents"
204 IDS_FAVORITES "Favorites"
205 IDS_STARTUP "StartUp"
206 IDS_STARTMENU "Start Menu"
207 IDS_MYMUSIC "My Music"
208 IDS_MYVIDEOS "My Videos"
209 IDS_DESKTOPDIRECTORY "#msgctxt#directory#Desktop"
210 IDS_NETHOOD "NetHood"
211 IDS_TEMPLATES "Templates"
212 IDS_PRINTHOOD "PrintHood"
213 IDS_HISTORY "History"
214 IDS_PROGRAM_FILES "Program Files"
215 IDS_PROGRAM_FILESX86 "Program Files (x86)"
216 IDS_MYPICTURES "My Pictures"
217 IDS_COMMON_FILES "Common Files"
218 IDS_COMMON_DOCUMENTS "Documents"
219 IDS_ADMINTOOLS "Administrative Tools"
220 IDS_COMMON_MUSIC "Music"
221 IDS_COMMON_PICTURES "Pictures"
222 IDS_COMMON_VIDEOS "Videos"
223 IDS_CONTACTS "Contacts"
225 IDS_SLIDE_SHOWS "Slide Shows"
226 IDS_PLAYLISTS "Playlists"
227 IDS_SAMPLE_MUSIC "Sample Music"
228 IDS_SAMPLE_PICTURES "Sample Pictures"
229 IDS_SAMPLE_PLAYLISTS "Sample Playlists"
230 IDS_SAMPLE_VIDEOS "Sample Videos"
231 IDS_SAVED_GAMES "Saved Games"
232 IDS_SAVED_SEARCHES "Searches"
233 IDS_USER_PROFILES "Users"
234 IDS_DOCUMENTS "Documents"
235 IDS_DOWNLOADS "Downloads"
237 IDS_NEWFOLDER "New Folder"
239 IDS_CPANEL_TITLE "Wine Control Panel"
240 IDS_CPANEL_NAME "Name"
241 IDS_CPANEL_DESCRIPTION "Description"
243 IDS_SHLEXEC_NOASSOC "There is no Windows program configured to open this type of file."
245 IDS_RECYCLEBIN_ERASEITEM "Are you sure you wish to permanently delete '%1'?"
246 IDS_RECYCLEBIN_ERASEMULTIPLE "Are you sure you wish to permanently delete these %1 items?"
247 IDS_RECYCLEBIN_ERASE_CAPTION "Confirm deletion"
248 IDS_RECYCLEBIN_OVERWRITEFILE "A file already exists at the path %1.\n\nDo you want to replace it?"
249 IDS_RECYCLEBIN_OVERWRITEFOLDER "A folder already exists at the path %1.\n\nDo you want to replace it?"
250 IDS_RECYCLEBIN_OVERWRITE_CAPTION "Confirm overwrite"
255 IDS_LICENSE_CAPTION, "Wine License"
257 "Wine is free software; you can redistribute it and/or \
258 modify it under the terms of the GNU Lesser General Public \
259 License as published by the Free Software Foundation; either \
260 version 2.1 of the License, or (at your option) any later version.\n\n\
261 Wine is distributed in the hope that it will be useful, \
262 but WITHOUT ANY WARRANTY; without even the implied warranty of \
263 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
264 Lesser General Public License for more details.\n\n\
265 You should have received a copy of the GNU Lesser General Public \
266 License along with Wine; if not, write to the Free Software \
267 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."
270 SHBRSFORFOLDER_MSGBOX DIALOG 15, 40, 190, 195
271 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
272 CAPTION "Browse for Folder"
273 FONT 8, "MS Shell Dlg"
275 DEFPUSHBUTTON "OK", 1, 80, 176, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
276 PUSHBUTTON "Cancel", 2, 134, 176, 50, 14, WS_GROUP | WS_TABSTOP
277 LTEXT "", IDD_TITLE, 5, 4, 180, 12
278 LTEXT "", IDD_STATUS, 5, 25, 180, 12
279 CONTROL "", IDD_TREEVIEW, "SysTreeView32",
280 TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
281 WS_BORDER | WS_TABSTOP,
285 SHNEWBRSFORFOLDER_MSGBOX DIALOG 15, 40, 216, 195
286 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_SIZEBOX | DS_MODALFRAME | DS_SETFONT | DS_3DLOOK
287 CAPTION "Browse for Folder"
288 FONT 8, "MS Shell Dlg"
290 LTEXT "", IDD_TITLE, 5, 8, 198, 24
291 LTEXT "", IDD_STATUS, 5, 25, 198, 12
292 LTEXT "Folder:", IDD_FOLDER, 5, 156, 40, 12
293 CONTROL "", IDD_TREEVIEW, "SysTreeView32",
294 TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_EDITLABELS |
295 WS_BORDER | WS_TABSTOP,
297 EDITTEXT IDD_FOLDERTEXT, 46, 154, 164, 14, WS_BORDER | WS_GROUP | WS_TABSTOP
298 PUSHBUTTON "&Make New Folder", IDD_MAKENEWFOLDER, 5, 176, 95, 14, WS_GROUP | WS_TABSTOP
299 DEFPUSHBUTTON "OK", IDOK, 105, 176, 50, 14, BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP
300 PUSHBUTTON "Cancel", IDCANCEL, 160, 176, 50, 14, WS_GROUP | WS_TABSTOP
303 SHELL_YESTOALL_MSGBOX DIALOG 200, 100, 280, 90
304 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
306 FONT 8, "MS Shell Dlg"
308 DEFPUSHBUTTON "&Yes", IDYES, 34, 69, 53, 14, WS_GROUP | WS_TABSTOP
309 PUSHBUTTON "Yes to &all", IDD_YESTOALL, 92, 69, 65, 14, WS_GROUP | WS_TABSTOP
310 PUSHBUTTON "&No", IDNO, 162, 69, 53, 14, WS_GROUP | WS_TABSTOP
311 PUSHBUTTON "Cancel", IDCANCEL, 220, 69, 53, 14, WS_GROUP | WS_TABSTOP
312 ICON "", IDD_ICON, 10, 10, 16, 16
313 LTEXT "", IDD_MESSAGE, 40, 10, 238, 52, 0
316 SHELL_ABOUT_MSGBOX DIALOG 15, 40, 225, 152
317 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
319 FONT 10, "MS Shell Dlg"
321 DEFPUSHBUTTON "OK", IDOK, 153, 133, 65, 14, WS_TABSTOP
322 PUSHBUTTON "Wine &license", IDC_ABOUT_LICENSE, 153, 113, 65, 14, WS_TABSTOP
323 LISTBOX IDC_ABOUT_LISTBOX, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER
324 ICON "", stc1, 10, 10, 30, 30
325 LTEXT "", IDC_ABOUT_STATIC_TEXT1, 42, 10, 180, 10
326 LTEXT "", IDC_ABOUT_STATIC_TEXT2, 42, 22, 180, 10
327 LTEXT "Running on %s", IDC_ABOUT_STATIC_TEXT3, 42, 34, 180, 10
328 LTEXT "Wine was brought to you by:", IDC_ABOUT_WINE_TEXT, 8, 54, 214, 10
331 SHELL_RUN_DLG DIALOG 0, 0, 235, 83
332 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
334 FONT 8, "MS Shell Dlg"
336 ICON "", IDC_RUNDLG_ICON, 7, 11, 18, 20, WS_VISIBLE
337 LTEXT "Type the name of a program, folder, document, or Internet resource, and Wine will open it for you.", IDC_RUNDLG_DESCRIPTION, 36, 11, 182, 18
338 LTEXT "&Open:", IDC_RUNDLG_LABEL, 7, 39, 35, 10
339 CONTROL "", IDC_RUNDLG_EDITPATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 45, 37, 185, 100
340 DEFPUSHBUTTON "OK", IDOK, 72, 63, 50, 14, WS_TABSTOP
341 PUSHBUTTON "Cancel", IDCANCEL, 126, 63, 50, 14, WS_TABSTOP
342 PUSHBUTTON "&Browse...", IDC_RUNDLG_BROWSE, 180, 63, 50, 14, WS_TABSTOP
345 IDD_FOLDER_PROPERTIES DIALOGEX 0, 0, 240, 155
346 STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
348 FONT 8, "MS Shell Dlg"
350 ICON "", IDC_FPROP_ICON, 10, 5, 32, 32, WS_VISIBLE
351 EDITTEXT IDC_FPROP_PATH, 70, 10, 160, 14, WS_TABSTOP
353 LTEXT "", -1, 5, 30, 230, 1, SS_ETCHEDHORZ
354 LTEXT "File type:", IDC_FPROP_TYPE_LABEL, 10, 35, 60, 10
355 EDITTEXT IDC_FPROP_TYPE, 70, 35, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
357 LTEXT "", -1, 5, 50, 230, 1, SS_ETCHEDHORZ
358 LTEXT "Location:", IDC_FPROP_LOCATION_LABEL, 10, 55, 60, 10
359 EDITTEXT IDC_FPROP_LOCATION, 70, 55, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
360 LTEXT "Size:", IDC_FPROP_SIZE_LABEL, 10, 70, 60, 10
361 EDITTEXT IDC_FPROP_SIZE, 70, 70, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
363 LTEXT "", -1, 5, 85, 230, 1, SS_ETCHEDHORZ
364 LTEXT "Creation date:", IDC_FPROP_CREATED_LABEL, 10, 90, 60, 10
365 EDITTEXT IDC_FPROP_CREATED, 70, 90, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
367 LTEXT "", -1, 5, 105, 230, 1, SS_ETCHEDHORZ
368 LTEXT "Attributes:", IDC_FPROP_ATTRIB_LABEL, 10, 110, 60, 10
369 AUTOCHECKBOX "&Read Only", IDC_FPROP_READONLY, 70, 110, 70, 10
370 AUTOCHECKBOX "H&idden", IDC_FPROP_HIDDEN, 70, 125, 70, 10
371 AUTOCHECKBOX "&Archive", IDC_FPROP_ARCHIVE, 70, 140, 70, 10
374 IDD_FILE_PROPERTIES DIALOGEX 0, 0, 240, 200
375 STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION
377 FONT 8, "MS Shell Dlg"
379 ICON "", IDC_FPROP_ICON, 10, 5, 32, 32, WS_VISIBLE
380 EDITTEXT IDC_FPROP_PATH, 70, 10, 160, 14, WS_TABSTOP
382 LTEXT "", -1, 5, 30, 230, 1, SS_ETCHEDHORZ
383 LTEXT "File type:", IDC_FPROP_TYPE_LABEL, 10, 35, 60, 10
384 EDITTEXT IDC_FPROP_TYPE, 70, 35, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
385 LTEXT "Open with:", IDC_FPROP_OPENWITH_LABEL, 10, 50, 60, 10
386 ICON "", IDC_FPROP_PROG_ICON, 70, 50, 16, 16, WS_VISIBLE
387 EDITTEXT IDC_FPROP_PROG_NAME, 85, 50, 80, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
388 PUSHBUTTON "&Change...", IDC_FPROP_PROG_CHANGE, 170, 48, 60, 14, WS_CHILD | WS_TABSTOP
390 LTEXT "", -1, 5, 65, 230, 1, SS_ETCHEDHORZ
391 LTEXT "Location:", IDC_FPROP_LOCATION_LABEL, 10, 70, 60, 10
392 EDITTEXT IDC_FPROP_LOCATION, 70, 70, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
393 LTEXT "Size:", IDC_FPROP_SIZE_LABEL, 10, 85, 60, 10
394 EDITTEXT IDC_FPROP_SIZE, 70, 85, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
396 LTEXT "", -1, 5, 100, 230, 1, SS_ETCHEDHORZ
397 LTEXT "Creation date:", IDC_FPROP_CREATED_LABEL, 10, 105, 60, 10
398 EDITTEXT IDC_FPROP_CREATED, 70, 105, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
399 LTEXT "Last modified:", IDC_FPROP_MODIFIED_LABEL, 10, 120, 60, 10
400 EDITTEXT IDC_FPROP_MODIFIED, 70, 120, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
401 LTEXT "Last accessed:", IDC_FPROP_ACCESSED_LABEL, 10, 135, 60, 10
402 EDITTEXT IDC_FPROP_ACCESSED, 70, 135, 160, 10, ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
404 LTEXT "", -1, 5, 150, 230, 1, SS_ETCHEDHORZ
405 LTEXT "Attributes:", IDC_FPROP_ATTRIB_LABEL, 10, 155, 60, 10
406 AUTOCHECKBOX "&Read Only", IDC_FPROP_READONLY, 70, 155, 70, 10
407 AUTOCHECKBOX "H&idden", IDC_FPROP_HIDDEN, 70, 170, 70, 10
408 AUTOCHECKBOX "&Archive", IDC_FPROP_ARCHIVE, 70, 185, 70, 10
411 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
413 /* @makedep: shell32.rgs */
414 1 WINE_REGISTRY shell32.rgs
416 shv_accel ACCELERATORS
418 VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
421 /* @makedep: document.ico */
422 IDI_SHELL_DOCUMENT ICON document.ico
424 /* @makedep: folder.ico */
425 IDI_SHELL_FOLDER ICON folder.ico
427 /* @makedep: folder_open.ico */
428 IDI_SHELL_FOLDER_OPEN ICON folder_open.ico
430 /* FIXME: Following three resources are not yet added */
431 /* @makedep: folder_open.ico */
432 IDI_SHELL_FOLDER_OPEN_SMALL ICON folder_open.ico
433 /* @makedep: folder_open.ico */
434 IDI_SHELL_FOLDER_OPEN_LARGE ICON folder_open.ico
435 /* @makedep: folder_open.ico */
436 IDI_SHELL_FOLDER_SMALL_XP ICON folder_open.ico
438 /* @makedep: floppy.ico */
439 IDI_SHELL_FLOPPY ICON floppy.ico
441 /* @makedep: drive.ico */
442 IDI_SHELL_DRIVE ICON drive.ico
444 /* @makedep: netdrive.ico */
445 IDI_SHELL_NETDRIVE ICON netdrive.ico
447 /* @makedep: netdrive2.ico */
448 IDI_SHELL_NETDRIVE2 ICON netdrive2.ico
450 /* @makedep: cdrom.ico */
451 IDI_SHELL_CDROM ICON cdrom.ico
453 /* @makedep: ramdisk.ico */
454 IDI_SHELL_RAMDISK ICON ramdisk.ico
456 /* @makedep: mycomputer.ico */
457 IDI_SHELL_MY_COMPUTER ICON mycomputer.ico
459 /* @makedep: printer.ico */
460 IDI_SHELL_PRINTER ICON printer.ico
462 /* @makedep: shortcut.ico */
463 IDI_SHELL_SHORTCUT ICON shortcut.ico
465 /* @makedep: desktop.ico */
466 IDI_SHELL_DESKTOP ICON desktop.ico
468 /* @makedep: control.ico */
469 IDI_SHELL_CONTROL_PANEL ICON control.ico
471 /* @makedep: trash_file.ico */
472 IDI_SHELL_FULL_RECYCLE_BIN ICON trash_file.ico
474 /* @makedep: trash_file.ico */
475 IDI_SHELL_TRASH_FILE ICON trash_file.ico
477 /* @makedep: delete.ico */
478 IDI_SHELL_CONFIRM_DELETE ICON delete.ico
480 /* @makedep: mydocs.ico */
481 IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico
483 /* FIXME: Following resource is not yet added */
484 /* @makedep: mydocs.ico */
485 IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico
487 /* FIXME: Following resource is not yet added */
488 /* @makedep: mydocs.ico */
489 IDI_SHELL_FAVORITES ICON mydocs.ico
491 /* @makedep: idb_tb_large.bmp */
492 IDB_TB_LARGE_LIGHT BITMAP idb_tb_large.bmp
494 /* @makedep: idb_tb_large.bmp */
495 IDB_TB_LARGE_DARK BITMAP idb_tb_large.bmp
497 /* @makedep: idb_tb_small.bmp */
498 IDB_TB_SMALL_LIGHT BITMAP idb_tb_small.bmp
500 /* @makedep: idb_tb_small.bmp */
501 IDB_TB_SMALL_DARK BITMAP idb_tb_small.bmp
503 /* @makedep: searching.avi */
504 IDR_AVI_SEARCHING AVI searching.avi
506 /* @makedep: searching.avi */
507 IDR_AVI_SEARCH AVI searching.avi
509 /* @makedep: searching.avi */
510 IDR_AVI_FILEMOVE AVI searching.avi
512 /* @makedep: searching.avi */
513 IDR_AVI_FILECOPY AVI searching.avi
515 /* @makedep: searching.avi */
516 IDR_AVI_FINDCOMPUTER AVI searching.avi
518 /* @makedep: searching.avi */
519 IDR_AVI_FILENUKE AVI searching.avi
521 /* @makedep: searching.avi */
522 IDR_AVI_FILEDELETE AVI searching.avi
524 /* @makedep: AUTHORS */
525 AUTHORS RCDATA AUTHORS
527 /* @makedep: shell32.manifest */
528 124 RT_MANIFEST shell32.manifest
530 /* please keep in sync with version.h values */
531 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
533 #define WINE_FILENAME_STR "shell32.dll"
534 #define WINE_FILEVERSION 6,0,2900,6242
535 #define WINE_FILEVERSION_STR "6.0.2900.6242"
536 #define WINE_PRODUCTVERSION 6,0,2900,6242
537 #define WINE_PRODUCTVERSION_STR "6.0.2900.6242"
538 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
540 #include "wine/wine_common_ver.rc"