EZSnakeDemoDoc.h
上传用户:cqzhuye
上传日期:2007-01-01
资源大小:72k
文件大小:1k
源码类别:

浏览器

开发平台:

Visual C++

  1. // EZSnakeDemoDoc.h : interface of the CEZSnakeDemoDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_EZSNAKEDEMODOC_H__D1A3514B_9D79_11D1_9D77_826FD3E9461F__INCLUDED_)
  5. #define AFX_EZSNAKEDEMODOC_H__D1A3514B_9D79_11D1_9D77_826FD3E9461F__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CEZSnakeDemoDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CEZSnakeDemoDoc();
  13. DECLARE_DYNCREATE(CEZSnakeDemoDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CEZSnakeDemoDoc)
  21. public:
  22. virtual BOOL OnNewDocument();
  23. virtual void Serialize(CArchive& ar);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CEZSnakeDemoDoc();
  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(CEZSnakeDemoDoc)
  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_EZSNAKEDEMODOC_H__D1A3514B_9D79_11D1_9D77_826FD3E9461F__INCLUDED_)