199 lines
11 KiB
C#
199 lines
11 KiB
C#
namespace LargeSquareOne
|
|
{
|
|
partial class FrmLoginMes
|
|
{
|
|
/// <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(FrmLoginMes));
|
|
this.txt_LoginMesPwd = new System.Windows.Forms.TextBox();
|
|
this.txt_LoginMesName = new System.Windows.Forms.TextBox();
|
|
this.btn_LoginMes = new System.Windows.Forms.Button();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.btn_Close = new System.Windows.Forms.Button();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// txt_LoginMesPwd
|
|
//
|
|
this.txt_LoginMesPwd.BackColor = System.Drawing.Color.White;
|
|
this.txt_LoginMesPwd.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.txt_LoginMesPwd.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
this.txt_LoginMesPwd.ForeColor = System.Drawing.Color.Black;
|
|
this.txt_LoginMesPwd.Location = new System.Drawing.Point(322, 242);
|
|
this.txt_LoginMesPwd.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.txt_LoginMesPwd.Name = "txt_LoginMesPwd";
|
|
this.txt_LoginMesPwd.PasswordChar = '*';
|
|
this.txt_LoginMesPwd.Size = new System.Drawing.Size(246, 40);
|
|
this.txt_LoginMesPwd.TabIndex = 17;
|
|
this.txt_LoginMesPwd.Text = "123456";
|
|
//
|
|
// txt_LoginMesName
|
|
//
|
|
this.txt_LoginMesName.BackColor = System.Drawing.Color.White;
|
|
this.txt_LoginMesName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.txt_LoginMesName.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
this.txt_LoginMesName.ForeColor = System.Drawing.Color.Black;
|
|
this.txt_LoginMesName.Location = new System.Drawing.Point(322, 152);
|
|
this.txt_LoginMesName.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.txt_LoginMesName.Name = "txt_LoginMesName";
|
|
this.txt_LoginMesName.Size = new System.Drawing.Size(246, 40);
|
|
this.txt_LoginMesName.TabIndex = 16;
|
|
this.txt_LoginMesName.Text = "admin";
|
|
this.txt_LoginMesName.DoubleClick += new System.EventHandler(this.txt_LoginMesName_DoubleClick);
|
|
this.txt_LoginMesName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_LoginMesName_KeyDown);
|
|
//
|
|
// btn_LoginMes
|
|
//
|
|
this.btn_LoginMes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(85)))));
|
|
this.btn_LoginMes.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
this.btn_LoginMes.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
this.btn_LoginMes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_LoginMes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btn_LoginMes.ForeColor = System.Drawing.Color.White;
|
|
this.btn_LoginMes.Location = new System.Drawing.Point(322, 318);
|
|
this.btn_LoginMes.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.btn_LoginMes.Name = "btn_LoginMes";
|
|
this.btn_LoginMes.Size = new System.Drawing.Size(216, 64);
|
|
this.btn_LoginMes.TabIndex = 15;
|
|
this.btn_LoginMes.Text = "登 录";
|
|
this.btn_LoginMes.UseVisualStyleBackColor = false;
|
|
this.btn_LoginMes.Click += new System.EventHandler(this.btn_LoginMes_Click);
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox2.Image = global::LargeSquareOne.Properties.Resources._25_密码;
|
|
this.pictureBox2.Location = new System.Drawing.Point(256, 228);
|
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(51, 56);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox2.TabIndex = 19;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.Image = global::LargeSquareOne.Properties.Resources.用户;
|
|
this.pictureBox1.Location = new System.Drawing.Point(256, 138);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(51, 54);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 18;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// btn_Close
|
|
//
|
|
this.btn_Close.BackColor = System.Drawing.Color.Transparent;
|
|
this.btn_Close.FlatAppearance.BorderSize = 0;
|
|
this.btn_Close.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btn_Close.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Close.Font = new System.Drawing.Font("微软雅黑", 14F);
|
|
this.btn_Close.ForeColor = System.Drawing.Color.Black;
|
|
this.btn_Close.Location = new System.Drawing.Point(614, 4);
|
|
this.btn_Close.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btn_Close.Name = "btn_Close";
|
|
this.btn_Close.Size = new System.Drawing.Size(48, 51);
|
|
this.btn_Close.TabIndex = 21;
|
|
this.btn_Close.Text = "X";
|
|
this.btn_Close.UseVisualStyleBackColor = false;
|
|
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox3.Image = global::LargeSquareOne.Properties.Resources.yiweidongli;
|
|
this.pictureBox3.Location = new System.Drawing.Point(0, 4);
|
|
this.pictureBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(230, 51);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox3.TabIndex = 22;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 26.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
|
|
this.label1.Location = new System.Drawing.Point(404, 50);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(147, 70);
|
|
this.label1.TabIndex = 23;
|
|
this.label1.Text = "MES";
|
|
//
|
|
// FrmLoginMes
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::LargeSquareOne.Properties.Resources.Login1;
|
|
this.ClientSize = new System.Drawing.Size(666, 476);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.pictureBox3);
|
|
this.Controls.Add(this.btn_Close);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.txt_LoginMesPwd);
|
|
this.Controls.Add(this.txt_LoginMesName);
|
|
this.Controls.Add(this.btn_LoginMes);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "FrmLoginMes";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FrmLoginMes";
|
|
this.Load += new System.EventHandler(this.FrmLoginMes_Load);
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form_MouseDown);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form_MouseMove);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.TextBox txt_LoginMesPwd;
|
|
private System.Windows.Forms.TextBox txt_LoginMesName;
|
|
private System.Windows.Forms.Button btn_LoginMes;
|
|
private System.Windows.Forms.Button btn_Close;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |