2
This commit is contained in:
parent
a9f3a7a521
commit
6e2bf21820
@ -104,8 +104,6 @@ namespace Catamaran
|
||||
}
|
||||
return DrawMapWithObject();
|
||||
}
|
||||
|
||||
|
||||
private bool SetObjectOnMap()
|
||||
{
|
||||
if (_drawingObject == null || _map == null)
|
||||
|
2
Catamaran/FormBoat.Designer.cs
generated
2
Catamaran/FormBoat.Designer.cs
generated
@ -72,7 +72,6 @@
|
||||
this.toolStripStatusLabelColor.Name = "toolStripStatusLabelColor";
|
||||
this.toolStripStatusLabelColor.Size = new System.Drawing.Size(55, 25);
|
||||
this.toolStripStatusLabelColor.Text = "Color";
|
||||
this.toolStripStatusLabelColor.Click += new System.EventHandler(this.toolStripStatusLabel3_Click);
|
||||
//
|
||||
// pictureBoxCatamaran
|
||||
//
|
||||
@ -158,7 +157,6 @@
|
||||
this.Controls.Add(this.statusStrip1);
|
||||
this.Name = "CatamaranForm";
|
||||
this.Text = "Catamaran";
|
||||
this.Load += new System.EventHandler(this.CatamaranForm_Load);
|
||||
this.statusStrip1.ResumeLayout(false);
|
||||
this.statusStrip1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCatamaran)).EndInit();
|
||||
|
@ -25,14 +25,6 @@ namespace Catamaran
|
||||
pictureBoxCatamaran.Image = bmp;
|
||||
}
|
||||
|
||||
private void CatamaranForm_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
private void toolStripStatusLabel3_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
private void buttonCreate_Click(object sender, EventArgs e)
|
||||
{
|
||||
Random rnd = new Random();
|
||||
|
@ -20,8 +20,6 @@ namespace Catamaran
|
||||
_abstractMap = new SimpleMap();
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Заполнение информации по объекту
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user