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

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

資源簡介

C++實戰源碼-MDI啟動時子窗口最大化(入門級實例279).zip

資源截圖

代碼片段和文件信息

//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//

#include?“stdafx.h“
#include?“ChildMax.h“

#include?“ChildFrm.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
//?CChildframe

IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction

CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here

}

CChildframe::~CChildframe()
{
}

BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1510??2010-10-16?09:49??ChildMax\ChildFrm.cpp
?????文件????????1397??2010-10-16?09:46??ChildMax\ChildFrm.h
?????文件????????2783??2010-10-16?09:46??ChildMax\ChildMax.clw
?????文件????????4426??2010-10-16?09:46??ChildMax\ChildMax.cpp
?????文件????????4725??2010-10-16?09:46??ChildMax\ChildMax.dsp
?????文件?????????541??2010-10-16?09:46??ChildMax\ChildMax.dsw
?????文件????????1378??2010-10-16?09:46??ChildMax\ChildMax.h
?????文件???????11986??2010-10-16?09:46??ChildMax\ChildMax.rc
?????文件????????1782??2010-10-16?09:46??ChildMax\ChildMaxDoc.cpp
?????文件????????1497??2010-10-16?09:46??ChildMax\ChildMaxDoc.h
?????文件????????2639??2010-10-16?09:46??ChildMax\ChildMaxView.cpp
?????文件????????1923??2010-10-16?09:46??ChildMax\ChildMaxView.h
?????文件????????2525??2010-10-16?09:46??ChildMax\MainFrm.cpp
?????文件????????1542??2010-10-16?09:46??ChildMax\MainFrm.h
?????文件?????????496??2010-10-16?09:46??ChildMax\Resource.h
?????文件?????????210??2010-10-16?09:46??ChildMax\StdAfx.cpp
?????文件????????1054??2010-10-16?09:46??ChildMax\StdAfx.h
?????文件????????1078??2010-10-16?09:46??ChildMax\res\ChildMax.ico
?????文件?????????400??2010-10-16?09:46??ChildMax\res\ChildMax.rc2
?????文件????????1078??2010-10-16?09:46??ChildMax\res\ChildMaxDoc.ico
?????文件????????1078??2010-10-16?09:46??ChildMax\res\Toolbar.bmp

評論

共有 條評論