namespace demo26052026 { partial class UserControl1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором компонентов /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// public void InitializeComponent() { this.pictureBox1 = new System.Windows.Forms.PictureBox(); 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.textBox6 = new System.Windows.Forms.TextBox(); this.textBox7 = new System.Windows.Forms.TextBox(); this.textBox8 = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(21, 37); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(184, 276); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(239, 23); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(386, 27); this.textBox1.TabIndex = 1; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(248, 71); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(377, 54); this.textBox2.TabIndex = 2; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(248, 131); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(377, 27); this.textBox3.TabIndex = 3; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(248, 164); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(377, 27); this.textBox4.TabIndex = 4; this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged); // // textBox5 // this.textBox5.Location = new System.Drawing.Point(248, 215); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(377, 27); this.textBox5.TabIndex = 5; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(248, 264); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(377, 27); this.textBox6.TabIndex = 6; // // textBox7 // this.textBox7.Location = new System.Drawing.Point(248, 311); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(377, 27); this.textBox7.TabIndex = 7; // // textBox8 // this.textBox8.Location = new System.Drawing.Point(670, 23); this.textBox8.Multiline = true; this.textBox8.Name = "textBox8"; this.textBox8.Size = new System.Drawing.Size(171, 315); this.textBox8.TabIndex = 8; // // UserControl1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.textBox8); this.Controls.Add(this.textBox7); this.Controls.Add(this.textBox6); 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.Controls.Add(this.pictureBox1); this.Name = "UserControl1"; this.Size = new System.Drawing.Size(868, 369); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.PictureBox pictureBox1; 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; public System.Windows.Forms.TextBox textBox6; public System.Windows.Forms.TextBox textBox7; public System.Windows.Forms.TextBox textBox8; } }