MainView.h
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:2k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_MAINVIEW_H__85F7E17C_1F0B_46EF_BBC1_8DEDF437517C__INCLUDED_)
  2. #define AFX_MAINVIEW_H__85F7E17C_1F0B_46EF_BBC1_8DEDF437517C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MainView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMainView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CMainView : public CFormView
  14. {
  15. protected:
  16. CMainView();           // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CMainView)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(CMainView)
  21. enum { IDD = IDD_FORM_IMAGE };
  22. CEdit m_cIP;
  23. CString m_IP;
  24. //}}AFX_DATA
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. void ResizeFill(CRect& rect,int flag);
  30. // int status[16][4];
  31.     long id[16][4];
  32. int power[2]; /*表示电源*/
  33.    
  34. void GetStatus(int status[16][4]);
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(CMainView)
  38. public:
  39. virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  42. virtual void OnDraw(CDC* pDC);
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. virtual ~CMainView();
  47. #ifdef _DEBUG
  48. virtual void AssertValid() const;
  49. virtual void Dump(CDumpContext& dc) const;
  50. #endif
  51. // Generated message map functions
  52. //{{AFX_MSG(CMainView)
  53. afx_msg void OnClick();
  54. afx_msg void OnRefresh();
  55. afx_msg void OnTimer(UINT nIDEvent);
  56. afx_msg void OnChangeNewip();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. /////////////////////////////////////////////////////////////////////////////
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_MAINVIEW_H__85F7E17C_1F0B_46EF_BBC1_8DEDF437517C__INCLUDED_)