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

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

?? booksubscribe.cs

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

namespace 圖書館管理系統
{
	/// <summary>
	/// BookSubscribe 的摘要說明。
	/// </summary>
	public class BookSubscribe : System.Windows.Forms.Form
	{
		private CurrencyManager cmOrders;
		public static string bookID,bookName;//保存選擇而來的書名和編號
		
		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.ImageList imageList1;
		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.GroupBox groupBox2;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.ComboBox cmb1;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox txt5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.TextBox txt6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.TextBox txt7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.TextBox txt8;
		private System.Windows.Forms.TextBox txt9;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.TextBox txt10;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.Button btnSusbribe;
		
		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.ComponentModel.IContainer components;

		public BookSubscribe()
		{
			//
			// 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(BookSubscribe));
			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.imageList1 = new System.Windows.Forms.ImageList(this.components);
			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.groupBox2 = new System.Windows.Forms.GroupBox();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.cmb1 = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txt4 = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.txt5 = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.txt6 = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.txt7 = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.txt8 = new System.Windows.Forms.TextBox();
			this.txt9 = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.txt10 = new System.Windows.Forms.TextBox();
			this.btnSusbribe = new System.Windows.Forms.Button();
			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.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// 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, 48);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(616, 56);
			this.groupBox1.TabIndex = 40;
			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(296, 28);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(64, 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(48, 24);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64, 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(48, 40);
			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");
			// 
			// 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;
			// 
			// 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(616, 41);
			this.toolBar1.TabIndex = 41;
			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
			// 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91麻豆swag| 欧美日韩国产小视频| 亚洲大片在线观看| 久久综合九色综合97婷婷女人 | 免费美女久久99| 国产精品久久久久久久午夜片| 欧美一级在线观看| 日本精品裸体写真集在线观看| 国产在线看一区| 五月天久久比比资源色| 国产精品成人在线观看| 欧美大片在线观看| 欧美日韩午夜在线视频| 99久久精品国产麻豆演员表| 国内精品嫩模私拍在线| 午夜国产精品影院在线观看| 亚洲欧洲韩国日本视频| 久久精品一二三| 欧美tk—视频vk| 日韩一区二区三区电影在线观看 | 日韩视频免费观看高清完整版在线观看 | 久久久精品免费观看| 欧美女孩性生活视频| 色哟哟国产精品| 成人av网在线| jlzzjlzz亚洲女人18| 狠狠色丁香九九婷婷综合五月| 午夜精品福利在线| 亚洲午夜久久久久久久久久久 | 欧美婷婷六月丁香综合色| 成人福利在线看| 国产麻豆精品在线观看| 蜜臀av性久久久久蜜臀aⅴ| 亚洲 欧美综合在线网络| 亚洲精选视频免费看| 国产精品免费av| 一色桃子久久精品亚洲| 中文在线一区二区| 国产精品午夜在线观看| 国产精品美女www爽爽爽| 亚洲国产精品黑人久久久| 久久精品欧美日韩| 国产日韩欧美综合在线| 欧美激情一区在线观看| 国产精品免费丝袜| 中文字幕一区二区不卡| 日韩理论在线观看| 亚洲综合一区二区精品导航| 亚洲午夜在线电影| 午夜欧美在线一二页| 美日韩一区二区| 国产精品资源站在线| 国产传媒一区在线| 成人精品国产福利| 91小视频免费观看| 欧美日韩中文字幕一区| 日韩一区二区三区观看| 久久午夜色播影院免费高清| 国产精品国产精品国产专区不片 | 国产色综合久久| 亚洲国产经典视频| 亚洲免费观看高清完整版在线观看| 亚洲黄色录像片| 日韩国产欧美在线视频| 精品亚洲成av人在线观看| 国产成人av资源| 色综合天天性综合| 欧美在线啊v一区| 日韩午夜在线观看| 国产女主播一区| 亚洲尤物视频在线| 美国十次综合导航| 成人免费视频一区| 欧美在线观看视频在线| 亚洲精品在线免费播放| 国产精品不卡一区| 日本亚洲欧美天堂免费| 国产精品自拍一区| 欧美视频在线播放| 久久久三级国产网站| 亚洲激情综合网| 寂寞少妇一区二区三区| caoporn国产一区二区| 91精品久久久久久久久99蜜臂| 国产亚洲欧美日韩日本| 亚洲自拍偷拍九九九| 国产麻豆一精品一av一免费 | 亚洲综合一区二区| 国内精品伊人久久久久av一坑| 色婷婷香蕉在线一区二区| 日韩一卡二卡三卡| 国产精品灌醉下药二区| 麻豆成人免费电影| 91热门视频在线观看| 欧美成人精品高清在线播放| 亚洲男人天堂一区| 精品一区二区三区香蕉蜜桃 | 国内久久精品视频| 欧美亚洲另类激情小说| 国产欧美1区2区3区| 奇米精品一区二区三区在线观看一| 成人毛片视频在线观看| 欧美一区二区三区在线| 一区二区在线免费观看| 国产精品香蕉一区二区三区| 欧美日韩国产精选| 亚洲狠狠丁香婷婷综合久久久| 国产精品一区二区三区99| 制服丝袜亚洲色图| 一区二区三区电影在线播| 成人网页在线观看| 2017欧美狠狠色| 免费在线观看日韩欧美| 欧美影院午夜播放| 国产精品伦理在线| 韩国av一区二区三区| 欧美一二三区精品| 亚洲成精国产精品女| 欧美在线观看一区二区| 亚洲日本va在线观看| 岛国av在线一区| 欧美激情在线观看视频免费| 六月丁香综合在线视频| 日韩一区二区在线观看视频| 婷婷成人综合网| 欧美日韩国产综合一区二区| 亚洲高清久久久| 欧美三片在线视频观看| 亚洲精品免费播放| 91蜜桃免费观看视频| 中文字幕乱码亚洲精品一区| 福利一区二区在线| 国产精品女主播av| 91在线视频官网| 亚洲欧美国产三级| 在线观看欧美精品| 亚洲少妇30p| 在线日韩一区二区| 一区二区三区久久久| 欧美在线观看视频一区二区三区| 亚洲午夜电影在线观看| 欧美色视频一区| 日韩国产一二三区| 日韩精品在线一区二区| 久久国产人妖系列| 久久先锋影音av鲁色资源网| 国产1区2区3区精品美女| 国产欧美日韩久久| 99精品视频中文字幕| 亚洲精品欧美在线| 欧美老肥妇做.爰bbww| 日韩精品久久久久久| 日韩一区和二区| 国产91在线看| 亚洲免费av高清| 3atv一区二区三区| 国产精品影视在线观看| 国产精品午夜在线观看| 91国模大尺度私拍在线视频| 日日摸夜夜添夜夜添国产精品| 精品粉嫩超白一线天av| 成人性生交大片免费看在线播放| 国产精品视频看| 91久久精品一区二区二区| 天天影视涩香欲综合网| 亚洲精品一区二区三区影院| 国产999精品久久久久久绿帽| 亚洲精品亚洲人成人网在线播放| 717成人午夜免费福利电影| 国产精品一级在线| 亚洲美女免费视频| 日韩欧美国产精品一区| 成人黄色av电影| 日本美女一区二区三区| 中文字幕av在线一区二区三区| 精品视频在线看| 国产成人综合在线观看| 亚洲第一电影网| 欧美激情一区不卡| 欧美日韩免费高清一区色橹橹| 国产精品一区二区三区四区| 亚洲一区二区3| 久久丝袜美腿综合| 在线观看日韩一区| 国产精品系列在线播放| 亚洲成人在线免费| 国产精品久久久久久久久久久免费看 | 久久久久久一二三区| 色狠狠一区二区三区香蕉| 精品亚洲国内自在自线福利| 一区二区三区国产精华| 国产亚洲1区2区3区| 欧美日韩免费在线视频| a亚洲天堂av| 激情小说欧美图片| 亚洲成人av中文| 亚洲免费三区一区二区| 国产欧美综合在线观看第十页| 欧美精品1区2区3区| 91女人视频在线观看|