資源簡介
C++實戰源碼-字形窗體(入門級實例256).zip
代碼片段和文件信息
//?FontWindow.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“FontWindow.h“
#include?“FontWindowDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CFontWindowApp
BEGIN_MESSAGE_MAP(CFontWindowApp?CWinApp)
//{{AFX_MSG_MAP(CFontWindowApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CFontWindowApp?construction
CFontWindowApp::CFontWindowApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CFo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????998??2010-10-26?18:45??FontWindow\FontWindow.clw
?????文件????????2151??2007-03-22?09:26??FontWindow\FontWindow.cpp
?????文件????????4231??2007-03-22?09:08??FontWindow\FontWindow.dsp
?????文件?????????543??2007-03-22?09:08??FontWindow\FontWindow.dsw
?????文件????????1368??2007-03-22?09:08??FontWindow\FontWindow.h
?????文件????????5142??2007-03-22?09:11??FontWindow\FontWindow.rc
?????文件????????4484??2007-03-22?09:22??FontWindow\FontWindowDlg.cpp
?????文件????????1398??2007-03-22?09:12??FontWindow\FontWindowDlg.h
?????文件?????????542??2007-03-22?09:08??FontWindow\Resource.h
?????文件?????????212??2007-03-22?09:08??FontWindow\StdAfx.cpp
?????文件????????1054??2007-03-22?09:08??FontWindow\StdAfx.h
?????文件????????1078??2007-03-22?09:08??FontWindow\res\FontWindow.ico
?????文件?????????402??2007-03-22?09:08??FontWindow\res\FontWindow.rc2
- 上一篇:C++實戰源碼-晃動的窗體
- 下一篇:C++實戰源碼-實現標簽式選擇
評論
共有 條評論