资源简介
用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\databa
文件 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个文件信息
相关资源
- C#解析HL7消息的库135797
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
评论
共有 条评论