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

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

資源簡介

C++實戰源碼-全屏顯示的窗體(入門級實例281).zip

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“FullScreen.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)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?mod

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1537??2010-10-16?11:27??FullScreen\ChildFrm.cpp
?????文件????????1397??2010-10-16?11:27??FullScreen\ChildFrm.h
?????文件????????2894??2010-10-16?13:14??FullScreen\FullScreen.clw
?????文件????????4462??2010-10-16?11:27??FullScreen\FullScreen.cpp
?????文件????????4771??2010-10-16?13:14??FullScreen\FullScreen.dsp
?????文件?????????545??2010-10-16?11:27??FullScreen\FullScreen.dsw
?????文件????????1400??2010-10-16?11:27??FullScreen\FullScreen.h
?????文件???????12016??2010-10-16?11:27??FullScreen\FullScreen.rc
?????文件????????1837??2010-10-16?11:27??FullScreen\FullScreenDoc.cpp
?????文件????????1519??2010-10-16?11:27??FullScreen\FullScreenDoc.h
?????文件????????3250??2010-10-16?13:06??FullScreen\FullScreenView.cpp
?????文件????????1880??2010-10-16?11:41??FullScreen\FullScreenView.h
?????文件????????3952??2010-10-16?11:39??FullScreen\MainFrm.cpp
?????文件????????1622??2010-10-16?11:45??FullScreen\MainFrm.h
?????文件?????????498??2010-10-16?11:27??FullScreen\Resource.h
?????文件?????????212??2010-10-16?11:27??FullScreen\StdAfx.cpp
?????文件????????1054??2010-10-16?11:27??FullScreen\StdAfx.h
?????文件????????1078??2010-10-16?11:27??FullScreen\res\FullScreen.ico
?????文件?????????402??2010-10-16?11:27??FullScreen\res\FullScreen.rc2
?????文件????????1078??2010-10-16?11:27??FullScreen\res\FullScreenDoc.ico
?????文件????????1078??2010-10-16?11:27??FullScreen\res\Toolbar.bmp

評論

共有 條評論