Update HistoryForm.Designer.cs

This commit is contained in:
Michael Delpach 2020-07-11 13:48:09 +08:00
parent 0884a5029d
commit b3bf5ca597

View file

@ -260,7 +260,8 @@ private void InitializeComponent()
// HistoryForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.scMain);
this.KeyPreview = true;