inetcomm: Implement IMimeBody_IsType(IBT_EMPTY).
[wine] / dlls / appwiz.cpl / res.h
1 /*
2 * Add/Remove Programs resources
3 *
4 * Copyright 2001-2002, 2008 Owen Rudge
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 *
20 */
21
22 /* Dialogs */
23
24 #define IDD_MAIN               1
25 #define IDD_INFO               2
26
27 /* Dialog controls */
28 #define IDC_INSTALL         1010
29 #define IDL_PROGRAMS        1011
30 #define IDC_ADDREMOVE       1012
31 #define IDC_SUPPORT_INFO    1013
32
33 #define IDC_INFO_PUBLISHER  1100
34 #define IDC_INFO_VERSION    1101
35 #define IDC_INFO_CONTACT    1102
36 #define IDC_INFO_SUPPORT    1103
37 #define IDC_INFO_PHONE      1104
38 #define IDC_INFO_README     1105
39 #define IDC_INFO_UPDATES    1106
40 #define IDC_INFO_COMMENTS   1107
41 #define IDC_INFO_LABEL      1108
42
43 /* Icons */
44
45 #define ICO_MAIN               1
46
47 /* Strings */
48 #define IDS_CPL_TITLE          1
49 #define IDS_CPL_DESC           2
50 #define IDS_TAB1_TITLE         3
51 #define IDS_UNINSTALL_FAILED   4
52 #define IDS_NOT_SPECIFIED      5
53 #define IDS_COLUMN_NAME        6
54 #define IDS_COLUMN_PUBLISHER   7
55 #define IDS_COLUMN_VERSION     8