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.

60 lines
1.4 KiB

  1. #if !defined(AFX_DPICMPPAGE_H__342597AF_96F7_11D3_BE93_0000F87A3912__INCLUDED_)
  2. #define AFX_DPICMPPAGE_H__342597AF_96F7_11D3_BE93_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DPIcmpPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDPIcmpPage dialog
  11. class CDPIcmpPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CDPIcmpPage)
  14. // Construction
  15. public:
  16. CDPIcmpPage();
  17. ~CDPIcmpPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CDPIcmpPage)
  20. enum { IDD = IDD_DATAPOINT_ICMP };
  21. BOOL m_bRequireReset;
  22. CString m_sRetryCount;
  23. CString m_sServer;
  24. CString m_sTimeout;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CDPIcmpPage)
  29. public:
  30. virtual BOOL OnApply();
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CDPIcmpPage)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnCheckRequireReset();
  40. afx_msg void OnChangeEditServer();
  41. afx_msg void OnButtonBrowseSystem();
  42. afx_msg void OnDestroy();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_DPICMPPAGE_H__342597AF_96F7_11D3_BE93_0000F87A3912__INCLUDED_)