1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

setting autoscale to DPI

This commit is contained in:
Jos de Bruijn
2016-10-20 10:20:20 -07:00
parent 5c09552ee6
commit f2a58d5ba8
2 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
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.Color.White;
this.ClientSize = new System.Drawing.Size(847, 328);
this.Controls.Add(this.powerBIReport);