www.pudn.com > snatl.rar > IconSnap.h


// IconSnap.h : main header file for the ICONSNAP application 
////////////////////////////////////////////////////////////////////// 
// 
//用途:IconSnap应用类 
//功能:在此设置对话框风格 
//作者:徐景周 
//日期:2001年9月 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_ICONSNAP_H__3BDDAC96_D8E2_4F98_B4E9_8AC6F47919DB__INCLUDED_) 
#define AFX_ICONSNAP_H__3BDDAC96_D8E2_4F98_B4E9_8AC6F47919DB__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CIconSnapApp: 
// See IconSnap.cpp for the implementation of this class 
// 
 
class CIconSnapApp : public CWinApp 
{ 
public: 
	CIconSnapApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CIconSnapApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CIconSnapApp) 
		// 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() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_ICONSNAP_H__3BDDAC96_D8E2_4F98_B4E9_8AC6F47919DB__INCLUDED_)