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

多媒体编程

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "SoundfxDlg.h"
  3. #ifdef _DEBUG
  4. #define new DEBUG_NEW
  5. #undef THIS_FILE
  6. static char THIS_FILE[] = __FILE__;
  7. #endif
  8. CSoundfxDlg::CSoundfxDlg(CWnd* pParent )
  9. : CDialog(CSoundfxDlg::IDD, pParent)
  10. {
  11. }
  12. void CSoundfxDlg::DoDataExchange(CDataExchange* pDX)
  13. {
  14. CDialog::DoDataExchange(pDX);
  15. }
  16. BEGIN_MESSAGE_MAP(CSoundfxDlg, CDialog)
  17. END_MESSAGE_MAP()