Putilin P. A. Lab work 1 Base #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab1Base"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +100,4 @@
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.labelName);
this.Name = "FormComponent";
this.Text = "FormComponent";
Заголовок формы оформлен неверно
@ -0,0 +103,4 @@
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormComponents";
this.Text = "FormComponents";
Заголовок формы оформлен неверно
@ -0,0 +126,4 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "FormCreateOrder";
this.Text = "FormCreateOrder";
Заголовок формы оформлен неверно
@ -0,0 +155,4 @@
this.Controls.Add(this.buttonCreateOrder);
this.Controls.Add(this.dataGridView);
this.Name = "FormMain";
this.Text = "FormMain";
Заголовок формы оформлен неверно
@ -0,0 +239,4 @@
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.buttonCancel);
this.Name = "FormReinforced";
this.Text = "FormReinforced";
Заголовок формы оформлен неверно
@ -0,0 +101,4 @@
this.Controls.Add(this.labelCount);
this.Controls.Add(this.labelReinforced);
this.Name = "FormReinforcedComponent";
this.Text = "FormReinforcedComponent";
Заголовок формы оформлен неверно
@ -0,0 +103,4 @@
this.Controls.Add(this.buttonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormViewReinforced";
this.Text = "FormViewReinforced";
Заголовок формы оформлен неверно
Pull request closed