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

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

資源簡介

C++實戰源碼-為菜單添加核對標記(入門級實例357).zip

資源截圖

代碼片段和文件信息

//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//

#include?“stdafx.h“
#include?“MenuSign.h“

#include?“MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CMainframe

IMPLEMENT_DYNCREATE(CMainframe?CframeWnd)

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

static?UINT?indicators[]?=
{
ID_SEPARATOR???????????//?status?line?indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
//?CMainframe?construction/destruction

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

}


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2520??2010-06-08?09:51??MenuSign\MainFrm.cpp
?????文件????????1581??2007-03-29?10:30??MenuSign\MainFrm.h
?????文件????????2439??2010-10-27?14:00??MenuSign\MenuSign.clw
?????文件????????4294??2010-06-08?09:51??MenuSign\MenuSign.cpp
?????文件????????4597??2007-03-29?10:30??MenuSign\MenuSign.dsp
?????文件?????????539??2007-03-29?10:30??MenuSign\MenuSign.dsw
?????文件????????1378??2007-03-29?10:30??MenuSign\MenuSign.h
?????文件???????11816??2007-03-29?10:38??MenuSign\MenuSign.rc
?????文件????????1909??2010-06-08?09:51??MenuSign\MenuSignDoc.cpp
?????文件????????1541??2010-06-08?09:39??MenuSign\MenuSignDoc.h
?????文件????????3998??2007-03-29?10:40??MenuSign\MenuSignView.cpp
?????文件????????2148??2007-03-29?10:39??MenuSign\MenuSignView.h
?????文件?????????689??2007-03-29?10:38??MenuSign\resource.h
?????文件?????????210??2007-03-29?10:30??MenuSign\StdAfx.cpp
?????文件????????1054??2007-03-29?10:30??MenuSign\StdAfx.h
?????文件????????5694??2005-10-08?16:28??MenuSign\res\MenuSign.ico
?????文件?????????400??2007-03-29?10:30??MenuSign\res\MenuSign.rc2
?????文件????????1078??2007-03-29?10:30??MenuSign\res\MenuSignDoc.ico
?????文件????????1078??2007-03-29?10:30??MenuSign\res\Toolbar.bmp

評論

共有 條評論