91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.08MB
    文件類型: .rar
    金幣: 2
    下載: 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個文件信息

評論

共有 條評論