Page2.cpp
上传用户:sunh8215
上传日期:2010-02-13
资源大小:1616k
文件大小:1k
源码类别:

酒店行业

开发平台:

Visual C++

  1. // Page2.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "qq.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 dialog
  13. IMPLEMENT_DYNCREATE(CPage2, CDialog)
  14. CPage2::CPage2(CWnd* pParent /*=NULL*/)
  15. : CDialog(CPage2::IDD, pParent)
  16. {
  17. //{{AFX_DATA_INIT(CPage2)
  18. // NOTE: the ClassWizard will add member initialization here
  19. //}}AFX_DATA_INIT
  20. }
  21. void CPage2::DoDataExchange(CDataExchange* pDX)
  22. {
  23. CDialog::DoDataExchange(pDX);
  24. //{{AFX_DATA_MAP(CPage2)
  25. // NOTE: the ClassWizard will add DDX and DDV calls here
  26. //}}AFX_DATA_MAP
  27. }
  28. BEGIN_MESSAGE_MAP(CPage2, CDialog)
  29. //{{AFX_MSG_MAP(CPage2)
  30. // NOTE: the ClassWizard will add message map macros here
  31. //}}AFX_MSG_MAP
  32. END_MESSAGE_MAP()
  33. /////////////////////////////////////////////////////////////////////////////
  34. // CPage2 message handlers