亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? bookclassify.cs

?? 圖書館管理系統(tǒng)采用C#和SQL Server 數(shù)據(jù)庫編寫 適合小型圖書館的管理
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;

namespace 圖書館管理系統(tǒng)
{
	/// <summary>
	/// BookClassify 的摘要說明。
	/// </summary>
	public class BookClassify : System.Windows.Forms.Form
	{
		CurrencyManager cmOrders;

		private System.Windows.Forms.ImageList imageList1;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Button btnSearch;
		private System.Windows.Forms.TextBox txt1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox txt2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.TextBox txt3;
		private System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.ToolBarButton tBtnFirst;
		private System.Windows.Forms.ToolBarButton tBtnPre;
		private System.Windows.Forms.ToolBarButton tBtnNext;
		private System.Windows.Forms.ToolBarButton tBtnLast;
		private System.Windows.Forms.ToolBarButton tBtnNew;
		private System.Windows.Forms.ToolBarButton tBtnEdit;
		private System.Windows.Forms.ToolBarButton tBtnDelete;
		private System.Windows.Forms.ToolBarButton tBtnSubmit;
		private System.Windows.Forms.ToolBarButton tBtnCancel;
		private System.Windows.Forms.ToolBarButton tBtnQuit;
		private System.Windows.Forms.DataGrid dataGrid1;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label5;
		private System.Data.SqlClient.SqlDataAdapter da1;
		private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
		private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
		private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
		private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
		private System.Data.SqlClient.SqlConnection sqlConnection1;
		private 圖書館管理系統(tǒng).DataSet1 dataSet11;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.TextBox txt5;
		private System.ComponentModel.IContainer components;

		public BookClassify()
		{
			//
			// Windows 窗體設(shè)計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設(shè)計器生成的代碼
		/// <summary>
		/// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(BookClassify));
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.btnSearch = new System.Windows.Forms.Button();
			this.txt1 = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.txt2 = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.txt3 = new System.Windows.Forms.TextBox();
			this.dataSet11 = new 圖書館管理系統(tǒng).DataSet1();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.tBtnFirst = new System.Windows.Forms.ToolBarButton();
			this.tBtnPre = new System.Windows.Forms.ToolBarButton();
			this.tBtnNext = new System.Windows.Forms.ToolBarButton();
			this.tBtnLast = new System.Windows.Forms.ToolBarButton();
			this.tBtnNew = new System.Windows.Forms.ToolBarButton();
			this.tBtnEdit = new System.Windows.Forms.ToolBarButton();
			this.tBtnDelete = new System.Windows.Forms.ToolBarButton();
			this.tBtnSubmit = new System.Windows.Forms.ToolBarButton();
			this.tBtnCancel = new System.Windows.Forms.ToolBarButton();
			this.tBtnQuit = new System.Windows.Forms.ToolBarButton();
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.txt4 = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txt5 = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.da1 = new System.Data.SqlClient.SqlDataAdapter();
			this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
			this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
			this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.SuspendLayout();
			// 
			// imageList1
			// 
			this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.SystemColors.ControlLightLight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.btnSearch);
			this.groupBox1.Controls.Add(this.txt1);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.txt2);
			this.groupBox1.Location = new System.Drawing.Point(0, 40);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(568, 56);
			this.groupBox1.TabIndex = 34;
			this.groupBox1.TabStop = false;
			// 
			// btnSearch
			// 
			this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
			this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnSearch.Location = new System.Drawing.Point(16, 24);
			this.btnSearch.Name = "btnSearch";
			this.btnSearch.Size = new System.Drawing.Size(72, 23);
			this.btnSearch.TabIndex = 0;
			this.btnSearch.Text = " 搜索";
			this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
			// 
			// txt1
			// 
			this.txt1.Location = new System.Drawing.Point(168, 24);
			this.txt1.Name = "txt1";
			this.txt1.TabIndex = 2;
			this.txt1.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(104, 28);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(56, 16);
			this.label2.TabIndex = 1;
			this.label2.Text = "類型編號";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(304, 27);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(56, 16);
			this.label1.TabIndex = 1;
			this.label1.Text = "類型名稱";
			// 
			// txt2
			// 
			this.txt2.Location = new System.Drawing.Point(360, 24);
			this.txt2.Name = "txt2";
			this.txt2.TabIndex = 2;
			this.txt2.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(392, 136);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(72, 16);
			this.label3.TabIndex = 1;
			this.label3.Text = "類型編號";
			// 
			// txt3
			// 
			this.txt3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "圖書類型.類型編號"));
			this.txt3.Location = new System.Drawing.Point(392, 152);
			this.txt3.Name = "txt3";
			this.txt3.ReadOnly = true;
			this.txt3.TabIndex = 2;
			this.txt3.Text = "";
			// 
			// dataSet11
			// 
			this.dataSet11.DataSetName = "DataSet1";
			this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// toolBar1
			// 
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.tBtnFirst,
																						this.tBtnPre,
																						this.tBtnNext,
																						this.tBtnLast,
																						this.tBtnNew,
																						this.tBtnEdit,
																						this.tBtnDelete,
																						this.tBtnSubmit,
																						this.tBtnCancel,
																						this.tBtnQuit});
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.ImageList = this.imageList1;
			this.toolBar1.Location = new System.Drawing.Point(0, 0);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(584, 41);
			this.toolBar1.TabIndex = 35;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 
			// tBtnFirst
			// 
			this.tBtnFirst.ImageIndex = 0;
			this.tBtnFirst.Text = "首記錄";
			this.tBtnFirst.ToolTipText = "首記錄";
			// 
			// tBtnPre
			// 
			this.tBtnPre.ImageIndex = 1;
			this.tBtnPre.Text = "上一記錄";
			this.tBtnPre.ToolTipText = "上一記錄";
			// 
			// tBtnNext
			// 
			this.tBtnNext.ImageIndex = 2;
			this.tBtnNext.Text = "下一記錄";
			this.tBtnNext.ToolTipText = "下一記錄";
			// 
			// tBtnLast
			// 
			this.tBtnLast.ImageIndex = 3;
			this.tBtnLast.Text = "尾記錄";
			this.tBtnLast.ToolTipText = "尾記錄";
			// 
			// tBtnNew
			// 
			this.tBtnNew.ImageIndex = 4;
			this.tBtnNew.Text = "新增";
			this.tBtnNew.ToolTipText = "新增";
			// 
			// tBtnEdit
			// 
			this.tBtnEdit.ImageIndex = 5;
			this.tBtnEdit.Text = "修改";
			this.tBtnEdit.ToolTipText = "修改";
			// 
			// tBtnDelete
			// 
			this.tBtnDelete.ImageIndex = 6;
			this.tBtnDelete.Text = "刪除";
			this.tBtnDelete.ToolTipText = "刪除";
			// 
			// tBtnSubmit
			// 
			this.tBtnSubmit.ImageIndex = 7;
			this.tBtnSubmit.Text = "提交";
			this.tBtnSubmit.ToolTipText = "提交";
			// 
			// tBtnCancel
			// 
			this.tBtnCancel.ImageIndex = 8;
			this.tBtnCancel.Text = "取消";
			this.tBtnCancel.ToolTipText = "取消";
			// 
			// tBtnQuit
			// 
			this.tBtnQuit.ImageIndex = 9;
			this.tBtnQuit.Text = "退出";
			this.tBtnQuit.ToolTipText = "退出";
			// 
			// dataGrid1
			// 
			this.dataGrid1.CaptionVisible = false;
			this.dataGrid1.DataMember = "圖書類型";
			this.dataGrid1.DataSource = this.dataSet11;
			this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid1.Location = new System.Drawing.Point(0, 96);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ReadOnly = true;
			this.dataGrid1.Size = new System.Drawing.Size(368, 392);
			this.dataGrid1.TabIndex = 36;
			// 
			// txt4
			// 
			this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "圖書類型.可借天數(shù)"));
			this.txt4.Location = new System.Drawing.Point(392, 216);

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产福利一区在线| 日韩成人一区二区三区在线观看| 喷白浆一区二区| 日本伦理一区二区| 国产欧美日韩麻豆91| 韩国欧美一区二区| 欧美变态口味重另类| 奇米影视一区二区三区小说| 欧洲国内综合视频| 亚洲人成网站影音先锋播放| 夜夜揉揉日日人人青青一国产精品 | 欧美视频一区二区三区四区| 久久久久青草大香线综合精品| 韩国一区二区在线观看| 日韩一区二区三| 亚洲va中文字幕| 欧美三日本三级三级在线播放| 亚洲一区在线播放| 欧美性猛交一区二区三区精品| 亚洲男人天堂av网| 色综合中文综合网| 日韩一区二区电影| 日韩av一级电影| 777午夜精品视频在线播放| 日日夜夜免费精品视频| 欧美另类高清zo欧美| 亚洲成人一区在线| 欧美日韩国产大片| 亚洲精品成a人| 欧美久久久久久久久| 天天av天天翘天天综合网| 欧美日韩一区中文字幕| 亚洲午夜私人影院| 欧美亚洲综合色| 日韩影院免费视频| 日韩视频在线你懂得| 久久69国产一区二区蜜臀| 亚洲午夜视频在线观看| 欧美在线短视频| 三级不卡在线观看| 日韩免费成人网| 国产精品1024| 国产精品嫩草影院com| 色综合天天综合网国产成人综合天| 亚洲男人的天堂网| 欧美色图免费看| 日韩av午夜在线观看| 久久免费看少妇高潮| 国产91精品欧美| 亚洲日韩欧美一区二区在线| 在线观看视频91| 亚洲影视资源网| 欧美精品777| 久久99精品久久久久久国产越南 | 一卡二卡三卡日韩欧美| 欧美视频一区在线观看| 日韩中文字幕av电影| 日韩精品中文字幕一区| 国产成人亚洲综合色影视| 亚洲少妇30p| 欧美日精品一区视频| 久久精品国产第一区二区三区| 国产午夜精品久久久久久久| 成人久久18免费网站麻豆| 亚洲免费在线播放| 欧美一级高清片在线观看| 国产成人精品亚洲午夜麻豆| 一区二区三区在线免费| 在线观看91av| 成人在线综合网站| 亚洲成人综合在线| 久久久一区二区| 在线免费亚洲电影| 久久 天天综合| 自拍偷自拍亚洲精品播放| 日韩精品综合一本久道在线视频| 成人精品视频一区二区三区| 一区二区三区视频在线看| 欧美一区二区久久| caoporen国产精品视频| 久久精品国产精品亚洲精品| 亚洲综合免费观看高清在线观看| 国产亚洲成aⅴ人片在线观看| 欧美精品少妇一区二区三区| k8久久久一区二区三区 | 成人高清视频免费观看| 日韩1区2区3区| 亚洲欧美aⅴ...| 国产亚洲欧美在线| 欧美日韩国产高清一区二区三区| 成人黄色av网站在线| 精东粉嫩av免费一区二区三区 | 日韩伦理电影网| 久久先锋影音av鲁色资源网| 在线不卡中文字幕播放| 91亚洲精品久久久蜜桃网站| 国产精品自在在线| 亚洲成在线观看| 亚洲精品五月天| 欧美激情综合网| 亚洲精品一区二区三区蜜桃下载 | 欧美精品久久久久久久久老牛影院| 波多野结衣精品在线| 经典三级视频一区| 日本女人一区二区三区| 亚洲综合一区二区三区| 国产精品国产馆在线真实露脸 | 久久精品国产**网站演员| 午夜视频一区二区三区| 亚洲男同性视频| 中文字幕亚洲精品在线观看| 欧美激情一区二区三区蜜桃视频 | 日韩精品一区二区三区四区视频| 欧美三级电影精品| 欧美影片第一页| 色综合天天综合狠狠| 91无套直看片红桃| 99热在这里有精品免费| www.66久久| 94-欧美-setu| 成人av电影免费观看| 99亚偷拍自图区亚洲| 99久久精品国产一区二区三区| 成人黄色国产精品网站大全在线免费观看| 国产酒店精品激情| 国产精品一区2区| 国产精品伊人色| 国产乱理伦片在线观看夜一区 | 国内精品第一页| 国产一区二区主播在线| 狠狠久久亚洲欧美| 蜜臀va亚洲va欧美va天堂| 另类小说色综合网站| 日韩高清一区在线| 免费成人在线网站| 精品一区二区影视| 国产一区二区三区四| 国产精品2024| 岛国精品一区二区| 91在线观看视频| 欧美在线高清视频| 欧美精选一区二区| 欧美一区二区三区免费观看视频 | 亚洲同性gay激情无套| 亚洲天堂av一区| 亚洲无人区一区| 青椒成人免费视频| 国产一区二区三区四区五区美女 | 久久97超碰国产精品超碰| 国内精品视频一区二区三区八戒| 国产麻豆视频一区| 成人午夜免费av| 91浏览器在线视频| 欧美裸体一区二区三区| 日韩欧美国产1| 久久久精品综合| 国产精品福利影院| 亚洲一区二区三区影院| 男女男精品网站| 国产福利一区二区三区| 一本在线高清不卡dvd| 欧美日韩色一区| 午夜精品成人在线| 久久电影网站中文字幕| 国产精品小仙女| 91香蕉国产在线观看软件| 欧美日韩国产成人在线91| 精品国产乱码久久久久久蜜臀 | 亚洲一区二区精品3399| 人人精品人人爱| 粗大黑人巨茎大战欧美成人| 色老汉一区二区三区| 欧美一区二区高清| 久久久www成人免费毛片麻豆| 亚洲精选在线视频| 美女一区二区三区在线观看| 成人福利电影精品一区二区在线观看| 色呦呦日韩精品| 精品久久久三级丝袜| 日韩伦理av电影| 麻豆视频一区二区| av午夜一区麻豆| 91精品国产全国免费观看| 欧美精彩视频一区二区三区| 亚洲一区二区视频在线观看| 韩日欧美一区二区三区| 色综合久久综合网欧美综合网| 91精品国模一区二区三区| 欧美激情资源网| 日日欢夜夜爽一区| 成人精品鲁一区一区二区| 欧美日韩一二区| 中文字幕精品综合| 视频一区中文字幕国产| 成人sese在线| 日韩欧美国产一区二区在线播放 | 亚洲自拍都市欧美小说| 激情国产一区二区| 在线观看一区二区视频| 国产视频在线观看一区二区三区|