MyPropertyPage.h
上传用户:raowubin
上传日期:2007-01-02
资源大小:19k
文件大小:1k
- #if !defined(AFX_MYPROPERTYPAGE_H__9D9751EE_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)
- #define AFX_MYPROPERTYPAGE_H__9D9751EE_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MyPropertyPage.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage dialog
- class CMyPropertyPage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage)
- // Construction
- public:
- CMyPropertyPage();
- ~CMyPropertyPage();
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage)
- enum { IDD = IDD_DIALOG1 };
- int m_nTestInt;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyPropertyPage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYPROPERTYPAGE_H__9D9751EE_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)