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.4 KiB

  1. #if !defined(AFX_DPINETPROTOCOLPAGE_H__0708329C_CF6B_11D2_9F01_00A0C986B7A0__INCLUDED_)
  2. #define AFX_DPINETPROTOCOLPAGE_H__0708329C_CF6B_11D2_9F01_00A0C986B7A0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DPInetProtocolPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDPInetProtocolPage dialog
  11. class CDPInetProtocolPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CDPInetProtocolPage)
  14. // Construction
  15. public:
  16. CDPInetProtocolPage();
  17. ~CDPInetProtocolPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CDPInetProtocolPage)
  20. enum { IDD = IDD_DATAPOINT_INTERNETPROTOCOL };
  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(CDPInetProtocolPage)
  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(CDPInetProtocolPage)
  34. // NOTE: the ClassWizard will add member functions here
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DPINETPROTOCOLPAGE_H__0708329C_CF6B_11D2_9F01_00A0C986B7A0__INCLUDED_)