www.pudn.com > HPMapx.rar > HPMapx.h


// HPMapx.h 
 
#ifndef _HPMAPX_H__ 
#define _HPMAPX_H__ 
 
#pragma once 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h" 
#include "Classes/BrentSplashEx.h" 
 
class CHPMapxApp : public CWinApp 
{ 
public: 
	CHPMapxApp(); 
 
	HANDLE	m_InstanceHandle; 
	CSplashWindow	*m_pSplashWindow; 
	CBrush	blackBrush; 
	CString strRealTimeMsg; 
	void	HideSplash(); 
	void	ShowSplash(); 
	void	OpenSplash(); 
	void	DestroySplash(); 
	 
	bool	SetRotation(bool bRote); 
 
	//{{AFX_VIRTUAL(CHPMapxApp) 
	public: 
	virtual BOOL InitInstance(); 
	virtual int ExitInstance(); 
	//}}AFX_VIRTUAL 
 
	//{{AFX_MSG(CHPMapxApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
extern CHPMapxApp theApp; 
 
//{{AFX_INSERT_LOCATION}} 
#endif