www.pudn.com > mfcopentree.rar > InformationReport.h


#if !defined(AFX_INFORMATIONREPORT_H__148EA310_5CB6_4DF3_B2F1_08E255741CE9__INCLUDED_) 
#define AFX_INFORMATIONREPORT_H__148EA310_5CB6_4DF3_B2F1_08E255741CE9__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// InformationReport.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CInformationReport window 
 
class CInformationReport : public CEdit 
{ 
// Construction 
public: 
	CInformationReport(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CInformationReport) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CInformationReport(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CInformationReport) 
	afx_msg void OnPaint(); 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_INFORMATIONREPORT_H__148EA310_5CB6_4DF3_B2F1_08E255741CE9__INCLUDED_)