📄 progpropertypage1.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -