資源簡介
C++實戰源碼-顯示Word藝術字(入門級實例498).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“WordArtFont.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
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2517??2007-05-06?09:33??WordArtFont\MainFrm.cpp
?????文件????????1581??2007-05-06?09:30??WordArtFont\MainFrm.h
?????文件??????835815??2007-05-06?09:37??WordArtFont\msword9.cpp
?????文件??????258291??2007-05-06?09:37??WordArtFont\msword9.h
?????文件?????????690??2007-05-06?09:33??WordArtFont\resource.h
?????文件?????????213??2007-05-06?09:30??WordArtFont\StdAfx.cpp
?????文件????????1054??2007-05-06?09:30??WordArtFont\StdAfx.h
?????文件????????2554??2010-11-11?09:04??WordArtFont\WordArtFont.clw
?????文件????????4416??2010-11-11?09:05??WordArtFont\WordArtFont.cpp
?????文件????????4783??2007-05-06?10:44??WordArtFont\WordArtFont.dsp
?????文件?????????547??2007-05-06?09:30??WordArtFont\WordArtFont.dsw
?????文件????????1441??2010-11-11?09:04??WordArtFont\WordArtFont.h
?????文件???????11837??2007-05-06?09:33??WordArtFont\WordArtFont.rc
?????文件????????1842??2007-05-06?09:30??WordArtFont\WordArtFontDoc.cpp
?????文件????????1530??2007-05-06?09:30??WordArtFont\WordArtFontDoc.h
?????文件????????3946??2009-08-26?20:13??WordArtFont\WordArtFontView.cpp
?????文件????????2033??2007-05-06?09:49??WordArtFont\WordArtFontView.h
?????文件?????????106??2010-11-11?09:08??WordArtFont\程序使用說明.txt
?????文件????????1078??2007-05-06?09:30??WordArtFont\res\Toolbar.bmp
?????文件????????1078??2007-05-06?09:30??WordArtFont\res\WordArtFont.ico
?????文件?????????403??2007-05-06?09:30??WordArtFont\res\WordArtFont.rc2
?????文件????????1078??2007-05-06?09:30??WordArtFont\res\WordArtFontDoc.ico
- 上一篇:C++實戰源碼-閃爍標題欄的窗體
- 下一篇:C++實戰源碼-橢圓形窗體
評論
共有 條評論