securitytoolkeytool.h

来自「用bcg库编写的java IDE 源码」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_SECURITYTOOLKEYTOOL_H__E7F479D3_3811_416D_90D9_D33545E90334__INCLUDED_)
#define AFX_SECURITYTOOLKEYTOOL_H__E7F479D3_3811_416D_90D9_D33545E90334__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SecurityToolKeytool.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSecurityToolKeytool dialog
#include "ExCheckList.h"
#include "SAPrefsSubDlg.h"


class CSecurityToolKeytool : public CSAPrefsSubDlg
{
	DECLARE_DYNCREATE(CSecurityToolKeytool)

// Construction
public:
	CSecurityToolKeytool();
	~CSecurityToolKeytool();

// Dialog Data
	//{{AFX_DATA(CSecurityToolKeytool)
	enum { IDD = IDD_SECURITY_TOOL_KEYTOOL };
	CComboBox	m_wndCommands;
	//}}AFX_DATA
	CExCheckList	m_wndCommandOptions;

    static LPCTSTR* m_pCommandOptions[];
	static LPCTSTR  m_commands[];
	static LPCTSTR  m_genkeyOptions[];
	static LPCTSTR  m_importOptions[];
	static LPCTSTR  m_selfcertOptions[];
	static LPCTSTR  m_identitydbOptions[];
	static LPCTSTR  m_certreqOptions[];
	static LPCTSTR  m_exportOptions[];
	static LPCTSTR  m_listOptions[];
	static LPCTSTR  m_printcertOptions[];
	static LPCTSTR  m_keycloneOptions[];
	static LPCTSTR  m_storepasswdOptions[];
	static LPCTSTR  m_keypasswdOptions[];
	static LPCTSTR  m_deleteOptions[];
	static LPCTSTR  m_helpOptions[];
	
// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CSecurityToolKeytool)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CSecurityToolKeytool)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SECURITYTOOLKEYTOOL_H__E7F479D3_3811_416D_90D9_D33545E90334__INCLUDED_)

⌨️ 快捷键说明

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