shell32: Build language resource files separately.
[wine] / dlls / 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 #ifndef __WINE_SHELL_RES_H
20 #define __WINE_SHELL_RES_H
21
22 #include <windef.h>
23 #include <winbase.h>
24 #include <winuser.h>
25 #include <winnls.h>
26 #include <shlobj.h>
27 #include <dlgs.h>
28
29 /*
30         columntitles for the shellview
31 */
32 #define IDS_SHV_COLUMN1         7
33 #define IDS_SHV_COLUMN2         8
34 #define IDS_SHV_COLUMN3         9
35 #define IDS_SHV_COLUMN4         10
36 #define IDS_SHV_COLUMN5         11
37 #define IDS_SHV_COLUMN6         12
38 #define IDS_SHV_COLUMN7         13
39 #define IDS_SHV_COLUMN8         14
40 #define IDS_SHV_COLUMN9         15
41 #define IDS_SHV_COLUMN10        16
42 #define IDS_SHV_COLUMN11        17
43 #define IDS_SHV_COLUMN_DELFROM  18
44 #define IDS_SHV_COLUMN_DELDATE  19
45
46 #define IDS_DESKTOP             20
47 #define IDS_MYCOMPUTER          21
48 #define IDS_CONTROLPANEL        22
49
50 #define IDS_SELECT              23
51 #define IDS_OPEN                24
52 #define IDS_VIEW_LARGE          25
53 #define IDS_VIEW_SMALL          26
54 #define IDS_VIEW_LIST           27
55 #define IDS_VIEW_DETAILS        28
56
57 #define IDS_RESTART_TITLE      40
58 #define IDS_RESTART_PROMPT     41
59 #define IDS_SHUTDOWN_TITLE     42
60 #define IDS_SHUTDOWN_PROMPT    43
61
62 #define IDS_PROGRAMS                45
63 #define IDS_PERSONAL                46
64 #define IDS_FAVORITES               47
65 #define IDS_STARTUP                 48
66 #define IDS_RECENT                  49
67 #define IDS_SENDTO                  50
68 #define IDS_STARTMENU               51
69 #define IDS_MYMUSIC                 52
70 #define IDS_MYVIDEO                 53
71 #define IDS_DESKTOPDIRECTORY        54
72 #define IDS_NETHOOD                 55
73 #define IDS_TEMPLATES               56
74 #define IDS_APPDATA                 57
75 #define IDS_PRINTHOOD               58
76 #define IDS_LOCAL_APPDATA           59
77 #define IDS_INTERNET_CACHE          60
78 #define IDS_COOKIES                 61
79 #define IDS_HISTORY                 62
80 #define IDS_PROGRAM_FILES           63
81 #define IDS_MYPICTURES              64
82 #define IDS_PROGRAM_FILES_COMMON    65
83 #define IDS_COMMON_DOCUMENTS        66
84 #define IDS_ADMINTOOLS              67
85 #define IDS_COMMON_MUSIC            68
86 #define IDS_COMMON_PICTURES         69
87 #define IDS_COMMON_VIDEO            70
88 #define IDS_CDBURN_AREA             71
89
90 #define IDS_CREATEFOLDER_DENIED     128
91 #define IDS_CREATEFOLDER_CAPTION    129
92 #define IDS_DELETEITEM_CAPTION      130
93 #define IDS_DELETEFOLDER_CAPTION    131
94 #define IDS_DELETEITEM_TEXT         132
95 #define IDS_DELETEMULTIPLE_TEXT     133
96 #define IDS_OVERWRITEFILE_CAPTION   134
97 #define IDS_OVERWRITEFILE_TEXT      135
98 #define IDS_DELETESELECTED_TEXT     136
99 #define IDS_TRASHFOLDER_TEXT        137
100 #define IDS_TRASHITEM_TEXT          138
101 #define IDS_TRASHMULTIPLE_TEXT      139
102 #define IDS_CANTTRASH_TEXT          140
103 #define IDS_OVERWRITEFOLDER_TEXT    141
104
105 #define IDS_NEWFOLDER 142
106
107 #define IDS_CPANEL_TITLE            143
108 #define IDS_CPANEL_NAME             144
109 #define IDS_CPANEL_DESCRIPTION      145
110
111 #define IDS_RUNDLG_ERROR            160
112 #define IDS_RUNDLG_BROWSE_ERROR     161
113 #define IDS_RUNDLG_BROWSE_CAPTION   162
114 #define IDS_RUNDLG_BROWSE_FILTER    163
115
116 #define IDS_SHLEXEC_NOASSOC         164
117
118 #define IDS_LICENSE                 256
119 #define IDS_LICENSE_CAPTION         257
120
121 #define MENU_SHV_FILE 144
122
123 #define MENU_CPANEL                 200
124 #define IDM_CPANEL_EXIT             201
125 #define IDM_CPANEL_ABOUT            202
126 #define IDM_CPANEL_APPLET_BASE      210
127
128 /* Note: this string is referenced from the registry*/
129 #define IDS_RECYCLEBIN_FOLDER_NAME   8964
130
131 #define IDD_ICON                0x4300
132 #define IDD_MESSAGE             0x4301
133
134 /* these IDs are the same as on native */
135 #define IDD_YESTOALL            0x3207
136 /* browse for folder dialog box */
137 #define IDD_MAKENEWFOLDER       0x3746
138 #define IDD_FOLDERTEXT          0x3745
139 #define IDD_FOLDER              0x3744
140 #define IDD_STATUS              0x3743
141 #define IDD_TITLE               0x3742
142 #define IDD_TREEVIEW            0x3741
143
144 #define IDI_SHELL_DOCUMENT           1
145 #define IDI_SHELL_FOLDER             4
146 #define IDI_SHELL_FOLDER_OPEN        5
147 #define IDI_SHELL_5_12_FLOPPY        6
148 #define IDI_SHELL_3_14_FLOPPY        7
149 #define IDI_SHELL_FLOPPY             8
150 #define IDI_SHELL_DRIVE              9
151 #define IDI_SHELL_NETDRIVE          10
152 #define IDI_SHELL_NETDRIVE2         11
153 #define IDI_SHELL_CDROM             12
154 #define IDI_SHELL_RAMDISK           13
155 #define IDI_SHELL_ENTIRE_NETWORK    14
156 #define IDI_SHELL_NETWORK           15
157 #define IDI_SHELL_MY_COMPUTER       16
158 #define IDI_SHELL_PRINTER           17
159 #define IDI_SHELL_MY_NETWORK_PLACES 18
160 #define IDI_SHELL_COMPUTERS_NEAR_ME 19
161 #define IDI_SHELL_FOLDER_SMALL_XP   20
162 #define IDI_SHELL_SEARCH            23
163 #define IDI_SHELL_HELP              24
164 #define IDI_SHELL_FOLDER_OPEN_LARGE 29
165 #define IDI_SHELL_SHORTCUT          30
166 #define IDI_SHELL_FOLDER_OPEN_SMALL 31
167 #define IDI_SHELL_EMPTY_RECYCLE_BIN 32
168 #define IDI_SHELL_FULL_RECYCLE_BIN  33
169 #define IDI_SHELL_DESKTOP           35
170 #define IDI_SHELL_CONTROL_PANEL     36
171 #define IDI_SHELL_PRINTERS_FOLDER   38
172 #define IDI_SHELL_FONTS_FOLDER      39
173 #define IDI_SHELL_TRASH_FILE       142
174 #define IDI_SHELL_CONFIRM_DELETE   161
175 #define IDI_SHELL_MY_DOCUMENTS     235
176
177 /* 
178 AVI resources, windows shell32 has 14 of them: 150-152 and 160-170
179 FIXME: Need to add them, but for now just let them use the same: searching.avi 
180 (also to limit shell32's size)
181 */
182 #define IDR_AVI_SEARCH             150
183 #define IDR_AVI_SEARCHING          151
184 #define IDR_AVI_FINDCOMPUTER       152
185 #define IDR_AVI_FILEMOVE           160
186 #define IDR_AVI_FILECOPY           161
187 #define IDR_AVI_FILENUKE           163
188 #define IDR_AVI_FILEDELETE         164
189
190 /* about box */
191 #define IDC_ABOUT_LICENSE        97
192 #define IDC_ABOUT_WINE_TEXT      98
193 #define IDC_ABOUT_LISTBOX        99
194 #define IDC_ABOUT_STATIC_TEXT1   100
195 #define IDC_ABOUT_STATIC_TEXT2   101
196 #define IDC_ABOUT_STATIC_TEXT3   102
197
198 /* run dialog */
199 #define IDC_RUNDLG_DESCRIPTION  12289
200 #define IDC_RUNDLG_BROWSE       12288
201 #define IDC_RUNDLG_ICON         12297
202 #define IDC_RUNDLG_EDITPATH     12298
203 #define IDC_RUNDLG_LABEL        12305
204
205 /* bitmaps */
206 /* explorer toolbar icons
207  * FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now
208  */
209 #define IDB_TB_LARGE_LIGHT      214
210 #define IDB_TB_LARGE_DARK       215
211 #define IDB_TB_SMALL_LIGHT      216
212 #define IDB_TB_SMALL_DARK       217
213
214 #endif