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

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

?? bookinfo.cs

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

namespace 圖書館管理系統
{
	/// <summary>
	/// BookInfo 的摘要說明。
	/// </summary>
	public class BookInfo : System.Windows.Forms.Form
	{
		private CurrencyManager cmOrders;
		
		private System.Windows.Forms.DataGrid dataGrid1;
		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.GroupBox groupBox2;
		private System.Windows.Forms.ComboBox cmb1;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.TextBox txt5;
		private System.Windows.Forms.TextBox txt6;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.TextBox txt7;
		private System.Windows.Forms.TextBox txt8;
		private System.Windows.Forms.TextBox txt9;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.ComboBox cmb2;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.TextBox txt10;
		private System.Windows.Forms.TextBox txt11;
		private System.Windows.Forms.ComboBox cmb3;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label17;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.TextBox txt12;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.Label label18;
		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.ImageList imageList1;
		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 System.Windows.Forms.TextBox txt13;
		private 圖書館管理系統.DataSet1 dataSet11;
		private System.ComponentModel.IContainer components;

		public BookInfo()
		{
			//
			// 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(BookInfo));
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.dataSet11 = new 圖書館管理系統.DataSet1();
			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.groupBox2 = new System.Windows.Forms.GroupBox();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.txt13 = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.txt10 = new System.Windows.Forms.TextBox();
			this.txt11 = new System.Windows.Forms.TextBox();
			this.cmb3 = new System.Windows.Forms.ComboBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.txt7 = new System.Windows.Forms.TextBox();
			this.txt8 = new System.Windows.Forms.TextBox();
			this.txt9 = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.cmb2 = new System.Windows.Forms.ComboBox();
			this.label9 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.cmb1 = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.txt4 = new System.Windows.Forms.TextBox();
			this.txt5 = new System.Windows.Forms.TextBox();
			this.txt6 = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.txt12 = new System.Windows.Forms.TextBox();
			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.imageList1 = new System.Windows.Forms.ImageList(this.components);
			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();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// 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(696, 200);
			this.dataGrid1.TabIndex = 37;
			// 
			// dataSet11
			// 
			this.dataSet11.DataSetName = "DataSet1";
			this.dataSet11.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// 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.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.txt3);
			this.groupBox1.Location = new System.Drawing.Point(0, 40);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(696, 56);
			this.groupBox1.TabIndex = 35;
			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(328, 28);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(32, 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(520, 28);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(32, 16);
			this.label3.TabIndex = 1;
			this.label3.Text = "書名";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩av不卡在线观看| 成人小视频免费观看| 岛国一区二区在线观看| 精品视频1区2区| 亚洲国产成人一区二区三区| 婷婷六月综合亚洲| 91麻豆视频网站| 精品欧美乱码久久久久久| 一区二区三区在线播放| 国产成人综合在线| 精品第一国产综合精品aⅴ| 一区二区三区免费| 国产91精品露脸国语对白| 日韩一区二区精品葵司在线| 亚洲一区在线视频| 一本色道久久综合亚洲精品按摩| 久久久久亚洲蜜桃| 蜜臀久久99精品久久久画质超高清 | 国产伦精品一区二区三区视频青涩| 色婷婷av一区二区三区软件| 国产欧美一区二区精品性| 日本不卡123| 欧美日韩国产综合视频在线观看 | 亚洲一区二区精品3399| 99re成人精品视频| 国产精品理论在线观看| 国产在线一区二区综合免费视频| 欧美一卡在线观看| 日韩成人午夜精品| 欧美精品三级在线观看| 亚洲bt欧美bt精品777| 欧美写真视频网站| 五月综合激情日本mⅴ| 欧美日韩久久不卡| 日韩和欧美一区二区三区| 欧美日本乱大交xxxxx| 午夜精品久久久久久久 | 亚洲成人免费视频| 欧美日韩精品一区二区三区四区 | 激情综合色播激情啊| 日韩视频免费观看高清在线视频| 婷婷综合另类小说色区| 日韩欧美视频在线| 国模套图日韩精品一区二区| 26uuu国产电影一区二区| 国内一区二区视频| 国产欧美一区视频| av亚洲精华国产精华精| 亚洲一区二区三区四区在线免费观看 | 麻豆免费看一区二区三区| 91精品国产综合久久精品app| 日韩—二三区免费观看av| 欧美成人精品高清在线播放| 国产精一区二区三区| 国产精品家庭影院| 欧美日韩精品福利| 久久成人免费日本黄色| 国产三级一区二区三区| 91在线播放网址| 三级久久三级久久| 国产清纯在线一区二区www| www.久久精品| 亚洲一本大道在线| 精品国产伦一区二区三区观看方式 | 欧美一区二区成人6969| 国产黄色成人av| 亚洲欧美偷拍另类a∨色屁股| 欧美另类久久久品| 国产成人午夜视频| 亚洲国产综合91精品麻豆| 精品日产卡一卡二卡麻豆| 成人激情免费视频| 视频一区二区三区入口| 国产日韩欧美精品一区| 欧美日韩一区高清| 福利一区二区在线| 亚洲第一久久影院| 中文字幕不卡在线播放| 91精品国产aⅴ一区二区| 丁香六月综合激情| 美国三级日本三级久久99| 国产精品白丝在线| 欧美大尺度电影在线| 欧美中文字幕一区| 国产成人精品aa毛片| 手机精品视频在线观看| 亚洲欧美日韩国产成人精品影院| 精品国产髙清在线看国产毛片 | 欧美裸体一区二区三区| 成人永久免费视频| 久久国产视频网| 亚洲国产精品一区二区www| 国产欧美综合在线观看第十页| 日韩一级二级三级| 欧美影片第一页| 99久久综合狠狠综合久久| 激情久久五月天| 日本人妖一区二区| 日韩一区精品字幕| 亚洲一区二区三区中文字幕在线| 国产精品毛片无遮挡高清| 欧美成人bangbros| 日韩欧美色电影| 91精品国产高清一区二区三区 | 欧美成人精品福利| 欧美群妇大交群的观看方式| 91看片淫黄大片一级在线观看| 国产精品一区二区男女羞羞无遮挡| 日韩精品一二三四| 亚洲18女电影在线观看| 亚洲va天堂va国产va久| 一区二区三区久久久| 亚洲欧美另类在线| 中文字幕色av一区二区三区| 国产欧美精品国产国产专区| 久久久久国产精品人| 欧美激情综合网| 国产欧美日韩在线| 中文字幕av一区二区三区 | 欧美一卡2卡3卡4卡| 欧美疯狂做受xxxx富婆| 欧美精品日日鲁夜夜添| 欧美一区二区三区四区在线观看| 日韩三级视频中文字幕| 精品国产乱子伦一区| 国产欧美视频在线观看| 中文字幕一区二区三中文字幕| 成人免费在线观看入口| 亚洲乱码国产乱码精品精的特点| 亚洲少妇30p| 一区二区三区在线视频观看58 | 欧美色国产精品| 欧美一区二区三区视频免费播放 | 麻豆精品精品国产自在97香蕉 | 99久久精品国产网站| 色婷婷一区二区三区四区| 91成人在线精品| 欧美精品久久99久久在免费线| 欧美一级免费观看| 久久亚洲精华国产精华液| 国产精品视频麻豆| 亚洲已满18点击进入久久| 美国一区二区三区在线播放| 国产成人免费视频精品含羞草妖精 | 亚洲色欲色欲www在线观看| 亚洲r级在线视频| 精品中文字幕一区二区| av中文字幕一区| 91精品综合久久久久久| 国产香蕉久久精品综合网| 一区二区三区电影在线播| 美女网站视频久久| 国产成人精品亚洲日本在线桃色| 在线视频综合导航| 精品国产百合女同互慰| 亚洲色图在线播放| 免费黄网站欧美| 91偷拍与自偷拍精品| 欧美一区二区三区男人的天堂| 国产精品免费视频观看| 青青草国产精品97视觉盛宴| eeuss国产一区二区三区| 日韩一本二本av| 日韩毛片在线免费观看| 黑人巨大精品欧美一区| 欧美综合天天夜夜久久| 国产性天天综合网| 视频一区二区不卡| 一本色道综合亚洲| 久久久91精品国产一区二区精品 | 欧美主播一区二区三区| 国产日韩影视精品| 奇米色一区二区| 欧美影院午夜播放| 国产精品美女久久久久aⅴ国产馆| 日韩高清电影一区| 欧美体内she精高潮| 欧美国产97人人爽人人喊| 老司机精品视频线观看86| 日本高清不卡在线观看| 中文字幕 久热精品 视频在线| 久草在线在线精品观看| 欧美日韩国产123区| 亚洲美女视频在线观看| 成人一级视频在线观看| wwww国产精品欧美| 美女性感视频久久| 91麻豆精品国产91久久久久久| 一区二区三区免费观看| 91在线云播放| 国产精品国产自产拍在线| 国产99久久精品| 久久久久久久久久久电影| 麻豆一区二区三| 日韩午夜电影在线观看| 日韩国产欧美在线视频| 欧美理论电影在线| 午夜不卡在线视频| 欧洲精品中文字幕| 亚洲成人免费影院|