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