NES - sound config - set ok/cancel winform properties
This commit is contained in:
parent
e24f0962fc
commit
cfadca6fd6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue