-
大小: 0.02M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 標(biāo)簽:
資源簡介
C++實(shí)戰(zhàn)源碼-繪制印章(入門級(jí)實(shí)例470).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“Stamper.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
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????2508??2010-07-02?09:35??Stamper\MainFrm.cpp
?????文件????????1581??2010-07-02?09:35??Stamper\MainFrm.h
?????文件?????????495??2010-07-02?09:35??Stamper\Resource.h
?????文件????????1970??2010-07-02?09:35??Stamper\Stamper.clw
?????文件????????4266??2010-09-10?11:00??Stamper\Stamper.cpp
?????文件????????4576??2010-07-02?09:35??Stamper\Stamper.dsp
?????文件?????????539??2010-07-02?09:35??Stamper\Stamper.dsw
?????文件????????1367??2010-07-02?09:35??Stamper\Stamper.h
?????文件???????10567??2010-07-02?09:35??Stamper\Stamper.rc
?????文件????????1762??2010-07-02?09:35??Stamper\StamperDoc.cpp
?????文件????????1486??2010-07-02?09:35??Stamper\StamperDoc.h
?????文件????????3985??2010-09-09?11:29??Stamper\StamperView.cpp
?????文件????????1936??2010-09-09?10:28??Stamper\StamperView.h
?????文件?????????209??2010-07-02?09:35??Stamper\StdAfx.cpp
?????文件????????1054??2010-07-02?09:35??Stamper\StdAfx.h
?????文件????????5694??2005-10-08?16:28??Stamper\res\Stamper.ico
?????文件?????????399??2010-07-02?09:35??Stamper\res\Stamper.rc2
?????文件????????1078??2010-07-02?09:35??Stamper\res\StamperDoc.ico
?????文件????????1078??2010-07-02?09:35??Stamper\res\Toolbar.bmp
評(píng)論
共有 條評(píng)論