CenterParent on launch

Oops.
This commit is contained in:
Kurt 2014-08-01 13:55:48 -07:00
parent 0b8714266d
commit 55060edd48

View file

@ -312,6 +312,7 @@
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(330, 350);
this.Name = "SAV_SuperTrain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Super Training Records";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);