From 32c9ef078f3e240b1e055be42317f81536699d6a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 7 Jul 2022 18:50:58 +0000 Subject: [PATCH] --- AyaNovaQBI/SetAutoClose.Designer.cs | 1 + AyaNovaQBI/SetMemoField.Designer.cs | 1 + AyaNovaQBI/SetToBePrinted.Designer.cs | 1 + 3 files changed, 3 insertions(+) diff --git a/AyaNovaQBI/SetAutoClose.Designer.cs b/AyaNovaQBI/SetAutoClose.Designer.cs index c84f40e..792d651 100644 --- a/AyaNovaQBI/SetAutoClose.Designer.cs +++ b/AyaNovaQBI/SetAutoClose.Designer.cs @@ -109,6 +109,7 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "SetAutoClose"; this.Padding = new System.Windows.Forms.Padding(16); + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SetAutoClose"; this.Load += new System.EventHandler(this.SetQBClass_load); diff --git a/AyaNovaQBI/SetMemoField.Designer.cs b/AyaNovaQBI/SetMemoField.Designer.cs index 8de07e9..e336ddd 100644 --- a/AyaNovaQBI/SetMemoField.Designer.cs +++ b/AyaNovaQBI/SetMemoField.Designer.cs @@ -109,6 +109,7 @@ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "SetMemoField"; this.Padding = new System.Windows.Forms.Padding(16); + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SetMemoField"; this.Load += new System.EventHandler(this.SetQBClass_load); diff --git a/AyaNovaQBI/SetToBePrinted.Designer.cs b/AyaNovaQBI/SetToBePrinted.Designer.cs index 42882a1..3134846 100644 --- a/AyaNovaQBI/SetToBePrinted.Designer.cs +++ b/AyaNovaQBI/SetToBePrinted.Designer.cs @@ -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);