namespace WindowsFormsApp1
|
{
|
partial class Login
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.buttonLogin1 = new System.Windows.Forms.Button();
|
this.label1 = 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.labelState5 = new System.Windows.Forms.Label();
|
this.label10 = 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.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.buttonLogin2 = new System.Windows.Forms.Button();
|
this.label16 = new System.Windows.Forms.Label();
|
this.labelReLogin1 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// buttonLogin1
|
//
|
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
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F);
|
this.label1.Location = new System.Drawing.Point(12, 19);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(45, 20);
|
this.label1.TabIndex = 45;
|
this.label1.Text = "账号1";
|
//
|
// labelState1
|
//
|
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 = "未授权";
|
//
|
// buttonLogin5
|
//
|
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);
|
//
|
// labelReLogin5
|
//
|
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
|
//
|
this.label13.AutoSize = true;
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 10F);
|
this.label13.Location = new System.Drawing.Point(12, 207);
|
this.label13.Name = "label13";
|
this.label13.Size = new System.Drawing.Size(45, 20);
|
this.label13.TabIndex = 45;
|
this.label13.Text = "账号5";
|
//
|
// labelState5
|
//
|
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
|
//
|
this.label10.AutoSize = true;
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 10F);
|
this.label10.Location = new System.Drawing.Point(12, 160);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(45, 20);
|
this.label10.TabIndex = 45;
|
this.label10.Text = "账号4";
|
//
|
// buttonLogin4
|
//
|
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);
|
//
|
// labelState4
|
//
|
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 = "登录成功";
|
//
|
// labelReLogin4
|
//
|
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);
|
//
|
// labelReLogin3
|
//
|
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);
|
//
|
// labelState3
|
//
|
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
|
//
|
this.label7.AutoSize = true;
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 10F);
|
this.label7.Location = new System.Drawing.Point(12, 113);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(45, 20);
|
this.label7.TabIndex = 45;
|
this.label7.Text = "账号3";
|
//
|
// buttonLogin3
|
//
|
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);
|
//
|
// labelReLogin2
|
//
|
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);
|
//
|
// labelState2
|
//
|
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
|
//
|
this.label3.AutoSize = true;
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 10F);
|
this.label3.Location = new System.Drawing.Point(12, 66);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(45, 20);
|
this.label3.TabIndex = 45;
|
this.label3.Text = "账号2";
|
//
|
// buttonLogin2
|
//
|
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
|
//
|
this.label16.AutoSize = true;
|
this.label16.Font = new System.Drawing.Font("微软雅黑", 10F);
|
this.label16.ForeColor = System.Drawing.Color.Red;
|
this.label16.Location = new System.Drawing.Point(67, 248);
|
this.label16.Name = "label16";
|
this.label16.Size = new System.Drawing.Size(277, 20);
|
this.label16.TabIndex = 45;
|
this.label16.Text = "可同时登录多个淘宝账号,最少1个最多5个";
|
//
|
// 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.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.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.buttonLogin1);
|
this.Name = "Login";
|
this.Text = "淘宝授权登录";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button buttonLogin1;
|
private System.Windows.Forms.Label label1;
|
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 labelState5;
|
private System.Windows.Forms.Label label10;
|
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 buttonLogin3;
|
private System.Windows.Forms.Label labelReLogin2;
|
private System.Windows.Forms.Label labelState2;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Button buttonLogin2;
|
private System.Windows.Forms.Label label16;
|
private System.Windows.Forms.Label labelReLogin1;
|
}
|
}
|