WaitDlg.cpp
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

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