📄 property.h
字号:
#if !defined(AFX_PROPERTY_H__11A4E91A_D1D8_4BC3_A427_140D6AAD41D1__INCLUDED_)
#define AFX_PROPERTY_H__11A4E91A_D1D8_4BC3_A427_140D6AAD41D1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// property.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPageSimple dialog
class CPageSimple : public CPropertyPage
{
DECLARE_DYNCREATE(CPageSimple)
// Construction
public:
CPageSimple();
~CPageSimple();
// Dialog Data
//{{AFX_DATA(CPageSimple)
enum { IDD = MsgBoxSimple };
// 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(CPageSimple)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPageSimple)
afx_msg void OnSimplestBtn();
afx_msg void OnSimpleBtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPageOption dialog
class CPageOption : public CPropertyPage
{
DECLARE_DYNCREATE(CPageOption)
// Construction
public:
CPageOption();
~CPageOption();
// Dialog Data
//{{AFX_DATA(CPageOption)
enum { IDD = MsgBoxOption };
CString m_Message;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CPageOption)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPageOption)
afx_msg void OnOkBtn();
afx_msg void OnOkcancelBtn();
afx_msg void OnYesnoBtn();
afx_msg void OnYesnocancelBtn();
afx_msg void OnRetrycancelBtn();
afx_msg void OnAbortretryignoreBtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPageCustom dialog
class CPageCustom : public CPropertyPage
{
DECLARE_DYNCREATE(CPageCustom)
// Construction
public:
CPageCustom();
~CPageCustom();
// Dialog Data
//{{AFX_DATA(CPageCustom)
enum { IDD = MsgBoxCustom };
// 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(CPageCustom)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPageCustom)
afx_msg void OnSeconddefaultBtn();
afx_msg void OnThirddefaultBtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPERTY_H__11A4E91A_D1D8_4BC3_A427_140D6AAD41D1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -