資源簡介
C++實戰源碼-圓角窗體(入門級實例255).zip
代碼片段和文件信息
//?RoundRect.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“RoundRect.h“
#include?“RoundRectDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRoundRectApp
BEGIN_MESSAGE_MAP(CRoundRectApp?CWinApp)
//{{AFX_MSG_MAP(CRoundRectApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRoundRectApp?construction
CRoundRectApp::CRoundRectApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CRoundRectAp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????540??2007-08-21?15:44??RoundRect\Resource.h
?????文件?????????983??2010-10-26?18:45??RoundRect\RoundRect.clw
?????文件????????2105??2007-08-21?15:44??RoundRect\RoundRect.cpp
?????文件????????4213??2007-08-21?15:44??RoundRect\RoundRect.dsp
?????文件?????????541??2007-08-21?15:44??RoundRect\RoundRect.dsw
?????文件????????1357??2007-08-21?15:44??RoundRect\RoundRect.h
?????文件????????5128??2007-08-21?15:44??RoundRect\RoundRect.rc
?????文件????????4302??2007-08-21?15:44??RoundRect\RoundRectDlg.cpp
?????文件????????1375??2007-08-21?15:44??RoundRect\RoundRectDlg.h
?????文件?????????211??2007-08-21?15:44??RoundRect\StdAfx.cpp
?????文件????????1054??2007-08-21?15:44??RoundRect\StdAfx.h
?????文件????????1078??2007-08-21?15:44??RoundRect\res\RoundRect.ico
?????文件?????????401??2007-08-21?15:44??RoundRect\res\RoundRect.rc2
評論
共有 條評論