icrEditDoc.h 1.4 KB

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