-
大小: 0.02M文件類(lèi)型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 標(biāo)簽:
資源簡(jiǎn)介
C++實(shí)戰(zhàn)源碼-垂直滾動(dòng)的字體(入門(mén)級(jí)實(shí)例588).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“ScrollText.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í)間???名稱
-----------?---------??----------?-----??----
?????文件????????2516??2007-04-10?13:28??ScrollText\MainFrm.cpp
?????文件????????1581??2007-03-24?14:30??ScrollText\MainFrm.h
?????文件?????????689??2007-04-10?13:27??ScrollText\resource.h
?????文件????????2415??2007-04-11?16:24??ScrollText\ScrollText.clw
?????文件????????4323??2007-04-21?10:53??ScrollText\ScrollText.cpp
?????文件????????4639??2007-03-24?14:30??ScrollText\ScrollText.dsp
?????文件?????????545??2007-03-24?14:30??ScrollText\ScrollText.dsw
?????文件????????1400??2007-03-24?14:30??ScrollText\ScrollText.h
?????文件???????11826??2007-04-10?13:27??ScrollText\ScrollText.rc
?????文件????????1822??2007-03-24?14:30??ScrollText\ScrollTextDoc.cpp
?????文件????????1519??2007-03-24?14:30??ScrollText\ScrollTextDoc.h
?????文件????????3410??2007-05-06?14:36??ScrollText\ScrollTextView.cpp
?????文件????????1856??2007-04-21?10:34??ScrollText\ScrollTextView.h
?????文件?????????212??2007-03-24?14:30??ScrollText\StdAfx.cpp
?????文件????????1054??2007-03-24?14:30??ScrollText\StdAfx.h
?????文件????????1078??2007-03-24?14:30??ScrollText\res\ScrollText.ico
?????文件?????????402??2007-03-24?14:30??ScrollText\res\ScrollText.rc2
?????文件????????1078??2007-03-24?14:30??ScrollText\res\ScrollTextDoc.ico
?????文件????????1078??2007-03-24?14:30??ScrollText\res\Toolbar.bmp
評(píng)論
共有 條評(píng)論