SNAPPS.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #if !defined(AFX_SNAPPS_H__E2FD70FC_605F_11D1_A346_00C04FD91807__INCLUDED_)
  2. #define AFX_SNAPPS_H__E2FD70FC_605F_11D1_A346_00C04FD91807__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SnapPs.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSnapPropertySheet
  10. class CSnapPropertySheet : public CPropertySheet
  11. {
  12. DECLARE_DYNAMIC(CSnapPropertySheet)
  13. // Construction
  14. public:
  15. CSnapPropertySheet() : CPropertySheet() { }
  16. CSnapPropertySheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  17. CSnapPropertySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  18. // Attributes
  19. public:
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CSnapPropertySheet)
  25. public:
  26. virtual BOOL PreTranslateMessage(MSG* pMsg);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~CSnapPropertySheet();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CSnapPropertySheet)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_SNAPPS_H__E2FD70FC_605F_11D1_A346_00C04FD91807__INCLUDED_)