Wizard1.h
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

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