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.

46 lines
1.2 KiB

  1. // DPInetProtocolPage.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "snapin.h"
  5. #include "DPInetProtocolPage.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CDPInetProtocolPage property page
  13. IMPLEMENT_DYNCREATE(CDPInetProtocolPage, CHMPropertyPage)
  14. CDPInetProtocolPage::CDPInetProtocolPage() : CHMPropertyPage(CDPInetProtocolPage::IDD)
  15. {
  16. //{{AFX_DATA_INIT(CDPInetProtocolPage)
  17. // NOTE: the ClassWizard will add member initialization here
  18. //}}AFX_DATA_INIT
  19. }
  20. CDPInetProtocolPage::~CDPInetProtocolPage()
  21. {
  22. }
  23. void CDPInetProtocolPage::DoDataExchange(CDataExchange* pDX)
  24. {
  25. CHMPropertyPage::DoDataExchange(pDX);
  26. //{{AFX_DATA_MAP(CDPInetProtocolPage)
  27. // NOTE: the ClassWizard will add DDX and DDV calls here
  28. //}}AFX_DATA_MAP
  29. }
  30. BEGIN_MESSAGE_MAP(CDPInetProtocolPage, CHMPropertyPage)
  31. //{{AFX_MSG_MAP(CDPInetProtocolPage)
  32. // NOTE: the ClassWizard will add message map macros here
  33. //}}AFX_MSG_MAP
  34. END_MESSAGE_MAP()
  35. /////////////////////////////////////////////////////////////////////////////
  36. // CDPInetProtocolPage message handlers