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