Subversion Repositories Code-Repo

Rev

Rev 33 | Blame | Compare with Previous | Last modification | View Log | RSS feed

namespace SWAT_Office_App
{
    partial class ResetUserPassword_Form
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResetUserPassword_Form));
            this.lbl_Prompt1 = new System.Windows.Forms.Label();
            this.txt_Password1 = new System.Windows.Forms.TextBox();
            this.btn_Ok = new System.Windows.Forms.Button();
            this.btn_Cancel = new System.Windows.Forms.Button();
            this.txt_Password2 = new System.Windows.Forms.TextBox();
            this.lbl_Prompt2 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // lbl_Prompt1
            // 
            this.lbl_Prompt1.AutoSize = true;
            this.lbl_Prompt1.Location = new System.Drawing.Point(1, 9);
            this.lbl_Prompt1.Name = "lbl_Prompt1";
            this.lbl_Prompt1.Size = new System.Drawing.Size(144, 13);
            this.lbl_Prompt1.TabIndex = 0;
            this.lbl_Prompt1.Text = "Enter in the SWAT password";
            // 
            // txt_Password1
            // 
            this.txt_Password1.Location = new System.Drawing.Point(18, 29);
            this.txt_Password1.Name = "txt_Password1";
            this.txt_Password1.Size = new System.Drawing.Size(110, 20);
            this.txt_Password1.TabIndex = 1;
            this.txt_Password1.UseSystemPasswordChar = true;
            // 
            // btn_Ok
            // 
            this.btn_Ok.Enabled = false;
            this.btn_Ok.Location = new System.Drawing.Point(10, 57);
            this.btn_Ok.Name = "btn_Ok";
            this.btn_Ok.Size = new System.Drawing.Size(60, 24);
            this.btn_Ok.TabIndex = 2;
            this.btn_Ok.Text = "Ok";
            this.btn_Ok.UseVisualStyleBackColor = true;
            this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
            // 
            // btn_Cancel
            // 
            this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btn_Cancel.Location = new System.Drawing.Point(76, 57);
            this.btn_Cancel.Name = "btn_Cancel";
            this.btn_Cancel.Size = new System.Drawing.Size(60, 24);
            this.btn_Cancel.TabIndex = 3;
            this.btn_Cancel.Text = "Cancel";
            this.btn_Cancel.UseVisualStyleBackColor = true;
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
            // 
            // txt_Password2
            // 
            this.txt_Password2.Location = new System.Drawing.Point(18, 29);
            this.txt_Password2.Name = "txt_Password2";
            this.txt_Password2.Size = new System.Drawing.Size(110, 20);
            this.txt_Password2.TabIndex = 4;
            this.txt_Password2.UseSystemPasswordChar = true;
            this.txt_Password2.Visible = false;
            // 
            // lbl_Prompt2
            // 
            this.lbl_Prompt2.AutoSize = true;
            this.lbl_Prompt2.Location = new System.Drawing.Point(7, 9);
            this.lbl_Prompt2.Name = "lbl_Prompt2";
            this.lbl_Prompt2.Size = new System.Drawing.Size(132, 13);
            this.lbl_Prompt2.TabIndex = 5;
            this.lbl_Prompt2.Text = "Enter in the new password";
            // 
            // ResetUserPassword_Form
            // 
            this.AcceptButton = this.btn_Ok;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btn_Cancel;
            this.ClientSize = new System.Drawing.Size(147, 89);
            this.Controls.Add(this.lbl_Prompt2);
            this.Controls.Add(this.txt_Password2);
            this.Controls.Add(this.btn_Cancel);
            this.Controls.Add(this.btn_Ok);
            this.Controls.Add(this.txt_Password1);
            this.Controls.Add(this.lbl_Prompt1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ResetUserPassword_Form";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Reset Password";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lbl_Prompt1;
        private System.Windows.Forms.TextBox txt_Password1;
        private System.Windows.Forms.Button btn_Ok;
        private System.Windows.Forms.Button btn_Cancel;
        private System.Windows.Forms.TextBox txt_Password2;
        private System.Windows.Forms.Label lbl_Prompt2;
    }
}