資源簡介
內容很多,日常用到的各種類型基本涵蓋,其中包含樹形結構,屬性頁配置,多層頁面等。
代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“TabWnd.h“
#include?“DummyTree.h“
#include?“DummyList.h“
#include?“DummyEdit.h“
#include?“DummyForm.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
ON_WM_DESTROY()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
}
CChildframe::~CChildframe()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-06-09?12:05??窗體程序TabWnd\
?????文件????????3355??2009-11-11?11:26??窗體程序TabWnd\ChildFrm.cpp
?????文件????????1441??2000-01-02?07:47??窗體程序TabWnd\ChildFrm.h
?????文件????????1226??1999-12-29?12:00??窗體程序TabWnd\DummyEdit.cpp
?????文件????????1418??1999-12-29?12:00??窗體程序TabWnd\DummyEdit.h
?????文件????????1819??2000-01-02?07:44??窗體程序TabWnd\DummyForm.cpp
?????文件????????1692??2000-01-01?12:26??窗體程序TabWnd\DummyForm.h
?????文件????????2987??1999-12-26?12:28??窗體程序TabWnd\DummyList.cpp
?????文件????????1611??1998-12-18?18:34??窗體程序TabWnd\DummyList.h
?????文件?????????821??1999-12-30?10:12??窗體程序TabWnd\DummySplitter.cpp
?????文件????????1260??1999-12-30?10:13??窗體程序TabWnd\DummySplitter.h
?????文件????????2271??1998-12-18?18:34??窗體程序TabWnd\DummyTree.cpp
?????文件????????1561??1998-12-18?18:34??窗體程序TabWnd\DummyTree.h
?????文件????????2155??2000-01-01?12:46??窗體程序TabWnd\MainFrm.cpp
?????文件????????1401??2000-01-01?12:46??窗體程序TabWnd\MainFrm.h
?????文件???????17840??2010-06-08?15:42??窗體程序TabWnd\Mdif
?????文件????????8307??2010-06-08?15:25??窗體程序TabWnd\Mdif
?????目錄???????????0??2010-06-08?14:56??窗體程序TabWnd\res\
?????文件????????1181??2000-01-14?21:18??窗體程序TabWnd\resource.h
?????文件????????1078??2000-01-14?21:22??窗體程序TabWnd\res\icon1.ico
?????文件????????1078??1999-12-30?12:52??窗體程序TabWnd\res\TabWnd.ico
?????文件?????????398??1999-12-30?12:52??窗體程序TabWnd\res\TabWnd.rc2
?????文件????????1078??1999-12-30?12:52??窗體程序TabWnd\res\TabWndDoc.ico
?????文件????????1078??1999-12-30?12:52??窗體程序TabWnd\res\Toolbar.bmp
?????文件?????????208??1999-12-30?12:52??窗體程序TabWnd\StdAfx.cpp
?????文件?????????999??1999-12-30?12:52??窗體程序TabWnd\StdAfx.h
?????文件???????41716??2010-06-08?14:56??窗體程序TabWnd\TabWnd.aps
?????文件????????9456??2010-06-09?12:05??窗體程序TabWnd\TabWnd.clw
?????文件????????5377??2010-06-08?15:25??窗體程序TabWnd\TabWnd.cpp
?????文件????????5883??2000-01-14?21:57??窗體程序TabWnd\TabWnd.dsp
?????文件?????????535??1999-12-30?12:52??窗體程序TabWnd\TabWnd.dsw
............此處省略14個文件信息
評論
共有 條評論