PIbd-22 Chubykina P.P. LabWork_02_Hard #8

Closed
chubykina_polina wants to merge 19 commits from LabWork_02_Hard into LabWork_02.1
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 = "Компонент";
this.Load += new System.EventHandler(this.FormComponent_Load);
this.ResumeLayout(false);
this.PerformLayout();