Compare commits

...

2 Commits

View File

@ -51,7 +51,6 @@
this.pictureBoxShip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBoxShip.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBoxShip.TabIndex = 0; this.pictureBoxShip.TabIndex = 0;
this.pictureBoxShip.TabStop = false; this.pictureBoxShip.TabStop = false;
this.pictureBoxShip.Click += new System.EventHandler(this.ButtonMove_Click);
// //
// statusStrip1 // statusStrip1
// //