PIbd-22 Chubykina P.P. LabWork_01 #1

Closed
chubykina_polina wants to merge 15 commits from LabWork_01 into main
Showing only changes of commit 8a3ae4c156 - Show all commits

View File

@ -100,7 +100,7 @@
this.Controls.Add(this.labelCost);
this.Controls.Add(this.labelName);
this.Name = "FormComponent";
this.Text = "FormComponent";
this.Text = "Компонент";
Outdated
Review

Заголовок формы оформлен неверно

Заголовок формы оформлен неверно
this.Load += new System.EventHandler(this.FormComponent_Load);
this.ResumeLayout(false);
this.PerformLayout();