Forms done, just need functionality now

This commit is contained in:
Chris Bell 2025-05-13 23:21:56 -05:00
parent 62a230cc19
commit 62eb1deeda
4 changed files with 10 additions and 0 deletions

View File

@ -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);

View File

@ -117,4 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>

View File

@ -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();

View File

@ -117,4 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>