Ещё одни доп правки

This commit is contained in:
Glliza 2024-11-29 15:45:27 +04:00
parent 7348390616
commit 84a59803d9

View File

@ -42,9 +42,9 @@
label3.AutoSize = true; label3.AutoSize = true;
label3.Location = new Point(26, 160); label3.Location = new Point(26, 160);
label3.Name = "label3"; label3.Name = "label3";
label3.Size = new Size(169, 15); label3.Size = new Size(68, 15);
label3.TabIndex = 10; label3.TabIndex = 10;
label3.Text = "Колиество поступивших пар:"; label3.Text = "Колиество:";
// //
// numericUpDownNumOfPairs // numericUpDownNumOfPairs
// //
@ -76,16 +76,16 @@
// label // label
// //
label.AutoSize = true; label.AutoSize = true;
label.Location = new Point(26, 39); label.Location = new Point(27, 69);
label.Name = "label"; label.Name = "label";
label.Size = new Size(148, 15); label.Size = new Size(70, 15);
label.TabIndex = 19; label.TabIndex = 19;
label.Text = "Тип поступившео товара:"; label.Text = "Тип товара:";
// //
// comboBox1 // comboBox1
// //
comboBox1.FormattingEnabled = true; comboBox1.FormattingEnabled = true;
comboBox1.Location = new Point(245, 39); comboBox1.Location = new Point(246, 69);
comboBox1.Name = "comboBox1"; comboBox1.Name = "comboBox1";
comboBox1.Size = new Size(121, 23); comboBox1.Size = new Size(121, 23);
comboBox1.TabIndex = 20; comboBox1.TabIndex = 20;