This commit is contained in:
10
AyaNovaQBI/InvoiceTemplateBuilder.Designer.cs
generated
10
AyaNovaQBI/InvoiceTemplateBuilder.Designer.cs
generated
@@ -490,28 +490,28 @@
|
||||
// unitNameToolStripMenuItem
|
||||
//
|
||||
this.unitNameToolStripMenuItem.Name = "unitNameToolStripMenuItem";
|
||||
this.unitNameToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.unitNameToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
||||
this.unitNameToolStripMenuItem.Tag = "~UNIT_NAME~";
|
||||
this.unitNameToolStripMenuItem.Text = "Unit name";
|
||||
//
|
||||
// unitMeterReadingToolStripMenuItem
|
||||
//
|
||||
this.unitMeterReadingToolStripMenuItem.Name = "unitMeterReadingToolStripMenuItem";
|
||||
this.unitMeterReadingToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.unitMeterReadingToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
||||
this.unitMeterReadingToolStripMenuItem.Tag = "~UNIT_METER~";
|
||||
this.unitMeterReadingToolStripMenuItem.Text = "Unit meter reading";
|
||||
//
|
||||
// manufacturerToolStripMenuItem
|
||||
//
|
||||
this.manufacturerToolStripMenuItem.Name = "manufacturerToolStripMenuItem";
|
||||
this.manufacturerToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.manufacturerToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
||||
this.manufacturerToolStripMenuItem.Tag = "~UNIT_MAKE~";
|
||||
this.manufacturerToolStripMenuItem.Text = "Manufacturer";
|
||||
//
|
||||
// unitModelNameToolStripMenuItem
|
||||
//
|
||||
this.unitModelNameToolStripMenuItem.Name = "unitModelNameToolStripMenuItem";
|
||||
this.unitModelNameToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.unitModelNameToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
|
||||
this.unitModelNameToolStripMenuItem.Tag = "~UNIT_MODEL_NAME~";
|
||||
this.unitModelNameToolStripMenuItem.Text = "Unit model name";
|
||||
//
|
||||
@@ -827,7 +827,7 @@
|
||||
this.MainMenuStrip = this.tbManager;
|
||||
this.Name = "InvoiceTemplateBuilder";
|
||||
this.ShowInTaskbar = false;
|
||||
this.Text = "InvoiceTemplateBuilder";
|
||||
this.Text = "Invoice Template Builder";
|
||||
this.Load += new System.EventHandler(this.InvoiceTemplateBuilder_Load);
|
||||
this.tbManager.ResumeLayout(false);
|
||||
this.tbManager.PerformLayout();
|
||||
|
||||
Reference in New Issue
Block a user