資源簡介
課程設計c#圖書管理系統(tǒng),可以運行,c#開發(fā)全程實錄

代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.ComponentModel;
using?System.Windows.Forms;
using?System.Data;
using?System.Data.OleDb;
namespace?LibraryMIS
{
///?
///?AddBook?的摘要說明。
///?
public?class?AddBook?:?System.Windows.Forms.Form
{
private?System.Windows.Forms.Button?btClose;
private?System.Windows.Forms.Button?btAdd;
private?System.Windows.Forms.GroupBox?groupBox1;
private?System.Windows.Forms.TextBox?textRemark;
private?System.Windows.Forms.Label?label2;
private?System.Windows.Forms.Label?label1;
private?System.Windows.Forms.Label?label3;
private?System.Windows.Forms.Label?label4;
private?System.Windows.Forms.Label?label5;
private?System.Windows.Forms.Label?label6;
private?System.Windows.Forms.Label?label7;
private?System.Windows.Forms.Label?label8;
private?System.Windows.Forms.Label?label9;
private?System.Windows.Forms.TextBox?textID;
private?System.Windows.Forms.TextBox?textName;
private?System.Windows.Forms.TextBox?textWriter;
private?System.Windows.Forms.TextBox?textPublish;
private?System.Windows.Forms.TextBox?textNum;
private?System.Windows.Forms.TextBox?textPrice;
private?System.Windows.Forms.ComboBox?comboType;
private?System.Windows.Forms.DateTimePicker?date1;
///?
///?必需的設計器變量。
///?
private?System.ComponentModel.Container?components?=?null;
private?OleDbConnection?oleConnection1?=?null;
public?AddBook()
{
//
//?Windows?窗體設計器支持所必需的
//
InitializeComponent();
this.oleConnection1?=?new?OleDbConnection(LibraryMIS.database.dbConnection.connection);
//
//?TODO:?在?InitializeComponent?調用后添加任何構造函數(shù)代碼
//
}
///?
///?清理所有正在使用的資源。
///?
protected?override?void?Dispose(?bool?disposing?)
{
if(?disposing?)
{
if(components?!=?null)
{
components.Dispose();
}
}
base.Dispose(?disposing?);
}
#region?Windows?窗體設計器生成的代碼
///?
///?設計器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內容。
///?
private?void?InitializeComponent()
{
this.btClose?=?new?System.Windows.Forms.Button();
this.btAdd?=?new?System.Windows.Forms.Button();
this.groupBox1?=?new?System.Windows.Forms.GroupBox();
this.date1?=?new?System.Windows.Forms.DateTimePicker();
this.comboType?=?new?System.Windows.Forms.ComboBox();
this.textPrice?=?new?System.Windows.Forms.TextBox();
this.textNum?=?new?System.Windows.Forms.TextBox();
this.textPublish?=?new?System.Windows.Forms.TextBox();
this.textWriter?=?new?System.Windows.Forms.TextBox();
this.label9?=?new?System.Windows.Forms.Label();
this.label8?=?new?System.Windows.Forms.Label();
this.label7?=?new?System.Windows.Forms.Label();
this.label6?=?new?System.Windows.Forms.Label();
this.label5?=?new?System.Windows.Forms.Label();
this.label4?=?new?System.Windows.Forms.Label();
this.textName?=?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-12-18?14:10??ch09?圖書館管理信息系統(tǒng)\
?????目錄???????????0??2008-05-06?15:16??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\
?????目錄???????????0??2008-05-06?15:16??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\
?????文件?????????916??2007-08-23?14:55??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS.sln
?????文件????????7168??2007-09-13?16:47??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS.suo
?????文件???????15615??2007-08-23?23:18??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddBook.cs
?????文件???????18738??2007-08-23?23:18??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddBook.resx
?????文件????????9286??2007-08-25?10:17??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddIdentity.cs
?????文件???????13124??2007-08-23?23:18??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddIdentity.resx
?????文件???????15761??2007-08-25?19:14??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddPerson.cs
?????文件???????18728??2007-08-24?09:56??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddPerson.resx
?????文件????????6827??2007-08-23?23:19??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddType.cs
?????文件???????10895??2007-08-23?23:19??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddType.resx
?????文件????????9898??2007-08-25?10:18??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddUser.cs
?????文件???????13165??2007-08-23?16:18??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AddUser.resx
?????文件????????1078??2007-08-23?14:55??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\App.ico
?????文件????????1859??2007-08-23?14:55??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\AssemblyInfo.cs
?????目錄???????????0??2008-05-06?15:16??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\bin\
?????目錄???????????0??2008-05-06?15:16??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\bin\Debug\
?????文件??????643072??2007-09-13?16:35??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\bin\Debug\LibraryMIS.exe
?????文件??????655360??2007-09-12?14:15??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\bin\Debug\libraryMIS.mdb
?????文件??????224768??2007-09-13?16:35??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\bin\Debug\LibraryMIS.pdb
?????文件????????9416??2007-08-24?15:55??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\Book.cs
?????文件????????9785??2007-08-23?19:53??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\Book.resx
?????文件???????21293??2007-08-25?15:39??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\BookIn.cs
?????文件???????26597??2007-08-25?15:26??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\BookIn.resx
?????文件???????28973??2007-08-25?14:07??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\BookOut.cs
?????文件???????29920??2007-08-25?13:57??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\BookOut.resx
?????文件????????8876??2007-08-25?15:08??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\BookQuery.cs
?????文件???????12042??2007-08-25?15:00??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\BookQuery.resx
?????目錄???????????0??2008-05-06?15:16??ch09?圖書館管理信息系統(tǒng)\LibraryMIS\LibraryMIS\databa
............此處省略73個文件信息
評論
共有 條評論