first commit1

This commit is contained in:
Your Name 2026-05-15 11:53:02 +04:00
parent 812755e4e8
commit 687c46950a
4 changed files with 35 additions and 24 deletions

4
Form2.Designer.cs generated
View File

@ -177,6 +177,7 @@
label6.Size = new Size(173, 20); label6.Size = new Size(173, 20);
label6.TabIndex = 13; label6.TabIndex = 13;
label6.Text = "количество в 1 партии"; label6.Text = "количество в 1 партии";
label6.Click += this.label6_Click;
// //
// textBox6 // textBox6
// //
@ -185,6 +186,7 @@
textBox6.Name = "textBox6"; textBox6.Name = "textBox6";
textBox6.Size = new Size(213, 28); textBox6.Size = new Size(213, 28);
textBox6.TabIndex = 12; textBox6.TabIndex = 12;
textBox6.TextChanged += textBox6_TextChanged;
// //
// label7 // label7
// //
@ -196,6 +198,7 @@
label7.Size = new Size(166, 20); label7.Size = new Size(166, 20);
label7.TabIndex = 15; label7.TabIndex = 15;
label7.Text = "Номер вида единицы"; label7.Text = "Номер вида единицы";
label7.Click += this.label7_Click;
// //
// textBox7 // textBox7
// //
@ -204,6 +207,7 @@
textBox7.Name = "textBox7"; textBox7.Name = "textBox7";
textBox7.Size = new Size(213, 28); textBox7.Size = new Size(213, 28);
textBox7.TabIndex = 14; textBox7.TabIndex = 14;
textBox7.TextChanged += this.textBox7_TextChanged;
// //
// button3 // button3
// //

View File

@ -43,5 +43,10 @@ namespace ekz_lednev
{ {
MessageBox.Show("Заполните все поля по списку и нажмите кнопку добавить, ваш товар добавлен!"); MessageBox.Show("Заполните все поля по списку и нажмите кнопку добавить, ваш товар добавлен!");
} }
private void textBox6_TextChanged(object sender, EventArgs e)
{
}
} }
} }

19
Form4.Designer.cs generated
View File

@ -38,18 +38,18 @@
// dataGridView1 // dataGridView1
// //
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Location = new Point(21, 22); dataGridView1.Location = new Point(21, 25);
dataGridView1.Name = "dataGridView1"; dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(629, 416); dataGridView1.Size = new Size(629, 471);
dataGridView1.TabIndex = 0; dataGridView1.TabIndex = 0;
// //
// button2 // button2
// //
button2.BackColor = Color.FromArgb(171, 207, 206); button2.BackColor = Color.FromArgb(171, 207, 206);
button2.Location = new Point(655, 378); button2.Location = new Point(655, 428);
button2.Margin = new Padding(2, 3, 2, 3); button2.Margin = new Padding(2, 3, 2, 3);
button2.Name = "button2"; button2.Name = "button2";
button2.Size = new Size(86, 60); button2.Size = new Size(86, 68);
button2.TabIndex = 22; button2.TabIndex = 22;
button2.Text = "Назад"; button2.Text = "Назад";
button2.UseVisualStyleBackColor = false; button2.UseVisualStyleBackColor = false;
@ -57,9 +57,9 @@
// //
// button5 // button5
// //
button5.Location = new Point(712, 338); button5.Location = new Point(712, 383);
button5.Name = "button5"; button5.Name = "button5";
button5.Size = new Size(28, 34); button5.Size = new Size(28, 39);
button5.TabIndex = 36; button5.TabIndex = 36;
button5.Text = "?"; button5.Text = "?";
button5.UseVisualStyleBackColor = true; button5.UseVisualStyleBackColor = true;
@ -67,16 +67,17 @@
// //
// Form4 // Form4
// //
AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font; AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(752, 450); ClientSize = new Size(752, 510);
Controls.Add(button5); Controls.Add(button5);
Controls.Add(button2); Controls.Add(button2);
Controls.Add(dataGridView1); Controls.Add(dataGridView1);
Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
FormBorderStyle = FormBorderStyle.FixedDialog; FormBorderStyle = FormBorderStyle.FixedDialog;
Icon = (Icon)resources.GetObject("$this.Icon"); Icon = (Icon)resources.GetObject("$this.Icon");
Name = "Form4"; Name = "Form4";
Text = "Form4"; Text = "Список Поставщиков";
Load += Form4_Load; Load += Form4_Load;
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
ResumeLayout(false); ResumeLayout(false);

31
Form5.Designer.cs generated
View File

@ -40,9 +40,9 @@
// //
// button5 // button5
// //
button5.Location = new Point(510, 303); button5.Location = new Point(510, 343);
button5.Name = "button5"; button5.Name = "button5";
button5.Size = new Size(28, 34); button5.Size = new Size(28, 39);
button5.TabIndex = 42; button5.TabIndex = 42;
button5.Text = "?"; button5.Text = "?";
button5.UseVisualStyleBackColor = true; button5.UseVisualStyleBackColor = true;
@ -51,9 +51,9 @@
// button4 // button4
// //
button4.BackColor = Color.FromArgb(171, 207, 206); button4.BackColor = Color.FromArgb(171, 207, 206);
button4.Location = new Point(366, 408); button4.Location = new Point(366, 462);
button4.Name = "button4"; button4.Name = "button4";
button4.Size = new Size(172, 77); button4.Size = new Size(172, 87);
button4.TabIndex = 41; button4.TabIndex = 41;
button4.Text = "Назад"; button4.Text = "Назад";
button4.UseVisualStyleBackColor = false; button4.UseVisualStyleBackColor = false;
@ -62,9 +62,9 @@
// button3 // button3
// //
button3.BackColor = Color.FromArgb(171, 207, 206); button3.BackColor = Color.FromArgb(171, 207, 206);
button3.Location = new Point(366, 211); button3.Location = new Point(366, 239);
button3.Name = "button3"; button3.Name = "button3";
button3.Size = new Size(172, 86); button3.Size = new Size(172, 97);
button3.TabIndex = 40; button3.TabIndex = 40;
button3.Text = "Удаление"; button3.Text = "Удаление";
button3.UseVisualStyleBackColor = false; button3.UseVisualStyleBackColor = false;
@ -73,9 +73,9 @@
// button2 // button2
// //
button2.BackColor = Color.FromArgb(171, 207, 206); button2.BackColor = Color.FromArgb(171, 207, 206);
button2.Location = new Point(366, 112); button2.Location = new Point(366, 127);
button2.Name = "button2"; button2.Name = "button2";
button2.Size = new Size(172, 80); button2.Size = new Size(172, 91);
button2.TabIndex = 39; button2.TabIndex = 39;
button2.Text = "Редактирование"; button2.Text = "Редактирование";
button2.UseVisualStyleBackColor = false; button2.UseVisualStyleBackColor = false;
@ -84,9 +84,9 @@
// button1 // button1
// //
button1.BackColor = Color.FromArgb(171, 207, 206); button1.BackColor = Color.FromArgb(171, 207, 206);
button1.Location = new Point(366, 14); button1.Location = new Point(366, 16);
button1.Name = "button1"; button1.Name = "button1";
button1.Size = new Size(172, 81); button1.Size = new Size(172, 92);
button1.TabIndex = 38; button1.TabIndex = 38;
button1.Text = "Добавление"; button1.Text = "Добавление";
button1.UseVisualStyleBackColor = false; button1.UseVisualStyleBackColor = false;
@ -95,27 +95,28 @@
// dataGridView1 // dataGridView1
// //
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Location = new Point(23, 14); dataGridView1.Location = new Point(23, 16);
dataGridView1.Name = "dataGridView1"; dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(321, 471); dataGridView1.Size = new Size(321, 534);
dataGridView1.TabIndex = 37; dataGridView1.TabIndex = 37;
// //
// Form5 // Form5
// //
AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font; AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(555, 499); ClientSize = new Size(555, 566);
Controls.Add(button5); Controls.Add(button5);
Controls.Add(button4); Controls.Add(button4);
Controls.Add(button3); Controls.Add(button3);
Controls.Add(button2); Controls.Add(button2);
Controls.Add(button1); Controls.Add(button1);
Controls.Add(dataGridView1); Controls.Add(dataGridView1);
Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
Icon = (Icon)resources.GetObject("$this.Icon"); Icon = (Icon)resources.GetObject("$this.Icon");
MaximizeBox = false; MaximizeBox = false;
MinimizeBox = false; MinimizeBox = false;
Name = "Form5"; Name = "Form5";
Text = "Form5"; Text = "Доп. Информация";
Load += Form5_Load; Load += Form5_Load;
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
ResumeLayout(false); ResumeLayout(false);