Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.3 KiB

  1. #if !defined(AFX_DPSNMPDATAPAGE_H__0B575649_E243_11D2_BDAD_0000F87A3912__INCLUDED_)
  2. #define AFX_DPSNMPDATAPAGE_H__0B575649_E243_11D2_BDAD_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DPSNMPDataPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDPSNMPDataPage dialog
  11. class CDPSNMPDataPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CDPSNMPDataPage)
  14. // Construction
  15. public:
  16. CDPSNMPDataPage();
  17. ~CDPSNMPDataPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CDPSNMPDataPage)
  20. enum { IDD = IDD_DATAPOINT_SNMPDATA };
  21. // NOTE - ClassWizard will add data members here.
  22. // DO NOT EDIT what you see in these blocks of generated code !
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generate virtual function overrides
  26. //{{AFX_VIRTUAL(CDPSNMPDataPage)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CDPSNMPDataPage)
  34. afx_msg void OnDestroy();
  35. virtual BOOL OnInitDialog();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_DPSNMPDATAPAGE_H__0B575649_E243_11D2_BDAD_0000F87A3912__INCLUDED_)