91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 19.78MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-18
  • 語言: C/C++
  • 標簽: 學生成績??MFC??vs2008??

資源簡介

序主框架采用單文檔SDI,切分窗口技術,數據庫采用ADO技術,開發環境是基于 vs2008 + SQL 2005。系統具有學生信息管理,學生成績管理,課程信息管理等功能,并且能對記錄信息進行添加、刪除、查詢、統計等功能。(數據庫直接附加既可以) V2.5主要修正了 2.0版中查詢模塊的bug。

資源截圖

代碼片段和文件信息

//?DrawDlg.cpp?:?實現文件
//

#include?“stdafx.h“
#include?“MyStudent.h“
#include?“DrawDlg.h“


//?CDrawDlg?對話框

IMPLEMENT_DYNAMIC(CDrawDlg?CDialog)

CDrawDlg::CDrawDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CDrawDlg::IDD?pParent)
{
m_strtitle?=“成績分布圖“;
m_nMode?=?0;
}

CDrawDlg::~CDrawDlg()
{
}

void?CDrawDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
}
BOOL?CDrawDlg::OnInitDialog()
{
CDialog::OnInitDialog();
SetWindowText(m_strtitle);
for(int?i?=?0;i theGraph.AddData(m_uData[i]);
theGraph.SetDrawMode(m_nMode);

return?TRUE;
}

BEGIN_MESSAGE_MAP(CDrawDlg?CDialog)
ON_WM_PAINT()

END_MESSAGE_MAP()


//?CDrawDlg?消息處理程序

void?CDrawDlg::OnPaint()
{
CPaintDC?dc(this);?//?device?context?for?painting
UpdateWindow();
CRect?rc;
GetClientRect(rc);
theGraph.InitGraph(rctheGraph.GetDrawMode());
theGraph.SetDrawRect(rc);
theGraph.Draw(&dcTRUE);
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-07-27?10:19??學生成績管理系統\
?????目錄???????????0??2012-07-27?10:19??學生成績管理系統\MyStudent\
?????文件?????3145728??2012-07-27?09:38??學生成績管理系統\mystudent.mdf
?????目錄???????????0??2012-07-27?10:19??學生成績管理系統\MyStudent\Debug\
?????文件????????7364??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\BuildLog.htm
?????文件???????30793??2012-07-27?08:56??學生成績管理系統\MyStudent\Debug\DrawDlg.obj
?????文件???????38335??2012-07-27?08:56??學生成績管理系統\MyStudent\Debug\MainFrm.obj
?????文件??????172501??2011-11-08?13:25??學生成績管理系統\MyStudent\Debug\msado15.tlh
?????文件??????150380??2011-11-08?13:25??學生成績管理系統\MyStudent\Debug\msado15.tli
?????文件??????????65??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\mt.dep
?????文件???????32952??2012-07-27?08:56??學生成績管理系統\MyStudent\Debug\MyAddCourseDlg.obj
?????文件???????32674??2012-07-27?08:56??學生成績管理系統\MyStudent\Debug\MyAddScoreDlg.obj
?????文件???????35848??2012-07-27?08:56??學生成績管理系統\MyStudent\Debug\MyAddStudentDlg.obj
?????文件???????39563??2012-07-26?11:04??學生成績管理系統\MyStudent\Debug\MyGraph.obj
?????文件???????68033??2012-07-27?09:12??學生成績管理系統\MyStudent\Debug\MyOperateView.obj
?????文件???????51152??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyQueryCourseDlg.obj
?????文件???????49712??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyQueryScoreDlg.obj
?????文件???????51485??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyQueryStudentDlg.obj
?????文件???????30568??2012-07-27?09:12??學生成績管理系統\MyStudent\Debug\MyQueryTableDlg.obj
?????文件??????108644??2012-07-27?09:33??學生成績管理系統\MyStudent\Debug\MyShowView.obj
?????文件???????21971??2012-07-26?11:04??學生成績管理系統\MyStudent\Debug\MySplitterWnd.obj
?????文件??????311808??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyStudent.exe
?????文件?????????920??2012-07-26?11:04??學生成績管理系統\MyStudent\Debug\MyStudent.exe.embed.manifest
?????文件?????????984??2012-07-26?11:04??學生成績管理系統\MyStudent\Debug\MyStudent.exe.embed.manifest.res
?????文件?????????861??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyStudent.exe.intermediate.manifest
?????文件?????2101672??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyStudent.ilk
?????文件??????115377??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyStudent.obj
?????文件????28639232??2012-07-26?11:04??學生成績管理系統\MyStudent\Debug\MyStudent.pch
?????文件?????4590592??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyStudent.pdb
?????文件???????33428??2012-07-27?10:17??學生成績管理系統\MyStudent\Debug\MyStudent.res
?????文件???????22263??2012-07-27?08:56??學生成績管理系統\MyStudent\Debug\MyStudentDoc.obj
............此處省略66個文件信息

評論

共有 條評論