NES - sound config - set ok/cancel winform properties

This commit is contained in:
adelikat 2012-08-31 02:11:55 +00:00
parent e24f0962fc
commit cfadca6fd6
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,7 @@
// Cancel
//
this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.Cancel.Location = new System.Drawing.Point(133, 158);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(75, 23);
@ -123,8 +124,10 @@
//
// NESSoundConfig
//
this.AcceptButton = this.OK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.Cancel;
this.ClientSize = new System.Drawing.Size(220, 193);
this.Controls.Add(this.SelectAll);
this.Controls.Add(this.DMC);