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

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

?? booksubscribe.cs

?? 圖書館管理系統(tǒng)采用C#和SQL Server 數(shù)據(jù)庫編寫 適合小型圖書館的管理
?? CS
?? 第 1 頁 / 共 3 頁
字號(hào):
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>
	/// BookSubscribe 的摘要說明。
	/// </summary>
	public class BookSubscribe : System.Windows.Forms.Form
	{
		private CurrencyManager cmOrders;
		public static string bookID,bookName;//保存選擇而來的書名和編號(hào)
		
		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 圖書館管理系統(tǒng).DataSet1 dataSet11;
		private System.ComponentModel.IContainer components;

		public BookSubscribe()
		{
			//
			// Windows 窗體設(shè)計(jì)器支持所必需的
			//
			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è)計(jì)器生成的代碼
		/// <summary>
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </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 圖書館管理系統(tǒng).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 = "征訂編號(hào)";
			// 
			// 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 = "圖書編號(hào)";
			// 
			// 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 = "征訂編號(hào)";
			// 
			// txt3
			// 
			this.txt3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "圖書征訂.征訂編號(hào)"));
			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
			// 

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91极品美女在线| 欧美日韩精品一区二区在线播放| 国产免费成人在线视频| 99久久综合国产精品| 午夜精品久久久久久久99樱桃| 精品日韩一区二区三区免费视频| 国产在线精品免费| 最新热久久免费视频| 91精品蜜臀在线一区尤物| 国产91在线看| 亚洲高清免费在线| 日本一区二区成人| 欧美一区二区三区在线看| 成人免费av资源| 美女性感视频久久| 亚洲欧美日韩精品久久久久| 日韩一区二区麻豆国产| 99国产精品久久久久久久久久久| 日韩二区在线观看| 亚洲人成影院在线观看| 久久久蜜桃精品| 欧美喷水一区二区| 91免费看`日韩一区二区| 麻豆freexxxx性91精品| 亚洲男人的天堂av| 国产日韩av一区二区| 欧美一区二区精品在线| 欧美主播一区二区三区| 波波电影院一区二区三区| 久久国产欧美日韩精品| 亚洲成人免费在线观看| 亚洲免费成人av| 久久久久99精品国产片| 欧美日韩国产成人在线91| 成人国产一区二区三区精品| 激情欧美一区二区三区在线观看| 亚洲一区二区三区四区的| 亚洲欧洲国产日韩| 欧美成人vr18sexvr| 精品视频免费在线| 色噜噜狠狠色综合中国| 成人国产精品视频| 国产成人免费视频一区| 日韩精品福利网| 亚洲福利一区二区三区| 亚洲精品日产精品乱码不卡| 一区精品在线播放| √…a在线天堂一区| 国产精品美女久久久久久久 | 国产精品一线二线三线精华| 午夜日韩在线电影| 亚洲国产欧美在线人成| 亚洲老司机在线| 椎名由奈av一区二区三区| 国产精品入口麻豆九色| 精品国产乱码久久久久久浪潮| 91精品国产91久久久久久最新毛片| 欧美日精品一区视频| 欧美在线小视频| 成人动漫在线一区| 99久久免费精品高清特色大片| 成人妖精视频yjsp地址| av激情综合网| 成人av高清在线| 99久久99久久综合| 色视频欧美一区二区三区| 日本久久电影网| 色香蕉成人二区免费| 91豆麻精品91久久久久久| 精品视频123区在线观看| 欧美精品九九99久久| 日韩午夜激情视频| 久久精品人人做| 久久久久久久久一| 国产精品激情偷乱一区二区∴| 日韩伦理电影网| 亚洲无人区一区| 免费xxxx性欧美18vr| 麻豆视频一区二区| 成熟亚洲日本毛茸茸凸凹| 91麻豆swag| 91精品麻豆日日躁夜夜躁| 91精品国产日韩91久久久久久| 欧美成人一区二区三区片免费| 国产视频一区二区在线观看| 国产亚洲欧美日韩俺去了| 国产精品久久久久毛片软件| 一区二区三区四区乱视频| 日本三级亚洲精品| 国产精华液一区二区三区| 91麻豆免费视频| 欧美一区二区三区视频在线观看| 久久九九久精品国产免费直播| 亚洲国产精品精华液2区45| 亚洲三级小视频| 精品在线亚洲视频| 欧美视频日韩视频| 国产精品久久精品日日| 精品在线观看视频| 欧美日韩国产免费一区二区| 国产精品女主播av| 久久99精品国产麻豆不卡| 欧美在线一区二区| 亚洲欧美在线视频观看| 激情综合五月婷婷| 91精品国产入口在线| 亚洲综合在线五月| 99视频精品全部免费在线| 精品播放一区二区| 日本欧美一区二区三区| 在线亚洲一区观看| 国产精品久久久久久亚洲毛片 | 五月天欧美精品| 91原创在线视频| 中文字幕电影一区| 国产福利精品一区| 26uuu欧美| 韩国v欧美v日本v亚洲v| 91精品国产综合久久久久久久 | 亚洲成人自拍一区| 91久久线看在观草草青青| 国产精品国产自产拍高清av | 中文字幕免费在线观看视频一区| 美女网站色91| 欧美一级国产精品| 日本成人超碰在线观看| 制服.丝袜.亚洲.中文.综合| 亚洲va欧美va人人爽| 在线这里只有精品| 亚洲一区二区三区四区五区黄| 在线观看日韩精品| 亚洲福利一二三区| 在线播放亚洲一区| 日本不卡一二三| 日韩精品一区二区三区在线观看| 日本va欧美va瓶| 日韩欧美黄色影院| 韩国一区二区三区| 久久免费视频色| 粉嫩aⅴ一区二区三区四区五区| 国产无遮挡一区二区三区毛片日本| 国产一区福利在线| 国产日本欧美一区二区| aa级大片欧美| 亚洲一区二区黄色| 欧美一区二区三区思思人| 国内外精品视频| 国产精品污污网站在线观看| 99久久99久久精品国产片果冻 | 国产精品中文有码| 国产精品久久毛片av大全日韩| 91论坛在线播放| 亚洲大片一区二区三区| 日韩欧美亚洲另类制服综合在线| 激情综合亚洲精品| 自拍av一区二区三区| 911精品国产一区二区在线| 久久99精品国产.久久久久久| 国产精品少妇自拍| 色国产综合视频| 免费成人在线影院| 国产精品免费观看视频| 欧美在线观看一区| 韩国v欧美v日本v亚洲v| 1区2区3区国产精品| 欧美久久久一区| 国产丶欧美丶日本不卡视频| 亚洲欧洲综合另类在线| 欧美一区二区三区成人| 成人午夜免费av| 日韩电影免费在线观看网站| 欧美精品一区二区三区一线天视频| 国产成人在线视频播放| 一区二区在线观看视频在线观看| 91精品国产综合久久福利| 成人综合激情网| 婷婷夜色潮精品综合在线| 久久综合色一综合色88| 色婷婷av一区二区三区大白胸| 久久精品国产久精国产| 最新不卡av在线| 欧美一级欧美三级| 91在线精品秘密一区二区| 蜜乳av一区二区| 亚洲欧美一区二区三区孕妇| 日韩免费观看2025年上映的电影| 99久久精品免费观看| 久久国产生活片100| 一二三四区精品视频| 久久青草欧美一区二区三区| 欧美在线视频日韩| 粉嫩久久99精品久久久久久夜| 五月天亚洲婷婷| 国产精品久久久久三级| 日韩欧美高清dvd碟片| 91成人在线精品| 成人免费毛片a| 精品在线一区二区| 天堂蜜桃一区二区三区| 亚洲色图欧美在线|