reshuffling of dlls
[reactos.git] / reactos / dll / win32 / shell32 / shresdef.h
1 /*
2 * Copyright 2000 Juergen Schmied
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */
18
19 #ifndef __WINE_SHELL_RES_H
20 #define __WINE_SHELL_RES_H
21
22 /*
23 columntitles for the shellview
24 */
25 #define IDS_SHV_COLUMN1 7
26 #define IDS_SHV_COLUMN2 8
27 #define IDS_SHV_COLUMN3 9
28 #define IDS_SHV_COLUMN4 10
29 #define IDS_SHV_COLUMN5 11
30 #define IDS_SHV_COLUMN6 12
31 #define IDS_SHV_COLUMN7 13
32 #define IDS_SHV_COLUMN8 14
33 #define IDS_SHV_COLUMN9 15
34 #define IDS_SHV_COLUMN10 16
35 #define IDS_SHV_COLUMN11 17
36
37 #define IDS_DESKTOP 20
38 #define IDS_MYCOMPUTER 21
39
40 #define IDS_SELECT 22
41 #define IDS_OPEN 23
42 #define IDS_VIEW_LARGE 24
43 #define IDS_VIEW_SMALL 25
44 #define IDS_VIEW_LIST 26
45 #define IDS_VIEW_DETAILS 27
46
47 #define IDS_CREATEFOLDER_DENIED 30
48 #define IDS_CREATEFOLDER_CAPTION 31
49 #define IDS_DELETEITEM_CAPTION 32
50 #define IDS_DELETEFOLDER_CAPTION 33
51 #define IDS_DELETEITEM_TEXT 34
52 #define IDS_DELETEMULTIPLE_TEXT 35
53 #define IDS_OVERWRITEFILE_CAPTION 36
54 #define IDS_OVERWRITEFILE_TEXT 37
55
56 #define IDS_RESTART_TITLE 40
57 #define IDS_RESTART_PROMPT 41
58 #define IDS_SHUTDOWN_TITLE 42
59 #define IDS_SHUTDOWN_PROMPT 43
60
61 #define IDS_PROGRAMS 45
62 #define IDS_PERSONAL 46
63 #define IDS_FAVORITES 47
64 #define IDS_STARTUP 48
65 #define IDS_RECENT 49
66 #define IDS_SENDTO 50
67 #define IDS_STARTMENU 51
68 #define IDS_MYMUSIC 52
69 #define IDS_MYVIDEO 53
70 #define IDS_DESKTOPDIRECTORY 54
71 #define IDS_NETHOOD 55
72 #define IDS_TEMPLATES 56
73 #define IDS_APPDATA 57
74 #define IDS_PRINTHOOD 58
75 #define IDS_LOCAL_APPDATA 59
76 #define IDS_INTERNET_CACHE 60
77 #define IDS_COOKIES 61
78 #define IDS_HISTORY 62
79 #define IDS_PROGRAM_FILES 63
80 #define IDS_MYPICTURES 64
81 #define IDS_PROGRAM_FILES_COMMON 65
82 #define IDS_COMMON_DOCUMENTS 66
83 #define IDS_ADMINTOOLS 67
84 #define IDS_COMMON_MUSIC 68
85 #define IDS_COMMON_PICTURES 69
86 #define IDS_COMMON_VIDEO 70
87 #define IDS_CDBURN_AREA 71
88
89 /* browse for folder dialog box */
90 #define IDD_STATUS 0x3743
91 #define IDD_TITLE 0x3742
92 #define IDD_TREEVIEW 0x3741
93
94 #define IDI_SHELL_DOCUMENT 1
95 #define IDI_SHELL_FOLDER 4
96 #define IDI_SHELL_FOLDER_OPEN 5
97 #define IDI_SHELL_5_12_FLOPPY 6
98 #define IDI_SHELL_3_14_FLOPPY 7
99 #define IDI_SHELL_FLOPPY 8
100 #define IDI_SHELL_DRIVE 9
101 #define IDI_SHELL_NETDRIVE 10
102 #define IDI_SHELL_NETDRIVE2 11
103 #define IDI_SHELL_CDROM 12
104 #define IDI_SHELL_RAMDISK 13
105 #define IDI_SHELL_ENTIRE_NETWORK 14
106 #define IDI_SHELL_NETWORK 15
107 #define IDI_SHELL_MY_COMPUTER 16
108 #define IDI_SHELL_PRINTER 17
109 #define IDI_SHELL_MY_NETWORK_PLACES 18
110 #define IDI_SHELL_COMPUTERS_NEAR_ME 19
111 #define IDI_SHELL_SEARCH 23
112 #define IDI_SHELL_HELP 24
113 #define IDI_SHELL_SHORTCUT 30
114 #define IDI_SHELL_EMPTY_RECYCLE_BIN 32
115 #define IDI_SHELL_FULL_RECYCLE_BIN 33
116 #define IDI_SHELL_DESKTOP 35
117 #define IDI_SHELL_CONTROL_PANEL 36
118 #define IDI_SHELL_PRINTERS_FOLDER 38
119 #define IDI_SHELL_FONTS_FOLDER 39
120 #define IDI_SHELL_MY_DOCUMENTS 235
121
122 #endif