Sorokin P.V. Lab work 2 #2
@ -109,6 +109,10 @@ namespace Liner
|
||||
} while (result);
|
||||
startX = x;
|
||||
startY += _size_y;
|
||||
if (startY > 100)
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
||||
|
2
Liner/Liner/FormMap.Designer.cs
generated
2
Liner/Liner/FormMap.Designer.cs
generated
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user