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

📄 mapcontrolview.h

📁 公交查询系统源代码 是武汉的 提供简单的查询和乘车方案 vc++
💻 H
字号:
//{{AFX_INCLUDES()
#include "map.h"
//}}AFX_INCLUDES
#if !defined(AFX_MAPCONTROLVIEW_H__7E9D7474_4F17_4606_BAC0_F71C9F268618__INCLUDED_)
#define AFX_MAPCONTROLVIEW_H__7E9D7474_4F17_4606_BAC0_F71C9F268618__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MapControlView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMapControlView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CMapControlView : public CFormView
{
protected:
	CMapControlView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CMapControlView)
   
// Form Data
public:
	//{{AFX_DATA(CMapControlView)
	enum { IDD = IDD_MAPCONTROL_VIEW };
	CTreeCtrl	m_MapIndexTreeView;
	CListBox	m_ResultListBox;
	CTreeCtrl	m_LayerTreeView;
	CButton	m_PositingBtn;
	CButton	m_ContentBtn;
	CTabCtrl	m_OperaTab;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:
	void FocusOnMain();
     int GetNodeLevel(HTREEITEM hItem);
	 void OutputResult();
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMapControlView)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CMapControlView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CMapControlView)
	afx_msg void OnSelchangeTabWorkspace(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnSelchangedLayercontroltree(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnSelchangedMapindex(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonContent();
	afx_msg void OnButtonPositing();
	afx_msg void OnSetfocusListResult();
	afx_msg void OnSetFocus(CWnd* pOldWnd);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MAPCONTROLVIEW_H__7E9D7474_4F17_4606_BAC0_F71C9F268618__INCLUDED_)

⌨️ 快捷键说明

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