This commit is contained in:
2022-07-07 18:50:58 +00:00
parent 3410d5240d
commit 32c9ef078f
3 changed files with 3 additions and 0 deletions

View File

@@ -109,6 +109,7 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "SetToBePrinted";
this.Padding = new System.Windows.Forms.Padding(16);
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SetToBePrinted";
this.Load += new System.EventHandler(this.SetQBClass_load);