-
大小: 0.03M文件類型: .zip金幣: 1下載: 0 次發布日期: 2021-02-21
- 語言: C/C++
- 標簽:
資源簡介
C++實戰源碼-設置單元格根據文字長度進行調整(入門級實例438).zip
代碼片段和文件信息
//?CellSize.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CellSize.h“
#include?“CellSizeDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCellSizeApp
BEGIN_MESSAGE_MAP(CCellSizeApp?CWinApp)
//{{AFX_MSG_MAP(CCellSizeApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCellSizeApp?construction
CCellSizeApp::CCellSizeApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCellSizeApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1120??2010-11-13?14:15??CellSize\CellSize.clw
?????文件????????2113??2009-09-25?16:08??CellSize\CellSize.cpp
?????文件????????4319??2009-09-25?16:08??CellSize\CellSize.dsp
?????文件?????????541??2009-09-25?14:48??CellSize\CellSize.dsw
?????文件????????1346??2009-09-25?14:48??CellSize\CellSize.h
?????文件????????5305??2009-09-25?14:57??CellSize\CellSize.rc
?????文件????????5638??2010-11-13?11:54??CellSize\CellSizeDlg.cpp
?????文件????????1354??2009-09-25?14:55??CellSize\CellSizeDlg.h
?????文件??????147273??2009-09-25?14:56??CellSize\excel9.cpp
?????文件???????39378??2009-09-25?14:56??CellSize\excel9.h
?????文件?????????732??2009-09-25?14:57??CellSize\resource.h
?????文件?????????210??2009-09-25?14:48??CellSize\StdAfx.cpp
?????文件????????1054??2009-09-25?14:48??CellSize\StdAfx.h
?????文件????????1078??2009-09-25?14:48??CellSize\res\CellSize.ico
?????文件?????????400??2009-09-25?14:48??CellSize\res\CellSize.rc2
評論
共有 條評論