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

📄 pgpdiskhelpids.h

📁 vc环境下的pgp源码
💻 H
字号:
//////////////////////////////////////////////////////////////////////////////
// PGPdiskHelpIds.h
//
// Contains context help ids for the PGPdisk application.
//////////////////////////////////////////////////////////////////////////////

// $Id: PGPdiskHelpIds.h,v 1.9 1998/12/14 18:58:45 nryan Exp $

// Copyright (C) 1998 by Network Associates, Inc.
// All rights reserved.

#ifndef Included_PGPdiskHelpIds_h	// [
#define Included_PGPdiskHelpIds_h


///////////////////////////
// PGPdisk context help IDs
///////////////////////////

// Base ID for PGPdisk is 5000

#define	IDH_PGPDISKAPP_ABOUTBOXOK			0x5000
#define	IDH_PGPDISKAPP_ABOUTBOXCREDITS		0x5001
#define	IDH_PGPDISKAPP_ABOUTBOXPGPLINK		0x5002

#define	IDH_PGPDISKAPP_CONFIRMPASSOK		0x5100
#define	IDH_PGPDISKAPP_CONFIRMPASSCANCEL	0x5101
#define	IDH_PGPDISKAPP_CONFIRMPASSHIDECHECK	0x5102
#define	IDH_PGPDISKAPP_CONFIRMPASSEDIT1		0x5103
#define	IDH_PGPDISKAPP_CONFIRMPASSQUALITY	0x5104
#define	IDH_PGPDISKAPP_CONFIRMPASSEDIT2		0x5105
#define	IDH_PGPDISKAPP_CONFIRMPASSROCHECK	0x5106 

#define	IDH_PGPDISKAPP_DISKWIZSHEETCANCEL	0x5200

#define	IDH_PGPDISKAPP_DISKWIZSHEETBACK		0x5202
#define	IDH_PGPDISKAPP_DISKWIZSHEETNEXT		0x5203
#define	IDH_PGPDISKAPP_DISKWIZSHEETFINISH	0x5204

#define IDH_PGPDISKAPP_DISKWIZCREATIONPROGRESS 0x5300

#define	IDH_PGPDISKAPP_DISKWIZVOLSIZEEDIT	0x5400
#define	IDH_PGPDISKAPP_DISKWIZVOLSIZESPIN	0x5401
#define IDH_PGPDISKAPP_DISKWIZVOLDRIVECOMBO	0x5402
#define	IDH_PGPDISKAPP_DISKWIZVOLGBCHECK	0x5403
#define	IDH_PGPDISKAPP_DISKWIZVOLMBCHECK	0x5404
#define	IDH_PGPDISKAPP_DISKWIZVOLKBCHECK	0x5405

#define IDH_PGPDISKAPP_DISKWIZPASSEDIT1		0x5600
#define IDH_PGPDISKAPP_DISKWIZPASSEDIT2		0x5601
#define IDH_PGPDISKAPP_DISKWIZPASSHIDECHECK	0x5602
#define IDH_PGPDISKAPP_DISKWIZPASSQUALITY	0x5603

#define IDH_PGPDISKAPP_DISKWIZRANDOMBAR 0x5700

#define	IDH_PGPDISKAPP_MAINNEW		0x5800
#define	IDH_PGPDISKAPP_MAINMOUNT	0x5801
#define	IDH_PGPDISKAPP_MAINUNMOUNT	0x5802
#define	IDH_PGPDISKAPP_MAINPREFS	0x5803

#define	IDH_PGPDISKAPP_PREFSHEETOK			0x5900
#define	IDH_PGPDISKAPP_PREFSHEETCANCEL		0x5901
#define	IDH_PGPDISKAPP_PREFSHEETAPPLY		0x5902

#define	IDH_PGPDISKAPP_PREFSAUTOSLEEPCHECK		0x5A00
#define	IDH_PGPDISKAPP_PREFSAUTOUNMOUNTCHECK	0x5A01
#define	IDH_PGPDISKAPP_PREFSAUTOUNMOUNTEDIT		0x5A02
#define	IDH_PGPDISKAPP_PREFSPREVENTSLEEPCHECK	0x5A03
#define	IDH_PGPDISKAPP_PREFSAUTOUNMOUNTSPIN		0x5A04

#define IDH_PGPDISKAPP_PREFSCOMPATFAT32CHECK 0x5B00

#define	IDH_PGPDISKAPP_PREFSHKHOTKEYCHECK	0x5C00
#define	IDH_PGPDISKAPP_PREFSHKHOTKEYEDIT	0x5C01

#define	IDH_PGPDISKAPP_SINGLEPASSOK				0x5D00
#define	IDH_PGPDISKAPP_SINGLEPASSCANCEL			0x5D01
#define	IDH_PGPDISKAPP_SINGLEPASSHIDECHECK		0x5D02
#define	IDH_PGPDISKAPP_SINGLEPASSEDIT			0x5D03
#define	IDH_PGPDISKAPP_SINGLEPASSROCHECK		0x5D04
#define	IDH_PGPDISKAPP_SINGLEPASSDRIVECOMBO		0x5D05

#define	IDH_PGPDISKAPP_UNMOUNTCANCEL	0x5E00
#define	IDH_PGPDISKAPP_UNMOUNTUNMOUNT	0x5E01
#define	IDH_PGPDISKAPP_UNMOUNTDRIVE		0x5E02

#define IDH_PGPDISKAPP_GETUSERINFOCANCEL	0x6100
#define IDH_PGPDISKAPP_GETUSERINFOOK		0x6101
#define IDH_PGPDISKAPP_GETUSERUSEREDIT		0x6102
#define IDH_PGPDISKAPP_GETUSERORGEDIT		0x6103
#define IDH_PGPDISKAPP_GETUSERSERIALEDIT	0x6104

#define IDH_PGPDISKAPP_NAGBUYCANCEL			0x6200
#define IDH_PGPDISKAPP_NAGBUYOK				0x6201
#define IDH_PGPDISKAPP_NAGBUYBUYNOWBUTTON	0x6202

#endif	// ] Included_PGPdiskHelpIds_h

⌨️ 快捷键说明

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