namespace Estsh.Client { partial class FrmPassword { /// /// 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.txtPassword = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtPassword // this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPassword.ForeColor = System.Drawing.Color.Navy; this.txtPassword.Location = new System.Drawing.Point(47, 43); this.txtPassword.MaxLength = 20; this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(332, 35); this.txtPassword.TabIndex = 96; this.txtPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPassword_KeyPress); // // FrmPassword // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(426, 121); this.Controls.Add(this.txtPassword); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmPassword"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmPassword"; this.Activated += new System.EventHandler(this.FrmPassword_Activated); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtPassword; } }