www.pudn.com > Imagepro_4.rar > Imagepro.h


// Imagepro.h : main header file for the IMAGEPRO application 
// 
 
#if !defined(AFX_IMAGEPRO_H__A1C047B0_B36C_4193_A1DE_50ABCAEEC94A__INCLUDED_) 
#define AFX_IMAGEPRO_H__A1C047B0_B36C_4193_A1DE_50ABCAEEC94A__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  "afxwin.h" 
///////////////////////////////////////////////////////////////////////////// 
// CImageproApp: 
// See Imagepro.cpp for the implementation of this class 
// 
 
class CImageproApp : public CWinApp 
{ 
public: 
	CImageproApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CImageproApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	//{{AFX_MSG(CImageproApp) 
	afx_msg void OnAppAbout(); 
	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_IMAGEPRO_H__A1C047B0_B36C_4193_A1DE_50ABCAEEC94A__INCLUDED_)