progpropertypage1.h

来自「文件加密的过滤驱动程序」· C头文件 代码 · 共 131 行

H
131
字号
// ProgPropertyPage1.h : header file
//

#ifndef __PROGPROPERTYPAGE1_H__
#define __PROGPROPERTYPAGE1_H__

/////////////////////////////////////////////////////////////////////////////
// CProgPropPage dialog

class CProgPropPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CProgPropPage)

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

// Dialog Data
	//{{AFX_DATA(CProgPropPage)
	enum { IDD = IDD_PROG_PROPPAGE };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CProgPropPage)
	public:
	virtual void OnOK();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CProgPropPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnSecretProtection();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CDefPropPage dialog

class CDefPropPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CDefPropPage)

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

// Dialog Data
	//{{AFX_DATA(CDefPropPage)
	enum { IDD = IDD_DEF_PROPPAGE };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CDefPropPage)
	public:
	virtual void OnOK();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CDefPropPage)
	virtual BOOL OnInitDialog();
	afx_msg void OnBrowse();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};



/////////////////////////////////////////////////////////////////////////////
// CProtPropPage dialog

class CProtPropPage : public CPropertyPage
{
	DECLARE_DYNCREATE(CProtPropPage)

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

// Dialog Data
	//{{AFX_DATA(CProtPropPage)
	enum { IDD = IDD_PROT_PROP_PAGE };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CProtPropPage)
	public:
	virtual void OnOK();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	afx_msg void OnProtectSelf();
	// Generated message map functions
	//{{AFX_MSG(CProtPropPage)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

#endif // __PROGPROPERTYPAGE1_H__

⌨️ 快捷键说明

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