Ekz_LEDNEV/Form2.Designer.cs
2026-05-15 11:53:02 +04:00

273 lines
9.7 KiB
C#

namespace ekz_lednev
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
textBox1 = new TextBox();
textBox2 = new TextBox();
button1 = new Button();
label1 = new Label();
label2 = new Label();
button2 = new Button();
label3 = new Label();
textBox3 = new TextBox();
label4 = new Label();
textBox4 = new TextBox();
label5 = new Label();
textBox5 = new TextBox();
label6 = new Label();
textBox6 = new TextBox();
label7 = new Label();
textBox7 = new TextBox();
button3 = new Button();
SuspendLayout();
//
// textBox1
//
textBox1.Location = new Point(9, 31);
textBox1.Margin = new Padding(2, 3, 2, 3);
textBox1.Name = "textBox1";
textBox1.Size = new Size(213, 28);
textBox1.TabIndex = 0;
//
// textBox2
//
textBox2.Location = new Point(11, 91);
textBox2.Margin = new Padding(2, 3, 2, 3);
textBox2.Name = "textBox2";
textBox2.Size = new Size(213, 28);
textBox2.TabIndex = 1;
//
// button1
//
button1.BackColor = Color.FromArgb(171, 207, 206);
button1.Location = new Point(47, 469);
button1.Margin = new Padding(2, 3, 2, 3);
button1.Name = "button1";
button1.Size = new Size(130, 63);
button1.TabIndex = 2;
button1.Text = "Добавить";
button1.UseVisualStyleBackColor = false;
button1.Click += button1_Click;
//
// label1
//
label1.AutoSize = true;
label1.ForeColor = Color.FromArgb(84, 111, 148);
label1.Location = new Point(9, 9);
label1.Margin = new Padding(2, 0, 2, 0);
label1.Name = "label1";
label1.Size = new Size(130, 20);
label1.TabIndex = 3;
label1.Text = "Название товара";
//
// label2
//
label2.AutoSize = true;
label2.ForeColor = Color.FromArgb(84, 111, 148);
label2.Location = new Point(11, 70);
label2.Margin = new Padding(2, 0, 2, 0);
label2.Name = "label2";
label2.Size = new Size(178, 20);
label2.TabIndex = 4;
label2.Text = "Номер типа материала";
//
// button2
//
button2.BackColor = Color.FromArgb(171, 207, 206);
button2.Location = new Point(47, 535);
button2.Margin = new Padding(2, 3, 2, 3);
button2.Name = "button2";
button2.Size = new Size(130, 63);
button2.TabIndex = 5;
button2.Text = "Назад";
button2.UseVisualStyleBackColor = false;
button2.Click += button2_Click;
//
// label3
//
label3.AutoSize = true;
label3.ForeColor = Color.FromArgb(84, 111, 148);
label3.Location = new Point(11, 131);
label3.Margin = new Padding(2, 0, 2, 0);
label3.Name = "label3";
label3.Size = new Size(138, 20);
label3.TabIndex = 7;
label3.Text = "цена за 1 единицу";
//
// textBox3
//
textBox3.Location = new Point(11, 152);
textBox3.Margin = new Padding(2, 3, 2, 3);
textBox3.Name = "textBox3";
textBox3.Size = new Size(213, 28);
textBox3.TabIndex = 6;
//
// label4
//
label4.AutoSize = true;
label4.ForeColor = Color.FromArgb(84, 111, 148);
label4.Location = new Point(11, 196);
label4.Margin = new Padding(2, 0, 2, 0);
label4.Name = "label4";
label4.Size = new Size(167, 20);
label4.TabIndex = 9;
label4.Text = "количество на складе";
//
// textBox4
//
textBox4.Location = new Point(11, 217);
textBox4.Margin = new Padding(2, 3, 2, 3);
textBox4.Name = "textBox4";
textBox4.Size = new Size(213, 28);
textBox4.TabIndex = 8;
//
// label5
//
label5.AutoSize = true;
label5.ForeColor = Color.FromArgb(84, 111, 148);
label5.Location = new Point(11, 264);
label5.Margin = new Padding(2, 0, 2, 0);
label5.Name = "label5";
label5.Size = new Size(160, 20);
label5.TabIndex = 11;
label5.Text = "необходимое кол-во";
//
// textBox5
//
textBox5.Location = new Point(11, 285);
textBox5.Margin = new Padding(2, 3, 2, 3);
textBox5.Name = "textBox5";
textBox5.Size = new Size(213, 28);
textBox5.TabIndex = 10;
//
// label6
//
label6.AutoSize = true;
label6.ForeColor = Color.FromArgb(84, 111, 148);
label6.Location = new Point(11, 333);
label6.Margin = new Padding(2, 0, 2, 0);
label6.Name = "label6";
label6.Size = new Size(173, 20);
label6.TabIndex = 13;
label6.Text = "количество в 1 партии";
label6.Click += this.label6_Click;
//
// textBox6
//
textBox6.Location = new Point(11, 354);
textBox6.Margin = new Padding(2, 3, 2, 3);
textBox6.Name = "textBox6";
textBox6.Size = new Size(213, 28);
textBox6.TabIndex = 12;
textBox6.TextChanged += textBox6_TextChanged;
//
// label7
//
label7.AutoSize = true;
label7.ForeColor = Color.FromArgb(84, 111, 148);
label7.Location = new Point(9, 401);
label7.Margin = new Padding(2, 0, 2, 0);
label7.Name = "label7";
label7.Size = new Size(166, 20);
label7.TabIndex = 15;
label7.Text = "Номер вида единицы";
label7.Click += this.label7_Click;
//
// textBox7
//
textBox7.Location = new Point(9, 422);
textBox7.Margin = new Padding(2, 3, 2, 3);
textBox7.Name = "textBox7";
textBox7.Size = new Size(213, 28);
textBox7.TabIndex = 14;
textBox7.TextChanged += this.textBox7_TextChanged;
//
// button3
//
button3.Location = new Point(9, 564);
button3.Name = "button3";
button3.Size = new Size(28, 34);
button3.TabIndex = 16;
button3.Text = "?";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// Form2
//
AutoScaleDimensions = new SizeF(9F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(230, 610);
Controls.Add(button3);
Controls.Add(label7);
Controls.Add(textBox7);
Controls.Add(label6);
Controls.Add(textBox6);
Controls.Add(label5);
Controls.Add(textBox5);
Controls.Add(label4);
Controls.Add(textBox4);
Controls.Add(label3);
Controls.Add(textBox3);
Controls.Add(button2);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(button1);
Controls.Add(textBox2);
Controls.Add(textBox1);
Font = new Font("Comic Sans MS", 11F);
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4, 3, 4, 3);
Name = "Form2";
Text = "Добавление Данных";
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox textBox1;
private TextBox textBox2;
private Button button1;
private Label label1;
private Label label2;
private Button button2;
private Label label3;
private TextBox textBox3;
private Label label4;
private TextBox textBox4;
private Label label5;
private TextBox textBox5;
private Label label6;
private TextBox textBox6;
private Label label7;
private TextBox textBox7;
private Button button3;
}
}