pgpsdkhelp.h

来自「可以实现对邮件的加密解密以及签名」· C头文件 代码 · 共 37 行

H
37
字号
//____________________________________________________________________________
//	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 + =
减小字号Ctrl + -
显示快捷键?