Improved scaling. Doesn't work completely but much better than before
This commit is contained in:
5
SOURCE/Application/Form1.Designer.cs
generated
5
SOURCE/Application/Form1.Designer.cs
generated
@@ -41,11 +41,10 @@ namespace App
|
||||
this.deviceDescription1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.deviceDescription1.Location = new System.Drawing.Point(0, 0);
|
||||
this.deviceDescription1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.deviceDescription1.MaximumSize = new System.Drawing.Size(1750, 866);
|
||||
this.deviceDescription1.MinimumSize = new System.Drawing.Size(1750, 866);
|
||||
this.deviceDescription1.Name = "deviceDescription1";
|
||||
this.deviceDescription1.Size = new System.Drawing.Size(1750, 866);
|
||||
this.deviceDescription1.Size = new System.Drawing.Size(884, 461);
|
||||
this.deviceDescription1.TabIndex = 0;
|
||||
this.deviceDescription1.Load += new System.EventHandler(this.deviceDescription1_Load);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
|
@@ -16,5 +16,10 @@ namespace App
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void deviceDescription1_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user