From 9d3d08ba960fc739498b0648d57eaf2c50a40fd1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 17 六月 2020 19:17:54 +0800 Subject: [PATCH] '登录' --- WindowsFormsApp1/LoginNew.Designer.cs | 71 +++++++++++++++++++++++------------ 1 files changed, 47 insertions(+), 24 deletions(-) diff --git a/WindowsFormsApp1/Form6.Designer.cs b/WindowsFormsApp1/LoginNew.Designer.cs similarity index 82% rename from WindowsFormsApp1/Form6.Designer.cs rename to WindowsFormsApp1/LoginNew.Designer.cs index 1f6c165..82643b6 100644 --- a/WindowsFormsApp1/Form6.Designer.cs +++ b/WindowsFormsApp1/LoginNew.Designer.cs @@ -1,6 +1,6 @@ 锘縩amespace WindowsFormsApp1 { - partial class Form6 + partial class LoginNew { /// <summary> /// Required designer variable. @@ -28,11 +28,11 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); - this.textBox2 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); @@ -40,6 +40,10 @@ this.textBox4 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.button9 = new System.Windows.Forms.Button(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.timer1 = new System.Windows.Forms.Timer(this.components); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label2 @@ -60,13 +64,12 @@ this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(218, 25); this.textBox1.TabIndex = 64; - this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.label1.ForeColor = System.Drawing.Color.Black; + this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(307, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 20); @@ -78,27 +81,18 @@ this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); this.label3.ForeColor = System.Drawing.Color.Black; - this.label3.Location = new System.Drawing.Point(12, 58); + this.label3.Location = new System.Drawing.Point(12, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 20); this.label3.TabIndex = 63; this.label3.Text = "浜烘満楠岃瘉"; - // - // textBox2 - // - this.textBox2.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.textBox2.Location = new System.Drawing.Point(83, 56); - this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(123, 25); - this.textBox2.TabIndex = 64; - this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); this.label4.ForeColor = System.Drawing.Color.Black; - this.label4.Location = new System.Drawing.Point(12, 102); + this.label4.Location = new System.Drawing.Point(12, 104); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(51, 20); this.label4.TabIndex = 63; @@ -107,15 +101,14 @@ // textBox3 // this.textBox3.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); - this.textBox3.Location = new System.Drawing.Point(83, 100); + this.textBox3.Location = new System.Drawing.Point(83, 102); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(123, 25); this.textBox3.TabIndex = 64; - this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // button1 // - this.button1.BackColor = System.Drawing.SystemColors.Window; + this.button1.BackColor = System.Drawing.SystemColors.Menu; this.button1.Font = new System.Drawing.Font("寰蒋闆呴粦", 9F, System.Drawing.FontStyle.Bold); this.button1.ForeColor = System.Drawing.Color.Black; this.button1.Location = new System.Drawing.Point(212, 100); @@ -124,6 +117,7 @@ this.button1.TabIndex = 65; this.button1.Text = "鍙戦�侀獙璇佺爜"; this.button1.UseVisualStyleBackColor = false; + this.button1.Click += new System.EventHandler(this.sendverifycode_Click); // // label5 // @@ -143,7 +137,6 @@ this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(123, 25); this.textBox4.TabIndex = 64; - this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label6 // @@ -159,6 +152,8 @@ // button9 // this.button9.BackColor = System.Drawing.SystemColors.Window; + this.button9.FlatAppearance.BorderSize = 0; + this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button9.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F, System.Drawing.FontStyle.Bold); this.button9.ForeColor = System.Drawing.Color.Black; this.button9.Location = new System.Drawing.Point(83, 191); @@ -167,18 +162,42 @@ this.button9.TabIndex = 66; this.button9.Text = "鐧诲綍"; this.button9.UseVisualStyleBackColor = false; - this.button9.Click += new System.EventHandler(this.button9_Click); + this.button9.Click += new System.EventHandler(this.login_Click); // - // Form6 + // pictureBox1 + // + this.pictureBox1.Location = new System.Drawing.Point(218, 54); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(75, 30); + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox1.TabIndex = 67; + this.pictureBox1.TabStop = false; + this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); + // + // textBox2 + // + this.textBox2.Font = new System.Drawing.Font("寰蒋闆呴粦", 10F); + this.textBox2.Location = new System.Drawing.Point(83, 57); + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size(123, 25); + this.textBox2.TabIndex = 68; + // + // timer1 + // + this.timer1.Interval = 1000; + this.timer1.Tick += new System.EventHandler(this.timer1_Tick); + // + // LoginNew // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(364, 242); + this.Controls.Add(this.textBox2); + this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button9); this.Controls.Add(this.button1); this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox3); - this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label5); this.Controls.Add(this.label4); @@ -186,9 +205,11 @@ this.Controls.Add(this.label6); this.Controls.Add(this.label1); this.Controls.Add(this.label2); - this.Name = "Form6"; + this.Name = "LoginNew"; this.Text = "鐧诲綍"; + this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LoginNew_FormClosed); this.Load += new System.EventHandler(this.Form6_Load); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -200,7 +221,6 @@ private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; - private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Button button1; @@ -208,5 +228,8 @@ private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button9; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.Timer timer1; } } \ No newline at end of file -- Gitblit v1.8.0