update for HEAD-2003091401
[reactos.git] / subsys / system / explorer / winefile / resource.h
1 /*
2  * Copyright 2000 Martin Fuchs
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 /* images */
20 #define IDB_TOOLBAR                                     100
21 #define IDB_DRIVEBAR                                    101
22 #define IDB_IMAGES                                      102
23 #define IDI_WINEFILE                                    100
24
25
26 /* accellerators and menus */
27
28 #define IDA_WINEFILE                                    101
29 #define IDM_WINEFILE                                    102
30
31
32 /* dialogs */
33
34 #define IDD_EXECUTE                                     103
35
36
37 /* control ids */
38
39 #define ID_ACTIVATE                                     101
40 #define ID_EXECUTE                                      105
41 #define ID_FILE_EXIT                                    115
42 #define ID_VIEW_NAME                                    401
43 #define ID_VIEW_ALL_ATTRIBUTES                          402
44 #define ID_VIEW_SELECTED_ATTRIBUTES                     403
45 #define ID_VIEW_TOOL_BAR                                508
46 #define ID_VIEW_DRIVE_BAR                               507
47 #define ID_VIEW_STATUSBAR                               503
48
49 #define ID_ABOUT                                        1803
50 #define ID_REFRESH                                      1704
51 #define ID_EDIT_PROPERTIES                              57656
52 #define ID_WINDOW_NEW                                   0xE130
53 #define ID_WINDOW_ARRANGE                               0xE131
54 #define ID_WINDOW_CASCADE                               0xE132
55 #define ID_WINDOW_TILE_HORZ                             0xE133
56 #define ID_WINDOW_TILE_VERT                             0xE134
57 #define ID_WINDOW_SPLIT                                 0xE135
58 #define ID_HELP_USING                                   0xE144
59 #define ID_HELP                                         0xE146
60
61
62 /* winefile extensions */
63 #define ID_ABOUT_WINE                                   0x8000
64 #define ID_LICENSE                                              0x8001
65 #define ID_NO_WARRANTY                                  0x8002
66 #define ID_WINDOW_AUTOSORT                              0x8003
67 #define ID_VIEW_FULLSCREEN                              0x8004
68 #define ID_PREFERED_SIZES                               0x8005
69
70
71 /* range for drive bar command ids: 0x9000..0x90FF */
72 #ifdef __WINE__
73 #define ID_DRIVE_UNIX_FS                                0x9000
74 #endif
75 #define ID_DRIVE_SHELL_NS                               0x9001
76
77 #define ID_DRIVE_FIRST                                  0x9002