📄 pgpadmin.rc
字号:
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
// $Id: PGPadmin.rc,v 1.64.4.2 1999/06/16 06:26:38 philipn Exp $
/////////////////////////////////////////////////////////////////////////////
#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
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_INTRO DIALOG DISCARDABLE 0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Introduction"
FONT 8, "MS Sans Serif"
BEGIN
GROUPBOX "Body should be inside this frame. This frame is invisible",
IDC_STATIC,92,0,254,189,NOT WS_VISIBLE
LTEXT "This Administration Wizard will help you set up the configuration that will be used for all installations of PGP within your organization.",
IDC_STATIC,99,9,240,19
LTEXT "Each step will explain about a feature and allow you to determine the appropriate choice for your users.",
IDC_STATIC,100,32,240,17
LTEXT "Once you have completed all steps, the choices you have made will be saved into a format that the PGP installer will use when installing PGP Desktop Security on users' workstations.",
IDC_STATIC,100,53,240,31
CONTROL 105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,7,9,81,161
END
IDD_ADK DIALOG DISCARDABLE 0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Additional Decryption Key"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,7,9,81,161
GROUPBOX "Body should be inside this frame. This frame is invisible",
IDC_STATIC,92,0,254,189,NOT WS_VISIBLE
LTEXT "An Additional Decryption Key (ADK) is a powerful tool that allows an organization to decrypt messages that are encrypted to someone within the organization. This is accomplished by noting an ADK within the user's public key.",
IDC_STATIC,99,9,242,34
LTEXT "An ADK can pose a serious security threat. If the ADK is ever compromised, all encrypted messages sent to users with this feature enabled will be decryptable by the attacker.",
IDC_STATIC,99,75,242,26
LTEXT "With this association, any message encrypted to the user's public key will also be encrypted to the ADK. This allows the owner of the ADK to decrypt any message sent to the user.",
IDC_STATIC,99,46,242,25
LTEXT "In light of this security threat, take great care when deciding whether to use an ADK. If used, the ADK must be secured both physically and electronically in order to prevent a security breach.",
IDC_STATIC,99,106,242,25
LTEXT "It is a good idea in large organizations to have multiple Additional Decryption Keys, possibly spread out by department.",
IDC_STATIC,99,136,242,18
END
IDD_PASSPHRASE DIALOG DISCARDABLE 0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Passphrase Length and Quality"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,7,9,81,161
GROUPBOX "Body should be inside this frame. This frame is invisible",
IDC_STATIC,92,0,254,189,NOT WS_VISIBLE
CONTROL "Enforce minimum number of &characters",
IDC_ENFORCE_MINCHARS,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,99,44,163,11
EDITTEXT IDC_MINCHARS,219,56,18,12,ES_AUTOHSCROLL
LTEXT "The passphrase must be at least",IDC_PASSLABEL1,111,58,
107,10
LTEXT "characters long",IDC_PASSLABEL2,239,58,52,10
CONTROL "Enforce minimum amount of &quality",
IDC_ENFORCE_MINQUALITY,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,99,146,163,11
EDITTEXT IDC_MINQUALITY,189,157,18,12,ES_AUTOHSCROLL
LTEXT "Quality must be at least",IDC_QUALLABEL1,111,159,77,10
LTEXT "out of 100",IDC_QUALLABEL2,211,159,52,10
LTEXT "To make PGP more secure, it is helpful to minimize the security risks associated with a user's passphrase. Longer passphrases are generally harder to break. You have the option of forcing users to use a minimum passphrase length.",
IDC_STATIC,99,9,240,33
LTEXT "Some passphrases are better than others. This is a measure of the quality of a given passphrase. The passphrase is potentially the weakest link of PGP security, so it is important for users to have high-quality passphrases in order to make PGP effective.",
IDC_STATIC,99,74,237,34
LTEXT "When the user creates a key or changes their passphrase on a key, a quality bar will show the quality of the new passphrase. The quality of a passphrase is usually higher when there is a mixture of lower- and upper-case letters, numbers, and punctuation.",
IDC_STATIC,99,109,233,32
END
IDD_CORPKEY DIALOG DISCARDABLE 0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Corporate Signing Key"
FONT 8, "MS Sans Serif"
BEGIN
GROUPBOX "Body should be inside this frame. This frame is invisible",
IDC_STATIC,92,0,254,189,NOT WS_VISIBLE
LTEXT "A Corporate Signing Key (CSK) is a system-wide public key that establishes the validity of other keys in your organization. Key generation by users can be configured to automatically sign the CSK making it valid and trusted so that any",
IDC_STATIC,99,9,242,25
CONTROL "&Automatically sign Corporate Key",IDC_AUTOSIGNTRUST,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,99,141,244,9
CONTROL "&Warn if encrypting to keys not signed by Corporate Key",
IDC_WARN_NOTCERT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
111,165,203,9
LTEXT "You can also display a warning to the user when encrypting to a key not signed by the CSK. This is generally made obvious regardless from the PGP interface, but can be useful in high security situations.",
IDC_STATIC,99,89,242,25
LTEXT "If you select the first option below, you will be prompted to select the CSK on the next page. Otherwise, the CSK selection page will be skipped.",
IDC_STATIC,99,117,242,18
CONTROL 105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,7,9,81,161
LTEXT "The signature made by the user on the CSK can optionally designate the CSK as a Meta-Introducer. This means that keys designated by the CSK as Trusted Introducers would be automatically trusted as introducers by the user.",
IDC_STATIC,99,53,242,35
LTEXT "any other keys signed by the CSK will be considered valid by the user's installation of PGP.",
IDC_STATIC,99,33,239,15
CONTROL "Designate Corporate Key as a &Meta-Introducer",
IDC_METAINTRODUCER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
111,153,203,9
END
IDD_MISC DIALOG DISCARDABLE 0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Miscellaneous options"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,7,9,81,161
GROUPBOX "Body should be inside this frame. This frame is invisible",
IDC_STATIC,92,0,254,189,NOT WS_VISIBLE
LTEXT "Conventional encryption is simply the encrypting of a message or document using a passphrase entered at the time of encryption. This form of encryption does not use public keys. It relies solely on the passphrase to encrypt the data.",
IDC_STATIC,99,9,240,33
CONTROL "Allow &conventional encryption and Self-Decrypting Archives",
IDC_ALLOW_CONVENTIONAL,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,99,82,209,10
LTEXT "In any PGP message, there is a line reserved for custom comments. You may optionally specify a specific line of text to be used in the comment line. This will not affect the processing of encrypted or signed messages in any way.",
IDC_STATIC,98,102,242,27
LTEXT "Message Header Comment:",IDC_STATIC,98,160,120,9
EDITTEXT IDC_COMMENTS,98,170,241,14,ES_AUTOHSCROLL
LTEXT "Unlike the normal usage of PGP, this allows anyone who knows (or can guess) the passphrase to decrypt the information. Care should be taken in deciding whether or not to allow Conventional Encryption. This option will",
IDC_STATIC,99,44,240,25
LTEXT "Typical uses for the comment line include such examples as the company/organization name, WWW home page URL, or disclaimer notices. If you do not wish to have a comment line, leave the field below blank.",
IDC_STATIC,98,131,242,25
LTEXT "also determine if the user is allowed to create Self-Decrypting Archives.",
IDC_STATIC,99,68,240,10
END
IDD_ADK_INCOMING DIALOG DISCARDABLE 0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Incoming Additional Decryption Key"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,7,9,81,161
GROUPBOX "Body should be inside this frame. This frame is invisible",
IDC_STATIC,92,0,254,189,NOT WS_VISIBLE
CONTROL "Use an &Incoming Additional Decryption Key",
IDC_USE_INADK,"Button",BS_AUTOCHECKBOX | BS_NOTIFY |
WS_TABSTOP,99,131,152,10
LTEXT "For Diffie-Hellman keys, the Incoming Additonal Decryption Key feature works by designating an Additional Decryption Key inside each user's public key. This means that the ADK request will travel with the user's public key to ",
IDC_STATIC,99,10,242,25
LTEXT "When someone inside or outside the organization encrypts a message to the user, the associated ADK will be added to the sender's list of recipients automatically - at which time the sender is by default warned that this is taking place.",
IDC_STATIC,99,46,242,34
LTEXT "Note that only a Diffie-Hellman key can be used as the Incoming ADK.",
IDC_STATIC,99,83,242,10
LTEXT "If you choose to use an Incoming ADK, this key must already be on your keyring before going to the next page. If it is not, generate the key you intend to use for Incoming ADK, then press the Next button.",
IDC_STATIC,99,97,242,25
LTEXT "anyone inside or outside the organization.",IDC_STATIC,
99,34,219,8
END
IDD_ADK_INSEL DIALOG DISCARDABLE 0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Incoming Additional Decryption Key selection"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,7,9,81,161
GROUPBOX "Body should be inside this frame. This frame is invisible",
IDC_STATIC,92,0,254,189,NOT WS_VISIBLE
LTEXT "The following list shows all Diffie-Hellman keys on your keyring. Please choose the key you wish to use as the Incoming Additional Decryption Key:",
IDC_STATIC,97,13,240,27
CONTROL "List1",IDC_INADK_ID,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER |
WS_TABSTOP,97,45,240,142
END
IDD_ADK_OUTGOING DIALOG DISCARDABLE 0, 0, 350, 222
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
CAPTION "PGPadmin - Outgoing Additional Decryption Key"
FONT 8, "MS Sans Serif"
BEGIN
CONTROL 105,IDC_WIZBITMAP,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
SS_SUNKEN,7,9,81,161
GROUPBOX "Body should be inside this frame. This frame is invisible",
IDC_STATIC,92,0,254,189,NOT WS_VISIBLE
CONTROL "Use an &Outgoing Additional Decryption Key",
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -