• 大小: 2.08MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-15
  • 语言: C#
  • 标签: c#  access  

资源简介

用access连接的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 = 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      15615  2007-08-24 07:18  LibraryMIS\Backup\LibraryMIS\AddBook.cs

     文件      18738  2007-08-24 07:18  LibraryMIS\Backup\LibraryMIS\AddBook.resx

     文件       9286  2007-08-25 18:17  LibraryMIS\Backup\LibraryMIS\AddIdentity.cs

     文件      13124  2007-08-24 07:18  LibraryMIS\Backup\LibraryMIS\AddIdentity.resx

     文件      15761  2007-08-26 03:14  LibraryMIS\Backup\LibraryMIS\AddPerson.cs

     文件      18728  2007-08-24 17:56  LibraryMIS\Backup\LibraryMIS\AddPerson.resx

     文件       6827  2007-08-24 07:19  LibraryMIS\Backup\LibraryMIS\AddType.cs

     文件      10895  2007-08-24 07:19  LibraryMIS\Backup\LibraryMIS\AddType.resx

     文件       9898  2007-08-25 18:18  LibraryMIS\Backup\LibraryMIS\AddUser.cs

     文件      13165  2007-08-24 00:18  LibraryMIS\Backup\LibraryMIS\AddUser.resx

     文件       1078  2007-08-23 22:55  LibraryMIS\Backup\LibraryMIS\App.ico

     文件       1859  2007-08-23 22:55  LibraryMIS\Backup\LibraryMIS\AssemblyInfo.cs

     文件       9416  2007-08-24 23:55  LibraryMIS\Backup\LibraryMIS\Book.cs

     文件       9785  2007-08-24 03:53  LibraryMIS\Backup\LibraryMIS\Book.resx

     文件      21293  2007-08-25 23:39  LibraryMIS\Backup\LibraryMIS\BookIn.cs

     文件      26597  2007-08-25 23:26  LibraryMIS\Backup\LibraryMIS\BookIn.resx

     文件      28973  2007-08-25 22:07  LibraryMIS\Backup\LibraryMIS\BookOut.cs

     文件      29920  2007-08-25 21:57  LibraryMIS\Backup\LibraryMIS\BookOut.resx

     文件       8876  2007-08-25 23:08  LibraryMIS\Backup\LibraryMIS\BookQuery.cs

     文件      12042  2007-08-25 23:00  LibraryMIS\Backup\LibraryMIS\BookQuery.resx

     文件        393  2007-08-24 00:13  LibraryMIS\Backup\LibraryMIS\database\dbConnection.cs

     文件       8214  2007-08-26 03:53  LibraryMIS\Backup\LibraryMIS\Identity.cs

     文件       9789  2007-08-26 03:53  LibraryMIS\Backup\LibraryMIS\Identity.resx

     文件      12188  2007-09-12 22:37  LibraryMIS\Backup\LibraryMIS\LibraryMIS.csproj

     文件       1804  2007-09-14 00:47  LibraryMIS\Backup\LibraryMIS\LibraryMIS.csproj.user

     文件       9803  2007-09-12 22:38  LibraryMIS\Backup\LibraryMIS\Login.cs

     文件      12576  2007-08-25 17:17  LibraryMIS\Backup\LibraryMIS\Login.resx

     文件      21110  2007-09-12 22:43  LibraryMIS\Backup\LibraryMIS\main.cs

     文件     470841  2007-09-12 22:43  LibraryMIS\Backup\LibraryMIS\main.resx

     文件      14697  2007-08-24 07:19  LibraryMIS\Backup\LibraryMIS\ModifyBook.cs

............此处省略136个文件信息

评论

共有 条评论