MapView.h
上传用户:hbytqc8
上传日期:2014-07-31
资源大小:527k
文件大小:2k
- #if !defined(AFX_MAPVIEW_H__46D9EED8_7D75_4BFA_A59A_AEDE56FFE709__INCLUDED_)
- #define AFX_MAPVIEW_H__46D9EED8_7D75_4BFA_A59A_AEDE56FFE709__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MapView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMapView form view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- class CMapView : public CFormView
- {
- protected:
- CMapView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CMapView)
- // Form Data
- public:
- //{{AFX_DATA(CMapView)
- enum { IDD = IDD_MAPVIEW_FORM };
- CTreeCtrl m_vlan;
- CTreeCtrl m_map;
- CTabCtrl m_tab;
- //}}AFX_DATA
- // Attributes
- public:
- //CMainFrame *pMain;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMapView)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void OnInitialUpdate();
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CMapView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CMapView)
- afx_msg void OnSelchangeTab2(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAPVIEW_H__46D9EED8_7D75_4BFA_A59A_AEDE56FFE709__INCLUDED_)