資源簡介
C++實戰(zhàn)源碼-限制窗體的大小(入門級實例267).zip
代碼片段和文件信息
//?RestrictRect.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“RestrictRect.h“
#include?“RestrictRectDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRestrictRectApp
BEGIN_MESSAGE_MAP(CRestrictRectApp?CWinApp)
//{{AFX_MSG_MAP(CRestrictRectApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRestrictRectApp?construction
CRestrictRectApp::CRestrictRectApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????690??2007-08-21?15:43??RestrictRect\resource.h
?????文件????????1066??2010-10-26?18:52??RestrictRect\RestrictRect.clw
?????文件????????2147??2007-08-21?15:43??RestrictRect\RestrictRect.cpp
?????文件????????4268??2010-06-22?10:36??RestrictRect\RestrictRect.dsp
?????文件?????????547??2007-08-21?15:43??RestrictRect\RestrictRect.dsw
?????文件????????1390??2007-08-21?15:43??RestrictRect\RestrictRect.h
?????文件????????5170??2007-08-21?15:43??RestrictRect\RestrictRect.rc
?????文件????????4745??2010-06-22?10:36??RestrictRect\RestrictRectDlg.cpp
?????文件????????1459??2007-08-21?15:43??RestrictRect\RestrictRectDlg.h
?????文件?????????214??2007-08-21?15:43??RestrictRect\StdAfx.cpp
?????文件????????1054??2007-08-21?15:43??RestrictRect\StdAfx.h
?????文件????????1078??2007-08-21?15:43??RestrictRect\res\RestrictRect.ico
?????文件?????????404??2007-08-21?15:43??RestrictRect\res\RestrictRect.rc2
評論
共有 條評論