This commit is contained in:
2022-07-01 20:58:53 +00:00
parent e86992f295
commit ffea1fa9eb
5 changed files with 26 additions and 16 deletions

View File

@@ -101,7 +101,7 @@
this.Padding = new System.Windows.Forms.Padding(16);
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ApproveCompanyFile";
this.Text = "QuickBooks Company file";
this.Load += new System.EventHandler(this.ApproveCompanyFile_Load);
this.ResumeLayout(false);