资源简介
课程设计c#图书管理系统,可以运行,c#开发全程实录
代码片段和文件信息
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 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
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 图书馆管理信息系统\
目录 0 2008-05-06 15:16 ch09 图书馆管理信息系统\LibraryMIS\
目录 0 2008-05-06 15:16 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\
文件 916 2007-08-23 14:55 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS.sln
文件 7168 2007-09-13 16:47 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS.suo
文件 15615 2007-08-23 23:18 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddBook.cs
文件 18738 2007-08-23 23:18 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddBook.resx
文件 9286 2007-08-25 10:17 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddIdentity.cs
文件 13124 2007-08-23 23:18 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddIdentity.resx
文件 15761 2007-08-25 19:14 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddPerson.cs
文件 18728 2007-08-24 09:56 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddPerson.resx
文件 6827 2007-08-23 23:19 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddType.cs
文件 10895 2007-08-23 23:19 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddType.resx
文件 9898 2007-08-25 10:18 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddUser.cs
文件 13165 2007-08-23 16:18 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AddUser.resx
文件 1078 2007-08-23 14:55 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\App.ico
文件 1859 2007-08-23 14:55 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\AssemblyInfo.cs
目录 0 2008-05-06 15:16 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\bin\
目录 0 2008-05-06 15:16 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\bin\Debug\
文件 643072 2007-09-13 16:35 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\bin\Debug\LibraryMIS.exe
文件 655360 2007-09-12 14:15 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\bin\Debug\libraryMIS.mdb
文件 224768 2007-09-13 16:35 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\bin\Debug\LibraryMIS.pdb
文件 9416 2007-08-24 15:55 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\Book.cs
文件 9785 2007-08-23 19:53 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\Book.resx
文件 21293 2007-08-25 15:39 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\BookIn.cs
文件 26597 2007-08-25 15:26 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\BookIn.resx
文件 28973 2007-08-25 14:07 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\BookOut.cs
文件 29920 2007-08-25 13:57 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\BookOut.resx
文件 8876 2007-08-25 15:08 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\BookQuery.cs
文件 12042 2007-08-25 15:00 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\BookQuery.resx
目录 0 2008-05-06 15:16 ch09 图书馆管理信息系统\LibraryMIS\LibraryMIS\databa
............此处省略73个文件信息
评论
共有 条评论