|
|
namespace ButcherFactory.Login
|
|
|
{
|
|
|
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()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
|
|
|
this.pwdBox = new WinFormControl.UTextBoxWithPad();
|
|
|
this.loginBtn = new System.Windows.Forms.Button();
|
|
|
this.exitBtn = new System.Windows.Forms.Button();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.uLabel1 = new WinFormControl.ULabel();
|
|
|
this.uLabel2 = new WinFormControl.ULabel();
|
|
|
this.userNameBox = new System.Windows.Forms.TextBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// pwdBox
|
|
|
//
|
|
|
this.pwdBox.Font = new System.Drawing.Font("宋体", 20F);
|
|
|
this.pwdBox.Location = new System.Drawing.Point(329, 214);
|
|
|
this.pwdBox.Name = "pwdBox";
|
|
|
this.pwdBox.Size = new System.Drawing.Size(186, 38);
|
|
|
this.pwdBox.TabIndex = 2;
|
|
|
this.pwdBox.Type = WinFormControl.UTextBoxWithPad.TextBoxType.Normal;
|
|
|
this.pwdBox.UseSystemPasswordChar = true;
|
|
|
//
|
|
|
// loginBtn
|
|
|
//
|
|
|
this.loginBtn.BackgroundImage = global::ButcherFactory.Login.Properties.Resources.okBtn;
|
|
|
this.loginBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.loginBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.loginBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.loginBtn.Font = new System.Drawing.Font("黑体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.loginBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.loginBtn.Location = new System.Drawing.Point(304, 277);
|
|
|
this.loginBtn.Name = "loginBtn";
|
|
|
this.loginBtn.Size = new System.Drawing.Size(90, 50);
|
|
|
this.loginBtn.TabIndex = 3;
|
|
|
this.loginBtn.Text = "登 录";
|
|
|
this.loginBtn.UseVisualStyleBackColor = true;
|
|
|
this.loginBtn.Click += new System.EventHandler(this.loginBtn_Click);
|
|
|
//
|
|
|
// exitBtn
|
|
|
//
|
|
|
this.exitBtn.BackgroundImage = global::ButcherFactory.Login.Properties.Resources.cancelBtn;
|
|
|
this.exitBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.exitBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
this.exitBtn.FlatAppearance.BorderSize = 0;
|
|
|
this.exitBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
this.exitBtn.Font = new System.Drawing.Font("黑体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.exitBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(111)))), ((int)(((byte)(158)))));
|
|
|
this.exitBtn.Location = new System.Drawing.Point(426, 277);
|
|
|
this.exitBtn.Name = "exitBtn";
|
|
|
this.exitBtn.Size = new System.Drawing.Size(90, 50);
|
|
|
this.exitBtn.TabIndex = 4;
|
|
|
this.exitBtn.Text = "退 出";
|
|
|
this.exitBtn.UseVisualStyleBackColor = true;
|
|
|
this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
|
|
|
//
|
|
|
// pictureBox1
|
|
|
//
|
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.pictureBox1.Image = global::ButcherFactory.Login.Properties.Resources.gn_n;
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(521, 126);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(39, 25);
|
|
|
this.pictureBox1.TabIndex = 6;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
|
|
//
|
|
|
// uLabel1
|
|
|
//
|
|
|
this.uLabel1.AutoSize = true;
|
|
|
this.uLabel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uLabel1.Font = new System.Drawing.Font("宋体", 18F);
|
|
|
this.uLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(111)))), ((int)(((byte)(158)))));
|
|
|
this.uLabel1.Location = new System.Drawing.Point(236, 163);
|
|
|
this.uLabel1.Name = "uLabel1";
|
|
|
this.uLabel1.Size = new System.Drawing.Size(106, 24);
|
|
|
this.uLabel1.TabIndex = 7;
|
|
|
this.uLabel1.Text = "用户名:";
|
|
|
//
|
|
|
// uLabel2
|
|
|
//
|
|
|
this.uLabel2.AutoSize = true;
|
|
|
this.uLabel2.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.uLabel2.Font = new System.Drawing.Font("宋体", 18F);
|
|
|
this.uLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(111)))), ((int)(((byte)(158)))));
|
|
|
this.uLabel2.Location = new System.Drawing.Point(236, 219);
|
|
|
this.uLabel2.Name = "uLabel2";
|
|
|
this.uLabel2.Size = new System.Drawing.Size(106, 24);
|
|
|
this.uLabel2.TabIndex = 8;
|
|
|
this.uLabel2.Text = "密 码:";
|
|
|
//
|
|
|
// userNameBox
|
|
|
//
|
|
|
this.userNameBox.Font = new System.Drawing.Font("宋体", 20F);
|
|
|
this.userNameBox.Location = new System.Drawing.Point(329, 157);
|
|
|
this.userNameBox.Name = "userNameBox";
|
|
|
this.userNameBox.Size = new System.Drawing.Size(186, 38);
|
|
|
this.userNameBox.TabIndex = 1;
|
|
|
this.userNameBox.Click += new System.EventHandler(this.userNameBox_Click);
|
|
|
//
|
|
|
// Login
|
|
|
//
|
|
|
this.AcceptButton = this.loginBtn;
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
|
|
this.CancelButton = this.exitBtn;
|
|
|
this.ClientSize = new System.Drawing.Size(676, 385);
|
|
|
this.Controls.Add(this.userNameBox);
|
|
|
this.Controls.Add(this.pwdBox);
|
|
|
this.Controls.Add(this.uLabel2);
|
|
|
this.Controls.Add(this.uLabel1);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
this.Controls.Add(this.exitBtn);
|
|
|
this.Controls.Add(this.loginBtn);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Name = "Login";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "Login";
|
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
|
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Login_MouseMove);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private WinFormControl.UTextBoxWithPad pwdBox;
|
|
|
private System.Windows.Forms.Button loginBtn;
|
|
|
private System.Windows.Forms.Button exitBtn;
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
private WinFormControl.ULabel uLabel1;
|
|
|
private WinFormControl.ULabel uLabel2;
|
|
|
private System.Windows.Forms.TextBox userNameBox;
|
|
|
}
|
|
|
}
|