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

PropertySheet

开发平台:

Visual C++

  1. // CPropPgFormDoc.h : interface of the CCPropPgFormDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SHEETINVIEWDOC_H__96C3F26E_AD99_11D3_AB38_005004CF7A2A__INCLUDED_)
  5. #define AFX_SHEETINVIEWDOC_H__96C3F26E_AD99_11D3_AB38_005004CF7A2A__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CPropPgFormDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CPropPgFormDoc();
  13. DECLARE_DYNCREATE(CPropPgFormDoc)
  14. public:
  15. virtual ~CPropPgFormDoc();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CPropPgFormDoc)
  23. public:
  24. virtual BOOL OnNewDocument();
  25. virtual void Serialize(CArchive& ar);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. protected:
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CPropPgFormDoc)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. //    DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SHEETINVIEWDOC_H__96C3F26E_AD99_11D3_AB38_005004CF7A2A__INCLUDED_)