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

This commit is contained in:
Danil Malin 2022-10-19 22:09:21 +04:00
parent 80c18de5db
commit c9dd2ad472

View File

@ -254,7 +254,7 @@
this.Controls.Add(this.pictureBox);
this.Controls.Add(this.groupBox);
this.Name = "FormMapWithSetLocomotives";
this.Text = "FormMapWithSetLocomotives";
this.Text = "Карта с набором объектов";
this.groupBox.ResumeLayout(false);
this.groupBox.PerformLayout();
this.groupBoxMaps.ResumeLayout(false);