Fixed make install from read-only build directory (spotted by Marcus
[wine/wine64.git] / programs / winefile / resource.h
blob6996df2bcadb1a54c06edd170a6373af03272d55
1 /*
2 * Copyright 2000 Martin Fuchs
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.
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.
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
19 /* images */
20 #define IDB_TOOLBAR 100
21 #define IDB_DRIVEBAR 101
22 #define IDB_IMAGES 102
23 #define IDI_WINEFILE 100
26 /* accellerators and menus */
28 #define IDA_WINEFILE 101
29 #define IDM_WINEFILE 102
32 /* dialogs */
34 #define IDD_EXECUTE 103
37 /* control ids */
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
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
61 /* range for drive bar command ids: 0x9000..0x90FF */
62 #define ID_DRIVE_FIRST 0x9001
65 /* winefile extensions */
66 #define ID_ABOUT_WINE 0x8000
67 #define ID_LICENSE 0x8001
68 #define ID_NO_WARRANTY 0x8002
69 #define ID_WINDOW_AUTOSORT 0x8003
70 #define ID_VIEW_FULLSCREEN 0x8004
71 #define ID_PREFERED_SIZES 0x8005
73 #ifdef __linux__
74 #define ID_DRIVE_UNIX_FS 0x9000
75 #endif