namespace WinFormsLibrary { partial class EmailTextBox { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором компонентов /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.textBoxEmail = new System.Windows.Forms.TextBox(); this.toolTipEmail = new System.Windows.Forms.ToolTip(this.components); this.SuspendLayout(); // // textBoxEmail // this.textBoxEmail.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxEmail.Location = new System.Drawing.Point(0, 0); this.textBoxEmail.Name = "textBoxEmail"; this.textBoxEmail.Size = new System.Drawing.Size(146, 31); this.textBoxEmail.TabIndex = 0; this.textBoxEmail.TextChanged += new System.EventHandler(this.textBoxEmail_TextChanged); this.textBoxEmail.MouseEnter += new System.EventHandler(this.textBoxEmail_MouseEnter); // // EmailTextBox // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.textBoxEmail); this.Name = "EmailTextBox"; this.Size = new System.Drawing.Size(146, 33); this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox textBoxEmail; private ToolTip toolTipEmail; } }