From 8228d0c343f19c5fe5e99561f2b294ea49646031 Mon Sep 17 00:00:00 2001 From: Pascal Date: Thu, 3 Mar 2016 09:46:13 -0500 Subject: [PATCH] Positionning the SubstitutionForms centered with it's parent --- Forms/SubstitutionForm.Designer.cs | 1 + Forms/SubstitutionForm.resx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Forms/SubstitutionForm.Designer.cs b/Forms/SubstitutionForm.Designer.cs index 85f7e8c..e2d051f 100755 --- a/Forms/SubstitutionForm.Designer.cs +++ b/Forms/SubstitutionForm.Designer.cs @@ -154,6 +154,7 @@ private void InitializeComponent() this.Name = "SubstitutionForm"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "3"; this.ResumeLayout(false); this.PerformLayout(); diff --git a/Forms/SubstitutionForm.resx b/Forms/SubstitutionForm.resx index 29dcb1b..5ea0895 100755 --- a/Forms/SubstitutionForm.resx +++ b/Forms/SubstitutionForm.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file