DFG.CPP
资源名称:vcavi.rar [点击查看]
上传用户:shonly
上传日期:2022-06-05
资源大小:1939k
文件大小:1k
源码类别:
多媒体
开发平台:
Visual C++
- // dfg.cpp : implementation file
- //
- #include "stdafx.h"
- #include "VideoPlayer.h"
- #include "dfg.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // dfg dialog
- dfg::dfg(CWnd* pParent /*=NULL*/)
- : CDialog(dfg::IDD, pParent)
- {
- //{{AFX_DATA_INIT(dfg)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void dfg::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(dfg)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(dfg, CDialog)
- //{{AFX_MSG_MAP(dfg)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // dfg message handlers