namespace Project._Common
{
    partial class fNewID
    {
        /// 
        /// 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()
        {
            System.Windows.Forms.Label nameLabel;
            System.Windows.Forms.Label label1;
            this.tbIDO = new System.Windows.Forms.TextBox();
            this.tbIDN = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            nameLabel = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // nameLabel
            // 
            nameLabel.AutoSize = true;
            nameLabel.Location = new System.Drawing.Point(60, 15);
            nameLabel.Name = "nameLabel";
            nameLabel.Size = new System.Drawing.Size(46, 12);
            nameLabel.TabIndex = 0;
            nameLabel.Text = "User ID";
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Location = new System.Drawing.Point(60, 41);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(46, 12);
            label1.TabIndex = 2;
            label1.Text = "New ID";
            // 
            // tbIDO
            // 
            this.tbIDO.Location = new System.Drawing.Point(112, 12);
            this.tbIDO.Name = "tbIDO";
            this.tbIDO.ReadOnly = true;
            this.tbIDO.Size = new System.Drawing.Size(170, 21);
            this.tbIDO.TabIndex = 1;
            this.tbIDO.TabStop = false;
            this.tbIDO.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // tbIDN
            // 
            this.tbIDN.Location = new System.Drawing.Point(112, 38);
            this.tbIDN.Name = "tbIDN";
            this.tbIDN.Size = new System.Drawing.Size(170, 21);
            this.tbIDN.TabIndex = 3;
            this.tbIDN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(112, 65);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(170, 30);
            this.button1.TabIndex = 4;
            this.button1.Text = "OK";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // fNewID
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(296, 110);
            this.Controls.Add(this.button1);
            this.Controls.Add(label1);
            this.Controls.Add(this.tbIDN);
            this.Controls.Add(nameLabel);
            this.Controls.Add(this.tbIDO);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "fNewID";
            this.Text = "fNewPassword";
            this.Load += new System.EventHandler(this.fNewPassword_Load);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Button button1;
        public System.Windows.Forms.TextBox tbIDO;
        public System.Windows.Forms.TextBox tbIDN;
    }
}