This commit is contained in:
2022-07-07 22:33:02 +00:00
parent 5d1d722d3c
commit 4de0f93486
2 changed files with 3 additions and 0 deletions

View File

@@ -362,6 +362,7 @@
this.insertheaderFieldToolStripMenuItem.Size = new System.Drawing.Size(113, 20);
this.insertheaderFieldToolStripMenuItem.Tag = "header";
this.insertheaderFieldToolStripMenuItem.Text = "Insert &header field";
this.insertheaderFieldToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tbManager_ItemClicked);
//
// insertitemSectionFieldToolStripMenuItem
//
@@ -836,6 +837,7 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MainMenuStrip = this.tbManager;
this.Name = "InvoiceTemplateBuilder";
this.ShowInTaskbar = false;
this.Text = "InvoiceTemplateBuilder";
this.Load += new System.EventHandler(this.InvoiceTemplateBuilder_Load);
this.tbManager.ResumeLayout(false);