Positioned utility window

This commit is contained in:
2022-10-12 22:21:22 +02:00
parent 0cb51d70cb
commit 0ec700b5ed
2 changed files with 3 additions and 2 deletions

View File

@ -93,6 +93,7 @@
this.Controls.Add(this.btnReadStockLists);
this.Controls.Add(this.lblUtilityHeader);
this.Name = "frmUtilities";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Utilities";
this.ResumeLayout(false);
this.PerformLayout();