namespace demo25052026 { public partial class UCTovar { /// /// Обязательная переменная конструктора. /// 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.Photo = new System.Windows.Forms.PictureBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.Skidka = 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(); ((System.ComponentModel.ISupportInitialize)(this.Photo)).BeginInit(); this.SuspendLayout(); // // Photo // this.Photo.Location = new System.Drawing.Point(8, 10); this.Photo.Name = "Photo"; this.Photo.Size = new System.Drawing.Size(258, 266); this.Photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.Photo.TabIndex = 0; this.Photo.TabStop = false; this.Photo.Click += new System.EventHandler(this.Photo_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(287, 14); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(372, 27); this.textBox1.TabIndex = 1; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // Skidka // this.Skidka.Location = new System.Drawing.Point(665, 19); this.Skidka.Multiline = true; this.Skidka.Name = "Skidka"; this.Skidka.Size = new System.Drawing.Size(185, 247); this.Skidka.TabIndex = 2; this.Skidka.TextChanged += new System.EventHandler(this.Skidka_TextChanged); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(286, 53); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(354, 69); this.textBox2.TabIndex = 3; this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(291, 128); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(349, 27); this.textBox3.TabIndex = 4; this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged); // // textBox4 // this.textBox4.Location = new System.Drawing.Point(291, 161); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(349, 27); this.textBox4.TabIndex = 5; this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged); // // textBox5 // this.textBox5.Location = new System.Drawing.Point(291, 194); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(349, 27); this.textBox5.TabIndex = 6; this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged); // // textBox6 // this.textBox6.Location = new System.Drawing.Point(291, 227); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(349, 27); this.textBox6.TabIndex = 7; this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged); // // textBox7 // this.textBox7.Location = new System.Drawing.Point(291, 260); this.textBox7.Name = "textBox7"; this.textBox7.Size = new System.Drawing.Size(349, 27); this.textBox7.TabIndex = 8; this.textBox7.TextChanged += new System.EventHandler(this.textBox7_TextChanged); // // UCTovar // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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.Skidka); this.Controls.Add(this.textBox1); this.Controls.Add(this.Photo); this.Name = "UCTovar"; this.Size = new System.Drawing.Size(866, 292); ((System.ComponentModel.ISupportInitialize)(this.Photo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.PictureBox Photo; public System.Windows.Forms.TextBox textBox1; public System.Windows.Forms.TextBox Skidka; 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; } }