資源簡介
C++實戰源碼-等電位面圖(入門級實例453).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“Potent.h“
#include?“MainFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMainframe
IMPLEMENT_DYNCREATE(CMainframe?CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe?CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static?UINT?indicators[]?=
{
ID_SEPARATOR???????????//?status?line?indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
//?CMainframe?construction/destruction
CMainframe::CMainframe()
{
//?TODO:?add?member?initialization?code?here
}
C
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2507??2010-07-10?08:37??Potent\MainFrm.cpp
?????文件????????1581??2010-07-10?08:37??Potent\MainFrm.h
?????文件????????1955??2010-07-10?08:37??Potent\Potent.clw
?????文件????????4252??2010-07-20?19:03??Potent\Potent.cpp
?????文件????????4555??2010-07-10?08:37??Potent\Potent.dsp
?????文件?????????537??2010-07-10?08:37??Potent\Potent.dsw
?????文件????????1356??2010-07-10?08:37??Potent\Potent.h
?????文件???????10553??2010-07-10?08:37??Potent\Potent.rc
?????文件????????1742??2010-07-10?08:37??Potent\PotentDoc.cpp
?????文件????????1475??2010-07-10?08:37??Potent\PotentDoc.h
?????文件????????4325??2010-07-20?19:05??Potent\PotentView.cpp
?????文件????????1891??2010-07-10?08:37??Potent\PotentView.h
?????文件?????????494??2010-07-10?08:37??Potent\Resource.h
?????文件?????????208??2010-07-10?08:37??Potent\StdAfx.cpp
?????文件????????1054??2010-07-10?08:37??Potent\StdAfx.h
?????文件????????5694??2005-10-08?16:28??Potent\res\Potent.ico
?????文件?????????398??2010-07-10?08:37??Potent\res\Potent.rc2
?????文件????????1078??2010-07-10?08:37??Potent\res\PotentDoc.ico
?????文件????????1078??2010-07-10?08:37??Potent\res\Toolbar.bmp
- 上一篇:C++實戰源碼-為菜單添加核對標記
- 下一篇:C++實戰源碼-七彩編輯框效果
評論
共有 條評論