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

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

?? 登錄界面.designer.cs

?? 適用于單位圖書館
?? CS
字號:
?namespace 圖書管理
{
    partial class 登錄界面  

    {
        // private System.Windows.Forms.Label label2_Click;
      //  private System.Windows.Forms.Label label3_Click;
      // private System.Windows.Forms.TextBox textBox1_TextChanged;
       // private System.Windows.Forms.TextBox textBox2_TextChanged;
        /// <summary>
        /// 必需的設計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設計器生成的代碼

        /// <summary>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(登錄界面));
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.lblUser = new System.Windows.Forms.Label();
            this.lblPassword = new System.Windows.Forms.Label();
            this.textUserID = new System.Windows.Forms.TextBox();
            this.textUserPassword = new System.Windows.Forms.TextBox();
            this.bunOk = new System.Windows.Forms.Button();
            this.bunCancel = new System.Windows.Forms.Button();
            this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
            this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
            this.dataSet1dl1 = new 圖書管理.DataSet1dl();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1dl1)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(-1, -1);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(490, 421);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("黑體", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.label1.Location = new System.Drawing.Point(168, 103);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(143, 33);
            this.label1.TabIndex = 1;
            this.label1.Text = "登錄系統";
            // 
            // lblUser
            // 
            this.lblUser.AutoSize = true;
            this.lblUser.Font = new System.Drawing.Font("宋體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblUser.Location = new System.Drawing.Point(78, 171);
            this.lblUser.Name = "lblUser";
            this.lblUser.Size = new System.Drawing.Size(56, 16);
            this.lblUser.TabIndex = 2;
            this.lblUser.Text = "用戶名";
            this.lblUser.Click += new System.EventHandler(this.lblUser_Click);
            // 
            // lblPassword
            // 
            this.lblPassword.AutoSize = true;
            this.lblPassword.Font = new System.Drawing.Font("宋體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblPassword.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.lblPassword.Location = new System.Drawing.Point(80, 238);
            this.lblPassword.Name = "lblPassword";
            this.lblPassword.Size = new System.Drawing.Size(40, 16);
            this.lblPassword.TabIndex = 3;
            this.lblPassword.Text = "密碼";
            this.lblPassword.Click += new System.EventHandler(this.lblPassword_Click);
            // 
            // textUserID
            // 
            this.textUserID.Location = new System.Drawing.Point(162, 168);
            this.textUserID.Name = "textUserID";
            this.textUserID.Size = new System.Drawing.Size(152, 21);
            this.textUserID.TabIndex = 4;
            this.textUserID.TextChanged += new System.EventHandler(this.textUserID_TextChanged_1);
            // 
            // textUserPassword
            // 
            this.textUserPassword.Location = new System.Drawing.Point(162, 235);
            this.textUserPassword.Name = "textUserPassword";
            this.textUserPassword.Size = new System.Drawing.Size(152, 21);
            this.textUserPassword.TabIndex = 5;
            this.textUserPassword.TextChanged += new System.EventHandler(this.textUserPassword_TextChanged_1);
            // 
            // bunOk
            // 
            this.bunOk.Location = new System.Drawing.Point(110, 303);
            this.bunOk.Name = "bunOk";
            this.bunOk.Size = new System.Drawing.Size(66, 23);
            this.bunOk.TabIndex = 6;
            this.bunOk.Text = "確定";
            this.bunOk.UseVisualStyleBackColor = true;
            this.bunOk.Click += new System.EventHandler(this.button1_Click);
            // 
            // bunCancel
            // 
            this.bunCancel.Location = new System.Drawing.Point(263, 302);
            this.bunCancel.Name = "bunCancel";
            this.bunCancel.Size = new System.Drawing.Size(67, 23);
            this.bunCancel.TabIndex = 7;
            this.bunCancel.Text = "取消";
            this.bunCancel.UseVisualStyleBackColor = true;
            this.bunCancel.Click += new System.EventHandler(this.button2_Click);
            // 
            // sqlSelectCommand1
            // 
            this.sqlSelectCommand1.CommandText = "SELECT     UserID, UserPassword, UserSort\r\nFROM         [User]";
            this.sqlSelectCommand1.Connection = this.sqlConnection1;
            // 
            // sqlInsertCommand1
            // 
            this.sqlInsertCommand1.CommandText = "INSERT INTO [User] ([UserID], [UserPassword], [UserSort]) VALUES (@UserID, @UserP" +
                "assword, @UserSort);\r\nSELECT UserID, UserPassword, UserSort FROM [User] WHERE (U" +
                "serID = @UserID)";
            this.sqlInsertCommand1.Connection = this.sqlConnection1;
            this.sqlInsertCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
            new System.Data.SqlClient.SqlParameter("@UserID", System.Data.SqlDbType.Char, 0, "UserID"),
            new System.Data.SqlClient.SqlParameter("@UserPassword", System.Data.SqlDbType.Char, 0, "UserPassword"),
            new System.Data.SqlClient.SqlParameter("@UserSort", System.Data.SqlDbType.VarChar, 0, "UserSort")});
            // 
            // sqlUpdateCommand1
            // 
            this.sqlUpdateCommand1.CommandText = resources.GetString("sqlUpdateCommand1.CommandText");
            this.sqlUpdateCommand1.Connection = this.sqlConnection1;
            this.sqlUpdateCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
            new System.Data.SqlClient.SqlParameter("@UserID", System.Data.SqlDbType.Char, 0, "UserID"),
            new System.Data.SqlClient.SqlParameter("@UserPassword", System.Data.SqlDbType.Char, 0, "UserPassword"),
            new System.Data.SqlClient.SqlParameter("@UserSort", System.Data.SqlDbType.VarChar, 0, "UserSort"),
            new System.Data.SqlClient.SqlParameter("@Original_UserID", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "UserID", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_UserPassword", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UserPassword", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_UserPassword", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "UserPassword", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_UserSort", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UserSort", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_UserSort", System.Data.SqlDbType.VarChar, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "UserSort", System.Data.DataRowVersion.Original, null)});
            // 
            // sqlDeleteCommand1
            // 
            this.sqlDeleteCommand1.CommandText = resources.GetString("sqlDeleteCommand1.CommandText");
            this.sqlDeleteCommand1.Connection = this.sqlConnection1;
            this.sqlDeleteCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
            new System.Data.SqlClient.SqlParameter("@Original_UserID", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "UserID", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_UserPassword", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UserPassword", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_UserPassword", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "UserPassword", System.Data.DataRowVersion.Original, null),
            new System.Data.SqlClient.SqlParameter("@IsNull_UserSort", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "UserSort", System.Data.DataRowVersion.Original, true, null, "", "", ""),
            new System.Data.SqlClient.SqlParameter("@Original_UserSort", System.Data.SqlDbType.VarChar, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "UserSort", System.Data.DataRowVersion.Original, null)});
            // 
            // 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;
            // 
            // sqlConnection1
            // 
            this.sqlConnection1.ConnectionString = "Data Source=TOMATO-788860A5\\JA;Initial Catalog=BookManager1;Integrated Security=T" +
                "rue";
            this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
            // 
            // dataSet1dl1
            // 
            this.dataSet1dl1.DataSetName = "DataSet1dl";
            this.dataSet1dl1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // 登錄界面
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(487, 418);
            this.Controls.Add(this.bunCancel);
            this.Controls.Add(this.bunOk);
            this.Controls.Add(this.textUserPassword);
            this.Controls.Add(this.textUserID);
            this.Controls.Add(this.lblPassword);
            this.Controls.Add(this.lblUser);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pictureBox1);
            this.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.Name = "登錄界面";
            this.Text = "登錄界面";
            this.Load += new System.EventHandler(this.登錄界面_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1dl1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label lblUser;
        private System.Windows.Forms.Label lblPassword;
        private System.Windows.Forms.TextBox textUserID;
        private System.Windows.Forms.TextBox textUserPassword;
        private System.Windows.Forms.Button bunOk;
        private System.Windows.Forms.Button bunCancel;
        private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
        private System.Data.SqlClient.SqlConnection sqlConnection1;
        private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
        private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
        private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
        private System.Data.SqlClient.SqlDataAdapter sqlDataAdapter1;
        private DataSet1dl dataSet1dl1;
     
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
中文字幕一区二区三区精华液| 性做久久久久久久久| 伊人性伊人情综合网| 男男视频亚洲欧美| 色哟哟国产精品免费观看| 日韩欧美一区电影| 亚洲丰满少妇videoshd| 成人激情电影免费在线观看| 91精品黄色片免费大全| 亚洲男女一区二区三区| 国产资源精品在线观看| 7777精品伊人久久久大香线蕉的 | 国产河南妇女毛片精品久久久| 色综合天天天天做夜夜夜夜做| 日韩久久久精品| 亚洲成人自拍网| 97se狠狠狠综合亚洲狠狠| 久久这里都是精品| 日韩和欧美的一区| 欧美日本高清视频在线观看| 亚洲欧美国产77777| 成人在线视频一区二区| 国产欧美在线观看一区| 久久av老司机精品网站导航| 777a∨成人精品桃花网| 亚洲国产乱码最新视频 | 国产乱国产乱300精品| 欧美mv日韩mv国产网站| 免费日韩伦理电影| 91麻豆精品91久久久久久清纯| 亚洲一区在线观看网站| 91在线国产观看| 亚洲国产精品黑人久久久| 国产成人啪午夜精品网站男同| 久久久久久久久久美女| 国产精品一区二区在线看| www久久久久| 国产精品一二三| 欧美激情一区二区三区四区| 成人教育av在线| 中文字幕一区二区三区在线不卡| 成人福利在线看| 国产精品久久久久婷婷| 成人免费黄色大片| 国产精品午夜久久| 色综合久久中文综合久久97| 夜夜嗨av一区二区三区四季av| 欧美在线观看视频一区二区| 婷婷中文字幕综合| 精品欧美一区二区在线观看| 国产麻豆9l精品三级站| 日韩一区在线播放| 91极品视觉盛宴| 免费一级欧美片在线观看| 久久久久久久综合色一本| a亚洲天堂av| 偷拍自拍另类欧美| 国产亚洲欧美日韩在线一区| av一区二区三区黑人| 亚洲成在线观看| 久久久久国产免费免费| 99国产精品久久久| 午夜精品福利一区二区蜜股av| 51精品秘密在线观看| 韩国欧美国产一区| 亚洲制服欧美中文字幕中文字幕| 91精品国产综合久久久久久久久久 | 国产精品18久久久久久vr| 亚洲欧洲日产国产综合网| 欧美麻豆精品久久久久久| 国产一区在线看| 一个色妞综合视频在线观看| 欧美一区二区三区免费观看视频| 国产v日产∨综合v精品视频| 亚洲一区视频在线观看视频| 亚洲午夜三级在线| 国产一区二区三区电影在线观看 | 国产福利精品一区二区| 亚洲理论在线观看| 欧美大片顶级少妇| 色综合久久综合| 国内精品视频666| 亚洲国产精品麻豆| 国产精品三级电影| 日韩精品自拍偷拍| 欧美影院一区二区三区| 粉嫩在线一区二区三区视频| 视频一区二区中文字幕| 亚洲免费观看高清完整版在线观看| 欧美精品xxxxbbbb| 91免费视频网| 国产不卡在线视频| 奇米一区二区三区| 亚洲国产精品久久久男人的天堂| 国产日韩欧美麻豆| 欧美v亚洲v综合ⅴ国产v| 欧美私人免费视频| 色综合久久88色综合天天6| 国产精品888| 国产一区二区伦理| 图片区日韩欧美亚洲| 一区二区三区加勒比av| 国产精品嫩草影院av蜜臀| www日韩大片| 亚洲精品在线免费观看视频| 在线播放国产精品二区一二区四区| av不卡在线播放| 成人18精品视频| 国产成人亚洲综合a∨猫咪| 久久国产精品99久久人人澡| 免费看日韩精品| 开心九九激情九九欧美日韩精美视频电影 | 99视频一区二区| 粗大黑人巨茎大战欧美成人| 激情综合五月天| 国产在线视视频有精品| 精品一区中文字幕| 激情深爱一区二区| 国产成人在线视频网站| 国产精品18久久久久| 国产成人a级片| 成人精品gif动图一区| 99re视频精品| 欧美色手机在线观看| 欧美精品日韩精品| 91精品欧美一区二区三区综合在| 欧美日高清视频| 欧美变态口味重另类| 久久综合狠狠综合久久综合88| 久久久欧美精品sm网站| 国产欧美一区二区三区鸳鸯浴| 中文一区二区在线观看| 国产精品美女久久久久aⅴ| 亚洲日韩欧美一区二区在线| 一区二区三区成人在线视频| 午夜国产不卡在线观看视频| 另类专区欧美蜜桃臀第一页| 国产99精品国产| 91免费观看视频| 欧美精品亚洲一区二区在线播放| 精品理论电影在线观看 | 99视频一区二区三区| 欧美色综合网站| 日韩久久精品一区| 成人欧美一区二区三区1314| 亚洲一区二区视频| 精品午夜久久福利影院 | 欧美做爰猛烈大尺度电影无法无天| 日韩三级伦理片妻子的秘密按摩| 欧美久久久久久蜜桃| 2021久久国产精品不只是精品| 国产精品免费久久| 五月天国产精品| 国产成人精品一区二| 欧美日韩精品久久久| 久久久久国产精品人| 亚洲一二三四久久| 国产尤物一区二区| 欧美中文字幕不卡| 久久久综合精品| 亚洲最大的成人av| 国产99久久久国产精品潘金| 欧美日韩免费一区二区三区视频| 久久久久97国产精华液好用吗| 亚洲一区二区三区免费视频| 韩国三级在线一区| 337p亚洲精品色噜噜噜| 国产精品网站在线观看| 日本aⅴ精品一区二区三区| 9人人澡人人爽人人精品| 日韩欧美在线影院| 一区二区三区**美女毛片| 国产成人高清视频| 欧美一区二区高清| 亚洲午夜私人影院| 97精品久久久午夜一区二区三区| 精品三级在线观看| 亚洲成人精品在线观看| 99久久99久久精品国产片果冻| 日韩女优av电影| 日韩电影在线观看电影| 欧美中文字幕一区二区三区| 国产色一区二区| 久草热8精品视频在线观看| 欧美日韩国产区一| 一区二区三区产品免费精品久久75| 成人免费观看视频| 国产欧美一二三区| 久久久久久久免费视频了| 亚洲国产cao| 久久亚洲综合色一区二区三区| 色狠狠综合天天综合综合| 亚洲视频免费观看| 国产精品久久99| 久久亚洲精品小早川怜子| 一区二区高清视频在线观看| 不卡一区二区三区四区| 国产精品私人影院| 成人av在线资源网站| 国产欧美一区二区精品性色超碰|