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

📄 hawkview.h

📁 程序编写环境为Visual Studio.NET 2002
💻 H
字号:
#pragma once
#include "map.h"



// CHawkView form view

class CHawkView : public CFormView
{
	DECLARE_DYNCREATE(CHawkView)

protected:
	CHawkView();           // protected constructor used by dynamic creation
	virtual ~CHawkView();

public:
	enum { IDD = IDD_HAWK_VIEW };
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

public:
	void LoadLayersForEagleEye();
protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

	DECLARE_MESSAGE_MAP()
public:
	CMap1 m_HawkMap;
	afx_msg void OnSize(UINT nType, int cx, int cy);

public:
	DECLARE_EVENTSINK_MAP()
	void AfterLayerDrawHawkmap(short index, BOOL canceled, long hDC);
	void MouseDownHawkmap(short Button, short Shift, long X, long Y);
};


⌨️ 快捷键说明

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