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