Data1Doc.h
资源名称:基本GIS系统开发.rar [点击查看]
上传用户:yklx818
上传日期:2013-04-13
资源大小:459k
文件大小:1k
源码类别:
GIS编程
开发平台:
Visual C++
- // Data1Doc.h : interface of the CData1Doc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_DATA1DOC_H__35E84769_EF99_46A3_B3A6_210537AF5F24__INCLUDED_)
- #define AFX_DATA1DOC_H__35E84769_EF99_46A3_B3A6_210537AF5F24__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "Data1Set.h"
- class CData1Doc : public CDocument
- {
- protected: // create from serialization only
- CData1Doc();
- DECLARE_DYNCREATE(CData1Doc)
- // Attributes
- public:
- CData1Set m_data1Set;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CData1Doc)
- public:
- virtual BOOL OnNewDocument();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CData1Doc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CData1Doc)
- // 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_DATA1DOC_H__35E84769_EF99_46A3_B3A6_210537AF5F24__INCLUDED_)