ODBCDepartmentDoc.h
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
- // ODBCDepartmentDoc.h : interface of the CODBCDepartmentDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_ODBCDEPARTMENTDOC_H__2A271D2A_38DD_11D2_9949_87AD526EFE4A__INCLUDED_)
- #define AFX_ODBCDEPARTMENTDOC_H__2A271D2A_38DD_11D2_9949_87AD526EFE4A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "ODBCDepartmentSet.h"
- class CODBCDepartmentDoc : public CDocument
- {
- protected: // create from serialization only
- CODBCDepartmentDoc();
- DECLARE_DYNCREATE(CODBCDepartmentDoc)
- // Attributes
- public:
- CODBCDepartmentSet m_oDBCDepartmentSet;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CODBCDepartmentDoc)
- public:
- virtual BOOL OnNewDocument();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CODBCDepartmentDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CODBCDepartmentDoc)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ODBCDEPARTMENTDOC_H__2A271D2A_38DD_11D2_9949_87AD526EFE4A__INCLUDED_)