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

📄 pgpnethelp.h

📁 vc环境下的pgp源码
💻 H
字号:
/*____________________________________________________________________________
	Copyright (C) 1998 Network Associates, Inc.
	All rights reserved.
	
	PGPnetHelp.h - help IDs for PGPnet
	

	$Id: PGPnetHelp.h,v 1.11 1999/04/23 13:59:09 pbj Exp $
____________________________________________________________________________*/

#define IDH_PNMAIN_TABS 					0001
#define IDH_PNMAIN_PGPNETENABLE 			0002
#define IDH_PNMAIN_PGPNETDISABLE 			0003

#define IDH_PNSTATUS_LIST					0101
#define IDH_PNSTATUS_SAVE					0102
#define IDH_PNSTATUS_REMOVE					0103

#define IDH_PNLOG_LIST						0201
#define IDH_PNLOG_SAVE						0202
#define IDH_PNLOG_CLEAR						0203
#define IDH_PNLOG_FILTERSERVICE				0204
#define IDH_PNLOG_FILTERIKE					0205
#define IDH_PNLOG_FILTERPGP					0206
#define IDH_PNLOG_FILTERSYSTEM				0207
#define IDH_PNLOG_FILTERIPSEC				0210

#define IDH_PNHOSTS_LIST					0301
#define IDH_PNHOSTS_EDIT					0302
#define IDH_PNHOSTS_REMOVE					0303
#define IDH_PNHOSTS_ADD						0304
#define IDH_PNHOSTS_CONNECT					0305
#define IDH_PNHOSTS_DISCONNECT				0306

#define IDH_PNOPTGEN_HELP					1000
#define IDH_PNOPTGEN_EXPERTMODE				1002
#define IDH_PNOPTGEN_ALLOWUNCONFIGHOSTS		1011
#define IDH_PNOPTGEN_REQSECUREHOSTS			1012
#define IDH_PNOPTGEN_CACHEPASSPHRASES		1013
#define IDH_PNOPTGEN_REQUIREVALIDKEY		1014
#define IDH_PNOPTGEN_ACCEPTANYKEY			1015
#define IDH_PNOPTGEN_IKETIMEEXPIREENABLE	1021
#define IDH_PNOPTGEN_IKETIMEEXPIRETIME		1022
#define IDH_PNOPTGEN_IKEDATAEXPIREENABLE	1023
#define IDH_PNOPTGEN_IKEDATAEXPIREBYTES		1024
#define IDH_PNOPTGEN_IPSECTIMEEXPIREENABLE	1031
#define IDH_PNOPTGEN_IPSECTIMEEXPIRETIME	1032
#define IDH_PNOPTGEN_IPSECDATAEXPIREENABLE	1033
#define IDH_PNOPTGEN_IPSECDATAEXPIREBYTES	1034

#define IDH_PNOPTAUTH_HELP					1100
#define IDH_PNOPTAUTH_PGPAUTHKEY			1101
#define IDH_PNOPTAUTH_CLEARPGPAUTHKEY		1102
#define IDH_PNOPTAUTH_SELECTPGPAUTHKEY		1103
#define IDH_PNOPTAUTH_X509AUTHKEY			1111
#define IDH_PNOPTAUTH_CLEARX509AUTHKEY		1112
#define IDH_PNOPTAUTH_SELECTX509AUTHKEY		1113
#define IDH_PNOPTAUTH_PUBKEYRING			1121
#define IDH_PNOPTAUTH_BROWSEPUBKEYRING		1122
#define IDH_PNOPTAUTH_SECKEYRING			1123
#define IDH_PNOPTAUTH_BROWSESECKEYRING		1124
#define IDH_PNOPTAUTH_USEMYKEYRINGS			1125

#define IDH_PNOPTADV_HELP					1200
#define IDH_PNOPTADV_ALLOWCAST				1201
#define IDH_PNOPTADV_ALLOW3DES				1202
#define IDH_PNOPTADV_ALLOWDES				1203
#define IDH_PNOPTADV_ALLOWNULLCIPHER		1204
#define IDH_PNOPTADV_ALLOWSHA				1211
#define IDH_PNOPTADV_ALLOWMD5				1212
#define IDH_PNOPTADV_ALLOWNULLHASH			1213
#define IDH_PNOPTADV_ALLOW768				1221
#define IDH_PNOPTADV_ALLOW1024				1222
#define IDH_PNOPTADV_ALLOW1536				1223
#define IDH_PNOPTADV_ALLOWLZS				1231
#define IDH_PNOPTADV_ALLOWDEFLATE			1232
#define IDH_PNOPTADV_DEFAULTSETTINGS		1241
#define IDH_PNOPTADV_IKEPROPOSALS			1251
#define IDH_PNOPTADV_IPSECPROPOSALS			1261
#define IDH_PNOPTADV_NEWPROPOSAL			1271
#define IDH_PNOPTADV_EDITPROPOSAL			1272
#define IDH_PNOPTADV_REMOVEPROPOSAL			1273
#define IDH_PNOPTADV_MOVEPROPOSALUP			1274
#define IDH_PNOPTADV_MOVEPROPOSALDOWN		1275
#define IDH_PNOPTADV_PERFECTFWDSECRECY		1281

#define IDH_PNNEWIKE_AUTHENTICATION			1301
#define IDH_PNNEWIKE_HASH					1302
#define IDH_PNNEWIKE_CIPHER					1303
#define IDH_PNNEWIKE_DIFFIEHELLMAN			1304

#define IDH_PNNEWIPSEC_AHENABLE				1401
#define IDH_PNNEWIPSEC_AHHASH				1402
#define IDH_PNNEWIPSEC_ESPENABLE			1411
#define IDH_PNNEWIPSEC_ESPHASH				1412
#define IDH_PNNEWIPSEC_ESPCIPHER			1413
#define IDH_PNNEWIPSEC_COMPENABLE			1421
#define IDH_PNNEWIPSEC_COMPALGORITHM		1422

#define IDH_PNEDITHOST_NAME					1501
#define IDH_PNEDITHOST_IPADDRESS			1502
#define IDH_PNEDITHOST_DNSLOOKUP			1503
#define IDH_PNEDITHOST_HOSTTYPE				1504
#define IDH_PNEDITHOST_SUBNETMASK			1505
#define IDH_PNEDITHOST_SETCLEARPASSPHRASE	1506
#define IDH_PNEDITHOST_IDENTITYTYPE			1507
#define IDH_PNEDITHOST_IDENTITY				1508
#define IDH_PNEDITHOST_ANYVALIDKEY			1509
#define IDH_PNEDITHOST_PGPAUTHKEY			1510
#define IDH_PNEDITHOST_X509AUTHCERT			1511
#define IDH_PNEDITHOST_AUTHKEY				1512

#define IDH_PNDNSLOOKUP_HOST				1601
#define IDH_PNDNSLOOKUP_LOOKUP				1602
#define IDH_PNDNSLOOKUP_ADDRESS				1603
#define IDH_PNDNSLOOKUP_USEADDRESS			1604

⌨️ 快捷键说明

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