Исправлено имя формы
This commit is contained in:
parent
80c18de5db
commit
c9dd2ad472
@ -254,7 +254,7 @@
|
|||||||
this.Controls.Add(this.pictureBox);
|
this.Controls.Add(this.pictureBox);
|
||||||
this.Controls.Add(this.groupBox);
|
this.Controls.Add(this.groupBox);
|
||||||
this.Name = "FormMapWithSetLocomotives";
|
this.Name = "FormMapWithSetLocomotives";
|
||||||
this.Text = "FormMapWithSetLocomotives";
|
this.Text = "Карта с набором объектов";
|
||||||
this.groupBox.ResumeLayout(false);
|
this.groupBox.ResumeLayout(false);
|
||||||
this.groupBox.PerformLayout();
|
this.groupBox.PerformLayout();
|
||||||
this.groupBoxMaps.ResumeLayout(false);
|
this.groupBoxMaps.ResumeLayout(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user