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