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. //CMainFrame *pMain;
  29. // Operations
  30. public:
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CMapView)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36.     virtual void OnInitialUpdate();
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. virtual ~CMapView();
  41. #ifdef _DEBUG
  42. virtual void AssertValid() const;
  43. virtual void Dump(CDumpContext& dc) const;
  44. #endif
  45. // Generated message map functions
  46. //{{AFX_MSG(CMapView)
  47. afx_msg void OnSelchangeTab2(NMHDR* pNMHDR, LRESULT* pResult);
  48. afx_msg void OnDestroy();
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_MAPVIEW_H__46D9EED8_7D75_4BFA_A59A_AEDE56FFE709__INCLUDED_)