Files
2026-05-28 15:04:41 +03:00

235 lines
9.6 KiB
C#

namespace demo25052026
{
partial class Form2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.Skidka = new System.Windows.Forms.TextBox();
this.Photo = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.Photo)).BeginInit();
this.SuspendLayout();
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(295, 253);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(349, 27);
this.textBox7.TabIndex = 17;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(295, 187);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(349, 27);
this.textBox5.TabIndex = 15;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(290, 46);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(354, 69);
this.textBox2.TabIndex = 12;
//
// Skidka
//
this.Skidka.Location = new System.Drawing.Point(669, 12);
this.Skidka.Multiline = true;
this.Skidka.Name = "Skidka";
this.Skidka.Size = new System.Drawing.Size(185, 72);
this.Skidka.TabIndex = 11;
//
// Photo
//
this.Photo.Location = new System.Drawing.Point(12, 3);
this.Photo.Name = "Photo";
this.Photo.Size = new System.Drawing.Size(258, 266);
this.Photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.Photo.TabIndex = 9;
this.Photo.TabStop = false;
this.Photo.Click += new System.EventHandler(this.Photo_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(23, 307);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(94, 29);
this.button1.TabIndex = 18;
this.button1.Text = "Назад";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(798, 307);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(94, 29);
this.button2.TabIndex = 19;
this.button2.Text = "Сохранить";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(669, 307);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(94, 29);
this.button4.TabIndex = 21;
this.button4.Text = "Удалить";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"Женская обувь",
"Мужская обувь"});
this.comboBox1.Location = new System.Drawing.Point(290, 12);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(151, 28);
this.comboBox1.TabIndex = 22;
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"Ботинки",
"Кеды",
"Кроссовки",
"Полуботинки",
"Сапоги",
"Тапочки",
"Туфли"});
this.comboBox2.Location = new System.Drawing.Point(447, 12);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(151, 28);
this.comboBox2.TabIndex = 23;
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
//
// comboBox3
//
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"Alessio Nesca",
"CROSBY",
"Kari",
"Marco Tozzi",
"Rieker",
"Рос"});
this.comboBox3.Location = new System.Drawing.Point(295, 121);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(349, 28);
this.comboBox3.TabIndex = 24;
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
"Kari",
"Обувь для вас"});
this.comboBox4.Location = new System.Drawing.Point(295, 155);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(349, 28);
this.comboBox4.TabIndex = 25;
//
// comboBox5
//
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Items.AddRange(new object[] {
"шт."});
this.comboBox5.Location = new System.Drawing.Point(295, 219);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(349, 28);
this.comboBox5.TabIndex = 26;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(669, 111);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(185, 72);
this.textBox1.TabIndex = 27;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(904, 348);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.comboBox5);
this.Controls.Add(this.comboBox4);
this.Controls.Add(this.comboBox3);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.Skidka);
this.Controls.Add(this.Photo);
this.Name = "Form2";
this.Text = "Form2";
((System.ComponentModel.ISupportInitialize)(this.Photo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.TextBox textBox7;
public System.Windows.Forms.TextBox textBox5;
public System.Windows.Forms.TextBox textBox2;
public System.Windows.Forms.TextBox Skidka;
public System.Windows.Forms.PictureBox Photo;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.ComboBox comboBox5;
public System.Windows.Forms.TextBox textBox1;
}
}