資源簡介
說明:系統基于.NET3.5 WinForm開發,采用了VS2008+SQL2008,運用了VS2008新特性LINQ查詢,系統功能齊全(用戶管理、圖書管理、圖書借閱管理等等),擴展功能廣泛(音頻播放器、鎖定計算機、網頁瀏覽器等等),比較適用于學期末小組項目和畢業設計做參考。
本資源包括以下文件:系統源文件,數據庫源文件,四份報告文檔,兩份答辯幻燈片。
注意:
1、本系統基于WinForm開發,而并非WebForm。
2、系統源文件只能用VS2008或更高打開,數據庫文件建議用SQL Server 2008打開。
3、小白就不要下了,避免不必要的糾結和不悅。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?loading
{
????public?partial?class?BookManage?:?Form
????{
????????public?BookManage()
????????{
????????????InitializeComponent();
????????????comboBox1.SelectedIndex?=?0;
????????????comboBox2.SelectedIndex?=?0;
????????}
????????UserDataContext?udc?=?new?UserDataContext();
????????private?void?ScanDefault()??????//定義方法,默認顯示全部數據
????????{
????????????bookBindingSource.DataSource?=
????????????????from?book?in?udc.Book
????????????????orderby?book.ID
????????????????select?book;
????????????bookBindingSource.MoveFirst();
????????}
????????private?void?bookBindingNavigatorSaveItem_Click(object?sender?EventArgs?e)
????????{
????????????try
????????????{
????????????????Validate();
????????????????bookBindingSource.EndEdit();
????????????????udc.SubmitChanges();
????????????????MessageBox.Show(“數據保存成功!“?“提示“?MessageBoxButtons.OK?MessageBoxIcon.Information);
????????????}
????????????catch?(Exception?ex)
????????????{
????????????????MessageBox.Show(ex.Message);
????????????}
????????}
????????private?void?BookManage_Load(object?sender?EventArgs?e)
????????{
????????????//?TODO:?這行代碼將數據加載到表“libraryABDataSet.Bookshelf”中。您可以根據需要移動或移除它。
????????????this.bookshelfTableAdapter.Fill(this.libraryABDataSet.Bookshelf);
????????????//?TODO:?這行代碼將數據加載到表“libraryABDataSet.Handbook”中。您可以根據需要移動或移除它。
????????????this.handbookTableAdapter.Fill(this.libraryABDataSet.Handbook);
????????????//?TODO:?這行代碼將數據加載到表“libraryABDataSet.CD”中。您可以根據需要移動或移除它。
????????????this.cDTableAdapter.Fill(this.libraryABDataSet.CD);
????????????//?TODO:?這行代碼將數據加載到表“libraryABDataSet.Press”中。您可以根據需要移動或移除它。
????????????this.pressTableAdapter.Fill(this.libraryABDataSet.Press);
????????????//?TODO:?這行代碼將數據加載到表“libraryABDataSet.BookType”中。您可以根據需要移動或移除它。
????????????this.bookTypeTableAdapter.Fill(this.libraryABDataSet.BookType);
????????????//?TODO:?這行代碼將數據加載到表“libraryABDataSet.Book”中。您可以根據需要移動或移除它。
????????????this.bookTableAdapter.Fill(this.libraryABDataSet.Book);
????????????ScanDefault();
????????}
????????private?void?toolStripButton5_Click(object?sender?EventArgs?e)
????????{
????????????BookTypeManage?btm?=?new?BookTypeManage();
????????????btm.Show();
????????}
????????private?void?toolStripButton1_Click(object?sender?EventArgs?e)
????????{
????????????PressManage?pm?=?new?PressManage();
????????????pm.Show();
????????}
????????private?void?toolStripButton3_Click(object?sender?EventArgs?e)
????????{
????????????BookshelfManage?bsm?=?new?BookshelfManage();
????????????bsm.Show();
????????}
????????private?void?toolStripButton2_Click(object?sender?EventArgs?e)
????????{
????????????CDManage?cdm?=?new?CDManage();
????????????cdm.Show();
????????}
????????private?void?toolStripButton4_Click(objec
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????446976??2010-07-19?09:22??教你如何連接數據庫.doc
?????文件????3145728??2010-07-09?14:51??圖書管理系統--DB\LibraryAB.mdf
?????文件????1048576??2010-07-09?14:51??圖書管理系統--DB\LibraryAB_log.ldf
?????文件?????169230??2010-07-02?14:47??圖書管理系統--documents\終期答辯.pptx
?????文件??????52736??2010-07-19?06:53??圖書管理系統--documents\開題報告.doc
?????文件????1319936??2010-07-19?06:59??圖書管理系統--documents\圖書管理系統終期報告.doc
?????文件?????254464??2010-07-19?07:01??圖書管理系統--documents\數據庫設計報告.doc
?????文件?????444928??2010-07-19?07:02??圖書管理系統--documents\系統分析報告.doc
?????文件????2314752??2010-07-19?07:05??圖書管理系統--documents\中期答辯.ppt
?????文件????????911??2010-05-02?09:22??圖書管理系統--UI\loading.sln
????..A..H.?????70656??2010-07-19?09:24??圖書管理系統--UI\loading.suo
?????文件????????651??2010-06-04?19:56??圖書管理系統--UI\loading\app.config
?????文件???????8557??2010-06-30?17:06??圖書管理系統--UI\loading\BookManage.cs
?????文件??????68896??2010-06-30?17:06??圖書管理系統--UI\loading\BookManage.Designer.cs
?????文件??????63538??2010-06-30?17:06??圖書管理系統--UI\loading\BookManage.resx
?????文件???????2631??2010-06-30?18:14??圖書管理系統--UI\loading\BookSearch.cs
?????文件??????28931??2010-06-30?18:11??圖書管理系統--UI\loading\BookSearch.Designer.cs
?????文件??????23167??2010-06-30?18:11??圖書管理系統--UI\loading\BookSearch.resx
?????文件???????3440??2010-06-30?18:10??圖書管理系統--UI\loading\BookSearchForPTUser.cs
?????文件??????37536??2010-06-30?18:10??圖書管理系統--UI\loading\BookSearchForPTUser.Designer.cs
?????文件??????18575??2010-06-30?18:10??圖書管理系統--UI\loading\BookSearchForPTUser.resx
?????文件???????3206??2010-06-19?10:19??圖書管理系統--UI\loading\BookshelfManage.cs
?????文件??????29319??2010-06-19?10:19??圖書管理系統--UI\loading\BookshelfManage.Designer.cs
?????文件??????44584??2010-06-19?10:19??圖書管理系統--UI\loading\BookshelfManage.resx
?????文件???????2643??2010-06-18?14:51??圖書管理系統--UI\loading\BookTypeManage.cs
?????文件??????23386??2010-06-18?14:51??圖書管理系統--UI\loading\BookTypeManage.Designer.cs
?????文件??????43993??2010-06-18?14:51??圖書管理系統--UI\loading\BookTypeManage.resx
?????文件???????7655??2010-06-30?19:22??圖書管理系統--UI\loading\BorrowReturn.cs
?????文件?????100201??2010-06-30?19:01??圖書管理系統--UI\loading\BorrowReturn.Designer.cs
?????文件?????132883??2010-06-30?19:01??圖書管理系統--UI\loading\BorrowReturn.resx
............此處省略159個文件信息
評論
共有 條評論