You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
146 lines
6.2 KiB
C#
146 lines
6.2 KiB
C#
namespace Rs.MotionPlat
|
|
{
|
|
partial class UserForm
|
|
{
|
|
/// <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.label2 = new System.Windows.Forms.Label();
|
|
this.cboxUsers = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtPassword = new System.Windows.Forms.TextBox();
|
|
this.btnLogin = new System.Windows.Forms.Button();
|
|
this.btnCancle = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(64, 80);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(59, 20);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "用户:";
|
|
//
|
|
// cboxUsers
|
|
//
|
|
this.cboxUsers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.cboxUsers.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.cboxUsers.ForeColor = System.Drawing.Color.White;
|
|
this.cboxUsers.FormattingEnabled = true;
|
|
this.cboxUsers.Items.AddRange(new object[] {
|
|
"操作员",
|
|
"超级用户",
|
|
"厂商"});
|
|
this.cboxUsers.Location = new System.Drawing.Point(135, 77);
|
|
this.cboxUsers.Name = "cboxUsers";
|
|
this.cboxUsers.Size = new System.Drawing.Size(172, 28);
|
|
this.cboxUsers.TabIndex = 4;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(64, 133);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 20);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "密码:";
|
|
//
|
|
// txtPassword
|
|
//
|
|
this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.txtPassword.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.txtPassword.ForeColor = System.Drawing.Color.White;
|
|
this.txtPassword.Location = new System.Drawing.Point(135, 123);
|
|
this.txtPassword.Name = "txtPassword";
|
|
this.txtPassword.PasswordChar = '*';
|
|
this.txtPassword.Size = new System.Drawing.Size(172, 30);
|
|
this.txtPassword.TabIndex = 5;
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.Font = new System.Drawing.Font("宋体", 13F);
|
|
this.btnLogin.Location = new System.Drawing.Point(69, 179);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(96, 30);
|
|
this.btnLogin.TabIndex = 6;
|
|
this.btnLogin.Text = "登录";
|
|
this.btnLogin.UseVisualStyleBackColor = true;
|
|
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
|
//
|
|
// btnCancle
|
|
//
|
|
this.btnCancle.Font = new System.Drawing.Font("宋体", 13F);
|
|
this.btnCancle.Location = new System.Drawing.Point(211, 179);
|
|
this.btnCancle.Name = "btnCancle";
|
|
this.btnCancle.Size = new System.Drawing.Size(96, 30);
|
|
this.btnCancle.TabIndex = 6;
|
|
this.btnCancle.Text = "取消";
|
|
this.btnCancle.UseVisualStyleBackColor = true;
|
|
this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
|
|
//
|
|
// UserForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(389, 236);
|
|
this.Controls.Add(this.btnCancle);
|
|
this.Controls.Add(this.btnLogin);
|
|
this.Controls.Add(this.txtPassword);
|
|
this.Controls.Add(this.cboxUsers);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.HeadText = "用户登录";
|
|
this.Name = "UserForm";
|
|
this.ShowMax = false;
|
|
this.ShowMin = false;
|
|
this.Text = "UserForm";
|
|
this.Load += new System.EventHandler(this.UserForm_Load);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.label3, 0);
|
|
this.Controls.SetChildIndex(this.cboxUsers, 0);
|
|
this.Controls.SetChildIndex(this.txtPassword, 0);
|
|
this.Controls.SetChildIndex(this.btnLogin, 0);
|
|
this.Controls.SetChildIndex(this.btnCancle, 0);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox cboxUsers;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtPassword;
|
|
private System.Windows.Forms.Button btnLogin;
|
|
private System.Windows.Forms.Button btnCancle;
|
|
}
|
|
} |