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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? bookclassify.cs

?? 圖書館管理系統采用C#和SQL Server 數據庫編寫 適合小型圖書館的管理
?? 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 圖書館管理系統
{
	/// <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 圖書館管理系統.DataSet1 dataSet11;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.TextBox txt5;
		private System.ComponentModel.IContainer components;

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

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

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

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </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 圖書館管理系統.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, "圖書類型.可借天數"));
			this.txt4.Location = new System.Drawing.Point(392, 216);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日本国产视频| 在线精品视频免费观看| 天天影视涩香欲综合网| 亚洲视频精选在线| 亚洲三级视频在线观看| 中文字幕av不卡| 欧美国产禁国产网站cc| 欧美国产禁国产网站cc| 中文字幕亚洲精品在线观看| 国产精品久久久久久久久免费相片| 国产午夜精品久久久久久免费视| 精品国产网站在线观看| 国产日产欧美一区二区三区| 国产欧美久久久精品影院| 最新国产成人在线观看| 一区二区三区日韩| 日韩激情在线观看| 精品系列免费在线观看| 成人天堂资源www在线| 一本在线高清不卡dvd| 欧美日韩在线三区| 欧美videofree性高清杂交| 国产亚洲精品中文字幕| 亚洲女厕所小便bbb| 日韩在线卡一卡二| 国产一区二区三区av电影| av亚洲产国偷v产偷v自拍| 91国偷自产一区二区使用方法| 欧美精品亚洲二区| 久久婷婷久久一区二区三区| 国产精品久久久久aaaa樱花 | 国产福利一区二区三区视频在线 | 51精品视频一区二区三区| 久久青草国产手机看片福利盒子| 综合久久国产九一剧情麻豆| 亚洲综合一区二区三区| 麻豆一区二区三| 色综合久久中文综合久久97| 日韩视频永久免费| 亚洲手机成人高清视频| 九九热在线视频观看这里只有精品| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 欧美中文字幕不卡| 久久久影院官网| 一区二区三区中文字幕电影| 国产乱码精品一区二区三区忘忧草 | 亚洲国产精品一区二区尤物区| 精品一区二区三区视频| 91精品福利视频| 久久夜色精品国产欧美乱极品| 综合久久一区二区三区| 久久国产精品色婷婷| 欧美在线观看你懂的| 国产精品美女久久久久aⅴ国产馆| 午夜欧美大尺度福利影院在线看| 国产成人亚洲精品青草天美| 欧美日韩国产首页| 一区二区在线观看免费| 国产伦精品一区二区三区视频青涩 | 国产丝袜欧美中文另类| 日韩精品欧美精品| 欧美亚洲国产怡红院影院| 国产欧美日韩视频在线观看| 日韩国产高清在线| 欧美日免费三级在线| 亚洲桃色在线一区| 成人av在线播放网址| 久久久午夜电影| 国产乱国产乱300精品| 日韩免费看网站| 美女网站在线免费欧美精品| 欧美另类z0zxhd电影| 亚洲国产日韩a在线播放| 欧美视频你懂的| 亚洲小说春色综合另类电影| 色综合久久精品| 亚洲免费伊人电影| 在线视频欧美精品| 亚洲一区二区高清| 欧美中文字幕亚洲一区二区va在线 | 日本不卡的三区四区五区| 欧美另类变人与禽xxxxx| 午夜欧美一区二区三区在线播放| 欧美日韩在线播| 天堂午夜影视日韩欧美一区二区| 欧亚一区二区三区| 亚洲图片欧美视频| 日韩一区二区三区观看| 久久国产乱子精品免费女| 久久久久久99久久久精品网站| 国产v日产∨综合v精品视频| 国产精品国产成人国产三级| 99国产精品久久久久久久久久久| 亚洲人成网站影音先锋播放| 欧美日韩在线不卡| 激情偷乱视频一区二区三区| 欧美国产激情一区二区三区蜜月| 色天天综合色天天久久| 日产欧产美韩系列久久99| 精品国产不卡一区二区三区| 成人自拍视频在线| 亚洲一区二三区| 日韩免费性生活视频播放| 成人国产精品视频| 亚洲在线一区二区三区| 337p粉嫩大胆噜噜噜噜噜91av| 粗大黑人巨茎大战欧美成人| 亚洲444eee在线观看| 久久人人爽人人爽| 欧美在线观看视频一区二区| 国产在线视频精品一区| 亚洲一卡二卡三卡四卡无卡久久| 日韩欧美国产一二三区| 99久久精品情趣| 日本不卡一区二区三区| 亚洲色图另类专区| 精品理论电影在线观看| 99国产精品久久久久久久久久久| 日本特黄久久久高潮| 国产精品成人一区二区艾草 | 高清成人免费视频| 天堂一区二区在线免费观看| 日本一区二区三区免费乱视频| 欧美视频一区二区三区在线观看| 国产成人综合视频| 日本三级韩国三级欧美三级| 综合分类小说区另类春色亚洲小说欧美| 欧美一区二区三区四区高清| 成人免费av网站| 久久99精品国产麻豆婷婷洗澡| 亚洲免费在线视频一区 二区| www日韩大片| 日韩网站在线看片你懂的| 色综合久久中文综合久久97| 国产精品一区专区| 久久国产麻豆精品| 蜜臀91精品一区二区三区| 亚洲一区二区三区中文字幕| 国产精品国产三级国产有无不卡| 日韩欧美中文字幕精品| 欧美日韩一区二区在线观看| 波多野结衣亚洲一区| 国产精品888| 国产一区二区三区久久悠悠色av| 蜜桃免费网站一区二区三区| 亚洲国产成人av网| 亚洲h动漫在线| 午夜精品久久久久久久久| 亚洲愉拍自拍另类高清精品| 亚洲视频小说图片| 亚洲精品免费看| 亚洲一区二区三区四区在线观看| 成人欧美一区二区三区黑人麻豆 | 日本韩国欧美在线| 99精品在线免费| 99r国产精品| 色综合久久天天| 欧美日韩mp4| 欧美大片日本大片免费观看| 精品久久五月天| 亚洲国产精品国自产拍av| 久久久噜噜噜久久中文字幕色伊伊| 久久久综合激的五月天| 国产日韩欧美精品一区| 国产精品久久久久久福利一牛影视| 亚洲婷婷在线视频| 亚洲精品视频在线| 午夜精品久久久久久久久| 免费视频最近日韩| 国产精品香蕉一区二区三区| av中文字幕不卡| 欧美伊人久久大香线蕉综合69| 欧洲人成人精品| 26uuu亚洲| 国产精品久99| 免费成人在线网站| 国产成人午夜高潮毛片| 91黄色免费版| 337p粉嫩大胆噜噜噜噜噜91av| 国产精品久久久久久久浪潮网站| 亚洲综合在线免费观看| 日韩国产精品久久久久久亚洲| 狠狠久久亚洲欧美| 91老师片黄在线观看| 91精品国产免费久久综合| 国产精品视频麻豆| 偷拍自拍另类欧美| 粉嫩久久99精品久久久久久夜| 欧美天天综合网| 久久久91精品国产一区二区三区| 最新成人av在线| 久久国产精品色婷婷| 色综合一个色综合| 精品粉嫩aⅴ一区二区三区四区| 中文字幕在线不卡| 蜜桃久久精品一区二区| 色94色欧美sute亚洲线路二| 久久综合狠狠综合久久综合88| 一级日本不卡的影视| 国产精品123|