91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.01M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-21
  • 標簽:

資源簡介

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

評論

共有 條評論