資源簡(jiǎn)介
基于VC6.0,MFC開(kāi)發(fā)的一個(gè)簡(jiǎn)易網(wǎng)頁(yè)瀏覽器程序,注釋詳細(xì),適合初學(xué)者學(xué)習(xí)。
代碼片段和文件信息
//?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
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-04-04?13:47??htmlMFC\
?????目錄???????????0??2015-04-04?13:47??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??2012-11-20?09:28??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
?????文件?????????206??2012-11-19?16:03??htmlMFC\StdAfx.cpp
?????文件????????1103??2012-11-19?16:03??htmlMFC\StdAfx.h
?????目錄???????????0??2015-04-04?13:47??htmlMFC\res\
?????文件?????????478??2012-11-19?19:01??htmlMFC\res\Toolbar.bmp
?????文件????????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
?????文件?????????238??2012-11-19?17:01??htmlMFC\res\toolbar1.bmp
?????文件?????????918??2012-11-19?19:01??htmlMFC\resource.h
?????文件???????28508??2013-03-28?17:26??htmlMFC\test.aps
?????文件????????2497??2013-03-28?17:32??htmlMFC\test.clw
............此處省略12個(gè)文件信息
評(píng)論
共有 條評(píng)論