📄 eudorapluginv4.rc
字号:
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.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
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_PGP32 ICON DISCARDABLE "..\\Res\\pgp.ico"
IDI_PGP_DECRYPT ICON DISCARDABLE "..\\Res\\unlock.ico"
IDI_PGP_SIGN ICON DISCARDABLE "..\\Res\\sign.ico"
IDI_PGP_ENCRYPT ICON DISCARDABLE "..\\Res\\lock.ico"
IDI_PGP_KEYS ICON DISCARDABLE "..\\Res\\key.ico"
IDI_PGP_ENCRYPT_SIGN ICON DISCARDABLE "..\\Res\\encryptsign.ico"
#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 ""EudoraPluginV4Ver.rc""\r\n"
"#include ""..\\..\\..\\shared\\win32\\Working.rc""\r\n"
"#include ""..\\..\\..\\shared\\win32\\SharedStrings.rc""\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_WARN DIALOG DISCARDABLE 0, 0, 249, 113
STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION
CAPTION "PGP Plugin for Eudora"
FONT 8, "MS Sans Serif"
BEGIN
PUSHBUTTON "&Yes",IDC_YESCONTINUE,117,73,50,14
PUSHBUTTON "&No",IDC_NOCONTINUE,183,73,50,14
LTEXT "Place warning here",IDC_WARNING,7,7,235,59
CONTROL "Do not &warn me any more",IDC_NOWARN,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,7,95,235,11
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE
BEGIN
IDD_WARN, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 242
TOPMARGIN, 7
BOTTOMMARGIN, 106
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_WARN_NORECIPIENTS "In order to Encrypt you must choose\nat least one recipient."
IDS_WARN_NORECIPIENTSTITLE "No Recpients Chosen"
IDS_TITLE_RECIPIENTDIALOG "PGP Eudora - Encrypt Message To..."
IDS_TITLE_PGPERROR "PGP Error"
IDS_SUCCESS_ADDKEY "PGP successfully added the key(s) to your keyring."
IDS_TITLE_ADDKEY "PGP Eudora - Extract Key"
IDS_STRING8 "Reserved"
IDS_STRING9 "Reserved"
IDS_TOOLTIP1 "Decrypt PGP Encrypted Email Message"
IDS_TOOLTIP2 "Extract PGP Key(s) from Email Message"
IDS_TOOLTIP3 "Launch PGPkeys Application"
IDS_TOOLTIP4 "Just Do It!"
IDS_TOOLTIP5 "PGP Encrypt Email Message"
IDS_TOOLTIP6 "PGP Sign Email Message"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_TOOLTIP7 "PGP Encrypt and Sign Email Message"
IDS_TOOLTIP8 "Use PGP/MIME When Sending Email Message"
IDS_E_EXPIRED "The evaluation period for PGP has passed.\nThe Eudora Plugin will no longer function."
IDS_E_EXPIREDTITLE "PGP Plugin Expired"
IDS_PGPKEYSEXE "PGPkeys /s"
IDS_E_LAUNCHPGPKEYS "Unable to locate the PGPkeys application"
IDS_EXE "Eudora"
IDS_DLL "PGPeudora.dll"
IDS_Q_NOKEYRINGS "You must specify a keyring file and generate a pair of keys before you can fully use PGP.\r\nDo you wish launch PGPkeys and do this now?"
IDS_E_PGPMIME "This message contains a PGP/MIME object, which is\r\nrepresented by an envelope with a lock on it placed in\r\nthe message itself. You must click on this icon to\r\ndecrypt/verify the message."
IDS_W_PGPMIME "Because this message contains formatted text and/or attachments, the use of PGP/MIME is required in order to perform the requested PGP operation. The recipient(s) may not have a PGP/MIME compatible mailer/plugin combination to read your message.\r\n\r\nDo you wish to continue?"
IDS_MUSTRELOAD "Due to the way Eudora reads plugin settings at load time,\r\nyou must quit Eudora and restart it in order to use the new settings."
IDS_Q_HASATTACHMENT "This email contains an attachment that was not encrypted or\r\nsigned by PGP. If you continue decryption, you will not be\r\nable to open the attachment unless you close and re-open\r\nthis message. Do you want to continue decryption?"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "EudoraPluginV4Ver.rc"
#include "..\..\..\shared\win32\Working.rc"
#include "..\..\..\shared\win32\SharedStrings.rc"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -