資源簡介
用C++ dialog對話框 開發的在線考試系統 有詳細的文檔說明

代碼片段和文件信息
//?AddSubject.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“ExamOnline.h“
#include?“AddSubject.h“
#include?“TextManage.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAddSubject?dialog
CAddSubject::CAddSubject(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAddSubject::IDD?pParent)
{
//{{AFX_DATA_INIT(CAddSubject)
m_SubjectName?=?_T(““);
//}}AFX_DATA_INIT
}
void?CAddSubject::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAddSubject)
DDX_Text(pDX?IDC_SubjectName?m_SubjectName);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAddSubject?CDialog)
//{{AFX_MSG_MAP(CAddSubject)
ON_BN_CLICKED(IDC_OK_BUTTON?OnOkButton)
ON_BN_CLICKED(IDC_CANCEL_BUTTON?OnCancelButton)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAddSubject?message?handlers
void?CAddSubject::OnOkButton()?
{
CDialog::OnOK();
}
void?CAddSubject::OnOK()
{
OnOkButton();
}
void?CAddSubject::OnCancelButton()?
{
CDialog::OnCancel();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1513??2008-02-26?16:16??examSystem\ADOConn.cpp
?????文件????????784??2007-12-02?13:20??examSystem\ADOConn.h
?????文件???????1228??2007-12-04?16:12??examSystem\AddSubject.cpp
?????文件???????1250??2007-12-04?15:48??examSystem\AddSubject.h
?????文件???????2787??2007-12-04?16:27??examSystem\AddTest.cpp
?????文件???????1417??2007-12-04?16:23??examSystem\AddTest.h
?????文件???????2619??2007-12-04?15:28??examSystem\Back.cpp
?????文件???????1374??2007-11-26?15:29??examSystem\Back.h
?????文件???????1926??2007-11-26?13:58??examSystem\Copy.cpp
?????文件???????1212??2007-11-26?13:50??examSystem\Copy.h
?????文件???????2603??2008-02-26?11:15??examSystem\ExamInfo.cpp
?????文件???????1400??2007-11-26?16:46??examSystem\ExamInfo.h
?????文件??????10022??2008-02-27?09:09??examSystem\ExamOnline.clw
?????文件???????2613??2008-02-26?12:54??examSystem\ExamOnline.cpp
?????文件???????6283??2007-11-30?11:25??examSystem\ExamOnline.dsp
?????文件????????543??2007-11-14?08:50??examSystem\ExamOnline.dsw
?????文件???????1473??2007-11-22?10:00??examSystem\ExamOnline.h
?????文件?????581120??2008-02-27?09:09??examSystem\ExamOnline.opt
?????文件??????18627??2008-02-26?15:46??examSystem\ExamOnline.rc
?????文件??????13098??2008-02-27?08:17??examSystem\ExamOnlineDlg.cpp
?????文件???????1857??2008-02-26?11:39??examSystem\ExamOnlineDlg.h
?????文件???????2543??2007-12-05?15:37??examSystem\Find.cpp
?????文件???????1384??2007-12-01?10:40??examSystem\Find.h
?????文件???????3863??2008-02-26?10:12??examSystem\LOGIN.cpp
?????文件???????1303??2007-11-21?09:41??examSystem\LOGIN.h
?????文件???????3651??2007-11-14?08:50??examSystem\ReadMe.txt
?????文件???????6430??2008-02-26?11:19??examSystem\Register.cpp
?????文件???????1623??2007-12-05?11:21??examSystem\Register.h
?????文件???????5713??2008-02-26?10:59??examSystem\ResultSelect.cpp
?????文件???????1448??2008-02-26?10:37??examSystem\ResultSelect.h
............此處省略77個文件信息
- 上一篇:MFC二叉樹遍歷的可視化
- 下一篇:0-9手寫數字識別C++實現
評論
共有 條評論