ISP41_Merkylov_SportMag/WinFormsApp1/Reduct2.Designer.cs
2026-05-14 15:40:21 +04:00

386 lines
15 KiB
C#

namespace WinFormsApp1
{
partial class Reduct2
{
/// <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()
{
button2 = new Button();
button1 = new Button();
textBoxStockQuan = new TextBox();
textBoxSale = new TextBox();
textBoxPrice = new TextBox();
comboBoxCategories = new ComboBox();
comboBoxManufacturer = new ComboBox();
comboBoxUnitType = new ComboBox();
textBoxDesc = new TextBox();
textBoxProdName = new TextBox();
textBoxArticle = new TextBox();
comboBoxSupplier = new ComboBox();
textBoxID = new TextBox();
label9 = new Label();
label8 = new Label();
label7 = new Label();
label6 = new Label();
label5 = new Label();
label4 = new Label();
label3 = new Label();
label2 = new Label();
label1 = new Label();
label11 = new Label();
label10 = new Label();
label12 = new Label();
button3 = new Button();
SuspendLayout();
//
// button2
//
button2.BackColor = Color.Red;
button2.Font = new Font("Comic Sans MS", 9F);
button2.Location = new Point(448, 12);
button2.Name = "button2";
button2.Size = new Size(38, 29);
button2.TabIndex = 34;
button2.Text = "X";
button2.UseVisualStyleBackColor = false;
button2.Click += button2_Click;
//
// button1
//
button1.BackColor = Color.Red;
button1.Font = new Font("Comic Sans MS", 9F);
button1.Location = new Point(225, 408);
button1.Name = "button1";
button1.Size = new Size(108, 23);
button1.TabIndex = 33;
button1.Text = "Редактировать";
button1.UseVisualStyleBackColor = false;
button1.Click += btnSave_Click;
//
// textBoxStockQuan
//
textBoxStockQuan.BackColor = Color.FromArgb(133, 242, 189);
textBoxStockQuan.Font = new Font("Comic Sans MS", 9F);
textBoxStockQuan.Location = new Point(165, 337);
textBoxStockQuan.Name = "textBoxStockQuan";
textBoxStockQuan.Size = new Size(225, 24);
textBoxStockQuan.TabIndex = 32;
//
// textBoxSale
//
textBoxSale.BackColor = Color.FromArgb(133, 242, 189);
textBoxSale.Font = new Font("Comic Sans MS", 9F);
textBoxSale.Location = new Point(165, 308);
textBoxSale.Name = "textBoxSale";
textBoxSale.Size = new Size(225, 24);
textBoxSale.TabIndex = 31;
//
// textBoxPrice
//
textBoxPrice.BackColor = Color.FromArgb(133, 242, 189);
textBoxPrice.Font = new Font("Comic Sans MS", 9F);
textBoxPrice.Location = new Point(165, 279);
textBoxPrice.Name = "textBoxPrice";
textBoxPrice.Size = new Size(225, 24);
textBoxPrice.TabIndex = 30;
//
// comboBoxCategories
//
comboBoxCategories.BackColor = Color.FromArgb(133, 242, 189);
comboBoxCategories.Font = new Font("Comic Sans MS", 9F);
comboBoxCategories.FormattingEnabled = true;
comboBoxCategories.Location = new Point(165, 163);
comboBoxCategories.Name = "comboBoxCategories";
comboBoxCategories.Size = new Size(225, 25);
comboBoxCategories.TabIndex = 29;
//
// comboBoxManufacturer
//
comboBoxManufacturer.BackColor = Color.FromArgb(133, 242, 189);
comboBoxManufacturer.Font = new Font("Comic Sans MS", 9F);
comboBoxManufacturer.FormattingEnabled = true;
comboBoxManufacturer.Location = new Point(165, 221);
comboBoxManufacturer.Name = "comboBoxManufacturer";
comboBoxManufacturer.Size = new Size(225, 25);
comboBoxManufacturer.TabIndex = 28;
//
// comboBoxUnitType
//
comboBoxUnitType.BackColor = Color.FromArgb(133, 242, 189);
comboBoxUnitType.Font = new Font("Comic Sans MS", 9F);
comboBoxUnitType.FormattingEnabled = true;
comboBoxUnitType.Location = new Point(165, 366);
comboBoxUnitType.Name = "comboBoxUnitType";
comboBoxUnitType.Size = new Size(225, 25);
comboBoxUnitType.TabIndex = 27;
//
// textBoxDesc
//
textBoxDesc.BackColor = Color.FromArgb(133, 242, 189);
textBoxDesc.Font = new Font("Comic Sans MS", 9F);
textBoxDesc.Location = new Point(165, 192);
textBoxDesc.Name = "textBoxDesc";
textBoxDesc.Size = new Size(225, 24);
textBoxDesc.TabIndex = 26;
//
// textBoxProdName
//
textBoxProdName.BackColor = Color.FromArgb(133, 242, 189);
textBoxProdName.Font = new Font("Comic Sans MS", 9F);
textBoxProdName.Location = new Point(165, 134);
textBoxProdName.Name = "textBoxProdName";
textBoxProdName.Size = new Size(225, 24);
textBoxProdName.TabIndex = 25;
//
// textBoxArticle
//
textBoxArticle.BackColor = Color.FromArgb(133, 242, 189);
textBoxArticle.Font = new Font("Comic Sans MS", 9F);
textBoxArticle.Location = new Point(165, 105);
textBoxArticle.Name = "textBoxArticle";
textBoxArticle.Size = new Size(225, 24);
textBoxArticle.TabIndex = 24;
//
// comboBoxSupplier
//
comboBoxSupplier.BackColor = Color.FromArgb(133, 242, 189);
comboBoxSupplier.Font = new Font("Comic Sans MS", 9F);
comboBoxSupplier.FormattingEnabled = true;
comboBoxSupplier.Location = new Point(165, 250);
comboBoxSupplier.Name = "comboBoxSupplier";
comboBoxSupplier.Size = new Size(225, 25);
comboBoxSupplier.TabIndex = 23;
//
// textBoxID
//
textBoxID.BackColor = Color.FromArgb(133, 242, 189);
textBoxID.Location = new Point(165, 76);
textBoxID.Name = "textBoxID";
textBoxID.ReadOnly = true;
textBoxID.Size = new Size(225, 23);
textBoxID.TabIndex = 35;
//
// label9
//
label9.AutoSize = true;
label9.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label9.Location = new Point(68, 136);
label9.Name = "label9";
label9.Size = new Size(61, 17);
label9.TabIndex = 45;
label9.Text = "Название";
//
// label8
//
label8.AutoSize = true;
label8.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label8.Location = new Point(68, 194);
label8.Name = "label8";
label8.Size = new Size(67, 17);
label8.TabIndex = 44;
label8.Text = "Описание";
//
// label7
//
label7.AutoSize = true;
label7.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label7.Location = new Point(60, 223);
label7.Name = "label7";
label7.Size = new Size(99, 17);
label7.TabIndex = 43;
label7.Text = "Производитель";
//
// label6
//
label6.AutoSize = true;
label6.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label6.Location = new Point(68, 252);
label6.Name = "label6";
label6.Size = new Size(74, 17);
label6.TabIndex = 42;
label6.Text = "Поставщик";
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label5.Location = new Point(68, 281);
label5.Name = "label5";
label5.Size = new Size(36, 17);
label5.TabIndex = 41;
label5.Text = "Цена";
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label4.Location = new Point(68, 310);
label4.Name = "label4";
label4.Size = new Size(48, 17);
label4.TabIndex = 40;
label4.Text = "Скидка";
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label3.Location = new Point(68, 339);
label3.Name = "label3";
label3.Size = new Size(76, 17);
label3.TabIndex = 39;
label3.Text = "Количество";
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label2.Location = new Point(68, 165);
label2.Name = "label2";
label2.Size = new Size(67, 17);
label2.TabIndex = 38;
label2.Text = "Категория";
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label1.Location = new Point(68, 107);
label1.Name = "label1";
label1.Size = new Size(56, 17);
label1.TabIndex = 37;
label1.Text = "Артикул";
//
// label11
//
label11.AutoSize = true;
label11.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label11.Location = new Point(68, 369);
label11.Name = "label11";
label11.Size = new Size(91, 17);
label11.TabIndex = 36;
label11.Text = "Ед. измерения";
//
// label10
//
label10.AutoSize = true;
label10.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
label10.Location = new Point(59, 78);
label10.Name = "label10";
label10.Size = new Size(100, 17);
label10.TabIndex = 46;
label10.Text = "Идентификатор";
//
// label12
//
label12.AutoSize = true;
label12.Font = new Font("Comic Sans MS", 26.25F, FontStyle.Regular, GraphicsUnit.Point, 204);
label12.Location = new Point(68, 9);
label12.Name = "label12";
label12.Size = new Size(356, 49);
label12.TabIndex = 47;
label12.Text = "РЕДАКТИРОВАНИЕ";
//
// button3
//
button3.BackColor = Color.Red;
button3.Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
button3.Location = new Point(411, 415);
button3.Name = "button3";
button3.Size = new Size(75, 23);
button3.TabIndex = 48;
button3.Text = "Назад";
button3.UseVisualStyleBackColor = false;
button3.Click += button3_Click;
//
// Reduct2
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.FromArgb(192, 237, 215);
ClientSize = new Size(498, 450);
Controls.Add(button3);
Controls.Add(label12);
Controls.Add(label10);
Controls.Add(label9);
Controls.Add(label8);
Controls.Add(label7);
Controls.Add(label6);
Controls.Add(label5);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(label11);
Controls.Add(textBoxID);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(textBoxStockQuan);
Controls.Add(textBoxSale);
Controls.Add(textBoxPrice);
Controls.Add(comboBoxCategories);
Controls.Add(comboBoxManufacturer);
Controls.Add(comboBoxUnitType);
Controls.Add(textBoxDesc);
Controls.Add(textBoxProdName);
Controls.Add(textBoxArticle);
Controls.Add(comboBoxSupplier);
FormBorderStyle = FormBorderStyle.None;
Name = "Reduct2";
Text = "Reduct2";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button button2;
private Button button1;
private TextBox textBoxStockQuan;
private TextBox textBoxSale;
private TextBox textBoxPrice;
private ComboBox comboBoxCategories;
private ComboBox comboBoxManufacturer;
private ComboBox comboBoxUnitType;
private TextBox textBoxDesc;
private TextBox textBoxProdName;
private TextBox textBoxArticle;
private ComboBox comboBoxSupplier;
private TextBox textBoxID;
private Label label9;
private Label label8;
private Label label7;
private Label label6;
private Label label5;
private Label label4;
private Label label3;
private Label label2;
private Label label1;
private Label label11;
private Label label10;
private Label label12;
private Button button3;
}
}