資源簡介
C++實戰源碼-如何實現窗體繼承(入門級實例275).zip
代碼片段和文件信息
//?ChildDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“InheritedForm.h“
#include?“ChildDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildDlg?dialog
CChildDlg::CChildDlg(CWnd*?pParent?/*=NULL*/)
:?CInheritedFormDlg(pParent)
{
//{{AFX_DATA_INIT(CChildDlg)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?CChildDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CChildDlg)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CChildDlg?CInheritedFormDlg)
//{{AFX_MSG_MAP(CChildDlg)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildDl
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1020??2007-08-21?15:44??InheritedForm\ChildDlg.cpp
?????文件????????1250??2007-08-21?15:44??InheritedForm\ChildDlg.h
?????文件????????1339??2010-10-26?19:05??InheritedForm\InheritedForm.clw
?????文件????????2161??2007-08-21?15:44??InheritedForm\InheritedForm.cpp
?????文件????????4474??2007-08-21?15:44??InheritedForm\InheritedForm.dsp
?????文件?????????639??2007-08-21?15:44??InheritedForm\InheritedForm.dsw
?????文件????????1401??2007-08-21?15:44??InheritedForm\InheritedForm.h
?????文件????????5426??2010-06-24?13:35??InheritedForm\InheritedForm.rc
?????文件????????4358??2007-08-21?15:44??InheritedForm\InheritedFormDlg.cpp
?????文件????????1484??2007-08-21?15:44??InheritedForm\InheritedFormDlg.h
?????文件?????????733??2010-06-24?13:35??InheritedForm\resource.h
?????文件?????????215??2007-08-21?15:44??InheritedForm\StdAfx.cpp
?????文件????????1054??2007-08-21?15:44??InheritedForm\StdAfx.h
?????文件????????5694??2007-08-21?15:44??InheritedForm\res\107.ico
?????文件????????1078??2007-08-21?15:44??InheritedForm\res\InheritedForm.ico
?????文件?????????405??2007-08-21?15:44??InheritedForm\res\InheritedForm.rc2
- 上一篇:C++實戰源碼-播放GIF動畫
- 下一篇:C++實戰源碼-判斷字符串中是否有中文
評論
共有 條評論