資源簡介
有關(guān)網(wǎng)站站點編程的代碼
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“test.h“
#include?“MainFrm.h“
#include?“testView.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)
ON_WM_CREATE()
ON_BN_CLICKED(IDC_GOTO?OnGoto)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static?UINT?indicators[]?=
{
ID_SEPARATOR???????????//?status?line?indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
//?CMainFram
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-01-23?14:57??htmlMFC\
?????目錄???????????0??2017-01-23?14:57??htmlMFC\Debug\
?????文件???????23753??2012-11-19?19:02??htmlMFC\Debug\MainFrm.obj
?????文件????????9821??2012-11-19?19:01??htmlMFC\Debug\MyTool.obj
?????文件??????105407??2012-11-19?16:35??htmlMFC\Debug\StdAfx.obj
?????文件??????118829??2012-11-20?09:28??htmlMFC\Debug\test.exe
?????文件??????343660??2012-11-20?09:28??htmlMFC\Debug\test.ilk
?????文件???????22594??2012-11-19?19:02??htmlMFC\Debug\test.obj
?????文件?????5525216??2012-11-19?16:03??htmlMFC\Debug\test.pch
?????文件??????500736??2012-11-20?09:28??htmlMFC\Debug\test.pdb
?????文件????????6724??2012-11-19?19:02??htmlMFC\Debug\test.res
?????文件???????14374??2012-11-19?16:03??htmlMFC\Debug\testDoc.obj
?????文件???????21633??2012-11-20?09:28??htmlMFC\Debug\testView.obj
?????文件??????222208??2016-08-05?09:21??htmlMFC\Debug\vc60.idb
?????文件??????372736??2012-11-20?09:28??htmlMFC\Debug\vc60.pdb
?????文件????????2884??2012-11-19?19:02??htmlMFC\MainFrm.cpp
?????文件????????1531??2012-11-19?19:02??htmlMFC\MainFrm.h
?????文件?????????924??2012-11-19?19:01??htmlMFC\MyTool.cpp
?????文件????????1162??2012-11-19?19:01??htmlMFC\MyTool.h
?????文件????????4263??2012-11-19?16:03??htmlMFC\ReadMe.txt
?????目錄???????????0??2017-01-23?14:57??htmlMFC\res\
?????文件?????????918??2012-11-19?19:01??htmlMFC\resource.h
?????文件????????1078??2012-11-19?16:03??htmlMFC\res\test.ico
?????文件?????????396??2012-11-19?16:03??htmlMFC\res\test.rc2
?????文件????????1078??2012-11-19?16:03??htmlMFC\res\testDoc.ico
?????文件?????????478??2012-11-19?19:01??htmlMFC\res\Toolbar.bmp
?????文件?????????238??2012-11-19?17:01??htmlMFC\res\toolbar1.bmp
?????文件?????????206??2012-11-19?16:03??htmlMFC\StdAfx.cpp
?????文件????????1103??2012-11-19?16:03??htmlMFC\StdAfx.h
?????文件???????28336??2016-08-04?09:53??htmlMFC\test.aps
?????文件????????2497??2016-08-05?09:21??htmlMFC\test.clw
............此處省略12個文件信息
評論
共有 條評論