⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 brentsplashex.h

📁 一个mapxmobile+gps的小程序,需要先安装mapx mobile
💻 H
字号:
// BrentSplashEx.h :

#ifndef AFX_ANTSPLASH_H__BY_BRENT_2003_10_1
#define AFX_ANTSPLASH_H__BY_BRENT_2003_10_1

#pragma once

class CSplashWindow : public CWnd
{
private:
	CDC	memDC;
	BITMAP	bmBitmap;
	CBitmap m_Bitmap;
	CBitmap *Old_Bitmap;

public:
	CSplashWindow();
	~CSplashWindow();
	void CreateSplash(LPCTSTR);
	afx_msg void OnPaint();
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif

⌨️ 快捷键说明

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