diff --git a/Ninjacrab.PersistentWindows.Solution/Common/DbKeySelect.Designer.cs b/Ninjacrab.PersistentWindows.Solution/Common/DbKeySelect.Designer.cs
index 1e29f3e..4b738a5 100644
--- a/Ninjacrab.PersistentWindows.Solution/Common/DbKeySelect.Designer.cs
+++ b/Ninjacrab.PersistentWindows.Solution/Common/DbKeySelect.Designer.cs
@@ -64,8 +64,7 @@ namespace PersistentWindows.Common
//
// DbKeySelect
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.selected);
this.Controls.Add(this.Ok);
diff --git a/Ninjacrab.PersistentWindows.Solution/Common/LaunchProcess.Designer.cs b/Ninjacrab.PersistentWindows.Solution/Common/LaunchProcess.Designer.cs
index 6cded8f..ea7d1b7 100644
--- a/Ninjacrab.PersistentWindows.Solution/Common/LaunchProcess.Designer.cs
+++ b/Ninjacrab.PersistentWindows.Solution/Common/LaunchProcess.Designer.cs
@@ -85,8 +85,8 @@ namespace PersistentWindows.Common
// LaunchProcess
//
this.AcceptButton = this.Yes;
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.Notice);
diff --git a/Ninjacrab.PersistentWindows.Solution/Common/LaunchProcess.resx b/Ninjacrab.PersistentWindows.Solution/Common/LaunchProcess.resx
index 8b6f7a5..4051fef 100644
--- a/Ninjacrab.PersistentWindows.Solution/Common/LaunchProcess.resx
+++ b/Ninjacrab.PersistentWindows.Solution/Common/LaunchProcess.resx
@@ -327,9 +327,6 @@
True
-
- 8, 16
-
670, 399
diff --git a/Ninjacrab.PersistentWindows.Solution/Common/LayoutProfile.Designer.cs b/Ninjacrab.PersistentWindows.Solution/Common/LayoutProfile.Designer.cs
index a6e31e2..c9cf2c1 100644
--- a/Ninjacrab.PersistentWindows.Solution/Common/LayoutProfile.Designer.cs
+++ b/Ninjacrab.PersistentWindows.Solution/Common/LayoutProfile.Designer.cs
@@ -47,7 +47,6 @@ namespace PersistentWindows.Common
//
// label1
//
- this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(41, 79);
this.label1.Name = "label1";
@@ -57,8 +56,7 @@ namespace PersistentWindows.Common
//
// LayoutProfile
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.ClientSize = new System.Drawing.Size(510, 225);
this.Controls.Add(this.label1);
this.Controls.Add(this.SnapshotName);
diff --git a/Ninjacrab.PersistentWindows.Solution/Common/NameDbKey.Designer.cs b/Ninjacrab.PersistentWindows.Solution/Common/NameDbKey.Designer.cs
index 840d960..d0515d2 100644
--- a/Ninjacrab.PersistentWindows.Solution/Common/NameDbKey.Designer.cs
+++ b/Ninjacrab.PersistentWindows.Solution/Common/NameDbKey.Designer.cs
@@ -68,8 +68,7 @@ namespace PersistentWindows.Common
// NameDbEntry
//
this.AcceptButton = this.button1;
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.ClientSize = new System.Drawing.Size(609, 300);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);