Property.h
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. #if !defined(AFX_PROPERTY_H__BAC5D468_25A5_11D2_98BF_08A9C2000000__INCLUDED_)
  2. #define AFX_PROPERTY_H__BAC5D468_25A5_11D2_98BF_08A9C2000000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // Property.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CProperty dialog
  10. class Page1;
  11. class Page2;
  12. class Page3;
  13. class CPropertyDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CPropertyDlg(CWnd* pParent = NULL);   // standard constructor
  18.   
  19. // Dialog Data
  20. //{{AFX_DATA(CPropertyDlg)
  21. enum { IDD = IDD_PROPERTY };
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24.   virtual ~CPropertyDlg();
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CPropertyDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31.   
  32. // Implementation
  33. protected:
  34.   BOOL PreTranslateMessage(MSG* pMsg);
  35.   BOOL OnInitDialog();
  36. // Generated message map functions
  37. //{{AFX_MSG(CPropertyDlg)
  38. // NOTE: the ClassWizard will add member functions here
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. private:
  42.   PropertySheet1*  m_pSheet;
  43.   Page1*           m_pPage1;
  44.   Page2*           m_pPage2;
  45.   Page3*           m_pPage3;
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_PROPERTY_H__BAC5D468_25A5_11D2_98BF_08A9C2000000__INCLUDED_)