AboutDeveloper.cpp
上传用户:zbtianhong
上传日期:2022-07-12
资源大小:3707k
文件大小:1k
- // AboutDeveloper.cpp : implementation file
- //
- #include "stdafx.h"
- #include "VideoPlayer.h"
- #include "AboutDeveloper.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CAboutDeveloper dialog
- CAboutDeveloper::CAboutDeveloper(CWnd* pParent /*=NULL*/)
- : CDialog(CAboutDeveloper::IDD, pParent)
- {
- //{{AFX_DATA_INIT(CAboutDeveloper)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void CAboutDeveloper::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CAboutDeveloper)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CAboutDeveloper, CDialog)
- //{{AFX_MSG_MAP(CAboutDeveloper)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CAboutDeveloper message handlers