資源簡介
學生檔案管理系統源碼
該軟件分為六個模塊:系統、檔案管理、用戶管理、工具、打印預覽、幫助。
一、系統
該模塊分為四部分,修改密碼、數據維護、重新登錄、退出系統。
二、檔案管理
該模塊分為四部分,錄入檔案、修改檔案、刪除檔案、查詢檔案。
三、用戶管理
該模塊分為四部分,添加用戶、修改用戶、刪除用戶、查詢用戶。
四、工具
該模塊分為四部分,計算器、更改背景、使用默認背景、記事本。
五、打印預覽
該模塊分為三部分,學生檔案信息、所有系別及專業和班級信息、所有專業和班級信息。
六、幫助
點擊幫助菜單欄中的查看幫助文檔選擇,即可查看該軟件的幫助說明文檔。
源碼提示(必讀):首先用regsvr32命令注冊,Release目錄下的grdes45.dll和gregn45.dll兩個文件。不然會提示檢索不到COM組件,程序無法運行。數據庫文件在DB文件夾下,數據庫管理器用2000以上的版本,最好用sqlserver2005附加數據庫文件到管理器中即可,運行程序之前修改app.config文件中數據庫鏈接字符串

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?StudentMangerSystem.Model;
using?StudentMangerSystem.Code;
namespace?StudentMangerSystem
{
????public?partial?class?Addjishi?:?BasicForm
????{
????????string?type?=?““;
????????int?jid?=?0;
????????CodeDal?codeDal?=?new?CodeDal();
????????public?Addjishi()
????????{
????????????InitializeComponent();
????????}
????????private?void?add_Click(object?sender?EventArgs?e)
????????{
????????????if?(biaoti.Text.Equals(““))
????????????{
????????????????MessageBox.Show(“請填寫標題“?“提示“);
????????????????return;
????????????}
????????????if?(neirong.Text.Equals(““))
????????????{
????????????????MessageBox.Show(“請填寫內容“?“提示“);
????????????????return;
????????????}
????????????Jishi?jishi?=?new?Jishi();
????????????jishi.Biaoti?=?biaoti.Text;
????????????jishi.Neirong?=?neirong.Text;
????????????jishi.Xgshijian?=?DateTime.Now.ToString(“yyyy-MM-dd“);
????????????jishi.Id?=?jid;
????????????if?(type.Equals(“add“))
????????????{
????????????????codeDal.insertJishiben(jishi);
????????????}
????????????if?(type.Equals(“edit“))
????????????{
????????????????codeDal.updateJishiben(jishi);
????????????}
????????????JishiMain.jishimain.searchJishi();
????????????MessageBox.Show(“操作成功“?“提示“);
????????????this.Close();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????biaoti.Text?=?““;
????????????neirong.Text?=?““;
????????}
????????public?void?receiveData(string?value)
????????{
????????????type?=?value;
????????}
????????public?void?receiveValue(string?title?string?content?int?id)
????????{
????????????biaoti.Text?=?title;
????????????neirong.Text?=?content;
????????????jid?=?id;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-08-02?16:21??StudentMangerSystem\
?????文件????????1918??2010-05-15?17:37??StudentMangerSystem\Addjishi.cs
?????文件????????4738??2010-05-15?17:37??StudentMangerSystem\Addjishi.Designer.cs
?????文件????????5814??2010-05-15?17:37??StudentMangerSystem\Addjishi.resx
?????文件????????8571??2011-03-09?16:50??StudentMangerSystem\AddMessage.cs
?????文件???????38261??2010-05-15?19:20??StudentMangerSystem\AddMessage.Designer.cs
?????文件????????6190??2010-05-15?19:20??StudentMangerSystem\AddMessage.resx
?????文件????????3961??2010-05-15?18:46??StudentMangerSystem\AddUser.cs
?????文件????????8866??2010-05-15?18:44??StudentMangerSystem\AddUser.Designer.cs
?????文件????????5814??2010-05-15?18:44??StudentMangerSystem\AddUser.resx
?????文件?????????261??2011-03-09?16:39??StudentMangerSystem\App.config
?????文件???????12187??2010-05-20?15:57??StudentMangerSystem\Baobiao.cs
?????文件???????18029??2010-05-15?11:02??StudentMangerSystem\Baobiao.Designer.cs
?????文件????????8029??2010-05-15?11:02??StudentMangerSystem\Baobiao.resx
?????文件?????????352??2010-05-01?12:07??StudentMangerSystem\BasicForm.cs
?????文件????????1669??2010-05-01?12:07??StudentMangerSystem\BasicForm.Designer.cs
?????文件????????5814??2010-05-01?12:07??StudentMangerSystem\BasicForm.resx
?????目錄???????????0??2010-10-21?07:45??StudentMangerSystem\bin\
?????目錄???????????0??2011-03-15?10:05??StudentMangerSystem\bin\Debug\
?????文件??????114688??2006-07-18?08:00??StudentMangerSystem\bin\Debug\calc.exe
?????文件?????1916928??2007-09-21?15:44??StudentMangerSystem\bin\Debug\grdes45.dll
?????文件?????2334720??2007-09-21?15:31??StudentMangerSystem\bin\Debug\gregn45.dll
?????文件???????40448??2007-08-11?13:09??StudentMangerSystem\bin\Debug\grreg45.dll
?????文件??????375602??2010-05-17?13:30??StudentMangerSystem\bin\Debug\Help.CHM
?????文件??????258048??2010-05-28?13:02??StudentMangerSystem\bin\Debug\Interop.grproLib.dll
?????文件???????28521??2006-07-18?08:00??StudentMangerSystem\bin\Debug\moren.jpg
?????目錄???????????0??2011-03-15?10:05??StudentMangerSystem\bin\Debug\report\
?????文件????????2442??2010-05-20?17:48??StudentMangerSystem\bin\Debug\report\專業信息.grf
?????文件????????3974??2010-05-20?16:53??StudentMangerSystem\bin\Debug\report\按專業預覽學生信息.grf
?????文件????????3671??2010-05-20?16:55??StudentMangerSystem\bin\Debug\report\按班級預覽學生信息.grf
?????文件????????4260??2010-05-20?16:18??StudentMangerSystem\bin\Debug\report\按系別預覽學生信息.grf
............此處省略152個文件信息
- 上一篇:簡單三層購物網站源碼
- 下一篇:網上商城網站畢設
評論
共有 條評論