1
0
Fork 0
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.

141 lines
5.8 KiB
C#

namespace HighWayIot.Winform.UserControlPages.SysConfigPages
{
partial class UserAddForm
{
/// <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.UserNameTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.PasswordTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.UserRoleComboBox = new System.Windows.Forms.ComboBox();
this.ConfrimAddButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(70, 62);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 0;
//
// UserNameTextBox
//
this.UserNameTextBox.Location = new System.Drawing.Point(100, 30);
this.UserNameTextBox.Name = "UserNameTextBox";
this.UserNameTextBox.Size = new System.Drawing.Size(136, 21);
this.UserNameTextBox.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(41, 34);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "用户名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(41, 61);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 4;
this.label3.Text = "密码:";
//
// PasswordTextBox
//
this.PasswordTextBox.Location = new System.Drawing.Point(100, 57);
this.PasswordTextBox.Name = "PasswordTextBox";
this.PasswordTextBox.Size = new System.Drawing.Size(136, 21);
this.PasswordTextBox.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(41, 88);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 6;
this.label4.Text = "角色:";
//
// UserRoleComboBox
//
this.UserRoleComboBox.FormattingEnabled = true;
this.UserRoleComboBox.Location = new System.Drawing.Point(100, 84);
this.UserRoleComboBox.Name = "UserRoleComboBox";
this.UserRoleComboBox.Size = new System.Drawing.Size(136, 20);
this.UserRoleComboBox.TabIndex = 7;
//
// ConfrimAddButton
//
this.ConfrimAddButton.Location = new System.Drawing.Point(100, 142);
this.ConfrimAddButton.Name = "ConfrimAddButton";
this.ConfrimAddButton.Size = new System.Drawing.Size(110, 41);
this.ConfrimAddButton.TabIndex = 8;
this.ConfrimAddButton.Text = "确认添加";
this.ConfrimAddButton.UseVisualStyleBackColor = true;
this.ConfrimAddButton.Click += new System.EventHandler(this.ConfrimAddButton_Click);
//
// UserAddForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(319, 227);
this.Controls.Add(this.ConfrimAddButton);
this.Controls.Add(this.UserRoleComboBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.PasswordTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.UserNameTextBox);
this.Controls.Add(this.label1);
this.Name = "UserAddForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加用户";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox UserNameTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox PasswordTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox UserRoleComboBox;
private System.Windows.Forms.Button ConfrimAddButton;
}
}