PropPage2.cpp
上传用户:topndl
上传日期:2007-01-02
资源大小:20k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. // PropPage2.cpp: Implementierungsdatei
  2. //
  3. #include "stdafx.h"
  4. #include "Example.h"
  5. #include "PropPage2.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. /////////////////////////////////////////////////////////////////////////////
  12. // Dialogfeld PropPage2 
  13. PropPage2::PropPage2(CWnd* pParent /*=NULL*/)
  14. : CDialog(PropPage2::IDD, pParent)
  15. {
  16. //{{AFX_DATA_INIT(PropPage2)
  17. // HINWEIS: Der Klassen-Assistent f黦t hier Elementinitialisierung ein
  18. //}}AFX_DATA_INIT
  19. }
  20. void PropPage2::DoDataExchange(CDataExchange* pDX)
  21. {
  22. CDialog::DoDataExchange(pDX);
  23. //{{AFX_DATA_MAP(PropPage2)
  24. // HINWEIS: Der Klassen-Assistent f黦t hier DDX- und DDV-Aufrufe ein
  25. //}}AFX_DATA_MAP
  26. }
  27. // ESC-Button not allowed here
  28. void PropPage2::OnCancel (void) {
  29. return ;
  30. }
  31. // ENTER-Button not allowed here
  32. void PropPage2::OnOK (void) {
  33. return ;
  34. }
  35. BEGIN_MESSAGE_MAP(PropPage2, CDialog)
  36. //{{AFX_MSG_MAP(PropPage2)
  37. // HINWEIS: Der Klassen-Assistent f黦t hier Zuordnungsmakros f黵 Nachrichten ein
  38. //}}AFX_MSG_MAP
  39. END_MESSAGE_MAP()
  40. /////////////////////////////////////////////////////////////////////////////
  41. // Behandlungsroutinen f黵 Nachrichten PropPage2