cryptui: Add selections to field selection list in details page.
[wine/testsucceed.git] / dlls / cryptui / cryptuires.h
blob8ffb9305e63d8b6366c55d3498db0b3c4d630e16
1 /*
2 * Copyright 2008 Juan Lang
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 #ifndef __CRYPTUIRES_H_
19 #define __CRYPTUIRES_H_
21 #define IDS_CERTIFICATE 1000
22 #define IDS_CERTIFICATEINFORMATION 1001
23 #define IDS_CERT_INFO_BAD_SIG 1002
24 #define IDS_CERT_INFO_UNTRUSTED_CA 1003
25 #define IDS_CERT_INFO_UNTRUSTED_ROOT 1004
26 #define IDS_CERT_INFO_PARTIAL_CHAIN 1005
27 #define IDS_CERT_INFO_BAD_PURPOSES 1006
28 #define IDS_CERT_INFO_PURPOSES 1007
30 #define IDS_SUBJECT_HEADING 1010
31 #define IDS_ISSUER_HEADING 1011
32 #define IDS_VALID_FROM 1012
33 #define IDS_VALID_TO 1013
34 #define IDS_FIELD 1019
35 #define IDS_VALUE 1020
36 #define IDS_FIELDS_ALL 1021
37 #define IDS_FIELDS_V1 1022
38 #define IDS_FIELDS_EXTENSIONS 1023
39 #define IDS_FIELDS_CRITICAL_EXTENSIONS 1024
40 #define IDS_FIELDS_PROPERTIES 1025
42 #define IDS_PURPOSE_SERVER_AUTH 1100
43 #define IDS_PURPOSE_CLIENT_AUTH 1101
44 #define IDS_PURPOSE_CODE_SIGNING 1102
45 #define IDS_PURPOSE_EMAIL_PROTECTION 1103
46 #define IDS_PURPOSE_IPSEC 1104
47 #define IDS_PURPOSE_TIMESTAMP_SIGNING 1105
48 #define IDS_PURPOSE_CTL_USAGE_SIGNING 1106
49 #define IDS_PURPOSE_EFS 1107
50 #define IDS_PURPOSE_EFS_RECOVERY 1108
51 #define IDS_PURPOSE_WHQL 1109
52 #define IDS_PURPOSE_NT5 1110
53 #define IDS_PURPOSE_OEM_WHQL 1111
54 #define IDS_PURPOSE_EMBEDDED_NT 1112
55 #define IDS_PURPOSE_ROOT_LIST_SIGNER 1113
56 #define IDS_PURPOSE_QUALIFIED_SUBORDINATION 1114
57 #define IDS_PURPOSE_KEY_RECOVERY 1115
58 #define IDS_PURPOSE_DOCUMENT_SIGNING 1116
59 #define IDS_PURPOSE_LIFETIME_SIGNING 1117
60 #define IDS_PURPOSE_DRM 1118
61 #define IDS_PURPOSE_LICENSES 1119
62 #define IDS_PURPOSE_LICENSE_SERVER 1120
63 #define IDS_PURPOSE_ENROLLMENT_AGENT 1121
64 #define IDS_PURPOSE_SMARTCARD_LOGON 1122
65 #define IDS_PURPOSE_CA_EXCHANGE 1123
66 #define IDS_PURPOSE_KEY_RECOVERY_AGENT 1124
67 #define IDS_PURPOSE_DS_EMAIL_REPLICATION 1125
69 #define IDD_GENERAL 100
70 #define IDD_DETAIL 101
71 #define IDD_USERNOTICE 103
73 #define IDB_CERT 201
74 #define IDB_CERT_ERROR 202
75 #define IDB_CERT_WARNING 203
76 #define IDB_CHECKS 204
78 #define IDC_STATIC 2000
79 #define IDC_CERTIFICATE_ICON 2001
80 #define IDC_CERTIFICATE_INFO 2002
81 #define IDC_CERTIFICATE_STATUS 2003
82 #define IDC_CERTIFICATE_NAMES 2004
83 #define IDC_ADDTOSTORE 2005
84 #define IDC_ISSUERSTATEMENT 2006
86 #define IDC_DETAIL_SELECT 2100
87 #define IDC_DETAIL_LIST 2101
88 #define IDC_DETAIL_VALUE 2102
89 #define IDC_EDITPROPERTIES 2103
90 #define IDC_EXPORT 2104
92 #define IDC_USERNOTICE 2300
93 #define IDC_CPS 2301
95 #endif /* ndef __CRYPTUIRES_H_ */