www.pudn.com > FEMS.rar > FEMSDoc.h


// FEMSDoc.h : interface of the CFEMSDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_FEMSDOC_H__AE55B67C_5605_4C68_8B89_2D0611C793BF__INCLUDED_) 
#define AFX_FEMSDOC_H__AE55B67C_5605_4C68_8B89_2D0611C793BF__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CFEMSDoc : public CDocument 
{ 
protected: // create from serialization only 
	CFEMSDoc(); 
	DECLARE_DYNCREATE(CFEMSDoc) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFEMSDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CFEMSDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CFEMSDoc) 
		// 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() 
 
	// Generated OLE dispatch map functions 
	//{{AFX_DISPATCH(CFEMSDoc) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_DISPATCH 
	DECLARE_DISPATCH_MAP() 
	DECLARE_INTERFACE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FEMSDOC_H__AE55B67C_5605_4C68_8B89_2D0611C793BF__INCLUDED_)