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

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

?? readerinfo.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;
using System.Data.SqlClient;

namespace 圖書館管理系統
{
	/// <summary>
	/// ReaderInfo 的摘要說明。
	/// </summary>
	public class ReaderInfo : System.Windows.Forms.Form
	{
		private CurrencyManager cmOrders;

		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.GroupBox groupBox1;
		private System.Windows.Forms.Button btnSearch;
		private System.Windows.Forms.TextBox txt1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.DataGrid dataGrid1;
		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.Label label1;
		private System.Windows.Forms.TextBox txt2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.TextBox txt3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.Label label17;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.Label label18;
		private System.Windows.Forms.TextBox txt4;
		private System.Windows.Forms.TextBox txt5;
		private System.Windows.Forms.TextBox txt6;
		private System.Windows.Forms.TextBox txt7;
		private System.Windows.Forms.ComboBox cmb1;
		private System.Windows.Forms.ComboBox cmb2;
		private System.Windows.Forms.ComboBox cmb3;
		private System.Windows.Forms.TextBox txt8;
		private System.Windows.Forms.TextBox txt9;
		private System.Windows.Forms.ComboBox cmb4;
		private System.Windows.Forms.ComboBox cmb5;
		private System.Windows.Forms.ComboBox cmb6;
		private System.Windows.Forms.TextBox txt10;
		private System.Windows.Forms.TextBox txt11;
		private System.Windows.Forms.TextBox txt12;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.MonthCalendar calen1;
		private System.ComponentModel.IContainer components;

		public ReaderInfo()
		{
			//
			// 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(ReaderInfo));
			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.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.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.dataSet11 = new 圖書館管理系統.DataSet1();
			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.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.txt6 = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.txt7 = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.cmb1 = new System.Windows.Forms.ComboBox();
			this.cmb2 = new System.Windows.Forms.ComboBox();
			this.label9 = new System.Windows.Forms.Label();
			this.cmb3 = new System.Windows.Forms.ComboBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.txt8 = new System.Windows.Forms.TextBox();
			this.label12 = new System.Windows.Forms.Label();
			this.txt9 = new System.Windows.Forms.TextBox();
			this.label13 = new System.Windows.Forms.Label();
			this.cmb4 = new System.Windows.Forms.ComboBox();
			this.label14 = new System.Windows.Forms.Label();
			this.cmb5 = new System.Windows.Forms.ComboBox();
			this.label15 = new System.Windows.Forms.Label();
			this.cmb6 = new System.Windows.Forms.ComboBox();
			this.label17 = new System.Windows.Forms.Label();
			this.txt10 = new System.Windows.Forms.TextBox();
			this.label16 = new System.Windows.Forms.Label();
			this.txt11 = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.txt12 = new System.Windows.Forms.TextBox();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.calen1 = new System.Windows.Forms.MonthCalendar();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataSet11)).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;
			// 
			// 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(704, 41);
			this.toolBar1.TabIndex = 33;
			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 = "退出";
			// 
			// 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);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲视频网在线直播| 精品国产百合女同互慰| 国产精品99久久久久久似苏梦涵| 亚洲电影中文字幕在线观看| 国产精品色婷婷久久58| 久久色在线视频| 日韩美女在线视频| 欧美成人vps| 日韩美女天天操| 欧美sm极限捆绑bd| 久久一留热品黄| 国产亚洲综合av| 亚洲国产精品成人综合| 欧美国产日韩一二三区| 亚洲欧洲精品成人久久奇米网| 自拍av一区二区三区| 樱桃视频在线观看一区| 亚洲一级不卡视频| 午夜精品久久久久久久久久| 偷拍自拍另类欧美| 欧美bbbbb| 成人午夜激情片| 色8久久精品久久久久久蜜 | 老司机精品视频一区二区三区| 石原莉奈在线亚洲二区| 美腿丝袜亚洲三区| 国产精品99久久久久久久女警| 成人黄页毛片网站| 欧美色综合影院| 久久久精品免费免费| 一区二区三区在线观看视频| 麻豆91精品视频| 99久久久久久| 欧美大度的电影原声| 中文字幕一区二区在线观看| 天堂成人国产精品一区| 国产精品1024久久| 欧美视频在线播放| 久久久精品2019中文字幕之3| 有码一区二区三区| 麻豆91精品91久久久的内涵| 99久久综合狠狠综合久久| 欧美美女直播网站| 国产精品入口麻豆九色| 天天av天天翘天天综合网| 国产99久久久国产精品| 欧美精品在线一区二区三区| 国产精品短视频| 麻豆国产精品视频| 91福利社在线观看| 国产精品色噜噜| 蜜臀精品一区二区三区在线观看 | 一区二区三区在线视频播放| 国产一区在线不卡| 欧美精品xxxxbbbb| 亚洲精品免费看| 国产精品69久久久久水密桃| 在线不卡欧美精品一区二区三区| 国产精品久久福利| 国产在线不卡一区| 在线播放欧美女士性生活| 亚洲精品视频观看| 福利一区在线观看| 久久夜色精品国产欧美乱极品| 亚洲国产一区在线观看| 99re这里只有精品首页| 中文一区二区完整视频在线观看 | 国产精品免费av| 狠狠狠色丁香婷婷综合激情| 欧美高清激情brazzers| 亚洲国产欧美在线| 91日韩在线专区| 亚洲欧洲一区二区三区| 成人av网址在线观看| 欧美国产日韩精品免费观看| 国产成人鲁色资源国产91色综| 精品久久久久久综合日本欧美| 久久精品国内一区二区三区| 3d动漫精品啪啪1区2区免费| 日韩不卡手机在线v区| 欧美一区二区三区性视频| 久久精品99国产精品| 日韩视频永久免费| 国产在线一区二区| 国产日韩精品一区二区三区 | 国产日产欧产精品推荐色| 国产一区二区三区av电影| 久久蜜桃一区二区| 国产福利精品一区| 国产精品夫妻自拍| 欧美亚洲国产bt| 午夜一区二区三区视频| 欧美一区二区播放| 国产成人在线网站| 亚洲图片另类小说| 欧美女孩性生活视频| 久久国产精品色婷婷| 欧美激情综合网| 91久久国产最好的精华液| 婷婷久久综合九色综合伊人色| 日韩一级高清毛片| 成人性生交大片免费看中文| 一级特黄大欧美久久久| 欧美一卡在线观看| 成人午夜电影小说| 午夜精品久久久久影视| 国产亚洲成av人在线观看导航 | 国产精一品亚洲二区在线视频| 日本一区二区三区久久久久久久久不 | av在线播放成人| 日本亚洲三级在线| 中文字幕日韩av资源站| 337p亚洲精品色噜噜噜| 国产aⅴ综合色| 五月激情综合色| 国产欧美一区二区精品忘忧草| 色婷婷精品久久二区二区蜜臂av| 美女一区二区久久| av激情综合网| 亚洲精品少妇30p| 亚洲精品在线观| 色成年激情久久综合| 黑人巨大精品欧美一区| 亚洲一区二区综合| 国产日韩欧美精品综合| 欧美久久一二区| 97久久精品人人爽人人爽蜜臀 | 国产99久久久精品| 日本91福利区| 亚洲黄色性网站| 日本一区二区三区在线观看| 欧美女孩性生活视频| 91国偷自产一区二区三区观看 | 美国十次综合导航| 亚洲女同女同女同女同女同69| 欧美电影免费观看高清完整版在| 欧洲精品一区二区| 99久久婷婷国产精品综合| 国产一区日韩二区欧美三区| 日本人妖一区二区| 午夜一区二区三区视频| 一区二区免费看| 亚洲激情在线播放| 中文字幕字幕中文在线中不卡视频| 亚洲精品一区二区三区99| 91精品国产福利在线观看| 欧美综合在线视频| 91黄视频在线| 色一情一乱一乱一91av| av在线一区二区三区| 成人影视亚洲图片在线| 成人午夜精品一区二区三区| 成人免费视频免费观看| 成人av电影在线| 成人av在线网| 99re成人精品视频| hitomi一区二区三区精品| 成人深夜视频在线观看| 99re6这里只有精品视频在线观看| 97成人超碰视| 91天堂素人约啪| 在线观看亚洲成人| 欧美色图12p| 91精品久久久久久久99蜜桃| 91精品免费观看| 久久久久久亚洲综合影院红桃| 久久精品欧美一区二区三区不卡| 国产亚洲美州欧州综合国| 欧美激情一二三区| 亚洲精品成a人| 蜜桃在线一区二区三区| 国产精品1区2区| 99免费精品视频| 欧美男人的天堂一二区| 精品三级在线看| 国产精品久久久久久妇女6080 | 91麻豆国产福利精品| 欧洲亚洲精品在线| 欧美大片日本大片免费观看| 国产日韩av一区| 亚洲精品视频一区| 日韩电影免费在线看| 国产精品自拍在线| 色先锋aa成人| 精品人伦一区二区色婷婷| 欧美国产综合一区二区| 亚洲国产精品久久人人爱| 免费观看91视频大全| 成人午夜免费视频| 欧洲一区在线观看| 亚洲精品一区二区三区影院| **性色生活片久久毛片| 亚洲一区在线观看网站| 国产在线精品国自产拍免费| 欧美午夜电影一区| 国产欧美日韩另类一区| 天堂av在线一区| 99re热视频精品| 久久色在线视频| 日本欧美在线观看|