資源簡介
有語法高亮,自動(dòng)縮進(jìn),行號(hào)顯示,函數(shù)提示等功能。
是學(xué)習(xí)MFC編程的好例子!
代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“SSS.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????531??2009-12-06?00:03??SSS.dsw
?????文件??????13743??2009-12-14?19:46??SSS.rc
?????文件??????91136??2009-12-14?19:46??SSS.ncb
?????文件????????873??2009-12-14?19:54??ReadMe.txt
?????文件????????145??2009-12-06?22:50??123
?????文件?????????40??2009-12-06?12:56??a
?????文件??????????0??2009-12-06?13:07??aaa
?????文件????????100??2009-12-06?17:14??format
?????文件?????????10??2009-12-06?12:57??great
?????文件?????????53??2009-12-06?12:27??SSS1
?????文件?????????14??2009-12-06?13:08??哎vc
?????文件?????280064??2003-11-12?10:09??SciLexer.dll
?????文件???????8036??2009-12-06?22:26??Debug\SSS.res
?????文件?????271360??2009-12-06?23:11??Debug\vc60.idb
?????文件????6869568??2009-12-06?15:13??Debug\SSS.pch
?????文件?????454656??2009-12-06?23:11??Debug\vc60.pdb
?????文件????1374947??2009-12-06?15:13??Debug\StdAfx.sbr
?????文件?????105696??2009-12-06?15:13??Debug\StdAfx.obj
?????文件??????????0??2009-12-06?15:13??Debug\ChildFrm.sbr
?????文件??????????0??2009-12-06?15:24??Debug\MainFrm.sbr
?????文件??????????0??2009-12-06?15:24??Debug\ScintillaWnd.sbr
?????文件??????????0??2009-12-06?22:02??Debug\SSS.sbr
?????文件??????????0??2009-12-06?22:02??Debug\SSSDoc.sbr
?????文件??????16322??2009-12-06?15:13??Debug\ChildFrm.obj
?????文件?????582656??2009-12-06?23:11??Debug\SSS.pdb
?????文件????5940224??2009-12-06?23:11??Debug\SSS.bsc
?????文件??????63822??2009-12-06?15:24??Debug\ScintillaWnd.obj
?????文件??????17124??2009-12-06?22:02??Debug\SSSDoc.obj
?????文件??????20746??2009-12-06?15:24??Debug\MainFrm.obj
?????文件??????????0??2009-12-06?22:26??Debug\SSSView.sbr
............此處省略134個(gè)文件信息
評(píng)論
共有 條評(píng)論