資源簡介
C++實戰源碼-右對齊菜單(入門級實例364).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“RightMenu.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
};
/////////////////////////////////////////////////////////////////////////////
//?CMainframe?construction/destruction
CMainframe::CMainframe()
{
//?TODO:?add?member?initialization?code?here
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2514??2010-09-08?10:37??RightMenu\MainFrm.cpp
?????文件????????1581??2010-09-08?10:36??RightMenu\MainFrm.h
?????文件?????????497??2010-09-08?10:36??RightMenu\Resource.h
?????文件???????10664??2010-09-15?09:02??RightMenu\RightAToolBar.rc
?????文件????????1827??2010-09-15?09:07??RightMenu\RightMenu.clw
?????文件????????4304??2010-09-08?11:09??RightMenu\RightMenu.cpp
?????文件????????4618??2010-09-08?10:36??RightMenu\RightMenu.dsp
?????文件?????????543??2010-09-08?11:10??RightMenu\RightMenu.dsw
?????文件????????1389??2010-09-08?10:36??RightMenu\RightMenu.h
?????文件???????11821??2010-09-15?09:07??RightMenu\RightMenu.rc
?????文件????????1802??2010-09-08?10:36??RightMenu\RightMenuDoc.cpp
?????文件????????1508??2010-09-08?10:36??RightMenu\RightMenuDoc.h
?????文件????????2669??2010-09-08?10:36??RightMenu\RightMenuView.cpp
?????文件????????1939??2010-09-08?10:36??RightMenu\RightMenuView.h
?????文件?????????211??2010-09-08?10:36??RightMenu\StdAfx.cpp
?????文件????????1054??2010-09-08?10:36??RightMenu\StdAfx.h
?????文件????????5694??2005-10-08?16:28??RightMenu\res\RightMenu.ico
?????文件?????????401??2010-09-08?10:36??RightMenu\res\RightMenu.rc2
?????文件????????1078??2010-09-08?10:36??RightMenu\res\RightMenuDoc.ico
?????文件????????1078??2010-09-08?10:36??RightMenu\res\Toolbar.bmp
- 上一篇:C++實戰源碼-設置單元格的字體
- 下一篇:C++實戰源碼-繪制字體邊框
評論
共有 條評論