資源簡介
C++實戰源碼-設置單元格邊框樣式(入門級實例436).zip
代碼片段和文件信息
//?CellBorder.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CellBorder.h“
#include?“CellBorderDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCellBorderApp
BEGIN_MESSAGE_MAP(CCellBorderApp?CWinApp)
//{{AFX_MSG_MAP(CCellBorderApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCellBorderApp?construction
CCellBorderApp::CCellBorderApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCe
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1151??2010-11-13?14:14??CellBorder\CellBorder.clw
?????文件????????2141??2009-09-25?11:29??CellBorder\CellBorder.cpp
?????文件????????4355??2009-09-25?13:34??CellBorder\CellBorder.dsp
?????文件?????????545??2009-09-25?11:00??CellBorder\CellBorder.dsw
?????文件????????1368??2009-09-25?11:00??CellBorder\CellBorder.h
?????文件????????5318??2009-09-25?11:48??CellBorder\CellBorder.rc
?????文件????????5549??2010-11-13?11:53??CellBorder\CellBorderDlg.cpp
?????文件????????1375??2009-09-25?12:53??CellBorder\CellBorderDlg.h
?????文件??????150337??2009-09-25?11:47??CellBorder\excel9.cpp
?????文件???????40338??2009-09-25?11:47??CellBorder\excel9.h
?????文件?????????734??2009-09-25?11:48??CellBorder\resource.h
?????文件?????????212??2009-09-25?11:00??CellBorder\StdAfx.cpp
?????文件????????1054??2009-09-25?11:00??CellBorder\StdAfx.h
?????文件????????1078??2009-09-25?11:00??CellBorder\res\CellBorder.ico
?????文件?????????402??2009-09-25?11:00??CellBorder\res\CellBorder.rc2
評論
共有 條評論