Moved more things to the X11 driver.
[wine/multimedia.git] / dlls / shell32 / shres.rc
blob2349cda70dafdd30851d6f3d7a49e3f17b7a83f9
1 #include "shlobj.h"
3 MENU_001 MENU DISCARDABLE
4 BEGIN
5         MENUITEM "Lar&ge Icons",        FCIDM_SHVIEW_BIGICON
6         MENUITEM "S&mall Icons",        FCIDM_SHVIEW_SMALLICON
7         MENUITEM "&List",               FCIDM_SHVIEW_LISTVIEW
8         MENUITEM "&Details",            FCIDM_SHVIEW_REPORTVIEW
9 END
11 MENU_002 MENU DISCARDABLE
12 BEGIN
13         POPUP""
14         BEGIN
15           POPUP "&View"
16           BEGIN
17             MENUITEM "Lar&ge Icons",    FCIDM_SHVIEW_BIGICON
18             MENUITEM "S&mall Icons",    FCIDM_SHVIEW_SMALLICON
19             MENUITEM "&List",           FCIDM_SHVIEW_LISTVIEW
20             MENUITEM "&Details",        FCIDM_SHVIEW_REPORTVIEW
21           END
22           MENUITEM SEPARATOR
23           POPUP "Arrange &Icons"
24           BEGIN
25             MENUITEM "&Auto Arrange",   FCIDM_SHVIEW_AUTOARRANGE
26           END
27           MENUITEM "Lin&e up Icons",    FCIDM_SHVIEW_SNAPTOGRID
28         END
29 END