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

📄 pgpsdkhelp.h

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
//____________________________________________________________________________
//	Copyright (C) 2002 PGP Corporation
//	All rights reserved.
//
//	$Id: PGPsdkHelp.h,v 1.3 2002/08/06 20:11:21 dallen Exp $
//__________________________________________________________________________*/

// these constants are merged with client file PGPHelp.h to form
// the set of context help IDs in PGP.chm

// IDs in this file should remain above 10000 to avoid
// collision with PGPHelp.h

// Passphrase dialog stuff
#define IDH_PGPCLPHRASE_HIDETYPING		10001
#define IDH_PGPCLPHRASE_PHRASE			10002
#define IDH_PGPCLPHRASE_SIGNINGKEY		10003
#define IDH_PGPCLPHRASE_KEYLIST			10004
#define IDH_PGPCLPHRASE_CONFIRMATION	10005
#define IDH_PGPCLPHRASE_QUALITY			10006
#define IDH_PGPCLPHRASE_KEYNAME			10007

// Recipient dialog
#define IDH_IDD_RECIPIENTDLG			10101
#define IDH_IDC_RECIPIENT_LIST			10102
#define IDH_IDC_USER_ID_LIST			10103

// ClientLib options that we've hardcoded in help for.
#define IDH_TEXTOUTPUT					10201
#define IDH_CONVENCRYPTION				10202
#define IDH_WIPEORIGINAL				10203
#define IDH_DETACHEDSIG					10204
#define IDH_FYEO						10205
#define IDH_SDA							10206
#define IDH_INPUTISTEXT					10207

⌨️ 快捷键说明

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