www.pudn.com > change.rar > changeDoc.h


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