210 lines
8.9 KiB
C#
210 lines
8.9 KiB
C#
|
|
using HslCommunication.Controls;
|
|||
|
|
|
|||
|
|
namespace ClientsLibrary
|
|||
|
|
{
|
|||
|
|
partial class FormRegisterAccount
|
|||
|
|
{
|
|||
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
|
this.userButton_login = new UserButton();
|
|||
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// label1
|
|||
|
|
//
|
|||
|
|
this.label1.AutoSize = true;
|
|||
|
|
this.label1.Location = new System.Drawing.Point(21, 18);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(56, 17);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "用户名:";
|
|||
|
|
//
|
|||
|
|
// textBox1
|
|||
|
|
//
|
|||
|
|
this.textBox1.Location = new System.Drawing.Point(98, 15);
|
|||
|
|
this.textBox1.Name = "textBox1";
|
|||
|
|
this.textBox1.Size = new System.Drawing.Size(232, 23);
|
|||
|
|
this.textBox1.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// textBox2
|
|||
|
|
//
|
|||
|
|
this.textBox2.Location = new System.Drawing.Point(98, 51);
|
|||
|
|
this.textBox2.Name = "textBox2";
|
|||
|
|
this.textBox2.Size = new System.Drawing.Size(232, 23);
|
|||
|
|
this.textBox2.TabIndex = 3;
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Location = new System.Drawing.Point(21, 54);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(44, 17);
|
|||
|
|
this.label2.TabIndex = 2;
|
|||
|
|
this.label2.Text = "密码:";
|
|||
|
|
//
|
|||
|
|
// textBox3
|
|||
|
|
//
|
|||
|
|
this.textBox3.Location = new System.Drawing.Point(98, 87);
|
|||
|
|
this.textBox3.Name = "textBox3";
|
|||
|
|
this.textBox3.Size = new System.Drawing.Size(232, 23);
|
|||
|
|
this.textBox3.TabIndex = 5;
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Location = new System.Drawing.Point(21, 90);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(44, 17);
|
|||
|
|
this.label3.TabIndex = 4;
|
|||
|
|
this.label3.Text = "工厂:";
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Location = new System.Drawing.Point(21, 125);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(44, 17);
|
|||
|
|
this.label4.TabIndex = 6;
|
|||
|
|
this.label4.Text = "权限:";
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Location = new System.Drawing.Point(21, 161);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(68, 17);
|
|||
|
|
this.label5.TabIndex = 8;
|
|||
|
|
this.label5.Text = "能否登录:";
|
|||
|
|
//
|
|||
|
|
// textBox4
|
|||
|
|
//
|
|||
|
|
this.textBox4.Location = new System.Drawing.Point(98, 192);
|
|||
|
|
this.textBox4.Name = "textBox4";
|
|||
|
|
this.textBox4.Size = new System.Drawing.Size(232, 23);
|
|||
|
|
this.textBox4.TabIndex = 11;
|
|||
|
|
//
|
|||
|
|
// label6
|
|||
|
|
//
|
|||
|
|
this.label6.AutoSize = true;
|
|||
|
|
this.label6.Location = new System.Drawing.Point(21, 195);
|
|||
|
|
this.label6.Name = "label6";
|
|||
|
|
this.label6.Size = new System.Drawing.Size(68, 17);
|
|||
|
|
this.label6.TabIndex = 10;
|
|||
|
|
this.label6.Text = "禁止原因:";
|
|||
|
|
//
|
|||
|
|
// userButton_login
|
|||
|
|
//
|
|||
|
|
this.userButton_login.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.userButton_login.CustomerInformation = "";
|
|||
|
|
this.userButton_login.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
|
|||
|
|
this.userButton_login.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|||
|
|
this.userButton_login.Location = new System.Drawing.Point(149, 279);
|
|||
|
|
this.userButton_login.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|||
|
|
this.userButton_login.Name = "userButton_login";
|
|||
|
|
this.userButton_login.Size = new System.Drawing.Size(97, 31);
|
|||
|
|
this.userButton_login.TabIndex = 12;
|
|||
|
|
this.userButton_login.UIText = "注册";
|
|||
|
|
this.userButton_login.Click += new System.EventHandler(this.userButton_login_Click);
|
|||
|
|
//
|
|||
|
|
// comboBox1
|
|||
|
|
//
|
|||
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
|
this.comboBox1.FormattingEnabled = true;
|
|||
|
|
this.comboBox1.Location = new System.Drawing.Point(98, 122);
|
|||
|
|
this.comboBox1.Name = "comboBox1";
|
|||
|
|
this.comboBox1.Size = new System.Drawing.Size(232, 25);
|
|||
|
|
this.comboBox1.TabIndex = 13;
|
|||
|
|
//
|
|||
|
|
// comboBox2
|
|||
|
|
//
|
|||
|
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
|
this.comboBox2.FormattingEnabled = true;
|
|||
|
|
this.comboBox2.Location = new System.Drawing.Point(98, 157);
|
|||
|
|
this.comboBox2.Name = "comboBox2";
|
|||
|
|
this.comboBox2.Size = new System.Drawing.Size(232, 25);
|
|||
|
|
this.comboBox2.TabIndex = 14;
|
|||
|
|
//
|
|||
|
|
// FormRegisterAccount
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(382, 342);
|
|||
|
|
this.Controls.Add(this.comboBox2);
|
|||
|
|
this.Controls.Add(this.comboBox1);
|
|||
|
|
this.Controls.Add(this.userButton_login);
|
|||
|
|
this.Controls.Add(this.textBox4);
|
|||
|
|
this.Controls.Add(this.label6);
|
|||
|
|
this.Controls.Add(this.label5);
|
|||
|
|
this.Controls.Add(this.label4);
|
|||
|
|
this.Controls.Add(this.textBox3);
|
|||
|
|
this.Controls.Add(this.label3);
|
|||
|
|
this.Controls.Add(this.textBox2);
|
|||
|
|
this.Controls.Add(this.label2);
|
|||
|
|
this.Controls.Add(this.textBox1);
|
|||
|
|
this.Controls.Add(this.label1);
|
|||
|
|
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
|
this.MaximizeBox = false;
|
|||
|
|
this.Name = "FormRegisterAccount";
|
|||
|
|
this.ShowIcon = false;
|
|||
|
|
this.ShowInTaskbar = false;
|
|||
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
|
this.Text = "注册新账户";
|
|||
|
|
this.Load += new System.EventHandler(this.FormRegisterAccount_Load);
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
this.PerformLayout();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
|
private System.Windows.Forms.TextBox textBox2;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.TextBox textBox3;
|
|||
|
|
private System.Windows.Forms.Label label3;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.TextBox textBox4;
|
|||
|
|
private System.Windows.Forms.Label label6;
|
|||
|
|
private UserButton userButton_login;
|
|||
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|||
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|||
|
|
}
|
|||
|
|
}
|