Названия форм исправлены

This commit is contained in:
pgirl111 2023-02-13 09:18:24 +04:00
parent c3d8dfd646
commit b2681563e1
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
this.Controls.Add(this.ButtonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormComponents";
this.Text = "FormComponents";
this.Text = "Компоненты";
this.Load += new System.EventHandler(this.FormComponents_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.ResumeLayout(false);

View File

@ -93,7 +93,7 @@
this.Controls.Add(this.ButtonAdd);
this.Controls.Add(this.dataGridView);
this.Name = "FormFurnitures";
this.Text = "FormFurnitures";
this.Text = "Изделия";
this.Load += new System.EventHandler(this.FormFurnitures_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.ResumeLayout(false);