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

菜单

开发平台:

Visual C++

  1. // SampleDoc.h : interface of the CSampleDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SAMPLEDOC_H__570E5257_6392_11D3_A25F_0000B45C6D5E__INCLUDED_)
  5. #define AFX_SAMPLEDOC_H__570E5257_6392_11D3_A25F_0000B45C6D5E__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CSampleDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CSampleDoc();
  13. DECLARE_DYNCREATE(CSampleDoc)
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CSampleDoc)
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. public:
  24. virtual ~CSampleDoc();
  25. #ifdef _DEBUG
  26. virtual void AssertValid() const;
  27. virtual void Dump(CDumpContext& dc) const;
  28. #endif
  29. protected:
  30. // Generated message map functions
  31. protected:
  32. //{{AFX_MSG(CSampleDoc)
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_SAMPLEDOC_H__570E5257_6392_11D3_A25F_0000B45C6D5E__INCLUDED_)