SNMPAppDlg.h
上传用户:yfy060102
上传日期:2021-05-22
资源大小:60k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. // SNMPAppDlg.h : header file
  2. //
  3. #if !defined(AFX_SNMPAPPDLG_H__ABF74295_8AC6_477F_9AA0_5890E4AA325C__INCLUDED_)
  4. #define AFX_SNMPAPPDLG_H__ABF74295_8AC6_477F_9AA0_5890E4AA325C__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "snmp.h"
  9. #include "mib.h"
  10. #include "resource.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CSNMPAppDlg dialog
  13. class CSNMPAppDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CSNMPAppDlg(CWnd* pParent = NULL); // standard constructor
  18. public:
  19. // Dialog Data
  20. //{{AFX_DATA(CSNMPAppDlg)
  21. enum { IDD = IDD_SNMPAPP_DIALOG };
  22. CString m_input;
  23. CString m_community;
  24. CString m_num;
  25. //}}AFX_DATA
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CSNMPAppDlg)
  28. public:
  29. virtual BOOL DestroyWindow();
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. CWinThread *pThread1;
  36. CWinThread *pThread2;
  37. CRichEditCtrl m_edit;
  38. HICON m_hIcon;
  39. // Generated message map functions
  40. //{{AFX_MSG(CSNMPAppDlg)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  43. afx_msg void OnPaint();
  44. afx_msg HCURSOR OnQueryDragIcon();
  45. afx_msg void OnBtnGettop();
  46. afx_msg void OnBtnSubnet();
  47. afx_msg void OnPrintStr(WPARAM wParam, LPARAM lParam);
  48. afx_msg void OnRouterFinish();
  49. afx_msg void OnSubnetFinish();
  50. afx_msg void OnBtnStop();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_SNMPAPPDLG_H__ABF74295_8AC6_477F_9AA0_5890E4AA325C__INCLUDED_)