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

PropertySheet

开发平台:

Visual C++

  1. #if !defined(AFX_MYPROPERTYSHEET_H__08695186_CED9_11D1_BE74_0080ADB7F1BB__INCLUDED_)
  2. #define AFX_MYPROPERTYSHEET_H__08695186_CED9_11D1_BE74_0080ADB7F1BB__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // MyPropertySheet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyPropertySheet
  10. class CMyPropertySheet : public CPropertySheet
  11. {
  12. DECLARE_DYNAMIC(CMyPropertySheet)
  13. // Construction
  14. public:
  15. CMyPropertySheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  16. CMyPropertySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMyPropertySheet)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CMyPropertySheet();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CMyPropertySheet)
  31. afx_msg void OnPaint();
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_MYPROPERTYSHEET_H__08695186_CED9_11D1_BE74_0080ADB7F1BB__INCLUDED_)