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