www.pudn.com > Excel_To_Access.rar > Excel_To_AccessDoc.h


// Excel_To_AccessDoc.h : interface of the CExcel_To_AccessDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_EXCEL_TO_ACCESSDOC_H__8121C0AE_9C5E_4960_9EB3_91BF2E6E984D__INCLUDED_) 
#define AFX_EXCEL_TO_ACCESSDOC_H__8121C0AE_9C5E_4960_9EB3_91BF2E6E984D__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "Excel_To_AccessSet.h" 
 
 
class CExcel_To_AccessDoc : public CDocument 
{ 
protected: // create from serialization only 
	CExcel_To_AccessDoc(); 
	DECLARE_DYNCREATE(CExcel_To_AccessDoc) 
 
// Attributes 
public: 
	CExcel_To_AccessSet m_excel_To_AccessSet; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CExcel_To_AccessDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CExcel_To_AccessDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CExcel_To_AccessDoc) 
		// 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_EXCEL_TO_ACCESSDOC_H__8121C0AE_9C5E_4960_9EB3_91BF2E6E984D__INCLUDED_)