資源簡介
C++實戰(zhàn)源碼-設置單元格的字體(入門級實例435).zip
代碼片段和文件信息
//?CellFont.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CellFont.h“
#include?“CellFontDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCellFontApp
BEGIN_MESSAGE_MAP(CCellFontApp?CWinApp)
//{{AFX_MSG_MAP(CCellFontApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCellFontApp?construction
CCellFontApp::CCellFontApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCellFontApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1265??2010-11-13?14:13??CellFont\CellFont.clw
?????文件????????2113??2009-09-25?10:45??CellFont\CellFont.cpp
?????文件????????4319??2009-09-25?10:53??CellFont\CellFont.dsp
?????文件?????????541??2009-09-25?08:50??CellFont\CellFont.dsw
?????文件????????1346??2009-09-25?08:50??CellFont\CellFont.h
?????文件????????5491??2009-09-25?10:44??CellFont\CellFont.rc
?????文件????????6694??2010-11-13?11:52??CellFont\CellFontDlg.cpp
?????文件????????1401??2009-09-25?10:17??CellFont\CellFontDlg.h
?????文件??????152534??2009-09-25?10:29??CellFont\excel9.cpp
?????文件???????40840??2009-09-25?10:29??CellFont\excel9.h
?????文件?????????824??2009-09-25?10:44??CellFont\resource.h
?????文件?????????210??2009-09-25?08:50??CellFont\StdAfx.cpp
?????文件????????1054??2009-09-25?08:50??CellFont\StdAfx.h
?????文件????????1078??2009-09-25?08:50??CellFont\res\CellFont.ico
?????文件?????????400??2009-09-25?08:50??CellFont\res\CellFont.rc2
評論
共有 條評論