PSX Controller Config dialog - set Accept button property and set start position to CenterParent

This commit is contained in:
adelikat 2017-04-26 19:55:00 -05:00
parent 3192cc70ae
commit 81eff3de81
1 changed files with 426 additions and 424 deletions

View File

@ -430,6 +430,7 @@
//
// PSXControllerConfigNew
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
@ -444,6 +445,7 @@
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PSXControllerConfigNew";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Controller / Memcard Configuration";
this.Load += new System.EventHandler(this.PSXControllerConfigNew_Load);
this.groupBox1.ResumeLayout(false);