資源簡介
C++實戰源碼-圖像居中(入門級實例468).zip
代碼片段和文件信息
//?CenterPicture.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CenterPicture.h“
#include?“MainFrm.h“
#include?“CenterPictureDoc.h“
#include?“CenterPictureView.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCenterPictureApp
BEGIN_MESSAGE_MAP(CCenterPictureApp?CWinApp)
//{{AFX_MSG_MAP(CCenterPictureApp)
ON_COMMAND(ID_APP_ABOUT?OnAppAbout)
//?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
//?Standard?file?based?document?commands
ON_COMMAND(ID_FILE_NEW?CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN?CWinApp::OnFileOpen)
//?Standard?print?setup?command
ON_COMMAND(ID_FILE_PRINT_SETUP?CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2411??2010-11-13?10:51??CenterPicture\CenterPicture.clw
?????文件????????4413??2010-11-13?10:51??CenterPicture\CenterPicture.cpp
?????文件????????4702??2010-09-10?10:42??CenterPicture\CenterPicture.dsp
?????文件?????????551??2010-09-10?10:42??CenterPicture\CenterPicture.dsw
?????文件????????1433??2010-09-10?10:42??CenterPicture\CenterPicture.h
?????文件???????11804??2010-09-10?10:45??CenterPicture\CenterPicture.rc
?????文件????????1882??2010-09-10?10:42??CenterPicture\CenterPictureDoc.cpp
?????文件????????1552??2010-09-10?10:42??CenterPicture\CenterPictureDoc.h
?????文件????????3599??2010-09-10?10:52??CenterPicture\CenterPictureView.cpp
?????文件????????1997??2010-09-10?10:49??CenterPicture\CenterPictureView.h
?????文件????????2514??2010-09-10?10:42??CenterPicture\MainFrm.cpp
?????文件????????1581??2010-09-10?10:42??CenterPicture\MainFrm.h
?????文件?????????647??2010-09-10?10:45??CenterPicture\resource.h
?????文件?????????215??2010-09-10?10:42??CenterPicture\StdAfx.cpp
?????文件????????1054??2010-09-10?10:42??CenterPicture\StdAfx.h
?????文件???????81984??2010-11-13?15:49??CenterPicture\test.bmp
?????文件????????5694??2005-10-08?16:28??CenterPicture\res\CenterPicture.ico
?????文件?????????405??2010-09-10?10:42??CenterPicture\res\CenterPicture.rc2
?????文件????????1078??2010-09-10?10:42??CenterPicture\res\CenterPictureDoc.ico
?????文件???????81984??2010-11-13?15:49??CenterPicture\res\test.bmp
?????文件????????1078??2010-09-10?10:42??CenterPicture\res\Toolbar.bmp
- 上一篇:C++實戰源碼-標簽中的圖標設置
- 下一篇:C++實戰源碼-統計字符數量
評論
共有 條評論