Лабораторная работа - итоговый вариант

This commit is contained in:
devil_1nc 2022-09-29 20:22:37 +04:00
parent d8c21ff0a4
commit 7d560e85dd

View File

@ -146,6 +146,7 @@
this.Controls.Add(this.pictureBoxPlane);
this.Name = "FormPlane";
this.Text = "Plane";
this.SizeChanged += new System.EventHandler(this.PictureBoxCar_Resize);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlane)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();