Prop2.cpp
上传用户:spzyw88
上传日期:2020-05-08
资源大小:1874k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

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