Sorokin P.V. Lab work 2 #2

Merged
eegov merged 7 commits from LabWork02 into LabWork01 2022-09-30 10:31:11 +04:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 22d0a11c11 - Show all commits

View File

@ -109,6 +109,10 @@ namespace Liner
} while (result);
startX = x;
startY += _size_y;
if (startY > 100)
{
break;
}
}
return false;

View File

@ -184,7 +184,7 @@
this.Controls.Add(this.pictureBoxShip);
this.Controls.Add(this.statusStrip);
this.Name = "FormMap";
this.Text = "Form1";
this.Text = "Карта";
((System.ComponentModel.ISupportInitialize)(this.pictureBoxShip)).EndInit();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();