MapView.h
上传用户:hbytqc8
上传日期:2014-07-31
资源大小:527k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. #if !defined(AFX_MAPVIEW_H__46D9EED8_7D75_4BFA_A59A_AEDE56FFE709__INCLUDED_)
  2. #define AFX_MAPVIEW_H__46D9EED8_7D75_4BFA_A59A_AEDE56FFE709__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MapView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMapView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CMapView : public CFormView
  14. {
  15. protected:
  16. CMapView();           // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CMapView)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(CMapView)
  21. enum { IDD = IDD_MAPVIEW_FORM };
  22. CTreeCtrl m_vlan;
  23. CTreeCtrl m_map;
  24. CTabCtrl m_tab;
  25. //}}AFX_DATA
  26. // Attributes
  27. public:
  28. CImageList m_iImageList;
  29. //CMainFrame *pMain;
  30. // Operations
  31. public:
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CMapView)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     virtual void OnInitialUpdate();
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. virtual ~CMapView();
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. // Generated message map functions
  47. //{{AFX_MSG(CMapView)
  48. afx_msg void OnSelchangeTab2(NMHDR* pNMHDR, LRESULT* pResult);
  49. afx_msg void OnDestroy();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_MAPVIEW_H__46D9EED8_7D75_4BFA_A59A_AEDE56FFE709__INCLUDED_)