xref: /reactos/dll/win32/shell32/shresdef.h (revision a6726659)
1 /*
2  * Copyright 2000 Juergen Schmied
3  * Copyright 2017 Katayama Hirofumi MZ
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18  */
19 
20 #pragma once
21 
22 #define IDC_STATIC -1
23 
24 /* Accelerators */
25 #define IDA_SHELLVIEW 1
26 #define IDA_DESKBROWSER 3
27 
28 /* Bitmaps */
29 #define IDB_REACTOS                 131
30 #define IDB_SHELL_IEXPLORE_LG       204
31 #define IDB_SHELL_IEXPLORE_LG_HOT   205
32 #define IDB_SHELL_IEXPLORE_SM       206
33 #define IDB_SHELL_IEXPLORE_SM_HOT   207
34 #define IDB_SHELL_EDIT_LG           225
35 #define IDB_SHELL_EDIT_LG_HOT       226
36 #define IDB_SHELL_EDIT_SM           227
37 #define IDB_SHELL_EDIT_SM_HOT       228
38 
39 /* Strings */
40 
41 /* Column titles for the shellview */
42 #define IDS_SHV_COLUMN_NAME        7
43 #define IDS_SHV_COLUMN_SIZE        8
44 #define IDS_SHV_COLUMN_TYPE        9
45 #define IDS_SHV_COLUMN_MODIFIED        10
46 #define IDS_SHV_COLUMN_ATTRIBUTES        11
47 #define IDS_SHV_COLUMN_DISK_CAPACITY        12
48 #define IDS_SHV_COLUMN_DISK_AVAILABLE        13
49 #define IDS_SHV_COLUMN_OWNER       16
50 #define IDS_SHV_COLUMN_GROUP       17
51 #define IDS_SHV_COLUMN_DELFROM 18
52 #define IDS_SHV_COLUMN_DELDATE 19
53 #define IDS_SHV_COLUMN_FONTTYPE  311
54 #define IDS_SHV_COLUMN_FILENAME         312
55 #define IDS_SHV_COLUMN_CATEGORY         313
56 #define IDS_SHV_COLUMN_WORKGROUP 314
57 #define IDS_SHV_COLUMN_NETLOCATION  315
58 #define IDS_SHV_COLUMN_DOCUMENTS 319
59 #define IDS_SHV_COLUMN_STATUS    320
60 #define IDS_SHV_COLUMN_COMMENTS  321
61 #define IDS_SHV_COLUMN_LOCATION  322
62 #define IDS_SHV_COLUMN_MODEL     323
63 
64 #define IDS_DESKTOP 20
65 
66 #define IDS_SELECT       22
67 #define IDS_OPEN         23
68 #define IDS_VIEW_LARGE   24
69 #define IDS_VIEW_SMALL   25
70 #define IDS_VIEW_LIST    26
71 #define IDS_VIEW_DETAILS 27
72 
73 #define IDS_RESTART_TITLE   40
74 #define IDS_RESTART_PROMPT  41
75 #define IDS_SHUTDOWN_TITLE  42
76 #define IDS_SHUTDOWN_PROMPT 43
77 
78 #define IDS_PROGRAMS             45
79 #define IDS_FAVORITES            47
80 #define IDS_STARTUP              48
81 #define IDS_RECENT               49
82 #define IDS_SENDTO               50
83 #define IDS_STARTMENU            51
84 #define IDS_MYMUSIC              52
85 #define IDS_MYVIDEO              53
86 #define IDS_DESKTOPDIRECTORY     54
87 #define IDS_NETHOOD              55
88 #define IDS_TEMPLATES            56
89 #define IDS_APPDATA              57
90 #define IDS_PRINTHOOD            58
91 #define IDS_LOCAL_APPDATA        59
92 #define IDS_INTERNET_CACHE       60
93 #define IDS_COOKIES              61
94 #define IDS_HISTORY              62
95 #define IDS_PROGRAM_FILES        63
96 #define IDS_MYPICTURES           64
97 #define IDS_PROGRAM_FILES_COMMON 65
98 #define IDS_COMMON_DOCUMENTS     66
99 #define IDS_ADMINTOOLS           67
100 #define IDS_COMMON_MUSIC         68
101 #define IDS_COMMON_PICTURES      69
102 #define IDS_COMMON_VIDEO         70
103 #define IDS_CDBURN_AREA          71
104 #define IDS_DRIVE_FIXED          72
105 #define IDS_DRIVE_CDROM          73
106 #define IDS_DRIVE_NETWORK        74
107 #define IDS_DRIVE_FLOPPY         75
108 #define IDS_DRIVE_REMOVABLE      76
109 #define IDS_FS_UNKNOWN           77
110 
111 #define IDS_CREATEFOLDER_DENIED   128
112 #define IDS_CREATEFOLDER_CAPTION  129
113 #define IDS_DELETEITEM_CAPTION    130
114 #define IDS_DELETEFOLDER_CAPTION  131
115 #define IDS_DELETEITEM_TEXT       132
116 #define IDS_DELETEMULTIPLE_TEXT   133
117 #define IDS_OVERWRITEFILE_CAPTION 134
118 #define IDS_OVERWRITEFILE_TEXT    135
119 #define IDS_DELETESELECTED_TEXT   136
120 #define IDS_TRASHFOLDER_TEXT      137
121 #define IDS_TRASHITEM_TEXT        138
122 #define IDS_TRASHMULTIPLE_TEXT    139
123 #define IDS_CANTTRASH_TEXT        140
124 #define IDS_OVERWRITEFOLDER_TEXT  141
125 #define IDS_OPEN_WITH             142
126 #define IDS_OPEN_WITH_CHOOSE      143
127 #define IDS_SHELL_ABOUT_AUTHORS   144
128 #define IDS_SHELL_ABOUT_BACK      145
129 #define FCIDM_SHVIEW_NEW          146
130 #define IDS_CONTROLPANEL          148
131 #define IDS_NEWFOLDER             149
132 #define IDS_COLUMN_EXTENSION      151
133 #define IDS_NO_EXTENSION          152
134 #define IDS_RECYCLEBIN_LOCATION   153
135 #define IDS_RECYCLEBIN_DISKSPACE  154
136 #define IDS_OPEN_WITH_FILTER      155
137 #define IDS_CANTLOCKVOLUME        156
138 #define IDS_CANTDISMOUNTVOLUME    157
139 #define IDS_CANTEJECTMEDIA        158
140 #define IDS_CANTSHOWPROPERTIES    159
141 #define IDS_CANTDISCONNECT        160
142 
143 /* Friendly File Type Names */
144 #define IDS_DIRECTORY             200
145 #define IDS_BAT_FILE              201
146 #define IDS_CMD_FILE              202
147 #define IDS_COM_FILE              203
148 #define IDS_CPL_FILE              204
149 #define IDS_CUR_FILE              205
150 #define IDS_DB__FILE              220
151 #define IDS_DLL_FILE              206
152 #define IDS_DRV_FILE              207
153 #define IDS_EFI_FILE              221
154 #define IDS_EXE_FILE              208
155 #define IDS_NLS_FILE              222
156 #define IDS_OCX_FILE              223
157 #define IDS_TLB_FILE              224
158 #define IDS_FON_FILE              209
159 #define IDS_TTF_FILE              210
160 #define IDS_OTF_FILE              211
161 #define IDS_HLP_FILE              212
162 #define IDS_ICO_FILE              213
163 #define IDS_INI_FILE              214
164 #define IDS_LNK_FILE              215
165 #define IDS_NT__FILE              225
166 #define IDS_PIF_FILE              216
167 #define IDS_SCR_FILE              217
168 #define IDS_SYS_FILE              218
169 #define IDS_VXD_FILE              219
170 #define IDS_ANY_FILE              299
171 
172 #define IDS_EMPTY_BITBUCKET       172
173 #define IDS_SHLEXEC_NOASSOC       173
174 #define IDS_FILE_TYPES            174
175 #define IDS_FILE_DETAILS          175
176 #define IDS_FILE_DETAILSADV       176
177 #define IDS_FILE_EXT_TYPE         999
178 #define IDS_BYTES_FORMAT          177
179 #define IDS_OPEN_WITH_RECOMMENDED 178
180 #define IDS_OPEN_WITH_OTHER       179
181 
182 #define IDS_RUNDLG_ERROR          180
183 #define IDS_RUNDLG_BROWSE_ERROR   181
184 #define IDS_RUNDLG_BROWSE_CAPTION 182
185 #define IDS_RUNDLG_BROWSE_FILTER  183
186 
187 /* Format Dialog strings */
188 #define IDS_FORMAT_TITLE          184
189 #define IDS_FORMAT_WARNING        185
190 #define IDS_FORMAT_COMPLETE       186
191 
192 #define IDS_UNKNOWN_APP     190
193 #define IDS_EXE_DESCRIPTION 191
194 
195 #define IDS_OPEN_VERB    300
196 #define IDS_EXPLORE_VERB 301
197 #define IDS_RUNAS_VERB   302
198 #define IDS_EDIT_VERB    303
199 #define IDS_FIND_VERB    304
200 #define IDS_PRINT_VERB   305
201 
202 #define IDS_FILE_FOLDER          308
203 #define IDS_CREATELINK           309
204 #define IDS_INSTALLNEWFONT       310
205 #define IDS_COPY                 316
206 #define IDS_DELETE               317
207 #define IDS_PROPERTIES           318
208 #define IDS_CUT                  324
209 #define IDS_RESTORE              325
210 #define IDS_DEFAULT_CLUSTER_SIZE 326
211 #define IDS_FORMATDRIVE          328
212 #define IDS_RENAME               329
213 #define IDS_PASTE                330
214 #define IDS_DESCRIPTION          331
215 #define IDS_COPY_OF              332
216 
217 /* Strings for file operations*/
218 #define IDS_FILEOOP_COPYING      333
219 #define IDS_FILEOOP_MOVING       334
220 #define IDS_FILEOOP_DELETING     335
221 #define IDS_FILEOOP_FROM_TO      336
222 #define IDS_FILEOOP_FROM         337
223 #define IDS_FILEOOP_PREFLIGHT    338
224 
225 #define IDS_EJECT                339
226 #define IDS_DISCONNECT           340
227 
228 #define IDS_MENU_EMPTY           34561
229 
230 /* Note: those strings are referenced from the registry */
231 #define IDS_RECYCLEBIN_FOLDER_NAME 8964
232 #define IDS_PRINTERS_DESCRIPTION   12696
233 #define IDS_FONTS_DESCRIPTION      22920
234 #define IDS_ADMINISTRATIVETOOLS_DESCRIPTION 22921
235 #define IDS_FOLDER_OPTIONS_DESCRIPTION 22924
236 #define IDS_ADMINISTRATIVETOOLS    22982
237 #define IDS_FOLDER_OPTIONS         22985
238 #define IDS_FONTS                  22981
239 #define IDS_PRINTERS               9319
240 #define IDS_MYCOMPUTER             9216
241 #define IDS_PERSONAL               9227
242 #define IDS_NETWORKPLACE           9217
243 #define IDS_OBJECTS                6466
244 #define IDS_OBJECTS_SELECTED       6477
245 
246 /* Advanced settings */
247 #define IDS_ADVANCED_FOLDER                         30498
248 #define IDS_ADVANCED_NET_CRAWLER                    30509
249 #define IDS_ADVANCED_FOLDER_SIZE_TIP                30514
250 #define IDS_ADVANCED_FRIENDLY_TREE                  30511
251 #define IDS_ADVANCED_WEB_VIEW_BARRICADE             30510
252 #define IDS_ADVANCED_SHOW_FULL_PATH_ADDRESS         30505
253 #define IDS_ADVANCED_SHOW_FULL_PATH                 30504
254 #define IDS_ADVANCED_DISABLE_THUMB_CACHE            30517
255 #define IDS_ADVANCED_HIDDEN                         30499
256 #define IDS_ADVANCED_DONT_SHOW_HIDDEN               30501
257 #define IDS_ADVANCED_SHOW_HIDDEN                    30500
258 #define IDS_ADVANCED_HIDE_FILE_EXT                  30503
259 #define IDS_ADVANCED_SUPER_HIDDEN                   30508
260 #define IDS_ADVANCED_DESKTOP_PROCESS                30507
261 #define IDS_ADVANCED_CLASSIC_VIEW_STATE             30506
262 #define IDS_ADVANCED_PERSIST_BROWSERS               30513
263 #define IDS_ADVANCED_CONTROL_PANEL_IN_MY_COMPUTER   30497
264 #define IDS_ADVANCED_SHOW_COMP_COLOR                30512
265 #define IDS_ADVANCED_SHOW_INFO_TIP                  30502
266 
267 #define IDS_NEWEXT_ADVANCED_LEFT                    30515
268 #define IDS_NEWEXT_ADVANCED_RIGHT                   30516
269 #define IDS_NEWEXT_NEW                              30518
270 #define IDS_NEWEXT_SPECIFY_EXT                      30519
271 #define IDS_NEWEXT_ALREADY_ASSOC                    30520
272 #define IDS_NEWEXT_EXT_IN_USE                       30521
273 
274 #define IDS_SPECIFY_ACTION                          30523
275 #define IDS_INVALID_PROGRAM                         30524
276 #define IDS_REMOVE_ACTION                           30525
277 #define IDS_ACTION_EXISTS                           30526
278 #define IDS_EXE_FILTER                              30527
279 #define IDS_EDITING_ACTION                          30528
280 
281 #define IDS_REMOVE_EXT                              30522
282 
283 #define IDS_NO_ICONS                                30529
284 #define IDS_FILE_NOT_FOUND                          30530
285 
286 /* Dialogs */
287 
288 /* Run dialog */
289 #define IDD_RUN                1
290 #define IDC_RUNDLG_DESCRIPTION 12289
291 #define IDC_RUNDLG_BROWSE      12288
292 #define IDC_RUNDLG_ICON        12297
293 #define IDC_RUNDLG_EDITPATH    12298
294 #define IDC_RUNDLG_LABEL       12305
295 
296 /* ShellAbout dialog */
297 #define IDD_ABOUT              2
298 #define IDC_ABOUT_ICON         0x3009
299 #define IDC_ABOUT_APPNAME      0x3500
300 #define IDC_ABOUT_OTHERSTUFF   0x350D
301 #define IDC_ABOUT_REG_USERNAME 0x3507
302 #define IDC_ABOUT_REG_ORGNAME  0x3508
303 #define IDC_ABOUT_PHYSMEM      0x3503
304 
305 /* About authors dialog */
306 #define IDD_ABOUT_AUTHORS         3
307 #define IDC_ABOUT_AUTHORS         0x4101
308 #define IDC_ABOUT_AUTHORS_LISTBOX 0x4102
309 
310 /* Pick icon dialog */
311 #define IDD_PICK_ICON        4
312 #define IDC_PICKICON_LIST    0x4121
313 #define IDC_BUTTON_PATH      0x4122
314 #define IDC_EDIT_PATH        0x4123
315 #define IDS_PICK_ICON_TITLE  0x4124
316 #define IDS_PICK_ICON_FILTER 0x4125
317 
318 /* Properties dialog */
319 #define IDD_FILE_PROPERTIES        8
320 #define IDD_FOLDER_PROPERTIES      9
321 #define IDD_DRIVE_PROPERTIES       10
322 #define IDD_DRIVE_TOOLS            11
323 #define IDD_DRIVE_HARDWARE         12
324 #define IDD_RECYCLE_BIN_PROPERTIES 13
325 #define IDD_SHORTCUT_PROPERTIES    14
326 
327 /* File version */
328 #define IDD_FILE_VERSION 15
329 
330 /* Shortcut */
331 #define IDD_SHORTCUT_EXTENDED_PROPERTIES 16
332 
333 /* Folder Options */
334 #define IDD_FOLDER_OPTIONS_GENERAL         17
335 #define IDD_FOLDER_OPTIONS_VIEW            18
336 #define IDD_FOLDER_OPTIONS_FILETYPES       19
337 #define IDC_FOLDER_OPTIONS_TASKICON        30109
338 #define IDC_FOLDER_OPTIONS_FOLDERICON      30110
339 #define IDC_FOLDER_OPTIONS_CLICKICON       30111
340 #define IDC_FOLDER_OPTIONS_COMMONTASKS     14001
341 #define IDC_FOLDER_OPTIONS_CLASSICFOLDERS  14002
342 #define IDC_FOLDER_OPTIONS_SAMEWINDOW      14004
343 #define IDC_FOLDER_OPTIONS_OWNWINDOW       14005
344 #define IDC_FOLDER_OPTIONS_SINGLECLICK     14007
345 #define IDC_FOLDER_OPTIONS_DOUBLECLICK     14008
346 #define IDC_FOLDER_OPTIONS_ULBROWSER       14009
347 #define IDC_FOLDER_OPTIONS_ULPOINT         14010
348 #define IDC_FOLDER_OPTIONS_RESTORE         14011
349 
350 /* Yes to all msgbox */
351 #define IDD_YESTOALL_MSGBOX  20
352 #define IDC_YESTOALL         0x3207
353 #define IDC_YESTOALL_ICON    0x4300
354 #define IDC_YESTOALL_MESSAGE 0x4301
355 
356 /* Browse for folder dialog box */
357 #define IDD_BROWSE_FOR_FOLDER             21
358 #define IDD_BROWSE_FOR_FOLDER_NEW         22
359 #define IDC_BROWSE_FOR_FOLDER_NEW_FOLDER  0x3746
360 #define IDC_BROWSE_FOR_FOLDER_FOLDER_TEXT 0x3745
361 #define IDC_BROWSE_FOR_FOLDER_FOLDER      0x3744
362 #define IDC_BROWSE_FOR_FOLDER_STATUS      0x3743
363 #define IDC_BROWSE_FOR_FOLDER_TITLE       0x3742
364 #define IDC_BROWSE_FOR_FOLDER_TREEVIEW    0x3741
365 
366 /* Control IDs for IDD_FOLDER_OPTIONS_FILETYPES dialog */
367 #define IDC_FILETYPES_LISTVIEW              14000
368 #define IDC_FILETYPES_NEW                   14001
369 #define IDC_FILETYPES_DELETE                14002
370 #define IDC_FILETYPES_DETAILS_GROUPBOX      14003
371 #define IDC_FILETYPES_APPNAME               14005
372 #define IDC_FILETYPES_CHANGE                14006
373 #define IDC_FILETYPES_DESCRIPTION           14007
374 #define IDC_FILETYPES_ADVANCED              14008
375 #define IDC_FILETYPES_ICON                  14009
376 
377 /* Control IDs for IDD_NEWEXTENSION dialog */
378 #define IDC_NEWEXT_EDIT                     14001
379 #define IDC_NEWEXT_ADVANCED                 14002
380 #define IDC_NEWEXT_COMBOBOX                 14003
381 #define IDC_NEWEXT_ASSOC                    14004
382 
383 /* Control IDs for IDD_SHORTCUT_PROPERTIES dialog */
384 #define IDC_SHORTCUT_ICON                   14000
385 #define IDC_SHORTCUT_TEXT                   14001
386 #define IDC_SHORTCUT_TYPE                   14004
387 #define IDC_SHORTCUT_TYPE_EDIT              14005
388 #define IDC_SHORTCUT_LOCATION               14006
389 #define IDC_SHORTCUT_LOCATION_EDIT          14007
390 #define IDC_SHORTCUT_TARGET                 14008
391 #define IDC_SHORTCUT_TARGET_TEXT            14009
392 #define IDC_SHORTCUT_START_IN               14010
393 #define IDC_SHORTCUT_START_IN_EDIT          14011
394 #define IDC_SHORTCUT_KEY                    14014
395 #define IDC_SHORTCUT_KEY_HOTKEY             14015
396 #define IDC_SHORTCUT_RUN                    14016
397 #define IDC_SHORTCUT_RUN_COMBO              14017
398 #define IDC_SHORTCUT_COMMENT                14018
399 #define IDC_SHORTCUT_COMMENT_EDIT           14019
400 #define IDC_SHORTCUT_FIND                   14020
401 #define IDC_SHORTCUT_CHANGE_ICON            14021
402 #define IDC_SHORTCUT_ADVANCED               14022
403 
404 /* Control IDs for IDD_SHORTCUT_EXTENDED_PROPERTIES dialog */
405 #define IDC_SHORTEX_RUN_DIFFERENT           14000
406 #define IDC_SHORTEX_RUN_SEPARATE            14001
407 
408 /* Control IDs for IDD_EDITTYPE dialog */
409 #define IDC_EDITTYPE_ICON                   14001
410 #define IDC_EDITTYPE_TEXT                   14002
411 #define IDC_EDITTYPE_CHANGE_ICON            14003
412 #define IDC_EDITTYPE_LISTBOX                14004
413 #define IDC_EDITTYPE_NEW                    14005
414 #define IDC_EDITTYPE_EDIT_BUTTON            14006
415 #define IDC_EDITTYPE_REMOVE                 14007
416 #define IDC_EDITTYPE_SET_DEFAULT            14008
417 #define IDC_EDITTYPE_CONFIRM_OPEN           14009
418 #define IDC_EDITTYPE_SHOW_EXT               14010
419 #define IDC_EDITTYPE_SAME_WINDOW            14011
420 
421 /* Control IDs for IDD_ACTION dialog */
422 #define IDC_ACTION_ACTION                   14001
423 #define IDC_ACTION_APP                      14002
424 #define IDC_ACTION_BROWSE                   14003
425 #define IDC_ACTION_USE_DDE                  14004
426 
427 /* Control IDs for IDD_FOLDER_OPTIONS_VIEW dialog */
428 #define IDC_VIEW_APPLY_TO_ALL               14001
429 #define IDC_VIEW_RESET_ALL                  14002
430 #define IDC_VIEW_TREEVIEW                   14003
431 #define IDC_VIEW_RESTORE_DEFAULTS           14004
432 
433 /* Other dialogs */
434 #define IDD_RUN_AS       23
435 #define IDD_OPEN_WITH    24
436 #define IDD_FORMAT_DRIVE 25
437 #define IDD_CHECK_DISK   26
438 #define IDD_NOOPEN       27
439 #define IDD_NEWEXTENSION 28
440 #define IDD_EDITTYPE     36
441 #define IDD_ACTION       37
442 #define IDD_FOLDER_CUSTOMIZE    38
443 
444 /* Control IDs for IDD_FOLDER_CUSTOMIZE dialog */
445 #define IDC_FOLDERCUST_COMBOBOX             14001
446 #define IDC_FOLDERCUST_CHECKBOX             14002
447 #define IDC_FOLDERCUST_CHOOSE_PIC           14003
448 #define IDC_FOLDERCUST_RESTORE_DEFAULTS     14004
449 #define IDC_FOLDERCUST_PREVIEW_BITMAP       14005
450 #define IDC_FOLDERCUST_ICON                 14006
451 #define IDC_FOLDERCUST_CHANGE_ICON          14007
452 
453 /* Not used dialogs */
454 #define IDD_SHUTDOWN             29
455 #define IDD_LOG_OFF              30
456 #define IDD_DISCONNECT           31
457 #define IDD_CONFIRM_FILE_REPLACE 32
458 #define IDD_AUTOPLAY1            33
459 #define IDD_MIXED_CONTENT1       34
460 #define IDD_MIXED_CONTENT2       35
461 
462 /* Icons */
463 #define IDI_SHELL_DOCUMENT           1
464 #define IDI_SHELL_RICH_TEXT          2
465 #define IDI_SHELL_EXE                3
466 #define IDI_SHELL_FOLDER             4
467 #define IDI_SHELL_FOLDER_OPEN        5
468 #define IDI_SHELL_5_12_FLOPPY        6
469 #define IDI_SHELL_3_14_FLOPPY        7
470 #define IDI_SHELL_REMOVEABLE         8
471 #define IDI_SHELL_DRIVE              9
472 #define IDI_SHELL_NETDRIVE          10
473 #define IDI_SHELL_NETDRIVE_OFF      11
474 #define IDI_SHELL_CDROM             12
475 #define IDI_SHELL_RAMDISK           13
476 #define IDI_SHELL_ENTIRE_NETWORK    14
477 #define IDI_SHELL_NETWORK           15
478 #define IDI_SHELL_MY_COMPUTER       16
479 #define IDI_SHELL_PRINTER           17
480 #define IDI_SHELL_MY_NETWORK_PLACES 18
481 #define IDI_SHELL_COMPUTERS_NEAR_ME 19
482 #define IDI_SHELL_PROGRAMS_FOLDER   20
483 #define IDI_SHELL_RECENT_DOCUMENTS  21
484 #define IDI_SHELL_CONTROL_PANEL     22
485 #define IDI_SHELL_SEARCH            23
486 #define IDI_SHELL_HELP              24
487 #define IDI_SHELL_RUN               25
488 #define IDI_SHELL_SLEEP             26
489 #define IDI_SHELL_HARDWARE_REMOVE   27
490 #define IDI_SHELL_SHUTDOWN          28
491 #define IDI_SHELL_SHARE             29
492 #define IDI_SHELL_SHORTCUT          30
493 #define IDI_SHELL_FOLDER_WAIT       31
494 #define IDI_SHELL_EMPTY_RECYCLE_BIN 32
495 #define IDI_SHELL_FULL_RECYCLE_BIN  33
496 #define IDI_SHELL_DIALUP_FOLDER     34
497 #define IDI_SHELL_DESKTOP           35
498 #define IDI_SHELL_CONTROL_PANEL2    36
499 #define IDI_SHELL_PROGRAMS_FOLDER2  37
500 #define IDI_SHELL_PRINTERS_FOLDER   38
501 #define IDI_SHELL_FONTS_FOLDER      39
502 #define IDI_SHELL_TSKBAR_STARTMENU  40
503 #define IDI_SHELL_CD_MUSIC          41
504 #define IDI_SHELL_TREE              42
505 #define IDI_SHELL_COMPUTER_FOLDER   43
506 #define IDI_SHELL_FAVORITES         44
507 #define IDI_SHELL_LOGOFF            45
508 #define IDI_SHELL_EXPLORER          46
509 #define IDI_SHELL_UPDATE            47
510 #define IDI_SHELL_LOCKED            48
511 #define IDI_SHELL_DISCONN           49
512 #define IDI_SHELL_NOT_CONNECTED_HDD 54
513 #define IDI_SHELL_MULTIPLE_FILES   133
514 #define IDI_SHELL_OPEN_WITH        134
515 #define IDI_SHELL_FIND_COMPUTER    135
516 #define IDI_SHELL_CONTROL_PANEL3   137
517 #define IDI_SHELL_PRINTER2         138
518 #define IDI_SHELL_PRINTER_ADD      139
519 #define IDI_SHELL_NET_PRINTER      140
520 #define IDI_SHELL_FILE_PRINTER     141
521 #define IDI_SHELL_TRASH_FILE       142
522 #define IDI_SHELL_TRASH_FOLDER     143
523 #define IDI_SHELL_TRASH_FILE_FOLDER 144
524 #define IDI_SHELL_FILE_COPY_DELTE  145
525 #define IDI_SHELL_FOLDER_MOVE1     146
526 #define IDI_SHELL_FOLDER_RENAME    147
527 #define IDI_SHELL_SETTINGS_FOLDER  148
528 #define IDI_SHELL_INF_FILE         151
529 #define IDI_SHELL_TEXT_FILE        152
530 #define IDI_SHELL_BAT_FILE         153
531 #define IDI_SHELL_SYSTEM_FILE      154
532 #define IDI_SHELL_FONT_FILE        155
533 #define IDI_SHELL_TT_FONT_FILE     156
534 #define IDI_SHELL_FONT_FILE2       157
535 #define IDI_SHELL_RUN2             160
536 #define IDI_SHELL_CONFIRM_DELETE   161
537 #define IDI_SHELL_TOOLS_BACKUP     165
538 #define IDI_SHELL_TOOLS_CHKDSK     166
539 #define IDI_SHELL_TOOLS_DEFRAG     167
540 #define IDI_SHELL_PRINTER_OK       168
541 #define IDI_SHELL_NET_PRINTER_OK   169
542 #define IDI_SHELL_FILE_PRINTER_OK  170
543 #define IDI_SHELL_CHART            171
544 #define IDI_SHELL_NETWORK_FOLDER   172
545 #define IDI_SHELL_FAVORITES2       173
546 #define IDI_SHELL_EXTENDED_PROPERTIES 174
547 #define IDI_SHELL_NETWORK_CONNECTIONS 175
548 #define IDI_SHELL_NETWORK_CHART    176
549 #define IDI_SHELL_VIEW_SETTINGS    177
550 #define IDI_SHELL_INTERNET_CHART   178
551 #define IDI_SHELL_COMPUTER_SYNC    179
552 #define IDI_SHELL_COMPUTER_WINDOW  180
553 #define IDI_SHELL_COMPUTER_DESKTOP 181
554 
555 /* Folder Options, General dialog */
556 #define IDI_SHELL_SHOW_COMMON_TASKS    182
557 #define IDI_SHELL_CLASSIC_FOLDERS      183
558 #define IDI_SHELL_OPEN_IN_SOME_WINDOW  184
559 #define IDI_SHELL_OPEN_IN_NEW_WINDOW   185
560 #define IDI_SHELL_SINGLE_CLICK_TO_OPEN 186
561 #define IDI_SHELL_DOUBLE_CLICK_TO_OPEN 187
562 
563 #define IDI_SHELL_EMPTY_RECYCLE_BIN1 191
564 #define IDI_SHELL_FULL_RECYCLE_BIN1  192
565 #define IDI_SHELL_WEB_FOLDERS      193
566 #define IDI_SHELL_SECURITY         194
567 #define IDI_SHELL_FAX              196
568 #define IDI_SHELL_FAX_OK           197
569 #define IDI_SHELL_NET_FAX_OK       198
570 #define IDI_SHELL_NET_FAX          199
571 #define IDI_SHELL_NO               200
572 #define IDI_SHELL_FOLDER_OPTIONS   210
573 #define IDI_SHELL_USERS2           220
574 #define IDI_SHELL_TURN_OFF         221
575 #define IDI_SHELL_DVD_ROM          222
576 #define IDI_SHELL_PAGES            223
577 #define IDI_SHELL_MOVIE_FILE       224
578 #define IDI_SHELL_MUSIC_FILE       225
579 #define IDI_SHELL_PICTURE_FILE     226
580 #define IDI_SHELL_MULTIMEDIA_FILE  227
581 #define IDI_SHELL_CD_MUSIC2        228
582 #define IDI_SHELL_MOUSE            229
583 #define IDI_SHELL_ZIP_DRIVE2       230
584 #define IDI_SHELL_ARROWN_DOWN      231
585 #define IDI_SHELL_ARROWN_DOWN1     232
586 #define IDI_SHELL_FDD              233
587 #define IDI_SHELL_NO_DRIVE         234
588 #define IDI_SHELL_MY_DOCUMENTS     235
589 #define IDI_SHELL_MY_PICTURES      236
590 #define IDI_SHELL_MY_MUSIC         237
591 #define IDI_SHELL_MY_MOVIES        238
592 #define IDI_SHELL_WEB_BROWSER2     239
593 #define IDI_SHELL_FULL_RECYCLE_BIN2 240
594 #define IDI_SHELL_FILE_MOVE        241
595 #define IDI_SHELL_RENAME           242
596 #define IDI_SHELL_FILES            243
597 #define IDI_SHELL_MOVE_INTERNET    244
598 #define IDI_SHELL_PRINTER3         245
599 #define IDI_SHELL_ICON_246         246
600 #define IDI_SHELL_WEB_MUSIC        247
601 #define IDI_SHELL_CAMERA           248
602 #define IDI_SHELL_SLIDE_SHOW       249
603 #define IDI_SHELL_DISPLAY          250
604 #define IDI_SHELL_WEB_PICS         251
605 #define IDI_SHELL_PRINT_PICS       252
606 #define IDI_SHELL_FILE_CHECK       253
607 #define IDI_SHELL_EMPTY_RECYCLE_BIN3 254
608 #define IDI_SHELL_ICON_255         255
609 #define IDI_SHELL_FOLDER_MOVE2     256
610 #define IDI_SHELL_NETWORK_CONNECTIONS2 257
611 #define IDI_SHELL_NEW_NETWORK_FOLDER 258
612 #define IDI_SHELL_NETWORK_HOME     259
613 #define IDI_SHELL_CD_EDIT          260
614 #define IDI_SHELL_CD_ERASE         261
615 #define IDI_SHELL_CD_DELETE        262
616 #define IDI_SHELL_HELP1            263
617 #define IDI_SHELL_FOLDER_POINT     264
618 #define IDI_SHELL_SENDMAIL         265
619 #define IDI_SHELL_CD_POINT         266
620 #define IDI_SHELL_SHARED_FOLDER    267
621 #define IDI_SHELL_ACCESSABILITY    268
622 #define IDI_SHELL_USERS            269
623 #define IDI_SHELL_SCREEN_COLORS    270
624 #define IDI_SHELL_ADD_REM_PROGRAMS 271
625 #define IDI_SHELL_PRINTER_MOUSE    272
626 #define IDI_SHELL_INTERNET_STATUS  273
627 #define IDI_SHELL_SYSTEM_GEAR      274
628 #define IDI_SHELL_PIE_CHART        275
629 #define IDI_SHELL_INTERNET_DATE    276
630 #define IDI_SHELL_TUNES            277
631 #define IDI_SHELL_CMD              278
632 #define IDI_SHELL_CMD              278
633 #define IDI_SHELL_USER_ACCOUNTS    279
634 #define IDI_SHELL_WINDOWS_SEARCH   281
635 #define IDI_SHELL_COMPUTER_TEXT    282
636 #define IDI_SHELL_OSK              283
637 #define IDI_SHELL_ICON_284         284
638 #define IDI_SHELL_HELP_FILE        289
639 #define IDI_SHELL_GO               290
640 #define IDI_SHELL_DVD_DRIVE        291
641 #define IDI_SHELL_CD_ADD_MUSIC     292
642 #define IDI_SHELL_CD               293
643 #define IDI_SHELL_CD_ROM           294
644 #define IDI_SHELL_CDR              295
645 #define IDI_SHELL_CDRW             296
646 #define IDI_SHELL_DVD_RAM          297
647 #define IDI_SHELL_DVDR_ROM         298
648 #define IDI_SHELL_MP3_PLAYER       299
649 #define IDI_SHELL_SERVER           300
650 #define IDI_SHELL_SERVER1          301
651 #define IDI_SHELL_CD_ROM1          302
652 #define IDI_SHELL_COMPACT_FLASH    303
653 #define IDI_SHELL_DVD_ROM1         304
654 #define IDI_SHELL_FDD2             305
655 /* TODO: 306.ico */
656 #define IDI_SHELL_SD_MMC           307
657 #define IDI_SHELL_SMART_MEDIA      308
658 #define IDI_SHELL_CAMERA1          309
659 #define IDI_SHELL_PHONE            310
660 #define IDI_SHELL_WEB_PRINTER      311
661 #define IDI_SHELL_JAZ_DRIVE        312
662 #define IDI_SHELL_ZIP_DRIVE        313
663 #define IDI_SHELL_PDA              314
664 #define IDI_SHELL_SCANNER          315
665 #define IDI_SHELL_IMAGING_DEVICES  316
666 #define IDI_SHELL_CAMCORDER        317
667 #define IDI_SHELL_DVDRW_ROM        318
668 #define IDI_SHELL_NEW_FOLDER       319
669 #define IDI_SHELL_CD_POINT1        320
670 #define IDI_SHELL_CONTROL_PANEL4   321
671 #define IDI_SHELL_FAVOTITES        322
672 #define IDI_SHELL_SEARCH1          323
673 #define IDI_SHELL_HELP2            324
674 #define IDI_SHELL_LOGOFF1          325
675 #define IDI_SHELL_PROGRAMS_FOLDER1 326
676 #define IDI_SHELL_RECENT_DOCUMENTS1 327
677 #define IDI_SHELL_RUN1             328
678 #define IDI_SHELL_SHUTDOWN1        329
679 #define IDI_SHELL_CONTROL_PANEL1   330
680 #define IDI_SHELL_DISCONNECT       331
681 #define IDI_SHELL_SEARCH_DIRECTORY 337
682 #define IDI_SHELL_DELETE_PERMANENTLY 338
683 #define IDI_SHELL_WEB_BROWSER      512
684 #define IDI_SHELL_IDEA             1001
685 #define IDI_SHELL_PRINTER_OK2      1002
686 #define IDI_SHELL_SERVER_OK        1003
687 #define IDI_SHELL_HELP_FILE1       1004
688 #define IDI_SHELL_FILE_MOVE1       1005
689 #define IDI_SHELL_FILE_PRINT       1006
690 #define IDI_SHELL_FILE_OK          1007
691 #define IDI_SHELL_PRINT_PAUSE      1008
692 #define IDI_SHELL_PRINT_PLAY       1009
693 #define IDI_SHELL_PRINT_SHARE      1010
694 #define IDI_SHELL_FAX2             1011
695 #define IDI_SHELL_SHUTDOWN2        8240
696 
697 #define IDI_SHELL_DELETE1 16710
698 #define IDI_SHELL_DELETE2 16715
699 #define IDI_SHELL_DELETE3 16717
700 #define IDI_SHELL_DELETE4 16718
701 #define IDI_SHELL_DELETE5 16721
702 
703 /*
704  * AVI resources
705  *
706  * windows shell32 has 14 of them: 150-152 and 160-170
707  * FIXME: Add 165, 166
708  */
709 
710 #define IDA_SHELL_AUTOPLAY        150
711 #define IDA_SHELL_SEARCHING_INDEX 151
712 #define IDA_SHELL_COMPUTER_SEARCH 152
713 #define IDA_SHELL_COPY            160
714 #define IDA_SHELL_COPY1           161
715 #define IDA_SHELL_RECYCLE         162
716 #define IDA_SHELL_EMPTY_RECYCLE   163
717 #define IDA_SHELL_DELETE          164
718 #define IDA_SHELL_COPY2           167
719 #define IDA_SHELL_COPY3           168
720 #define IDA_SHELL_DELETE1         169
721 #define IDA_SHELL_DOWNLOAD        170
722 
723 /* Desktop Browser commands */
724 #define FCIDM_DESKBROWSER_CLOSE      0xA004
725 #define FCIDM_DESKBROWSER_FOCUS      0xA030
726 #define FCIDM_DESKBROWSER_SEARCH     0xA085
727 #define FCIDM_DESKBROWSER_REFRESH    0xA220
728 
729 /* Shell view commands */
730 #define FCIDM_SHVIEW_ARRANGE         0x7001
731 #define FCIDM_SHVIEW_VIEW            0x7002
732 #define FCIDM_SHVIEW_DELETE          0x7011
733 #define FCIDM_SHVIEW_PROPERTIES      0x7013
734 #define FCIDM_SHVIEW_CUT             0x7018
735 #define FCIDM_SHVIEW_COPY            0x7019
736 #define FCIDM_SHVIEW_INSERT          0x701A
737 #define FCIDM_SHVIEW_UNDO            0x701B
738 #define FCIDM_SHVIEW_INSERTLINK      0x701C
739 #define FCIDM_SHVIEW_COPYTO          0x701E
740 #define FCIDM_SHVIEW_MOVETO          0x701F
741 #define FCIDM_SHVIEW_SELECTALL       0x7021
742 #define FCIDM_SHVIEW_INVERTSELECTION 0x7022
743 
744 #define FCIDM_SHVIEW_BIGICON     0x7029 //FIXME
745 #define FCIDM_SHVIEW_SMALLICON   0x702A //FIXME
746 #define FCIDM_SHVIEW_LISTVIEW    0x702B //FIXME
747 #define FCIDM_SHVIEW_REPORTVIEW  0x702C //FIXME
748 /* 0x7030-0x703f are used by the shellbrowser */
749 #define FCIDM_SHVIEW_AUTOARRANGE 0x7031
750 #define FCIDM_SHVIEW_SNAPTOGRID  0x7032
751 
752 #define FCIDM_SHVIEW_HELP       0x7041
753 #define FCIDM_SHVIEW_RENAME     0x7050
754 #define FCIDM_SHVIEW_CREATELINK 0x7051
755 #define FCIDM_SHVIEW_NEWLINK    0x7052
756 #define FCIDM_SHVIEW_NEWFOLDER  0x7053
757 
758 #define FCIDM_SHVIEW_REFRESH 0x7100 /* FIXME */
759 #define FCIDM_SHVIEW_EXPLORE 0x7101 /* FIXME */
760 #define FCIDM_SHVIEW_OPEN    0x7102 /* FIXME */
761 
762 #define FCIDM_TB_UPFOLDER   0xA001
763 #define FCIDM_TB_NEWFOLDER  0xA002
764 #define FCIDM_TB_SMALLICON  0xA003
765 #define FCIDM_TB_REPORTVIEW 0xA004
766 #define FCIDM_TB_DESKTOP    0xA005  /* FIXME */
767 
768 #define IDM_CUT (FCIDM_SHVIEW_CUT - 0x7000)
769 #define IDM_COPY (FCIDM_SHVIEW_COPY - 0x7000)
770 #define IDM_INSERT (FCIDM_SHVIEW_INSERT - 0x7000)
771 #define IDM_CREATELINK (FCIDM_SHVIEW_CREATELINK - 0x7000)
772 #define IDM_DELETE (FCIDM_SHVIEW_DELETE - 0x7000)
773 #define IDM_RENAME (FCIDM_SHVIEW_RENAME - 0x7000)
774 #define IDM_PROPERTIES (FCIDM_SHVIEW_PROPERTIES - 0x7000)
775 
776 #define IDM_DRAGFILE 0xce
777 #define IDM_COPYHERE 0x7
778 #define IDM_MOVEHERE 0x8
779 #define IDM_LINKHERE 0xB
780 
781 
782 
783 /* Registrar scripts (RGS) */
784 #define IDR_ADMINFOLDERSHORTCUT 128
785 #define IDR_CONTROLPANEL        130
786 #define IDR_DRAGDROPHELPER      131
787 #define IDR_FOLDEROPTIONS       132
788 #define IDR_FOLDERSHORTCUT      133
789 #define IDR_FONTSFOLDERSHORTCUT 134
790 #define IDR_MENUBANDSITE        135
791 #define IDR_MYCOMPUTER          136
792 #define IDR_MYDOCUMENTS         137
793 #define IDR_NETWORKPLACES       138
794 #define IDR_NEWMENU             139
795 #define IDR_PRINTERS            140
796 #define IDR_RECYCLEBIN          141
797 #define IDR_SHELLDESKTOP        142
798 #define IDR_SHELLFSFOLDER       143
799 #define IDR_SHELLLINK           144
800 #define IDR_STARTMENU           145
801 #define IDR_OPENWITHMENU        146
802 #define IDR_FILEDEFEXT          147
803 #define IDR_DRVDEFEXT           148
804 #define IDR_MENUBAND            149
805 #define IDR_MENUDESKBAR         150
806 #define IDR_EXEDROPHANDLER      151
807 #define IDR_QUERYASSOCIATIONS   152
808 #define IDR_MERGEDFOLDER        153
809 #define IDR_REBARBANDSITE       154
810 #define IDR_USERNOTIFICATION    155
811 #define IDR_SHELL               156
812 #define IDR_ACTIVEDESKTOP       157
813