namespace SA_LTT_UI.Viewer
|
{
|
partial class ModifyUserViewer
|
{
|
/// <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.cbb_Level = new System.Windows.Forms.ComboBox();
|
this.tb_Password = new System.Windows.Forms.TextBox();
|
this.tb_Name = new System.Windows.Forms.TextBox();
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
this.btn_Ok = new System.Windows.Forms.Button();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.tb_OldPassword = new System.Windows.Forms.TextBox();
|
this.tb_OldLevel = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// cbb_Level
|
//
|
this.cbb_Level.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_Level.FormattingEnabled = true;
|
this.cbb_Level.Location = new System.Drawing.Point(114, 137);
|
this.cbb_Level.Name = "cbb_Level";
|
this.cbb_Level.Size = new System.Drawing.Size(169, 20);
|
this.cbb_Level.TabIndex = 11;
|
//
|
// tb_Password
|
//
|
this.tb_Password.Location = new System.Drawing.Point(114, 75);
|
this.tb_Password.Name = "tb_Password";
|
this.tb_Password.PasswordChar = '*';
|
this.tb_Password.Size = new System.Drawing.Size(169, 21);
|
this.tb_Password.TabIndex = 10;
|
this.tb_Password.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tb_Password_MouseDown);
|
this.tb_Password.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tb_Password_MouseUp);
|
//
|
// tb_Name
|
//
|
this.tb_Name.Location = new System.Drawing.Point(114, 13);
|
this.tb_Name.Name = "tb_Name";
|
this.tb_Name.ReadOnly = true;
|
this.tb_Name.Size = new System.Drawing.Size(169, 21);
|
this.tb_Name.TabIndex = 9;
|
//
|
// btn_Cancel
|
//
|
this.btn_Cancel.Location = new System.Drawing.Point(61, 179);
|
this.btn_Cancel.Name = "btn_Cancel";
|
this.btn_Cancel.Size = new System.Drawing.Size(79, 38);
|
this.btn_Cancel.TabIndex = 13;
|
this.btn_Cancel.Text = "Cancel";
|
this.btn_Cancel.UseVisualStyleBackColor = true;
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
//
|
// btn_Ok
|
//
|
this.btn_Ok.Location = new System.Drawing.Point(165, 179);
|
this.btn_Ok.Name = "btn_Ok";
|
this.btn_Ok.Size = new System.Drawing.Size(79, 38);
|
this.btn_Ok.TabIndex = 12;
|
this.btn_Ok.Text = "OK";
|
this.btn_Ok.UseVisualStyleBackColor = true;
|
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(23, 140);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(35, 12);
|
this.label3.TabIndex = 6;
|
this.label3.Text = "Level";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(23, 78);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(62, 12);
|
this.label2.TabIndex = 7;
|
this.label2.Text = "Password";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(23, 16);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(39, 12);
|
this.label1.TabIndex = 8;
|
this.label1.Text = "Name";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(23, 47);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(85, 12);
|
this.label4.TabIndex = 7;
|
this.label4.Text = "Old Password";
|
//
|
// tb_OldPassword
|
//
|
this.tb_OldPassword.Location = new System.Drawing.Point(114, 44);
|
this.tb_OldPassword.Name = "tb_OldPassword";
|
this.tb_OldPassword.PasswordChar = '*';
|
this.tb_OldPassword.ReadOnly = true;
|
this.tb_OldPassword.Size = new System.Drawing.Size(169, 21);
|
this.tb_OldPassword.TabIndex = 10;
|
this.tb_OldPassword.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tb_OldPassword_MouseDown);
|
this.tb_OldPassword.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tb_OldPassword_MouseUp);
|
//
|
// tb_OldLevel
|
//
|
this.tb_OldLevel.Location = new System.Drawing.Point(114, 106);
|
this.tb_OldLevel.Name = "tb_OldLevel";
|
this.tb_OldLevel.ReadOnly = true;
|
this.tb_OldLevel.Size = new System.Drawing.Size(169, 21);
|
this.tb_OldLevel.TabIndex = 10;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(23, 109);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(58, 12);
|
this.label5.TabIndex = 6;
|
this.label5.Text = "Old Level";
|
//
|
// ModifyUserViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(319, 229);
|
this.Controls.Add(this.cbb_Level);
|
this.Controls.Add(this.tb_OldLevel);
|
this.Controls.Add(this.tb_OldPassword);
|
this.Controls.Add(this.tb_Password);
|
this.Controls.Add(this.tb_Name);
|
this.Controls.Add(this.btn_Cancel);
|
this.Controls.Add(this.btn_Ok);
|
this.Controls.Add(this.label4);
|
this.Controls.Add(this.label5);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.label1);
|
this.Name = "ModifyUserViewer";
|
this.Text = "ModifiyUserViewer";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ComboBox cbb_Level;
|
private System.Windows.Forms.TextBox tb_Password;
|
private System.Windows.Forms.TextBox tb_Name;
|
private System.Windows.Forms.Button btn_Cancel;
|
private System.Windows.Forms.Button btn_Ok;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox tb_OldPassword;
|
private System.Windows.Forms.TextBox tb_OldLevel;
|
private System.Windows.Forms.Label label5;
|
}
|
}
|