資源簡介
用VC編寫的學(xué)生信息管理系統(tǒng),附上全部源代碼!
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“學(xué)生信息管理系統(tǒng).h“
//自己添加的頭文件
#include?“MyListView.h“
#include?“MyTreeView.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::CMainFram
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-12-26?22:37??學(xué)生信息管理系統(tǒng)\
?????文件????????3247??2010-12-22?13:27??學(xué)生信息管理系統(tǒng)\MainFrm.cpp
?????文件????????1713??2010-12-20?23:07??學(xué)生信息管理系統(tǒng)\MainFrm.h
?????文件????????4074??2010-12-26?17:09??學(xué)生信息管理系統(tǒng)\MyListView.cpp
?????文件????????1616??2010-12-21?20:10??學(xué)生信息管理系統(tǒng)\MyListView.h
?????文件????????3124??2010-12-22?13:54??學(xué)生信息管理系統(tǒng)\MyTreeView.cpp
?????文件????????1531??2010-12-21?14:31??學(xué)生信息管理系統(tǒng)\MyTreeView.h
?????文件????????4453??2010-12-20?23:00??學(xué)生信息管理系統(tǒng)\ReadMe.txt
?????目錄???????????0??2010-12-26?22:34??學(xué)生信息管理系統(tǒng)\res\
?????文件????????1708??2010-12-22?13:44??學(xué)生信息管理系統(tǒng)\resource.h
?????文件?????????598??2010-12-22?13:22??學(xué)生信息管理系統(tǒng)\res\Toolbar.bmp
?????文件????????1078??2010-12-20?23:00??學(xué)生信息管理系統(tǒng)\res\學(xué)生信息管理系統(tǒng).ico
?????文件?????????408??2010-12-20?23:00??學(xué)生信息管理系統(tǒng)\res\學(xué)生信息管理系統(tǒng).rc2
?????文件????????1078??2010-12-20?23:00??學(xué)生信息管理系統(tǒng)\res\學(xué)生信息管理系統(tǒng)Doc.ico
?????文件?????????218??2010-12-20?23:00??學(xué)生信息管理系統(tǒng)\StdAfx.cpp
?????文件????????1077??2010-12-21?10:46??學(xué)生信息管理系統(tǒng)\StdAfx.h
?????文件????????1226??2010-12-21?10:39??學(xué)生信息管理系統(tǒng)\StuInfo.cpp
?????文件????????1165??2010-12-21?20:10??學(xué)生信息管理系統(tǒng)\StuInfo.h
?????文件????????3043??2010-12-22?00:13??學(xué)生信息管理系統(tǒng)\StuInfoDlg.cpp
?????文件????????1441??2010-12-21?23:40??學(xué)生信息管理系統(tǒng)\StuInfoDlg.h
?????文件????????3341??2010-12-22?14:46??學(xué)生信息管理系統(tǒng)\StuInfoMod.cpp
?????文件????????1349??2010-12-22?12:00??學(xué)生信息管理系統(tǒng)\StuInfoMod.h
?????文件????????4457??2010-12-26?22:36??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng).clw
?????文件????????4193??2010-12-20?23:00??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng).cpp
?????文件????????5507??2010-12-22?14:01??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng).dsp
?????文件?????????540??2010-12-22?11:58??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng).dsw
?????文件????????1348??2010-12-20?23:00??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng).h
?????文件???????15639??2010-12-26?22:36??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng).rc
?????文件????????3980??2010-12-22?15:18??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng)Doc.cpp
?????文件????????1474??2010-12-22?15:01??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng)Doc.h
?????文件????????2515??2010-12-20?23:00??學(xué)生信息管理系統(tǒng)\學(xué)生信息管理系統(tǒng)View.cpp
............此處省略1個文件信息
評論
共有 條評論