www.pudn.com > ±ÏÒµÁôÄî²á.rar > BYDDoc.h


// BYDDoc.h : interface of the CBYDDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_BYDDOC_H__67B149CF_1B8B_4F22_A96F_B3E03FEE5163__INCLUDED_) 
#define AFX_BYDDOC_H__67B149CF_1B8B_4F22_A96F_B3E03FEE5163__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "ClasseManager.h" 
 
class CBYDDoc : public CDocument 
{ 
protected: // create from serialization only 
	CBYDDoc(); 
	DECLARE_DYNCREATE(CBYDDoc) 
 
// Attributes 
public: 
	CClasseManager m_Classe; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBYDDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CBYDDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CBYDDoc) 
	afx_msg void OnFileOpen(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BYDDOC_H__67B149CF_1B8B_4F22_A96F_B3E03FEE5163__INCLUDED_)