142 lines
4.0 KiB
Plaintext
142 lines
4.0 KiB
Plaintext
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: certexit.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "winnt.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""winnt.h""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"1 TYPELIB ""certxds.tlb""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_EXITPG2 DIALOG DISCARDABLE 0, 0, 252, 226
|
|
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Certificate Publication"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "This Exit Module can publish certificates when they are issued. The publication location must be specified in the certificate request. Certificates will not be published unless a location is specified in the request.",
|
|
-1,7,13,230,35
|
|
CONTROL "Allow certificates to be published to the &file system",
|
|
IDC_CHECK_FILE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,55,
|
|
217,13
|
|
END
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO DISCARDABLE
|
|
BEGIN
|
|
IDD_EXITPG2, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 13
|
|
VERTGUIDE, 26
|
|
VERTGUIDE, 240
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 219
|
|
END
|
|
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_CERTEXIT_DESC "CertExit Class"
|
|
IDS_CERTMANAGEEXITMODULE_DESC "CertManageExitModule Class"
|
|
IDS_MAPI_SUBJECT "Certificate Services Enrollment Notification"
|
|
IDS_MAPI_UNKNOWN "Unknown"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MODULE_NAME VER_FILEDESCRIPTION_STR
|
|
IDS_MODULE_DESCR "Enterprise and Stand-alone Capable"
|
|
IDS_MODULE_COPYRIGHT VER_LEGALCOPYRIGHT_STR
|
|
IDS_MODULE_FILEVER VER_FILEVERSION_STR
|
|
IDS_MODULE_PRODUCTVER VER_PRODUCTVERSION_STR
|
|
IDS_WARNING_REBOOT "Certificate Services must be restarted for these changes to take effect."
|
|
IDS_WARNING_NOSAVE "Warning: Changes could not be saved."
|
|
IDS_INVALID_PREFIX "The URL entered does not begin with a valid prefix. The prefix must be one of the following:"
|
|
IDS_INVALID_ENCODING "The string entered cannot be encoded as an IA5 string."
|
|
IDS_INVALID_TOKEN "A replacement token entered does not match any recognized tokens"
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
1 TYPELIB "certxds.tlb"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|