資源簡介
C++實戰源碼-畫圖程序(入門級實例461).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“MyPainter.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
};
///
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2514??2007-05-29?10:28??MyPainter\MainFrm.cpp
?????文件????????1581??2007-05-29?10:23??MyPainter\MainFrm.h
?????文件????????2432??2010-10-27?18:17??MyPainter\MyPainter.clw
?????文件????????4299??2007-05-29?10:28??MyPainter\MyPainter.cpp
?????文件????????4618??2007-05-29?10:24??MyPainter\MyPainter.dsp
?????文件?????????543??2007-05-29?10:24??MyPainter\MyPainter.dsw
?????文件????????1389??2007-05-29?10:23??MyPainter\MyPainter.h
?????文件???????11925??2007-05-29?10:40??MyPainter\MyPainter.rc
?????文件????????1802??2007-05-29?10:23??MyPainter\MyPainterDoc.cpp
?????文件????????1508??2007-05-29?10:23??MyPainter\MyPainterDoc.h
?????文件????????4638??2007-05-29?10:40??MyPainter\MyPainterView.cpp
?????文件????????2238??2007-05-29?10:38??MyPainter\MyPainterView.h
?????文件?????????782??2007-05-29?10:40??MyPainter\resource.h
?????文件?????????211??2007-05-29?10:23??MyPainter\StdAfx.cpp
?????文件????????1054??2007-05-29?10:23??MyPainter\StdAfx.h
?????文件????????1078??2007-05-29?10:23??MyPainter\res\MyPainter.ico
?????文件?????????401??2007-05-29?10:23??MyPainter\res\MyPainter.rc2
?????文件????????1078??2007-05-29?10:23??MyPainter\res\MyPainterDoc.ico
?????文件????????1078??2007-05-29?10:23??MyPainter\res\Toolbar.bmp
- 上一篇:C++實戰源碼-支持多國語言切換的應用程序
- 下一篇:C++實戰源碼-控制音量
評論
共有 條評論