This commit is contained in:
2022-07-01 21:31:49 +00:00
parent 2db399fe95
commit 0bf27c88be
4 changed files with 5 additions and 5 deletions

View File

@@ -102,6 +102,7 @@
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "QuickBooks Company file";
this.TopMost = true;
this.Load += new System.EventHandler(this.ApproveCompanyFile_Load);
this.ResumeLayout(false);