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

SNMP编程

开发平台:

Visual C++

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