ex61Doc.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:1k
源码类别:
书籍源码
开发平台:
Visual C++
- // ex61Doc.h : interface of the CEx61Doc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_EX61DOC_H__4C3D2C74_8E5E_4FB2_82F2_F6B17E694C3B__INCLUDED_)
- #define AFX_EX61DOC_H__4C3D2C74_8E5E_4FB2_82F2_F6B17E694C3B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CEx61Doc : public CDocument
- {
- protected: // create from serialization only
- CEx61Doc();
- DECLARE_DYNCREATE(CEx61Doc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEx61Doc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CEx61Doc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CEx61Doc)
- // 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_EX61DOC_H__4C3D2C74_8E5E_4FB2_82F2_F6B17E694C3B__INCLUDED_)