資源簡介
VC++折疊展開型(百葉窗)的窗體面板組

代碼片段和文件信息
//?CurtainBox.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CurtainBox.h“
#include?“CurtainBoxDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCurtainBoxApp
BEGIN_MESSAGE_MAP(CCurtainBoxApp?CWinApp)
//{{AFX_MSG_MAP(CCurtainBoxApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCurtainBoxApp?construction
CCurtainBoxApp::CCurtainBoxApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCurtainBoxApp?object
CCurtainBoxApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CCurtainBoxApp?initialization
BOOL?CCurtainBoxApp::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CCurtainBoxDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????35652??2009-09-27?22:18??CurtainBox\CurtainBox.aps
?????文件???????1317??2009-09-27?22:36??CurtainBox\CurtainBox.clw
?????文件???????2119??2009-09-26?16:10??CurtainBox\CurtainBox.cpp
?????文件???????4427??2009-09-26?20:26??CurtainBox\CurtainBox.dsp
?????文件????????526??2009-09-26?16:10??CurtainBox\CurtainBox.dsw
?????文件???????1368??2009-09-26?16:10??CurtainBox\CurtainBox.h
?????文件??????66560??2009-09-27?22:36??CurtainBox\CurtainBox.ncb
?????文件??????49664??2009-09-27?22:36??CurtainBox\CurtainBox.opt
?????文件???????1800??2009-09-27?22:20??CurtainBox\CurtainBox.plg
?????文件???????5448??2009-09-27?22:18??CurtainBox\CurtainBox.rc
?????文件???????8486??2009-09-27?22:20??CurtainBox\CurtainBoxDlg.cpp
?????文件???????2407??2009-09-26?23:59??CurtainBox\CurtainBoxDlg.h
?????文件??????14549??2009-09-27?22:20??CurtainBox\Debug\CurtainBox.obj
?????文件?????304128??2009-09-27?22:20??CurtainBox\Debug\CurtainBox.pdb
?????文件???????2796??2009-09-27?22:20??CurtainBox\Debug\CurtainBox.res
?????文件??????31905??2009-09-27?22:20??CurtainBox\Debug\CurtainBoxDlg.obj
?????文件?????105848??2009-09-27?22:20??CurtainBox\Debug\StdAfx.obj
?????文件??????23259??2009-09-27?22:20??CurtainBox\Debug\ti
?????文件?????364544??2009-09-27?22:20??CurtainBox\Debug\vc60.pdb
?????文件???????3651??2009-09-26?16:10??CurtainBox\ReadMe.txt
?????文件????????238??2009-09-26?16:59??CurtainBox\res\bitmap0.bmp
?????文件???????1078??2009-09-26?16:10??CurtainBox\res\CurtainBox.ico
?????文件????????402??2009-09-26?16:10??CurtainBox\res\CurtainBox.rc2
?????文件???????1055??2009-09-26?20:15??CurtainBox\resource.h
?????文件????????212??2009-09-26?16:10??CurtainBox\StdAfx.cpp
?????文件???????1054??2009-09-26?16:10??CurtainBox\StdAfx.h
?????文件???????4543??2009-09-27?00:18??CurtainBox\ti
?????文件???????1701??2009-09-26?16:37??CurtainBox\ti
?????目錄??????????0??2009-09-27?22:46??CurtainBox\Debug
?????目錄??????????0??2009-09-27?22:46??CurtainBox\res
............此處省略4個文件信息
- 上一篇:時間輪 C語言版
- 下一篇:c++實現簡單的topsis算法
評論
共有 條評論