Page2.cpp
Upload User: hatgirl8
Upload Date: 2019-04-12
Package Size: 16339k
Code Size: 1k
Category:

PropertySheet

Development Platform:

Visual C++

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