/// /// Copyright (c) 2017 Sensus Metering Systems /// namespace Users.Forms { partial class EditSelectedUser { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditSelectedUser)); this.txtName = new System.Windows.Forms.TextBox(); this.nameLabel = new System.Windows.Forms.Label(); this.okBtn = new System.Windows.Forms.Button(); this.cancelBtn = new System.Windows.Forms.Button(); this.txtPassword = new System.Windows.Forms.TextBox(); this.passwordLabel = new System.Windows.Forms.Label(); this.txtDescription = new System.Windows.Forms.TextBox(); this.descriptionLabel = new System.Windows.Forms.Label(); this.checkedListBoxGroups = new System.Windows.Forms.CheckedListBox(); this.groupsLabel = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.repeatPasswordLabel = new System.Windows.Forms.Label(); this.txtRepeatPassword = new System.Windows.Forms.TextBox(); this.codeLabel = new System.Windows.Forms.Label(); this.txtCode = new System.Windows.Forms.TextBox(); this.tagLabel = new System.Windows.Forms.Label(); this.txtTag = new System.Windows.Forms.TextBox(); this.userHasToChangePasswdCheckBox = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // txtName // resources.ApplyResources(this.txtName, "txtName"); this.txtName.Name = "txtName"; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); this.txtName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtName_KeyPress); this.txtName.Validated += new System.EventHandler(this.txtName_Validated); // // nameLabel // resources.ApplyResources(this.nameLabel, "nameLabel"); this.nameLabel.Name = "nameLabel"; // // okBtn // resources.ApplyResources(this.okBtn, "okBtn"); this.okBtn.Name = "okBtn"; this.okBtn.UseVisualStyleBackColor = true; this.okBtn.Click += new System.EventHandler(this.okBtn_Click); // // cancelBtn // resources.ApplyResources(this.cancelBtn, "cancelBtn"); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.UseVisualStyleBackColor = true; this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); // // txtPassword // resources.ApplyResources(this.txtPassword, "txtPassword"); this.txtPassword.Name = "txtPassword"; this.txtPassword.TextChanged += new System.EventHandler(this.txtPassword_TextChanged); // // passwordLabel // resources.ApplyResources(this.passwordLabel, "passwordLabel"); this.passwordLabel.Name = "passwordLabel"; // // txtDescription // resources.ApplyResources(this.txtDescription, "txtDescription"); this.txtDescription.Name = "txtDescription"; this.txtDescription.TextChanged += new System.EventHandler(this.txtDescription_TextChanged); this.txtDescription.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDescription_KeyPress); // // descriptionLabel // resources.ApplyResources(this.descriptionLabel, "descriptionLabel"); this.descriptionLabel.Name = "descriptionLabel"; // // checkedListBoxGroups // this.checkedListBoxGroups.CheckOnClick = true; this.checkedListBoxGroups.FormattingEnabled = true; resources.ApplyResources(this.checkedListBoxGroups, "checkedListBoxGroups"); this.checkedListBoxGroups.Name = "checkedListBoxGroups"; this.checkedListBoxGroups.Click += new System.EventHandler(this.checkedListBoxGroups_Click); // // groupsLabel // resources.ApplyResources(this.groupsLabel, "groupsLabel"); this.groupsLabel.Name = "groupsLabel"; // // repeatPasswordLabel // resources.ApplyResources(this.repeatPasswordLabel, "repeatPasswordLabel"); this.repeatPasswordLabel.Name = "repeatPasswordLabel"; // // txtRepeatPassword // resources.ApplyResources(this.txtRepeatPassword, "txtRepeatPassword"); this.txtRepeatPassword.Name = "txtRepeatPassword"; this.txtRepeatPassword.TextChanged += new System.EventHandler(this.txtRepeatPassword_TextChanged); // // codeLabel // resources.ApplyResources(this.codeLabel, "codeLabel"); this.codeLabel.Name = "codeLabel"; // // txtCode // resources.ApplyResources(this.txtCode, "txtCode"); this.txtCode.Name = "txtCode"; this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged); // // tagLabel // resources.ApplyResources(this.tagLabel, "tagLabel"); this.tagLabel.Name = "tagLabel"; // // txtTag // resources.ApplyResources(this.txtTag, "txtTag"); this.txtTag.Name = "txtTag"; // // userHasToChangePasswdCheckBox // resources.ApplyResources(this.userHasToChangePasswdCheckBox, "userHasToChangePasswdCheckBox"); this.userHasToChangePasswdCheckBox.Name = "userHasToChangePasswdCheckBox"; this.userHasToChangePasswdCheckBox.UseVisualStyleBackColor = true; // // EditSelectedUser // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.userHasToChangePasswdCheckBox); this.Controls.Add(this.tagLabel); this.Controls.Add(this.txtTag); this.Controls.Add(this.codeLabel); this.Controls.Add(this.txtCode); this.Controls.Add(this.repeatPasswordLabel); this.Controls.Add(this.txtRepeatPassword); this.Controls.Add(this.groupsLabel); this.Controls.Add(this.checkedListBoxGroups); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.okBtn); this.Controls.Add(this.descriptionLabel); this.Controls.Add(this.passwordLabel); this.Controls.Add(this.nameLabel); this.Controls.Add(this.txtDescription); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "EditSelectedUser"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditSelectedUser_FormClosing); this.Load += new System.EventHandler(this.EditSelectedUser_Load); this.Shown += new System.EventHandler(this.EditSelectedUser_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label nameLabel; private System.Windows.Forms.Button okBtn; private System.Windows.Forms.Button cancelBtn; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label passwordLabel; private System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.Label descriptionLabel; private System.Windows.Forms.CheckedListBox checkedListBoxGroups; private System.Windows.Forms.Label groupsLabel; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Label repeatPasswordLabel; private System.Windows.Forms.TextBox txtRepeatPassword; private System.Windows.Forms.Label codeLabel; private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Label tagLabel; private System.Windows.Forms.TextBox txtTag; private System.Windows.Forms.CheckBox userHasToChangePasswdCheckBox; } }