hpmapx.h

来自「一个mapxmobile+gps的小程序,需要先安装mapx mobile」· C头文件 代码 · 共 46 行

H
46
字号
// 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?