⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pgpsdkui.rc

📁 可以实现对邮件的加密解密以及签名
💻 RC
📖 第 1 页 / 共 2 页
字号:
        LEFTMARGIN, 7
        RIGHTMARGIN, 257
        TOPMARGIN, 7
        BOTTOMMARGIN, 94
    END

    IDD_PASSPHRASEENCRYPT, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 255
        TOPMARGIN, 7
        BOTTOMMARGIN, 146
    END

    IDD_PASSPHRASEDECRYPTKEYS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 254
        TOPMARGIN, 7
        BOTTOMMARGIN, 137
    END

    IDD_PASSPHRASE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 259
        TOPMARGIN, 7
        BOTTOMMARGIN, 80
    END

    IDD_OPTIONSDIALOG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 247
        TOPMARGIN, 7
        BOTTOMMARGIN, 183
    END

    IDD_KEYPASSPHRASE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 251
        TOPMARGIN, 7
        BOTTOMMARGIN, 94
    END
END
#endif    // APSTUDIO_INVOKED


#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""pgpsdkuiVer.rc""\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Menu
//

IDR_MENU1 MENU DISCARDABLE 
BEGIN
    POPUP "Server Menu"
    BEGIN
        MENUITEM "&Update Unknown Keys from Server", IDM_LOOKUP
        MENUITEM SEPARATOR
        MENUITEM "&What's This?",               IDM_WHATSTHIS
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//

IDB_IMAGES4BIT          BITMAP  DISCARDABLE     "res/images4.bmp"
IDB_IMAGES24BIT         BITMAP  DISCARDABLE     "res/images24.bmp"

/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_INFOICON            ICON    DISCARDABLE     "res/infoicon.ico"
IDI_DLGICON             ICON    DISCARDABLE     "res/dlgicon.ico"

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_GENERAL             "General strings"
    IDS_NOSIGNKEY           "No signing key has been selected.  Please select a key\nfrom the dropdown list of signing keys."
    IDS_RANDOMPROMPT        "Enter random input:"
    IDS_RANDOMDONE          "Input complete!"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_RSA                 "RSA"
    IDS_DH                  "DH"
    IDS_UNKNOWN             "Unknown"
    IDS_RECIPIENTWARNING    "Recipient Warning"
    IDS_RSADSAMIXWARNING    "Signing with a Diffie-Hellman/DSS key when encrypting to\nRSA recipients will result in a message that users of PGP\nversions prior to 5.0 will not be able to decrypt.\n\nAre you sure you want to do this?\n"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_PHRASEMISMATCH      "Passphrase entries do not match.  Please try again."
    IDS_EMPTYPHRASE         "You must enter a passphrase or click on ""Cancel""."
    IDS_WRONGPHRASE         "Re-enter passphrase or select a different key"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_UNKNOWNKEYS         "%i unknown key(s)"
    IDS_DSS                 "DSS"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_FOUNDMATCHFORPHRASE "The key with user ID\n\n%s\n\nmatches the passphrase.\n\nSign with this key instead?"
    IDS_PGP                 "PGP"
    IDS_BADDECRYPTPHRASE    "The passphrase you entered does not match any of the usable listed keys."
    IDS_WRONGDECRYPTPHRASE  "Re-enter passphrase of your private key"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_KEYSNOTVALID        "Some recipient keys are not valid. Please verify that these recipients are correct."
    IDS_KEYSNOTFOUND        "Some recipient keys were not found. Please find the correct recipient in the list above or double click the item to search for it on a server."
    IDS_MULTIPLEMATCH       "Multiple matches were found for some recipients. Please remove any that do not apply."
    IDS_DEFAULT             "Drag names from the user list to the recipients list."
    IDS_KEYSNOTCORPSIGNED   "Some recipient keys are not signed by the Corporate Signing Key. Encrypting to these keys may be a violation of corporate security policy."
    IDS_ADKMISSING          "Missing Additional Decryption Keys prevented a possible match. Please verify that the recipient list is correct.."
    IDS_KSCONNECTING        "Connecting to "
    IDS_KSSEARCHING         "Searching "
    IDS_KSPROCESSING        "Processing results from "
    IDS_KSDELETING          "Deleting key(s)..."
    IDS_KSDISABLING         "Disabling key(s)..."
    IDS_KSCLOSINGSEND       "Cleaning up..."
    IDS_KSSENDING           "Sending to "
    IDS_NOKEYADKERR         "The user ""%s"" has a missing Additional Decryption Key. This user cannot \nbe used for encryption without the Additional Decryption Key."
    IDS_NOGROUPADKERR       "The group ""%s"" contains one or more keys with missing Additional \nDecryption Keys. This group cannot be used for encryption without these \nAdditional Decryption Keys."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_NUMKEYS             "%d keys"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_NOKEYADKWARN        "The user ""%s"" has a missing Additional Decryption Key. Contact the owner \nof the key to obtain the Additional Decryption Key."
    IDS_NOGROUPADKWARN      "The group ""%s"" contains one or more keys with missing Additional \nDecryption Keys. Contact the owners of these keys to obtain the \nAdditional Decryption Keys.\n\n"
    IDS_MOVEDARRWARN        "Removing the Additional Decryption Key ""%s"" from the recipient list may \nviolate the policy established for other keys in the recipient list."
    IDS_PGPERROR            "PGP Error"
    IDS_NUMUNKNOWNKEYS      "%d unknown key(s)"
    IDS_PASSNOTLONG         "Passphrase is not of sufficient length. Please choose another."
    IDS_PASSNOTQUALITY      "Passphrase is not of sufficient quality. Please choose another."
    IDS_BADPASSREENTER      "Bad Passphrase: Please re-enter."
    IDS_NUMOFNUMKEYS        "%d of %d keys"
    IDS_UNKNOWNKEYIDSTR     "Unknown User (Key ID is 0x%s)"
    IDS_KSRECEIVING         "Receiving results from "
    IDS_PGPWARNING          "PGP Warning"
    IDS_PHRASENOTUTF8       "PGP now has improved support for international passphrases.\n\nThe current passphrase on your key does not use the improved\ncross-platform encoding standard.\n\nChanging the passphrase on your key will convert it to the new\nformat and you will no longer get this warning message."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_NEWNONASCIIPHRASE   "The passphrase you entered contains non-ASCII characters.\n\nA new Unicode encoding scheme in this version of PGP makes such\npassphrases more compatible across various types of computers.\n\nHowever, messages or private keys encrypted with such passphrases\nwill not be usable with versions of PGP prior to version 8.0,\nor on computers which do not support Unicode."
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "pgpsdkuiVer.rc"
/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -