www.pudn.com > StuDAO.rar > StuDAODoc.h


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