-
大小: 0.02M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 標簽:
資源簡介
C++實戰(zhàn)源碼-可任意旋轉(zhuǎn)的文字(入門級實例500).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“RotateFont.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
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2516??2007-05-06?14:06??RotateFont\MainFrm.cpp
?????文件????????1581??2007-05-06?13:56??RotateFont\MainFrm.h
?????文件?????????689??2007-05-06?14:44??RotateFont\resource.h
?????文件????????2431??2010-10-27?19:11??RotateFont\RotateFont.clw
?????文件????????4324??2007-05-30?14:20??RotateFont\RotateFont.cpp
?????文件????????4639??2007-05-06?13:56??RotateFont\RotateFont.dsp
?????文件?????????545??2007-05-06?13:56??RotateFont\RotateFont.dsw
?????文件????????1400??2007-05-06?13:56??RotateFont\RotateFont.h
?????文件???????11822??2007-05-06?14:44??RotateFont\RotateFont.rc
?????文件????????1822??2007-05-06?13:56??RotateFont\RotateFontDoc.cpp
?????文件????????1519??2007-05-06?13:56??RotateFont\RotateFontDoc.h
?????文件????????3308??2007-05-06?14:50??RotateFont\RotateFontView.cpp
?????文件????????1855??2007-05-06?14:45??RotateFont\RotateFontView.h
?????文件?????????212??2007-05-06?13:56??RotateFont\StdAfx.cpp
?????文件????????1054??2007-05-06?13:56??RotateFont\StdAfx.h
?????文件????????5694??2005-10-08?16:28??RotateFont\res\RotateFont.ico
?????文件?????????402??2007-05-06?13:56??RotateFont\res\RotateFont.rc2
?????文件????????1078??2007-05-06?13:56??RotateFont\res\RotateFontDoc.ico
?????文件????????1078??2007-05-06?13:56??RotateFont\res\Toolbar.bmp
評論
共有 條評論