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


// Mfcopen.h : main header file for the MFCOPEN application 
//武汉华中科技大学,2002,(C)版权所有 
//作者:金德才 联系方式:iskyflying@163.com 
//请不要将本软件的任何一部分用于商业用途 
//如果您觉得任何地方有用或者错误,请告诉作者,谢谢! 
//如果你想引用部分源程序,请注明作者信息 
//////////////////////////////////////// 
 
#if !defined(AFX_MFCOPEN_H__A1F36454_D217_42DF_A61A_EEBC7A20D581__INCLUDED_) 
#define AFX_MFCOPEN_H__A1F36454_D217_42DF_A61A_EEBC7A20D581__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"       // main symbols 
#include "Mfcopen_i.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CMfcopenApp: 
// See Mfcopen.cpp for the implementation of this class 
// 
 
class CMfcopenApp : public CWinApp 
{ 
public: 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	CMfcopenApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMfcopenApp) 
	public: 
	virtual BOOL InitInstance(); 
		virtual int ExitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	//{{AFX_MSG(CMfcopenApp) 
	afx_msg void OnAppAbout(); 
		// 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() 
private: 
	BOOL m_bATLInited; 
private: 
	BOOL InitATL(); 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MFCOPEN_H__A1F36454_D217_42DF_A61A_EEBC7A20D581__INCLUDED_)