DecodeDlg.cpp
上传用户:szklck
上传日期:2007-01-22
资源大小:925k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

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