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