ExitDlg.cpp
Upload User: kkzhu_0
Upload Date: 2007-01-05
Package Size: 214k
Code Size: 1k
Development Platform:

Visual C++

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