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

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

?? user.cs

?? c#和sql 圖管理系統簡單模式 老師做的給大家參考了
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using Library.UserInterface;
using Library.DataLevel;

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.UserInterface.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.UserInterface.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(144, 64);
			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(112, 64);
			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(192, 64);
			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(224, 64);
			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(80, 64);
			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, 88);
			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, 120);
			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, 128);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(72, 23);
			this.label7.TabIndex = 12;
			this.label7.Text = "用戶類別";
			// 
			// textId
			// 
			this.textId.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objDataSetUser, "User.UserID"));
			this.textId.Location = new System.Drawing.Point(104, 56);
			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, 96);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 23);
			this.label2.TabIndex = 1;
			this.label2.Text = "用戶密碼";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(24, 64);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(72, 23);
			this.label1.TabIndex = 0;
			this.label1.Text = "用戶號碼";
			// 
			// 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.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			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.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			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=localhost;packet size=4096;integrated security=SSPI;data source=lo" +
				"calhost;persist security info=False;initial catalog=BookManager";
			// 
			// 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;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91一区二区三区在线播放| 亚洲成人你懂的| 欧美日韩综合不卡| 不卡av在线免费观看| 黑人精品欧美一区二区蜜桃| 一卡二卡三卡日韩欧美| 中文字幕永久在线不卡| 国产视频在线观看一区二区三区| 日本韩国一区二区三区视频| 成人免费电影视频| 国产成人综合在线播放| 蜜臀精品一区二区三区在线观看| 亚洲国产视频直播| 亚洲一区二区偷拍精品| 亚洲一区二区四区蜜桃| 亚洲免费观看高清| 亚洲精品免费电影| 亚洲美女视频一区| 亚洲综合色区另类av| 一区二区三区在线播放| 一区二区三区日韩欧美| 亚洲欧洲三级电影| 亚洲精品乱码久久久久久久久| 91精品国产麻豆国产自产在线| 欧美伊人久久大香线蕉综合69 | 中文字幕在线观看不卡| 国产精品丝袜在线| 日韩一区欧美一区| 亚洲一区二区三区爽爽爽爽爽| 亚洲一区二区三区激情| 五月综合激情婷婷六月色窝| 天堂久久一区二区三区| 蜜乳av一区二区三区| 国产传媒欧美日韩成人| 成人av在线网| 欧美性生交片4| 91精品综合久久久久久| 日韩精品中文字幕在线一区| 国产午夜亚洲精品不卡| 亚洲视频一二区| 18欧美亚洲精品| 亚洲精品日韩综合观看成人91| 午夜电影网亚洲视频| 美女一区二区视频| 成人一区二区视频| 欧美视频一区二区三区| 日韩欧美在线网站| 国产午夜一区二区三区| 亚洲日本免费电影| 极品少妇一区二区三区精品视频 | 欧美一区二区视频网站| 91精品国产91综合久久蜜臀| 国产日产欧美一区| 亚洲成人av一区二区三区| 青青草原综合久久大伊人精品 | 亚洲第一福利一区| 狠狠色狠狠色综合系列| 日本伦理一区二区| 精品1区2区在线观看| 日韩欧美亚洲国产精品字幕久久久| 国产免费成人在线视频| 五月天久久比比资源色| 成人av网站免费| 日韩精品中文字幕在线一区| 一区二区三区在线免费观看 | 色欧美乱欧美15图片| 日韩一区二区三区三四区视频在线观看 | www.成人在线| 精品视频123区在线观看| 国产精品丝袜在线| 国产一区二区三区美女| 欧美日韩高清影院| 亚洲人成网站影音先锋播放| 国产在线精品国自产拍免费| www.亚洲激情.com| 亚洲国产精品ⅴa在线观看| 裸体在线国模精品偷拍| 欧美视频在线一区| 一区二区三区自拍| 国产aⅴ精品一区二区三区色成熟| 欧美丰满少妇xxxxx高潮对白| 日本一区二区高清| 国产馆精品极品| 精品国精品自拍自在线| 首页国产欧美久久| 欧美午夜一区二区| 亚洲成av人影院| 欧美日韩午夜精品| 亚洲妇熟xx妇色黄| 欧美色视频在线| 亚洲电影你懂得| 欧美福利电影网| 日韩国产欧美在线播放| 日韩免费看网站| 精品一二线国产| 欧美成人精品1314www| 一区二区激情视频| 色国产精品一区在线观看| 亚洲色图视频网站| 色一情一乱一乱一91av| 伊人婷婷欧美激情| 911精品国产一区二区在线| 午夜影院久久久| 91精品国产综合久久精品麻豆| 亚洲国产精品一区二区www| 777奇米四色成人影色区| 石原莉奈在线亚洲二区| 91国产免费看| 欧美aaaaaa午夜精品| 精品国产乱码久久久久久牛牛| 久久www免费人成看片高清| 国产精品高潮呻吟| 日韩三级视频中文字幕| 91在线视频播放| 精品一区二区久久| 亚洲国产精品一区二区久久恐怖片 | 国产精品成人免费| 在线不卡免费av| 国产二区国产一区在线观看| 亚洲成人福利片| 国产精品第五页| 精品久久久久久最新网址| 在线观看一区日韩| 粉嫩一区二区三区在线看| 日韩影视精彩在线| 亚洲蜜臀av乱码久久精品蜜桃| 久久网站热最新地址| 欧美日韩激情一区| 91官网在线观看| 成人一区二区三区在线观看| 激情深爱一区二区| 石原莉奈一区二区三区在线观看| 亚洲欧美日韩国产综合| 国产日韩欧美高清在线| 日韩欧美另类在线| 69堂成人精品免费视频| 欧美性感一类影片在线播放| 99久久精品免费| 成人性生交大片免费| 韩国三级中文字幕hd久久精品| 丝袜亚洲精品中文字幕一区| 亚洲国产成人91porn| 一区二区高清免费观看影视大全| 国产精品电影院| 国产精品久久久久影院| 国产精品不卡在线观看| 久久久91精品国产一区二区精品 | 激情深爱一区二区| 久久国内精品自在自线400部| 五月综合激情日本mⅴ| 丝袜脚交一区二区| 奇米一区二区三区| 另类小说图片综合网| 蜜臀av性久久久久蜜臀av麻豆| 免费人成在线不卡| 蜜臀精品久久久久久蜜臀 | 中文字幕在线视频一区| 国产情人综合久久777777| 国产精品污网站| 亚洲欧美在线aaa| 亚洲精品第一国产综合野| 亚洲综合免费观看高清在线观看| 亚洲已满18点击进入久久| 石原莉奈在线亚洲二区| 麻豆免费看一区二区三区| 国产又黄又大久久| 91网站在线观看视频| 欧美在线不卡一区| 欧美一区二区免费| 中文字幕精品一区| 一区二区三区在线观看网站| 首页亚洲欧美制服丝腿| 国产一区二区在线免费观看| 国产suv精品一区二区883| 91成人免费在线视频| 91精品国产综合久久福利软件| 久久综合狠狠综合久久综合88| 中文字幕av一区二区三区高| 亚洲精品日韩综合观看成人91| 视频在线在亚洲| 成人性生交大片免费看视频在线| 一本高清dvd不卡在线观看| 欧美三级视频在线播放| 久久综合九色欧美综合狠狠| 一区二区在线观看视频在线观看| 性做久久久久久免费观看| 国内精品嫩模私拍在线| 91麻豆福利精品推荐| 日韩精品一区二区三区视频播放 | 懂色av一区二区三区免费看| 色综合天天视频在线观看| 日韩一区二区三区在线| 国产精品久久久久aaaa| 久久精品99国产精品日本| 一本色道**综合亚洲精品蜜桃冫| 91精品国产色综合久久久蜜香臀| 久久精品水蜜桃av综合天堂| 亚洲电影你懂得| 色综合久久综合中文综合网| 欧美精品一区男女天堂|