diff --git a/C968Project/Views/AddModifyPartScreen.Designer.cs b/C968Project/Views/AddModifyPartScreen.Designer.cs index 7dffd8a..bcee08c 100644 --- a/C968Project/Views/AddModifyPartScreen.Designer.cs +++ b/C968Project/Views/AddModifyPartScreen.Designer.cs @@ -236,6 +236,8 @@ Controls.Add(outsourcedRadioButton); Controls.Add(inHouseRadioButton); Controls.Add(screenLabel); + MaximumSize = new Size(609, 440); + MinimumSize = new Size(609, 440); Name = "AddModifyPartScreen"; Text = "Part"; ResumeLayout(false); diff --git a/C968Project/Views/AddModifyPartScreen.resx b/C968Project/Views/AddModifyPartScreen.resx index 8b2ff64..42d55f9 100644 --- a/C968Project/Views/AddModifyPartScreen.resx +++ b/C968Project/Views/AddModifyPartScreen.resx @@ -117,4 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + \ No newline at end of file diff --git a/C968Project/Views/AddModifyProductScreen.Designer.cs b/C968Project/Views/AddModifyProductScreen.Designer.cs index 5f744c0..02adf5b 100644 --- a/C968Project/Views/AddModifyProductScreen.Designer.cs +++ b/C968Project/Views/AddModifyProductScreen.Designer.cs @@ -276,6 +276,8 @@ Controls.Add(idLabel); Controls.Add(idTextBox); Controls.Add(screenLabel); + MaximumSize = new Size(971, 668); + MinimumSize = new Size(971, 668); Name = "AddModifyProductScreen"; Text = "Product"; ((System.ComponentModel.ISupportInitialize)allPartsDataGridView).EndInit(); diff --git a/C968Project/Views/AddModifyProductScreen.resx b/C968Project/Views/AddModifyProductScreen.resx index 8b2ff64..42d55f9 100644 --- a/C968Project/Views/AddModifyProductScreen.resx +++ b/C968Project/Views/AddModifyProductScreen.resx @@ -117,4 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + \ No newline at end of file