DlgBookadd.cpp
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- // DlgBookadd.cpp : implementation file
- //
- #include "stdafx.h"
- #include "ExbookAdmin.h"
- #include "DlgBookadd.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // DlgBookadd dialog
- DlgBookadd::DlgBookadd(CWnd* pParent /*=NULL*/)
- : CDialog(DlgBookadd::IDD, pParent)
- {
- //{{AFX_DATA_INIT(DlgBookadd)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void DlgBookadd::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(DlgBookadd)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(DlgBookadd, CDialog)
- //{{AFX_MSG_MAP(DlgBookadd)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // DlgBookadd message handlers