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