2003-07-22 03:17:52 +00:00
|
|
|
/*
|
|
|
|
* Wininet resource definitions
|
|
|
|
*
|
2003-09-08 19:38:45 +00:00
|
|
|
* Copyright 2003 Mike McCormack for CodeWeavers
|
2003-07-22 03:17:52 +00:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-05-18 12:49:52 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2003-07-22 03:17:52 +00:00
|
|
|
*/
|
|
|
|
|
2009-07-02 23:38:15 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
|
2010-12-19 20:34:28 +00:00
|
|
|
#define IDD_INVCERTDLG 0x398
|
2009-07-23 10:05:58 +00:00
|
|
|
#define IDD_AUTHDLG 0x399
|
2003-07-22 03:17:52 +00:00
|
|
|
#define IDD_PROXYDLG 0x400
|
|
|
|
|
|
|
|
#define IDC_PROXY 0x401
|
|
|
|
#define IDC_REALM 0x402
|
|
|
|
#define IDC_USERNAME 0x403
|
|
|
|
#define IDC_PASSWORD 0x404
|
|
|
|
#define IDC_SAVEPASSWORD 0x405
|
2009-07-23 10:05:58 +00:00
|
|
|
#define IDC_SERVER 0x406
|
2010-12-19 20:34:28 +00:00
|
|
|
#define IDC_CERT_ERROR 0x407
|
2004-11-21 15:42:57 +00:00
|
|
|
|
|
|
|
#define IDS_LANCONNECTION 0x500
|
2010-12-19 20:34:28 +00:00
|
|
|
#define IDS_CERT_CA_INVALID 0x501
|
|
|
|
#define IDS_CERT_DATE_INVALID 0x502
|
|
|
|
#define IDS_CERT_CN_INVALID 0x503
|
|
|
|
#define IDS_CERT_ERRORS 0x504
|