property.h

来自「消息框大全」· C头文件 代码 · 共 129 行

H
129
字号
#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 + =
减小字号Ctrl + -
显示快捷键?