From 9d3d08ba960fc739498b0648d57eaf2c50a40fd1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 17 六月 2020 19:17:54 +0800 Subject: [PATCH] '登录' --- WindowsFormsApp1/Login.Designer.cs | 362 ++++++++++++++++++++++++++++----------------------- 1 files changed, 197 insertions(+), 165 deletions(-) diff --git a/WindowsFormsApp1/Login.Designer.cs b/WindowsFormsApp1/Login.Designer.cs index 61d338d..6e653e5 100644 --- a/WindowsFormsApp1/Login.Designer.cs +++ b/WindowsFormsApp1/Login.Designer.cs @@ -28,39 +28,43 @@ /// </summary> private void InitializeComponent() { - this.button7 = new System.Windows.Forms.Button(); + this.buttonLogin1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.button4 = new System.Windows.Forms.Button(); - this.label12 = new System.Windows.Forms.Label(); + this.labelState1 = new System.Windows.Forms.Label(); + this.buttonLogin5 = new System.Windows.Forms.Button(); + this.labelReLogin5 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); - this.label14 = new System.Windows.Forms.Label(); + this.labelState5 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); - this.button3 = new System.Windows.Forms.Button(); - this.label11 = new System.Windows.Forms.Label(); - this.label9 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); - this.label8 = new System.Windows.Forms.Label(); + this.buttonLogin4 = new System.Windows.Forms.Button(); + this.labelState4 = new System.Windows.Forms.Label(); + this.labelReLogin4 = new System.Windows.Forms.Label(); + this.labelReLogin3 = new System.Windows.Forms.Label(); + this.labelState3 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); - this.button2 = new System.Windows.Forms.Button(); - this.label5 = new System.Windows.Forms.Label(); - this.label4 = new System.Windows.Forms.Label(); + this.buttonLogin3 = new System.Windows.Forms.Button(); + this.labelReLogin2 = new System.Windows.Forms.Label(); + this.labelState2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); - this.button1 = new System.Windows.Forms.Button(); + this.buttonLogin2 = new System.Windows.Forms.Button(); this.label16 = new System.Windows.Forms.Label(); + this.labelReLogin1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // - // button7 + // buttonLogin1 // - this.button7.BackColor = System.Drawing.SystemColors.Window; - this.button7.ForeColor = System.Drawing.Color.Black; - this.button7.Location = new System.Drawing.Point(71, 12); - this.button7.Name = "button7"; - this.button7.Size = new System.Drawing.Size(181, 35); - this.button7.TabIndex = 44; - this.button7.Text = "鐐瑰嚮鐧诲綍"; - this.button7.UseVisualStyleBackColor = false; - this.button7.Click += new System.EventHandler(this.button7_Click); + this.buttonLogin1.BackColor = System.Drawing.SystemColors.Window; + this.buttonLogin1.FlatAppearance.BorderSize = 0; + this.buttonLogin1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.buttonLogin1.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonLogin1.ForeColor = System.Drawing.Color.Black; + this.buttonLogin1.Location = new System.Drawing.Point(71, 12); + this.buttonLogin1.Name = "buttonLogin1"; + this.buttonLogin1.Size = new System.Drawing.Size(181, 35); + this.buttonLogin1.TabIndex = 44; + this.buttonLogin1.Text = "鐐瑰嚮鐧诲綍"; + this.buttonLogin1.UseVisualStyleBackColor = false; + this.buttonLogin1.Click += new System.EventHandler(this.login1_Click); // // label1 // @@ -72,37 +76,41 @@ this.label1.TabIndex = 45; this.label1.Text = "璐﹀彿1"; // - // label2 + // labelState1 // - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label2.Location = new System.Drawing.Point(269, 19); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(51, 20); - this.label2.TabIndex = 45; - this.label2.Text = "鏈巿鏉�"; + this.labelState1.AutoSize = true; + this.labelState1.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelState1.Location = new System.Drawing.Point(269, 19); + this.labelState1.Name = "labelState1"; + this.labelState1.Size = new System.Drawing.Size(51, 20); + this.labelState1.TabIndex = 45; + this.labelState1.Text = "鏈巿鏉�"; // - // button4 + // buttonLogin5 // - this.button4.BackColor = System.Drawing.SystemColors.Window; - this.button4.ForeColor = System.Drawing.Color.Black; - this.button4.Location = new System.Drawing.Point(71, 200); - this.button4.Name = "button4"; - this.button4.Size = new System.Drawing.Size(181, 35); - this.button4.TabIndex = 44; - this.button4.Text = "鐐瑰嚮鐧诲綍"; - this.button4.UseVisualStyleBackColor = false; - this.button4.Click += new System.EventHandler(this.button7_Click); + this.buttonLogin5.BackColor = System.Drawing.SystemColors.Window; + this.buttonLogin5.FlatAppearance.BorderSize = 0; + this.buttonLogin5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.buttonLogin5.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonLogin5.ForeColor = System.Drawing.Color.Black; + this.buttonLogin5.Location = new System.Drawing.Point(71, 200); + this.buttonLogin5.Name = "buttonLogin5"; + this.buttonLogin5.Size = new System.Drawing.Size(181, 35); + this.buttonLogin5.TabIndex = 44; + this.buttonLogin5.Text = "鐐瑰嚮鐧诲綍"; + this.buttonLogin5.UseVisualStyleBackColor = false; + this.buttonLogin5.Click += new System.EventHandler(this.login5_Click); // - // label12 + // labelReLogin5 // - this.label12.AutoSize = true; - this.label12.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label12.Location = new System.Drawing.Point(348, 207); - this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(65, 20); - this.label12.TabIndex = 45; - this.label12.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin5.AutoSize = true; + this.labelReLogin5.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelReLogin5.Location = new System.Drawing.Point(348, 207); + this.labelReLogin5.Name = "labelReLogin5"; + this.labelReLogin5.Size = new System.Drawing.Size(65, 20); + this.labelReLogin5.TabIndex = 45; + this.labelReLogin5.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin5.Click += new System.EventHandler(this.relogin5_Click); // // label13 // @@ -114,15 +122,15 @@ this.label13.TabIndex = 45; this.label13.Text = "璐﹀彿5"; // - // label14 + // labelState5 // - this.label14.AutoSize = true; - this.label14.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label14.Location = new System.Drawing.Point(269, 207); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(65, 20); - this.label14.TabIndex = 45; - this.label14.Text = "鐧诲綍鎴愬姛"; + this.labelState5.AutoSize = true; + this.labelState5.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelState5.Location = new System.Drawing.Point(269, 207); + this.labelState5.Name = "labelState5"; + this.labelState5.Size = new System.Drawing.Size(65, 20); + this.labelState5.TabIndex = 45; + this.labelState5.Text = "鐧诲綍鎴愬姛"; // // label10 // @@ -134,57 +142,62 @@ this.label10.TabIndex = 45; this.label10.Text = "璐﹀彿4"; // - // button3 + // buttonLogin4 // - this.button3.BackColor = System.Drawing.SystemColors.Window; - this.button3.ForeColor = System.Drawing.Color.Black; - this.button3.Location = new System.Drawing.Point(71, 153); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(181, 35); - this.button3.TabIndex = 44; - this.button3.Text = "鐐瑰嚮鐧诲綍"; - this.button3.UseVisualStyleBackColor = false; - this.button3.Click += new System.EventHandler(this.button7_Click); + this.buttonLogin4.BackColor = System.Drawing.SystemColors.Window; + this.buttonLogin4.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonLogin4.FlatAppearance.BorderSize = 0; + this.buttonLogin4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.buttonLogin4.ForeColor = System.Drawing.Color.Black; + this.buttonLogin4.Location = new System.Drawing.Point(71, 153); + this.buttonLogin4.Name = "buttonLogin4"; + this.buttonLogin4.Size = new System.Drawing.Size(181, 35); + this.buttonLogin4.TabIndex = 44; + this.buttonLogin4.Text = "鐐瑰嚮鐧诲綍"; + this.buttonLogin4.UseVisualStyleBackColor = false; + this.buttonLogin4.Click += new System.EventHandler(this.login4_Click); // - // label11 + // labelState4 // - this.label11.AutoSize = true; - this.label11.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label11.Location = new System.Drawing.Point(269, 160); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(65, 20); - this.label11.TabIndex = 45; - this.label11.Text = "鐧诲綍鎴愬姛"; + this.labelState4.AutoSize = true; + this.labelState4.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelState4.Location = new System.Drawing.Point(269, 160); + this.labelState4.Name = "labelState4"; + this.labelState4.Size = new System.Drawing.Size(65, 20); + this.labelState4.TabIndex = 45; + this.labelState4.Text = "鐧诲綍鎴愬姛"; // - // label9 + // labelReLogin4 // - this.label9.AutoSize = true; - this.label9.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label9.Location = new System.Drawing.Point(348, 160); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(65, 20); - this.label9.TabIndex = 45; - this.label9.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin4.AutoSize = true; + this.labelReLogin4.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelReLogin4.Location = new System.Drawing.Point(348, 160); + this.labelReLogin4.Name = "labelReLogin4"; + this.labelReLogin4.Size = new System.Drawing.Size(65, 20); + this.labelReLogin4.TabIndex = 45; + this.labelReLogin4.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin4.Click += new System.EventHandler(this.relogin4_Click); // - // label6 + // labelReLogin3 // - this.label6.AutoSize = true; - this.label6.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label6.Location = new System.Drawing.Point(348, 113); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(65, 20); - this.label6.TabIndex = 45; - this.label6.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin3.AutoSize = true; + this.labelReLogin3.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelReLogin3.Location = new System.Drawing.Point(348, 113); + this.labelReLogin3.Name = "labelReLogin3"; + this.labelReLogin3.Size = new System.Drawing.Size(65, 20); + this.labelReLogin3.TabIndex = 45; + this.labelReLogin3.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin3.Click += new System.EventHandler(this.relogin3_Click); // - // label8 + // labelState3 // - this.label8.AutoSize = true; - this.label8.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label8.Location = new System.Drawing.Point(269, 113); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(65, 20); - this.label8.TabIndex = 45; - this.label8.Text = "鐧诲綍鎴愬姛"; + this.labelState3.AutoSize = true; + this.labelState3.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelState3.Location = new System.Drawing.Point(269, 113); + this.labelState3.Name = "labelState3"; + this.labelState3.Size = new System.Drawing.Size(65, 20); + this.labelState3.TabIndex = 45; + this.labelState3.Text = "鐧诲綍鎴愬姛"; // // label7 // @@ -196,37 +209,41 @@ this.label7.TabIndex = 45; this.label7.Text = "璐﹀彿3"; // - // button2 + // buttonLogin3 // - this.button2.BackColor = System.Drawing.SystemColors.Window; - this.button2.ForeColor = System.Drawing.Color.Black; - this.button2.Location = new System.Drawing.Point(71, 106); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(181, 35); - this.button2.TabIndex = 44; - this.button2.Text = "鐐瑰嚮鐧诲綍"; - this.button2.UseVisualStyleBackColor = false; - this.button2.Click += new System.EventHandler(this.button7_Click); + this.buttonLogin3.BackColor = System.Drawing.SystemColors.Window; + this.buttonLogin3.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonLogin3.FlatAppearance.BorderSize = 0; + this.buttonLogin3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.buttonLogin3.ForeColor = System.Drawing.Color.Black; + this.buttonLogin3.Location = new System.Drawing.Point(71, 106); + this.buttonLogin3.Name = "buttonLogin3"; + this.buttonLogin3.Size = new System.Drawing.Size(181, 35); + this.buttonLogin3.TabIndex = 44; + this.buttonLogin3.Text = "鐐瑰嚮鐧诲綍"; + this.buttonLogin3.UseVisualStyleBackColor = false; + this.buttonLogin3.Click += new System.EventHandler(this.login3_Click); // - // label5 + // labelReLogin2 // - this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label5.Location = new System.Drawing.Point(348, 66); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(65, 20); - this.label5.TabIndex = 45; - this.label5.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin2.AutoSize = true; + this.labelReLogin2.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelReLogin2.Location = new System.Drawing.Point(348, 66); + this.labelReLogin2.Name = "labelReLogin2"; + this.labelReLogin2.Size = new System.Drawing.Size(65, 20); + this.labelReLogin2.TabIndex = 45; + this.labelReLogin2.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin2.Click += new System.EventHandler(this.relogin2_Click); // - // label4 + // labelState2 // - this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label4.Location = new System.Drawing.Point(269, 66); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(65, 20); - this.label4.TabIndex = 45; - this.label4.Text = "鐧诲綍鎴愬姛"; + this.labelState2.AutoSize = true; + this.labelState2.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelState2.Location = new System.Drawing.Point(269, 66); + this.labelState2.Name = "labelState2"; + this.labelState2.Size = new System.Drawing.Size(65, 20); + this.labelState2.TabIndex = 45; + this.labelState2.Text = "鐧诲綍鎴愬姛"; // // label3 // @@ -238,17 +255,20 @@ this.label3.TabIndex = 45; this.label3.Text = "璐﹀彿2"; // - // button1 + // buttonLogin2 // - this.button1.BackColor = System.Drawing.SystemColors.Window; - this.button1.ForeColor = System.Drawing.Color.Black; - this.button1.Location = new System.Drawing.Point(71, 59); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(181, 35); - this.button1.TabIndex = 44; - this.button1.Text = "鐐瑰嚮鐧诲綍"; - this.button1.UseVisualStyleBackColor = false; - this.button1.Click += new System.EventHandler(this.button7_Click); + this.buttonLogin2.BackColor = System.Drawing.SystemColors.Window; + this.buttonLogin2.FlatAppearance.BorderSize = 0; + this.buttonLogin2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.buttonLogin2.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.buttonLogin2.ForeColor = System.Drawing.Color.Black; + this.buttonLogin2.Location = new System.Drawing.Point(71, 59); + this.buttonLogin2.Name = "buttonLogin2"; + this.buttonLogin2.Size = new System.Drawing.Size(181, 35); + this.buttonLogin2.TabIndex = 44; + this.buttonLogin2.Text = "鐐瑰嚮鐧诲綍"; + this.buttonLogin2.UseVisualStyleBackColor = false; + this.buttonLogin2.Click += new System.EventHandler(this.login2_Click); // // label16 // @@ -260,33 +280,44 @@ this.label16.Size = new System.Drawing.Size(277, 20); this.label16.TabIndex = 45; this.label16.Text = "鍙悓鏃剁櫥褰曞涓窐瀹濊处鍙凤紝鏈�灏�1涓渶澶�5涓�"; - this.label16.Click += new System.EventHandler(this.label15_Click); + // + // labelReLogin1 + // + this.labelReLogin1.AutoSize = true; + this.labelReLogin1.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.labelReLogin1.Location = new System.Drawing.Point(348, 19); + this.labelReLogin1.Name = "labelReLogin1"; + this.labelReLogin1.Size = new System.Drawing.Size(65, 20); + this.labelReLogin1.TabIndex = 46; + this.labelReLogin1.Text = "閲嶆柊鐧诲綍"; + this.labelReLogin1.Click += new System.EventHandler(this.relogin1_Click); // // Login // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(434, 282); - this.Controls.Add(this.label14); - this.Controls.Add(this.label11); - this.Controls.Add(this.label8); - this.Controls.Add(this.label4); + this.Controls.Add(this.labelReLogin1); + this.Controls.Add(this.labelState5); + this.Controls.Add(this.labelState4); + this.Controls.Add(this.labelState3); + this.Controls.Add(this.labelState2); this.Controls.Add(this.label16); this.Controls.Add(this.label13); this.Controls.Add(this.label10); this.Controls.Add(this.label7); this.Controls.Add(this.label3); - this.Controls.Add(this.label12); - this.Controls.Add(this.label9); - this.Controls.Add(this.button4); - this.Controls.Add(this.label6); - this.Controls.Add(this.button3); - this.Controls.Add(this.label5); - this.Controls.Add(this.button2); - this.Controls.Add(this.label2); - this.Controls.Add(this.button1); + this.Controls.Add(this.labelReLogin5); + this.Controls.Add(this.labelReLogin4); + this.Controls.Add(this.buttonLogin5); + this.Controls.Add(this.labelReLogin3); + this.Controls.Add(this.buttonLogin4); + this.Controls.Add(this.labelReLogin2); + this.Controls.Add(this.buttonLogin3); + this.Controls.Add(this.labelState1); + this.Controls.Add(this.buttonLogin2); this.Controls.Add(this.label1); - this.Controls.Add(this.button7); + this.Controls.Add(this.buttonLogin1); this.Name = "Login"; this.Text = "娣樺疂鎺堟潈鐧诲綍"; this.ResumeLayout(false); @@ -296,25 +327,26 @@ #endregion - private System.Windows.Forms.Button button7; + private System.Windows.Forms.Button buttonLogin1; private System.Windows.Forms.Label label1; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.Button button4; - private System.Windows.Forms.Label label12; + private System.Windows.Forms.Label labelState1; + private System.Windows.Forms.Button buttonLogin5; + private System.Windows.Forms.Label labelReLogin5; private System.Windows.Forms.Label label13; - private System.Windows.Forms.Label label14; + private System.Windows.Forms.Label labelState5; private System.Windows.Forms.Label label10; - private System.Windows.Forms.Button button3; - private System.Windows.Forms.Label label11; - private System.Windows.Forms.Label label9; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.Label label8; + private System.Windows.Forms.Button buttonLogin4; + private System.Windows.Forms.Label labelState4; + private System.Windows.Forms.Label labelReLogin4; + private System.Windows.Forms.Label labelReLogin3; + private System.Windows.Forms.Label labelState3; private System.Windows.Forms.Label label7; - private System.Windows.Forms.Button button2; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.Label label4; + private System.Windows.Forms.Button buttonLogin3; + private System.Windows.Forms.Label labelReLogin2; + private System.Windows.Forms.Label labelState2; private System.Windows.Forms.Label label3; - private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button buttonLogin2; private System.Windows.Forms.Label label16; + private System.Windows.Forms.Label labelReLogin1; } } \ No newline at end of file -- Gitblit v1.8.0