Immediately refresh child windows after changing the font.
[wine/dcerpc.git] / programs / winefile / resource.h
blob9a1b2e4ff0784baee35614f8dcabe2fa3b9bc711
1 /*
2 * Copyright 2000, 2003 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
35 #define IDD_SELECT_DESTINATION 104
38 /* control ids */
40 #define ID_ACTIVATE 101
41 #define ID_EXECUTE 105
42 #define ID_FILE_MOVE 106
43 #define ID_FILE_EXIT 115
44 #define ID_VIEW_NAME 401
45 #define ID_VIEW_ALL_ATTRIBUTES 402
46 #define ID_VIEW_SELECTED_ATTRIBUTES 403
47 #define ID_SELECT_FONT 510
48 #define ID_VIEW_TOOL_BAR 508
49 #define ID_VIEW_DRIVE_BAR 507
50 #define ID_VIEW_STATUSBAR 503
52 #define ID_ABOUT 1803
53 #define ID_REFRESH 1704
54 #define ID_EDIT_PROPERTIES 57656
55 #define ID_WINDOW_NEW 0xE130
56 #define ID_WINDOW_ARRANGE 0xE131
57 #define ID_WINDOW_CASCADE 0xE132
58 #define ID_WINDOW_TILE_HORZ 0xE133
59 #define ID_WINDOW_TILE_VERT 0xE134
60 #define ID_WINDOW_SPLIT 0xE135
61 #define ID_HELP_USING 0xE144
62 #define ID_HELP 0xE146
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 /* string table */
74 #define IDS_FONT_SEL_DLG_NAME 1101
75 #define IDS_FONT_SEL_ERROR 1103
76 #define IDS_FILE_MOVE_ERROR 1104
78 /* range for drive bar command ids: 0x9000..0x90FF */
79 #ifdef __WINE__
80 #define ID_DRIVE_UNIX_FS 0x9000
81 #endif
82 #define ID_DRIVE_SHELL_NS 0x9001
84 #define ID_DRIVE_FIRST 0x9002