亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
亚洲一区二区3| 色婷婷精品久久二区二区蜜臀av| 日本一道高清亚洲日美韩| 一区二区视频在线看| 中文字幕欧美区| 国产欧美日韩麻豆91| 国产三区在线成人av| 国产日本欧美一区二区| 欧美国产成人在线| 国产精品第四页| 亚洲欧美日韩国产成人精品影院| 日韩伦理电影网| 一区二区国产视频| 五月开心婷婷久久| 秋霞成人午夜伦在线观看| 久久精品国产99国产精品| 激情综合网最新| 国产91精品在线观看| 91最新地址在线播放| 在线观看一区不卡| 51午夜精品国产| 欧美tickling挠脚心丨vk| 国产三级三级三级精品8ⅰ区| 国产精品狼人久久影院观看方式| 亚洲人成在线播放网站岛国 | 亚洲激情综合网| 亚洲线精品一区二区三区| 三级不卡在线观看| 国产一区二区导航在线播放| 成人精品视频一区二区三区尤物| 91亚洲大成网污www| 欧美日韩精品一区二区| 精品免费一区二区三区| 国产精品美女久久久久久久久| 一区二区三区免费在线观看| 免费av网站大全久久| 福利一区在线观看| 91福利在线导航| 欧美mv日韩mv国产| 亚洲欧美日韩系列| 捆绑变态av一区二区三区| 成人激情免费视频| 6080亚洲精品一区二区| 欧美国产激情一区二区三区蜜月| 一级特黄大欧美久久久| 麻豆91小视频| 91福利国产成人精品照片| 欧美一区二区三区爱爱| 亚洲欧洲日本在线| 久久精品久久99精品久久| 成人av免费在线| 欧美一级免费大片| 成人免费小视频| 精品一区二区久久| 欧美视频三区在线播放| 国产农村妇女精品| 免费人成精品欧美精品| 99精品视频一区二区三区| 日韩欧美在线综合网| 一区二区三区免费网站| 在线观看欧美黄色| 精品久久一区二区三区| 亚洲国产精品嫩草影院| 播五月开心婷婷综合| 精品对白一区国产伦| 性久久久久久久久久久久| 国产99久久久久| 欧美一区二区视频网站| 一区二区三区四区激情| 丁香五精品蜜臀久久久久99网站| 欧美一区二区网站| 亚洲国产wwwccc36天堂| 99久久精品费精品国产一区二区| 精品少妇一区二区三区日产乱码 | 国内成人精品2018免费看| 91蜜桃视频在线| 国产欧美日韩卡一| 九九国产精品视频| 7878成人国产在线观看| 一区二区三区91| 91在线视频免费91| 国产精品视频在线看| 激情久久久久久久久久久久久久久久| 欧美综合在线视频| 亚洲伦理在线免费看| 99精品国产视频| 国产精品高潮久久久久无| 国产经典欧美精品| 欧美精品一区男女天堂| 蜜桃视频一区二区三区在线观看 | 亚洲欧洲日产国产综合网| 国产在线看一区| 精品国产三级电影在线观看| 日本不卡中文字幕| 欧美日韩美少妇| 亚洲va国产va欧美va观看| 91福利国产精品| 一区二区三区四区乱视频| 91麻豆视频网站| 亚洲素人一区二区| 91免费版pro下载短视频| 自拍偷拍欧美激情| 99国产精品久| 亚洲美女区一区| 在线免费观看成人短视频| 一区二区理论电影在线观看| 91激情五月电影| 一区二区三区在线视频免费观看| 99re热这里只有精品免费视频| 亚洲欧洲日韩一区二区三区| 99re成人在线| 亚洲一区二区三区四区五区黄| 在线看国产一区二区| 亚洲成人av中文| 制服丝袜亚洲播放| 久久国产麻豆精品| 精品人在线二区三区| 久久99国产精品免费| 久久综合色之久久综合| 成人午夜免费视频| 亚洲女性喷水在线观看一区| 欧美艳星brazzers| 日韩精品91亚洲二区在线观看| 日韩一区二区麻豆国产| 久久超碰97人人做人人爱| 久久精品男人的天堂| 91香蕉视频黄| 丝袜美腿亚洲色图| 一区二区三区免费看视频| 91精品国产一区二区| 精油按摩中文字幕久久| 国产精品久久精品日日| 91极品美女在线| 久久99精品国产.久久久久久| 国产欧美精品区一区二区三区| 91丨porny丨蝌蚪视频| 亚洲成人免费看| 亚洲精品一区二区三区精华液| aaa亚洲精品| 日韩精品国产欧美| 国产欧美精品区一区二区三区| 色综合久久中文字幕综合网| 性感美女极品91精品| 精品福利在线导航| 色噜噜久久综合| 久久福利视频一区二区| 成人欧美一区二区三区视频网页 | 伊人婷婷欧美激情| 日韩一区和二区| 从欧美一区二区三区| 午夜伊人狠狠久久| 国产欧美精品区一区二区三区| 在线亚洲精品福利网址导航| 久久精工是国产品牌吗| 亚洲欧美日韩国产综合| 精品欧美乱码久久久久久| 色婷婷国产精品综合在线观看| 久久97超碰色| 亚洲精品乱码久久久久久日本蜜臀 | 色综合久久中文字幕| 久久成人综合网| 亚洲精品福利视频网站| 欧美精品一区二区蜜臀亚洲| 一本色道久久综合精品竹菊| 精品一区二区三区在线播放视频| 亚洲色大成网站www久久九九| 日韩精品自拍偷拍| 在线观看日韩精品| 国产91丝袜在线观看| 日本少妇一区二区| 亚洲乱码国产乱码精品精小说| 精品处破学生在线二十三| 欧美在线不卡视频| av在线不卡免费看| 国内久久精品视频| 亚洲高清一区二区三区| 中文字幕一区免费在线观看| 精品三级av在线| 在线成人高清不卡| 日本久久电影网| 成人免费视频一区二区| 国内欧美视频一区二区| 蜜桃久久av一区| 成人精品视频网站| 国产在线视频不卡二| 蜜桃在线一区二区三区| 亚洲成人激情av| 一区二区在线观看av| 18欧美亚洲精品| 中文无字幕一区二区三区| 久久综合色8888| 日韩精品一区二区在线观看| 欧美久久久久久蜜桃| 欧美日韩在线播放| 欧美在线高清视频| 欧美在线视频全部完| 色婷婷久久久久swag精品| 91浏览器在线视频| 91一区二区三区在线观看| 不卡高清视频专区|