exDoc.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- // exDoc.h : interface of the CExDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_EXDOC_H__1E71A438_23D0_4415_93CC_6BDCECE8F74D__INCLUDED_)
- #define AFX_EXDOC_H__1E71A438_23D0_4415_93CC_6BDCECE8F74D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CExDoc : public CDocument
- {
- protected: // create from serialization only
- CExDoc();
- DECLARE_DYNCREATE(CExDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CExDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CExDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CExDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_EXDOC_H__1E71A438_23D0_4415_93CC_6BDCECE8F74D__INCLUDED_)