You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
154 lines
7.4 KiB
154 lines
7.4 KiB
namespace InjectionSearch
|
|
{
|
|
partial class FrmLogin
|
|
{
|
|
/// <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(FrmLogin));
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(2, 0);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(1291, 798);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(411, 410);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(83, 34);
|
|
this.label2.TabIndex = 7;
|
|
this.label2.Text = "密码";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox1.Location = new System.Drawing.Point(557, 301);
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(288, 45);
|
|
this.textBox1.TabIndex = 8;
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textBox2.Location = new System.Drawing.Point(557, 410);
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.PasswordChar = '*';
|
|
this.textBox2.Size = new System.Drawing.Size(288, 45);
|
|
this.textBox2.TabIndex = 9;
|
|
this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.LightSkyBlue;
|
|
this.button1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.Location = new System.Drawing.Point(438, 513);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(154, 66);
|
|
this.button1.TabIndex = 10;
|
|
this.button1.Text = "登录";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.LightSkyBlue;
|
|
this.button2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button2.Location = new System.Drawing.Point(724, 513);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(152, 66);
|
|
this.button2.TabIndex = 11;
|
|
this.button2.Text = "取消";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(411, 317);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(117, 34);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "用户名";
|
|
//
|
|
// FrmLogin
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1289, 793);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
this.Name = "FrmLogin";
|
|
this.Text = "登录";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|
|
|
|
|