winejoystick: Fix a crash on accessing a CFArray past its end due to an off-by-one...
[wine/multimedia.git] / dlls / appwiz.cpl / res.h
blob22fd03caedafc2346da55c37f4c56d0d0df4e3f4
1 /*
2 * Add/Remove Programs resources
4 * Copyright 2001-2002, 2008 Owen Rudge
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.
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.
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
22 #include <windef.h>
23 #include <winuser.h>
24 #include <commctrl.h>
26 /* Dialogs */
28 #define IDD_MAIN 1
29 #define IDD_INFO 2
31 /* Dialog controls */
32 #define IDC_INSTALL 1010
33 #define IDL_PROGRAMS 1011
34 #define IDC_ADDREMOVE 1012
35 #define IDC_SUPPORT_INFO 1013
36 #define IDC_MODIFY 1014
38 #define IDC_INFO_PUBLISHER 1100
39 #define IDC_INFO_VERSION 1101
40 #define IDC_INFO_CONTACT 1102
41 #define IDC_INFO_SUPPORT 1103
42 #define IDC_INFO_PHONE 1104
43 #define IDC_INFO_README 1105
44 #define IDC_INFO_UPDATES 1106
45 #define IDC_INFO_COMMENTS 1107
46 #define IDC_INFO_LABEL 1108
48 #define ID_DWL_GECKO_DIALOG 1200
49 #define ID_DWL_PROGRESS 1201
50 #define ID_DWL_INSTALL 1202
51 #define ID_DWL_STATUS 1203
52 #define ID_DWL_MONO_DIALOG 1204
54 /* Icons */
56 #define ICO_MAIN 1
58 /* Strings */
59 #define IDS_CPL_TITLE 1
60 #define IDS_CPL_DESC 2
61 #define IDS_TAB1_TITLE 3
62 #define IDS_UNINSTALL_FAILED 4
63 #define IDS_NOT_SPECIFIED 5
64 #define IDS_COLUMN_NAME 6
65 #define IDS_COLUMN_PUBLISHER 7
66 #define IDS_COLUMN_VERSION 8
67 #define IDS_FILTER_INSTALLS 9
68 #define IDS_FILTER_PROGRAMS 10
69 #define IDS_FILTER_ALL 11
70 #define IDS_REMOVE 12
71 #define IDS_MODIFY_REMOVE 13
72 #define IDS_DOWNLOADING 14
73 #define IDS_INSTALLING 15
74 #define IDS_INVALID_SHA 16