Doc.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
- #if !defined(AFX_DOC_H__EAF4573A_E934_4CDA_8180_8B4ABCEF55E3__INCLUDED_)
- #define AFX_DOC_H__EAF4573A_E934_4CDA_8180_8B4ABCEF55E3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Doc.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMyDoc document
- class CMyDoc : public CDocument
- {
- protected:
- DECLARE_DYNCREATE(CMyDoc)
- // Attributes
- public:
- CMyDoc(); // protected constructor used by dynamic creation
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyDoc)
- public:
- virtual void Serialize(CArchive& ar); // overridden for document i/o
- protected:
- virtual BOOL OnNewDocument();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMyDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DOC_H__EAF4573A_E934_4CDA_8180_8B4ABCEF55E3__INCLUDED_)