Property.h
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
- #if !defined(AFX_PROPERTY_H__BAC5D468_25A5_11D2_98BF_08A9C2000000__INCLUDED_)
- #define AFX_PROPERTY_H__BAC5D468_25A5_11D2_98BF_08A9C2000000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Property.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CProperty dialog
- class Page1;
- class Page2;
- class Page3;
- class CPropertyDlg : public CDialog
- {
- // Construction
- public:
- CPropertyDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CPropertyDlg)
- enum { IDD = IDD_PROPERTY };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- virtual ~CPropertyDlg();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPropertyDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- BOOL PreTranslateMessage(MSG* pMsg);
- BOOL OnInitDialog();
- // Generated message map functions
- //{{AFX_MSG(CPropertyDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- PropertySheet1* m_pSheet;
- Page1* m_pPage1;
- Page2* m_pPage2;
- Page3* m_pPage3;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PROPERTY_H__BAC5D468_25A5_11D2_98BF_08A9C2000000__INCLUDED_)