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

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

?? user.cs

?? 一個功能強大的圖書出租管理系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace Library
{
	/// <summary>
	/// User 的摘要說明。
	/// </summary>
	public class User : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Button btnDelete;
		private System.Windows.Forms.Label lblDatasetPosition;
		private System.Windows.Forms.Button btnPrevious;
		private System.Windows.Forms.Button btnNext;
		private System.Windows.Forms.Button btnLast;
		private System.Windows.Forms.Button btnFirst;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.TextBox textSort;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.TextBox textId;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Button btnExit;
		private System.Windows.Forms.GroupBox groupBox3;
		private System.Windows.Forms.Button btnAdd;
		private System.Windows.Forms.Button btnModify;
		private System.Windows.Forms.Button btnCancel;
		private System.Windows.Forms.Button btnApply;
		private System.Windows.Forms.TextBox textPassword;
		private System.Data.SqlClient.SqlConnection sqlConnection1;
		private System.Data.SqlClient.SqlDataAdapter sqlDataAdapter1;
		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 Library.DataSetUser objDataSetUser;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public User()
		{
			//
			// 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()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(User));
			this.btnDelete = new System.Windows.Forms.Button();
			this.lblDatasetPosition = new System.Windows.Forms.Label();
			this.btnPrevious = new System.Windows.Forms.Button();
			this.btnNext = new System.Windows.Forms.Button();
			this.btnLast = new System.Windows.Forms.Button();
			this.btnFirst = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.textPassword = new System.Windows.Forms.TextBox();
			this.objDataSetUser = new Library.DataSetUser();
			this.textSort = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.textId = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.btnExit = new System.Windows.Forms.Button();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.btnAdd = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.btnApply = new System.Windows.Forms.Button();
			this.btnModify = new System.Windows.Forms.Button();
			this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
			this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
			this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
			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.objDataSetUser)).BeginInit();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// btnDelete
			// 
			this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnDelete.Location = new System.Drawing.Point(16, 80);
			this.btnDelete.Name = "btnDelete";
			this.btnDelete.Size = new System.Drawing.Size(56, 24);
			this.btnDelete.TabIndex = 28;
			this.btnDelete.Text = "刪除";
			this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
			// 
			// lblDatasetPosition
			// 
			this.lblDatasetPosition.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.lblDatasetPosition.BackColor = System.Drawing.Color.White;
			this.lblDatasetPosition.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.lblDatasetPosition.Location = new System.Drawing.Point(120, 160);
			this.lblDatasetPosition.Name = "lblDatasetPosition";
			this.lblDatasetPosition.Size = new System.Drawing.Size(48, 24);
			this.lblDatasetPosition.TabIndex = 25;
			this.lblDatasetPosition.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// btnPrevious
			// 
			this.btnPrevious.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnPrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnPrevious.Image")));
			this.btnPrevious.Location = new System.Drawing.Point(88, 160);
			this.btnPrevious.Name = "btnPrevious";
			this.btnPrevious.Size = new System.Drawing.Size(32, 24);
			this.btnPrevious.TabIndex = 24;
			this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
			// 
			// btnNext
			// 
			this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
			this.btnNext.Location = new System.Drawing.Point(168, 160);
			this.btnNext.Name = "btnNext";
			this.btnNext.Size = new System.Drawing.Size(32, 24);
			this.btnNext.TabIndex = 23;
			this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
			// 
			// btnLast
			// 
			this.btnLast.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
			this.btnLast.Location = new System.Drawing.Point(200, 160);
			this.btnLast.Name = "btnLast";
			this.btnLast.Size = new System.Drawing.Size(32, 24);
			this.btnLast.TabIndex = 22;
			this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
			// 
			// btnFirst
			// 
			this.btnFirst.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
			this.btnFirst.Location = new System.Drawing.Point(56, 160);
			this.btnFirst.Name = "btnFirst";
			this.btnFirst.Size = new System.Drawing.Size(32, 24);
			this.btnFirst.TabIndex = 21;
			this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.textPassword);
			this.groupBox1.Controls.Add(this.textSort);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.textId);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.groupBox1.Location = new System.Drawing.Point(8, 32);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(256, 176);
			this.groupBox1.TabIndex = 20;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "用戶信息維護";
			// 
			// textPassword
			// 
			this.textPassword.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetUser, "User.UserPassword"));
			this.textPassword.Location = new System.Drawing.Point(104, 56);
			this.textPassword.Name = "textPassword";
			this.textPassword.Size = new System.Drawing.Size(128, 23);
			this.textPassword.TabIndex = 14;
			this.textPassword.Text = "";
			// 
			// objDataSetUser
			// 
			this.objDataSetUser.DataSetName = "DataSetUser";
			this.objDataSetUser.Locale = new System.Globalization.CultureInfo("zh-CN");
			// 
			// textSort
			// 
			this.textSort.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetUser, "User.UserSort"));
			this.textSort.Location = new System.Drawing.Point(104, 88);
			this.textSort.Name = "textSort";
			this.textSort.Size = new System.Drawing.Size(128, 23);
			this.textSort.TabIndex = 13;
			this.textSort.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(24, 88);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(72, 23);
			this.label7.TabIndex = 12;
			this.label7.Text = "用戶類別";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// textId
			// 
			this.textId.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetUser, "User.UserID"));
			this.textId.Location = new System.Drawing.Point(104, 24);
			this.textId.Name = "textId";
			this.textId.Size = new System.Drawing.Size(130, 23);
			this.textId.TabIndex = 7;
			this.textId.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(24, 56);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 23);
			this.label2.TabIndex = 1;
			this.label2.Text = "用戶密碼";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(24, 24);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(72, 23);
			this.label1.TabIndex = 0;
			this.label1.Text = "用戶號碼";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// btnExit
			// 
			this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnExit.Location = new System.Drawing.Point(320, 176);
			this.btnExit.Name = "btnExit";
			this.btnExit.Size = new System.Drawing.Size(72, 32);
			this.btnExit.TabIndex = 27;
			this.btnExit.Text = "退出";
			this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.btnAdd);
			this.groupBox3.Controls.Add(this.btnCancel);
			this.groupBox3.Controls.Add(this.btnApply);
			this.groupBox3.Controls.Add(this.btnModify);
			this.groupBox3.Controls.Add(this.btnDelete);
			this.groupBox3.Location = new System.Drawing.Point(280, 32);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(144, 120);
			this.groupBox3.TabIndex = 29;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "編輯記錄";
			// 
			// btnAdd
			// 
			this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnAdd.Location = new System.Drawing.Point(16, 16);
			this.btnAdd.Name = "btnAdd";
			this.btnAdd.Size = new System.Drawing.Size(56, 24);
			this.btnAdd.TabIndex = 13;
			this.btnAdd.Text = "添加";
			this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.Location = new System.Drawing.Point(80, 72);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(56, 24);
			this.btnCancel.TabIndex = 11;
			this.btnCancel.Text = "取消";
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// btnApply
			// 
			this.btnApply.Location = new System.Drawing.Point(80, 24);
			this.btnApply.Name = "btnApply";
			this.btnApply.Size = new System.Drawing.Size(56, 24);
			this.btnApply.TabIndex = 12;
			this.btnApply.Text = "確定";
			this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
			// 
			// btnModify
			// 
			this.btnModify.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.btnModify.Location = new System.Drawing.Point(16, 48);
			this.btnModify.Name = "btnModify";
			this.btnModify.Size = new System.Drawing.Size(56, 24);
			this.btnModify.TabIndex = 15;
			this.btnModify.Text = "修改";
			this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
			// 
			// sqlConnection1
			// 
			this.sqlConnection1.ConnectionString = "workstation id=WJD;packet size=4096;integrated security=SSPI;data source=WJD;pers" +
				"ist security info=False;initial catalog=BookManagement";
			// 
			// sqlDataAdapter1
			// 
			this.sqlDataAdapter1.DeleteCommand = this.sqlDeleteCommand1;
			this.sqlDataAdapter1.InsertCommand = this.sqlInsertCommand1;
			this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
			this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
																									  new System.Data.Common.DataTableMapping("Table", "User", new System.Data.Common.DataColumnMapping[] {
																																																			  new System.Data.Common.DataColumnMapping("UserID", "UserID"),
																																																			  new System.Data.Common.DataColumnMapping("UserPassword", "UserPassword"),
																																																			  new System.Data.Common.DataColumnMapping("UserSort", "UserSort")})});
			this.sqlDataAdapter1.UpdateCommand = this.sqlUpdateCommand1;
			// 
			// sqlDeleteCommand1
			// 
			this.sqlDeleteCommand1.CommandText = "DELETE FROM [User] WHERE (UserID = @Original_UserID) AND (UserPassword = @Origina" +
				"l_UserPassword OR @Original_UserPassword IS NULL AND UserPassword IS NULL) AND (" +
				"UserSort = @Original_UserSort OR @Original_UserSort IS NULL AND UserSort IS NULL" +
				")";
			this.sqlDeleteCommand1.Connection = this.sqlConnection1;
			this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_UserID", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "UserID", System.Data.DataRowVersion.Original, null));

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩专区欧美专区| 69堂精品视频| 日韩视频在线你懂得| 欧美韩国日本一区| 日韩黄色一级片| av午夜一区麻豆| 日韩欧美的一区| 欧美韩国日本综合| 美国毛片一区二区| 日本久久电影网| 国产午夜精品一区二区三区嫩草| 视频一区中文字幕| 成人激情文学综合网| 亚洲精品一线二线三线无人区| 亚洲黄色小说网站| 成人h动漫精品| 久久美女艺术照精彩视频福利播放 | 91国偷自产一区二区三区成为亚洲经典| 日韩欧美国产小视频| 亚洲午夜电影网| 色一区在线观看| 中文字幕一区二区日韩精品绯色| 色菇凉天天综合网| 国产日韩v精品一区二区| 久久91精品久久久久久秒播| 欧美精品丝袜中出| 亚洲午夜精品网| 色婷婷精品大在线视频| 国产情人综合久久777777| 国产在线视频一区二区三区| 欧美一级二级三级乱码| 日韩精品久久理论片| 欧美日韩二区三区| 日本亚洲欧美天堂免费| 欧美夫妻性生活| 美女网站色91| 欧美va亚洲va| 国产精品夜夜嗨| 欧美激情艳妇裸体舞| 成人黄色软件下载| 亚洲美女视频在线| 色偷偷成人一区二区三区91 | 欧美午夜理伦三级在线观看| 综合婷婷亚洲小说| 一本在线高清不卡dvd| 樱花影视一区二区| 欧美精品第一页| 九九国产精品视频| 国产欧美一区二区在线| av不卡一区二区三区| 亚洲一区二区三区四区在线观看| 欧美日韩免费一区二区三区 | 884aa四虎影成人精品一区| 日韩高清一区在线| 久久综合九色欧美综合狠狠| 成人精品gif动图一区| 亚洲影院久久精品| 91精品国产综合久久福利| 精品一区二区三区欧美| 中文字幕成人av| 欧美午夜影院一区| 韩国午夜理伦三级不卡影院| 国产精品久久久久影院| 欧美三级在线看| 久草这里只有精品视频| 日韩理论在线观看| 日韩片之四级片| 91免费在线视频观看| 欧美aaaaaa午夜精品| 中文字幕一区视频| 日韩欧美一级片| 99久久综合色| 欧美aaaaaa午夜精品| 中文字幕字幕中文在线中不卡视频| 精品视频1区2区| 国产成人精品免费看| 水蜜桃久久夜色精品一区的特点| 日韩美女天天操| 色婷婷精品大在线视频| 狠狠狠色丁香婷婷综合久久五月| 亚洲欧美另类久久久精品| 精品国产免费人成在线观看| 色综合中文综合网| 7777精品伊人久久久大香线蕉完整版 | 久久精品国产亚洲a| 亚洲美女免费视频| 久久亚洲一区二区三区四区| 91国偷自产一区二区开放时间| 国产精华液一区二区三区| 午夜精品福利视频网站| 亚洲视频狠狠干| 国产香蕉久久精品综合网| 制服丝袜中文字幕亚洲| 91亚洲精品久久久蜜桃网站 | 日本最新不卡在线| 亚洲精品国产品国语在线app| 26uuu亚洲综合色| 91精品久久久久久久91蜜桃| 在线亚洲高清视频| 不卡av免费在线观看| 激情综合亚洲精品| 美国三级日本三级久久99| 天天综合网天天综合色| 亚洲最新视频在线观看| 成人免费在线视频| 国产精品久久久久一区二区三区共| 精品国产乱码久久久久久久 | 亚洲 欧美综合在线网络| 亚洲视频在线一区| 国产精品不卡在线| 亚洲欧洲色图综合| 中文字幕中文字幕在线一区 | 欧美日韩国产影片| 欧美性受xxxx| 欧美日韩色一区| 欧美日韩大陆在线| 91精品国产综合久久婷婷香蕉 | 欧美精品三级日韩久久| 欧美性极品少妇| 欧美日韩国产综合一区二区| 欧美日韩在线播| 51午夜精品国产| 3atv在线一区二区三区| 欧美大胆一级视频| 欧美sm美女调教| 久久精子c满五个校花| 亚洲国产精品精华液ab| 亚洲国产精品激情在线观看| 国产精品国产a| 亚洲自拍偷拍av| 日韩电影免费一区| 国产一区二区三区av电影 | 成人精品视频网站| 91视频免费看| 欧美日韩在线三区| 精品日韩欧美在线| 国产精品久久久久久久久免费丝袜| 久久精品视频一区二区三区| 国产精品久线观看视频| 亚洲国产欧美日韩另类综合| 天天av天天翘天天综合网| 久久机这里只有精品| 成年人午夜久久久| 欧美日韩视频专区在线播放| 日韩欧美二区三区| 亚洲欧美在线aaa| 日韩专区欧美专区| 国产成人精品免费网站| 精品视频一区 二区 三区| 精品福利二区三区| 亚洲三级小视频| 久久国产精品第一页| 91婷婷韩国欧美一区二区| 欧美伦理影视网| 中文字幕第一区第二区| 亚洲bt欧美bt精品| 成人h版在线观看| 日韩欧美一区二区视频| 综合色天天鬼久久鬼色| 蜜臀99久久精品久久久久久软件| www.亚洲精品| 精品美女在线观看| 亚洲综合一区二区三区| 国产成人激情av| 在线综合视频播放| 亚洲色图在线视频| 国产精一区二区三区| 欧美精品久久久久久久久老牛影院| 国产清纯白嫩初高生在线观看91| 亚洲国产一区二区视频| 成人在线视频首页| 精品日韩av一区二区| 亚洲大片在线观看| 色哟哟日韩精品| 国产精品麻豆99久久久久久| 蜜芽一区二区三区| 欧美日韩综合在线| 亚洲激情欧美激情| www.日韩精品| 久久精品亚洲国产奇米99| 青青草国产精品亚洲专区无| 一本大道久久精品懂色aⅴ| 久久久国产午夜精品| 老汉av免费一区二区三区| 欧美美女一区二区| 亚洲一区二区三区在线播放| 99精品国产91久久久久久| 国产欧美1区2区3区| 国产伦理精品不卡| 2020国产精品自拍| 激情综合色综合久久综合| 日韩亚洲欧美综合| 男女男精品视频网| 欧美一区二区网站| 日韩电影在线观看一区| 777xxx欧美| 久久99精品网久久| 26uuu色噜噜精品一区| 国产在线播放一区二区三区 | 欧美美女一区二区在线观看|