102 lines
4.0 KiB
C#
102 lines
4.0 KiB
C#
|
||
namespace demo26052026
|
||
{
|
||
partial class UserControl2
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором компонентов
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(12, 15);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(236, 27);
|
||
this.textBox1.TabIndex = 0;
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(12, 60);
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.Size = new System.Drawing.Size(236, 27);
|
||
this.textBox2.TabIndex = 1;
|
||
//
|
||
// textBox3
|
||
//
|
||
this.textBox3.Location = new System.Drawing.Point(12, 105);
|
||
this.textBox3.Name = "textBox3";
|
||
this.textBox3.Size = new System.Drawing.Size(236, 27);
|
||
this.textBox3.TabIndex = 2;
|
||
//
|
||
// textBox4
|
||
//
|
||
this.textBox4.Location = new System.Drawing.Point(12, 160);
|
||
this.textBox4.Name = "textBox4";
|
||
this.textBox4.Size = new System.Drawing.Size(236, 27);
|
||
this.textBox4.TabIndex = 3;
|
||
//
|
||
// textBox5
|
||
//
|
||
this.textBox5.Location = new System.Drawing.Point(329, 15);
|
||
this.textBox5.Multiline = true;
|
||
this.textBox5.Name = "textBox5";
|
||
this.textBox5.Size = new System.Drawing.Size(211, 180);
|
||
this.textBox5.TabIndex = 4;
|
||
this.textBox5.Click += new System.EventHandler(this.textBox5_Click);
|
||
this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
|
||
//
|
||
// UserControl2
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.textBox5);
|
||
this.Controls.Add(this.textBox4);
|
||
this.Controls.Add(this.textBox3);
|
||
this.Controls.Add(this.textBox2);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Name = "UserControl2";
|
||
this.Size = new System.Drawing.Size(558, 225);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
public System.Windows.Forms.TextBox textBox1;
|
||
public System.Windows.Forms.TextBox textBox2;
|
||
public System.Windows.Forms.TextBox textBox3;
|
||
public System.Windows.Forms.TextBox textBox4;
|
||
public System.Windows.Forms.TextBox textBox5;
|
||
}
|
||
}
|