forked from wenjy/HighWayIot
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.9 KiB
C#
141 lines
5.9 KiB
C#
namespace HighWayIot.Winform.UserControlPages.SysConfigPages
|
|
{
|
|
partial class UserUpDateForm
|
|
{
|
|
/// <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.ConfrimUpdateButton = new System.Windows.Forms.Button();
|
|
this.UserRoleComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.PasswordTextBox = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.UserNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// ConfrimUpdateButton
|
|
//
|
|
this.ConfrimUpdateButton.Location = new System.Drawing.Point(104, 150);
|
|
this.ConfrimUpdateButton.Name = "ConfrimUpdateButton";
|
|
this.ConfrimUpdateButton.Size = new System.Drawing.Size(110, 41);
|
|
this.ConfrimUpdateButton.TabIndex = 16;
|
|
this.ConfrimUpdateButton.Text = "确认更新";
|
|
this.ConfrimUpdateButton.UseVisualStyleBackColor = true;
|
|
this.ConfrimUpdateButton.Click += new System.EventHandler(this.ConfrimUpdateButton_Click);
|
|
//
|
|
// UserRoleComboBox
|
|
//
|
|
this.UserRoleComboBox.FormattingEnabled = true;
|
|
this.UserRoleComboBox.Location = new System.Drawing.Point(111, 92);
|
|
this.UserRoleComboBox.Name = "UserRoleComboBox";
|
|
this.UserRoleComboBox.Size = new System.Drawing.Size(136, 20);
|
|
this.UserRoleComboBox.TabIndex = 15;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(52, 96);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
this.label4.TabIndex = 14;
|
|
this.label4.Text = "角色:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(52, 69);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "密码:";
|
|
//
|
|
// PasswordTextBox
|
|
//
|
|
this.PasswordTextBox.Location = new System.Drawing.Point(111, 65);
|
|
this.PasswordTextBox.Name = "PasswordTextBox";
|
|
this.PasswordTextBox.Size = new System.Drawing.Size(136, 21);
|
|
this.PasswordTextBox.TabIndex = 12;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(52, 42);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 11;
|
|
this.label2.Text = "用户名:";
|
|
//
|
|
// UserNameTextBox
|
|
//
|
|
this.UserNameTextBox.Location = new System.Drawing.Point(111, 38);
|
|
this.UserNameTextBox.Name = "UserNameTextBox";
|
|
this.UserNameTextBox.Size = new System.Drawing.Size(136, 21);
|
|
this.UserNameTextBox.TabIndex = 10;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(81, 70);
|
|
this.label1.Name = "label1";
|
|
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.label1.Size = new System.Drawing.Size(0, 12);
|
|
this.label1.TabIndex = 9;
|
|
//
|
|
// UserUpDateForm
|
|
//
|
|
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.ConfrimUpdateButton);
|
|
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 = "UserUpDateForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "更新用户信息";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button ConfrimUpdateButton;
|
|
private System.Windows.Forms.ComboBox UserRoleComboBox;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox PasswordTextBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox UserNameTextBox;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |