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

PropertySheet

开发平台:

Visual C++

  1. #if !defined(AFX_MODELESSPPSH_H__DE9611DB_F003_11D1_A7E2_E88B6FC70000__INCLUDED_)
  2. #define AFX_MODELESSPPSH_H__DE9611DB_F003_11D1_A7E2_E88B6FC70000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ModelessPpsh.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CModelessPpsh
  10. class CModelessPpsh : public CPropertySheet
  11. {
  12. DECLARE_DYNAMIC(CModelessPpsh)
  13. // Construction
  14. public:
  15. CModelessPpsh(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  16. CModelessPpsh(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(CModelessPpsh)
  24. public:
  25. virtual BOOL OnInitDialog();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. virtual ~CModelessPpsh();
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CModelessPpsh)
  33. // NOTE - the ClassWizard will add and remove member functions here.
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_MODELESSPPSH_H__DE9611DB_F003_11D1_A7E2_E88B6FC70000__INCLUDED_)