資源簡介
本題源于某大學期末作業(yè),學生管理系統(tǒng)(教務系統(tǒng)),基于oracle11,10,操作簡單,代碼注釋較詳細,適于MFC初學者
代碼片段和文件信息
//?AddClassDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“student.h“
#include?“AddClassDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAddClassDlg?dialog
CTime?t;
CString?college1;
CString?classkind;
CString?teachernocollegeno;
CAddClassDlg::CAddClassDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAddClassDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CAddClassDlg)
// m_kind?=?_T(““);
// m_manager?=?_T(““);
// m_monitor?=?_T(““);
m_name?=?_T(““);
m_no?=?_T(““);
//}}AFX_DATA_INIT
}
void?CAddClassDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAddClassDlg)
DDX_Contro
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????11593??2013-01-06?12:28??student\AddClassDlg.cpp
?????文件???????1606??2012-12-29?18:38??student\AddClassDlg.h
?????文件???????9850??2013-01-06?12:28??student\AddClassroomDlg.cpp
?????文件???????1684??2012-12-29?18:50??student\AddClassroomDlg.h
?????文件???????6370??2013-01-06?12:28??student\AddCollDlg.cpp
?????文件???????1455??2013-01-01?13:38??student\AddCollDlg.h
?????文件???????7461??2013-01-06?12:38??student\AddCourseDlg.cpp
?????文件???????1518??2012-12-29?19:06??student\AddCourseDlg.h
?????文件???????7300??2013-01-06?13:01??student\AddDepartDlg.cpp
?????文件???????1503??2013-01-01?13:51??student\AddDepartDlg.h
?????文件??????18614??2013-01-06?13:01??student\AddStudentDlg.cpp
?????文件???????1765??2012-12-26?20:03??student\AddStudentDlg.h
?????文件??????11429??2013-01-06?13:01??student\AddTeacherDlg.cpp
?????文件???????1495??2012-12-17?19:06??student\AddTeacherDlg.h
?????文件???????6736??2013-01-06?13:03??student\ChangedormDlg.cpp
?????文件???????1493??2013-01-02?09:52??student\ChangedormDlg.h
?????文件??????11056??2013-01-02?11:31??student\ChengjitongjiDlg.cpp
?????文件???????1443??2013-01-02?10:27??student\ChengjitongjiDlg.h
?????文件?????993771??2013-01-04?10:55??student\excel.cpp
?????文件?????260035??2013-01-04?10:55??student\excel.h
?????文件???????5232??2013-01-06?11:44??student\FastDromDlg.cpp
?????文件???????1410??2013-01-06?10:33??student\FastDromDlg.h
?????文件???????9441??2013-01-02?12:59??student\kechengbiaoDlg.cpp
?????文件???????1297??2013-01-02?12:37??student\kechengbiaoDlg.h
?????文件???????4332??2013-01-01?20:29??student\LogDlg.cpp
?????文件???????1222??2012-12-30?10:45??student\LogDlg.h
?????文件???????2707??2013-01-02?18:17??student\MainFrm.cpp
?????文件???????1497??2013-01-01?20:30??student\MainFrm.h
?????文件???????4335??2011-12-13?11:08??student\ReadMe.txt
?????文件???????1078??2011-12-13?11:08??student\res\student.ico
............此處省略46個文件信息
評論
共有 條評論