cacertreportpage.h

来自「MiniCA V2.0版本源码。《小型CA系统V2.1含源码》发表以来」· C头文件 代码 · 共 69 行

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CaCertReportPage.h : header file
//
#include "CaCertTypePage.h"
#include "CaCertInfoPage.h"
#include "CaCertExtPage.h"
#include ".\Control\StaticTree\StaticTreeCtrl.h"
#include ".\Control\XpButtonST\XPStyleButtonST.h"
#include ".\Control\tooltip\OXToolTipCtrl.h"

/////////////////////////////////////////////////////////////////////////////
// CCaCertReportPage dialog

class CCaCertReportPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CCaCertReportPage)

// Construction
public:
	void ViewWizardInfo();
	BOOL GetWizard(CCaCertTypePage * pPageCaType,
		CCaCertInfoPage * pPageCaInfo,
		CCaCertExtPage * pPageCaExt);
	CCaCertReportPage();
	~CCaCertReportPage();

// Dialog Data
	//{{AFX_DATA(CCaCertReportPage)
	enum { IDD = IDD_PROPPAGE_CAREPORT };
	CStaticTreeCtrl	m_WizardTree;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CCaCertReportPage)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	COXToolTipCtrl m_toolTip;
	// Generated message map functions
	//{{AFX_MSG(CCaCertReportPage)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CCaCertTypePage * m_pPageCaType;
	CCaCertInfoPage * m_pPageCaInfo;
	CCaCertExtPage * m_pPageCaExt;
	HTREENODE m_hCertRoot; //树根


};

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

#endif // !defined(AFX_CACERTWIZARDPAGE_H__7BD66579_C87B_4334_9E45_C9D200CA54FC__INCLUDED_)

⌨️ 快捷键说明

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