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