資源簡介
C++實戰源碼-百葉窗顯示窗體(入門級實例245).zip
代碼片段和文件信息
//?ShutterView.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ShutterView.h“
#include?“ShutterViewDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CShutterViewApp
BEGIN_MESSAGE_MAP(CShutterViewApp?CWinApp)
//{{AFX_MSG_MAP(CShutterViewApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CShutterViewApp?construction
CShutterViewApp::CShutterViewApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????550??2007-05-08?08:47??ShutterView\resource.h
?????文件?????????696??2007-05-08?08:47??ShutterView\ShutterView.clw
?????文件????????2100??2007-05-08?08:47??ShutterView\ShutterView.cpp
?????文件????????4372??2007-05-08?08:47??ShutterView\ShutterView.dsp
?????文件?????????547??2007-05-08?08:47??ShutterView\ShutterView.dsw
?????文件????????1379??2007-05-08?08:47??ShutterView\ShutterView.h
?????文件????????4659??2007-05-08?08:47??ShutterView\ShutterView.rc
?????文件????????2952??2007-05-08?08:47??ShutterView\ShutterViewDlg.cpp
?????文件????????1343??2007-05-08?08:47??ShutterView\ShutterViewDlg.h
?????文件?????????213??2007-05-08?08:47??ShutterView\StdAfx.cpp
?????文件?????????999??2007-05-08?08:47??ShutterView\StdAfx.h
?????文件??????372576??2007-05-08?08:47??ShutterView\res\i.bmp
?????文件????????1078??2007-05-08?08:47??ShutterView\res\ShutterView.ico
?????文件?????????403??2007-05-08?08:47??ShutterView\res\ShutterView.rc2
評論
共有 條評論