cryptui: Show subject, issuer, and validity period for a cert in the properties dialog.
[wine/wine64.git] / dlls / cryptui / cryptuires.h
blob8c99b8e163725c5825c110a8adf22e52be5c9206
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
23 #define IDS_SUBJECT_HEADING 1010
24 #define IDS_ISSUER_HEADING 1011
25 #define IDS_VALID_FROM 1012
26 #define IDS_VALID_TO 1013
28 #define IDD_GENERAL 100
30 #define IDC_STATIC 2000
31 #define IDC_CERTIFICATE_ICON 2001
32 #define IDC_CERTIFICATE_INFO 2002
33 #define IDC_CERTIFICATE_STATUS 2003
34 #define IDC_CERTIFICATE_NAMES 2004
35 #define IDC_ADDTOSTORE 2005
36 #define IDC_ISSUERSTATEMENT 2006
38 #endif /* ndef __CRYPTUIRES_H_ */