namespace AyaNovaQBI { partial class InvoiceTemplateBuilder { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.edHeader = new System.Windows.Forms.TextBox(); this.lblHeader = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.edFooter = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.edUnit = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.edService = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.edTravel = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.edOutsideService = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.edMiscExpense = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.edLoanItem = new System.Windows.Forms.TextBox(); this.tbManager = new System.Windows.Forms.MenuStrip(); this.insertheaderFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertitemSectionFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertunitFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertServiceFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertTravelFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertOutsideServiceFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertMiscExpenseFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.insertLoanItemFieldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setToDefaultDetailedFormatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setToDefaultBriefFormatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.customerContactToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.customerReferenceNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.internalReferenceNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.projectNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderCustomerNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderServiceDateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderStatusNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderSummaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderItemSummaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderItemServiceNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderItemTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderItemRequestDateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.workOrderItemStatusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.unitNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.unitSerialNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.manufacturerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.unitModelNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.unitModelNumberToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.startDateAndTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.stopDateAndTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quantityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rateNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.technicianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.noChargeQuantityToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.startDateAndTimeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.stopDateAndTimeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.quantityToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.travelRateNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.technicianToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.detailsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.distanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.noChargeQuantityToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.repairPriceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.shippingChargesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dateSentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dateReturnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.notesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chargesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.summaryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.technicianToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.itemLoanedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chargesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.loanedDateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.returnedDateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.notesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.unitMeterReadingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tbManager.SuspendLayout(); this.SuspendLayout(); // // btnOK // this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnOK.Location = new System.Drawing.Point(1041, 736); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 21; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(340, 736); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 20; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // edHeader // this.edHeader.AcceptsReturn = true; this.edHeader.AcceptsTab = true; this.edHeader.Location = new System.Drawing.Point(3, 50); this.edHeader.Multiline = true; this.edHeader.Name = "edHeader"; this.edHeader.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edHeader.Size = new System.Drawing.Size(782, 36); this.edHeader.TabIndex = 1; this.edHeader.Tag = "header"; this.edHeader.Enter += new System.EventHandler(this.editField_Enter); // // lblHeader // this.lblHeader.AutoSize = true; this.lblHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblHeader.Location = new System.Drawing.Point(12, 34); this.lblHeader.Name = "lblHeader"; this.lblHeader.Size = new System.Drawing.Size(151, 13); this.lblHeader.TabIndex = 22; this.lblHeader.Text = "Work order header fields:"; // // label1 // this.label1.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(3, 115); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(782, 23); this.label1.TabIndex = 23; this.label1.Text = "Line items (charges - parts, service, expenses etc)"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomCenter; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(3, 166); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(135, 13); this.label2.TabIndex = 25; this.label2.Text = "Work order item fields:"; // // edFooter // this.edFooter.AcceptsReturn = true; this.edFooter.AcceptsTab = true; this.edFooter.Location = new System.Drawing.Point(3, 182); this.edFooter.Multiline = true; this.edFooter.Name = "edFooter"; this.edFooter.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edFooter.Size = new System.Drawing.Size(782, 36); this.edFooter.TabIndex = 24; this.edFooter.Tag = "footer"; this.edFooter.Enter += new System.EventHandler(this.editField_Enter); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(3, 242); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(34, 13); this.label3.TabIndex = 27; this.label3.Text = "Unit:"; // // edUnit // this.edUnit.AcceptsReturn = true; this.edUnit.AcceptsTab = true; this.edUnit.Location = new System.Drawing.Point(3, 258); this.edUnit.Multiline = true; this.edUnit.Name = "edUnit"; this.edUnit.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edUnit.Size = new System.Drawing.Size(782, 36); this.edUnit.TabIndex = 26; this.edUnit.Tag = "unit"; this.edUnit.Enter += new System.EventHandler(this.editField_Enter); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(3, 314); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(54, 13); this.label4.TabIndex = 29; this.label4.Text = "Service:"; // // edService // this.edService.AcceptsReturn = true; this.edService.AcceptsTab = true; this.edService.Location = new System.Drawing.Point(3, 330); this.edService.Multiline = true; this.edService.Name = "edService"; this.edService.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edService.Size = new System.Drawing.Size(782, 36); this.edService.TabIndex = 28; this.edService.Tag = "service"; this.edService.Enter += new System.EventHandler(this.editField_Enter); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(3, 388); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 13); this.label5.TabIndex = 31; this.label5.Text = "Travel:"; // // edTravel // this.edTravel.AcceptsReturn = true; this.edTravel.AcceptsTab = true; this.edTravel.Location = new System.Drawing.Point(3, 404); this.edTravel.Multiline = true; this.edTravel.Name = "edTravel"; this.edTravel.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edTravel.Size = new System.Drawing.Size(782, 36); this.edTravel.TabIndex = 30; this.edTravel.Tag = "travel"; this.edTravel.Enter += new System.EventHandler(this.editField_Enter); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(3, 461); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(99, 13); this.label6.TabIndex = 33; this.label6.Text = "Outside service:"; // // edOutsideService // this.edOutsideService.AcceptsReturn = true; this.edOutsideService.AcceptsTab = true; this.edOutsideService.Location = new System.Drawing.Point(3, 477); this.edOutsideService.Multiline = true; this.edOutsideService.Name = "edOutsideService"; this.edOutsideService.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edOutsideService.Size = new System.Drawing.Size(782, 36); this.edOutsideService.TabIndex = 32; this.edOutsideService.Tag = "outsideservice"; this.edOutsideService.Enter += new System.EventHandler(this.editField_Enter); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(3, 544); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(98, 13); this.label7.TabIndex = 35; this.label7.Text = "Misc. expenses:"; // // edMiscExpense // this.edMiscExpense.AcceptsReturn = true; this.edMiscExpense.AcceptsTab = true; this.edMiscExpense.Location = new System.Drawing.Point(3, 560); this.edMiscExpense.Multiline = true; this.edMiscExpense.Name = "edMiscExpense"; this.edMiscExpense.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edMiscExpense.Size = new System.Drawing.Size(782, 36); this.edMiscExpense.TabIndex = 34; this.edMiscExpense.Tag = "expense"; this.edMiscExpense.Enter += new System.EventHandler(this.editField_Enter); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(3, 625); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(72, 13); this.label8.TabIndex = 37; this.label8.Text = "Loan items:"; // // edLoanItem // this.edLoanItem.AcceptsReturn = true; this.edLoanItem.AcceptsTab = true; this.edLoanItem.Location = new System.Drawing.Point(3, 641); this.edLoanItem.Multiline = true; this.edLoanItem.Name = "edLoanItem"; this.edLoanItem.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.edLoanItem.Size = new System.Drawing.Size(782, 36); this.edLoanItem.TabIndex = 36; this.edLoanItem.Tag = "loaner"; this.edLoanItem.Enter += new System.EventHandler(this.editField_Enter); // // tbManager // this.tbManager.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.insertheaderFieldToolStripMenuItem, this.insertitemSectionFieldToolStripMenuItem, this.insertunitFieldToolStripMenuItem, this.insertServiceFieldToolStripMenuItem, this.insertTravelFieldToolStripMenuItem, this.insertOutsideServiceFieldToolStripMenuItem, this.insertMiscExpenseFieldToolStripMenuItem, this.insertLoanItemFieldToolStripMenuItem, this.setToDefaultDetailedFormatToolStripMenuItem, this.setToDefaultBriefFormatToolStripMenuItem}); this.tbManager.Location = new System.Drawing.Point(0, 0); this.tbManager.Name = "tbManager"; this.tbManager.Size = new System.Drawing.Size(1469, 24); this.tbManager.TabIndex = 38; this.tbManager.Text = "menuStrip1"; this.tbManager.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tbManager_ItemClicked); // // insertheaderFieldToolStripMenuItem // this.insertheaderFieldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.customerContactToolStripMenuItem, this.customerReferenceNumberToolStripMenuItem, this.internalReferenceNumberToolStripMenuItem, this.projectNameToolStripMenuItem, this.workOrderCustomerNameToolStripMenuItem, this.workOrderNumberToolStripMenuItem, this.workOrderServiceDateToolStripMenuItem, this.workOrderStatusNameToolStripMenuItem, this.workOrderSummaryToolStripMenuItem}); this.insertheaderFieldToolStripMenuItem.Name = "insertheaderFieldToolStripMenuItem"; 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 // this.insertitemSectionFieldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.workOrderItemSummaryToolStripMenuItem, this.workOrderItemServiceNotesToolStripMenuItem, this.workOrderItemTypeToolStripMenuItem, this.workOrderItemRequestDateToolStripMenuItem, this.workOrderItemStatusToolStripMenuItem}); this.insertitemSectionFieldToolStripMenuItem.Name = "insertitemSectionFieldToolStripMenuItem"; this.insertitemSectionFieldToolStripMenuItem.Size = new System.Drawing.Size(142, 20); this.insertitemSectionFieldToolStripMenuItem.Tag = "footer"; this.insertitemSectionFieldToolStripMenuItem.Text = "Insert &item section field"; // // insertunitFieldToolStripMenuItem // this.insertunitFieldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.unitNameToolStripMenuItem, this.unitSerialNumberToolStripMenuItem, this.unitMeterReadingToolStripMenuItem, this.manufacturerToolStripMenuItem, this.unitModelNameToolStripMenuItem, this.unitModelNumberToolStripMenuItem}); this.insertunitFieldToolStripMenuItem.Name = "insertunitFieldToolStripMenuItem"; this.insertunitFieldToolStripMenuItem.Size = new System.Drawing.Size(98, 20); this.insertunitFieldToolStripMenuItem.Tag = "unit"; this.insertunitFieldToolStripMenuItem.Text = "Insert &unit field"; // // insertServiceFieldToolStripMenuItem // this.insertServiceFieldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.startDateAndTimeToolStripMenuItem, this.stopDateAndTimeToolStripMenuItem, this.quantityToolStripMenuItem, this.rateNameToolStripMenuItem, this.technicianToolStripMenuItem, this.detailsToolStripMenuItem, this.noChargeQuantityToolStripMenuItem}); this.insertServiceFieldToolStripMenuItem.Name = "insertServiceFieldToolStripMenuItem"; this.insertServiceFieldToolStripMenuItem.Size = new System.Drawing.Size(113, 20); this.insertServiceFieldToolStripMenuItem.Tag = "service"; this.insertServiceFieldToolStripMenuItem.Text = "Insert service field"; // // insertTravelFieldToolStripMenuItem // this.insertTravelFieldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.startDateAndTimeToolStripMenuItem1, this.stopDateAndTimeToolStripMenuItem1, this.quantityToolStripMenuItem1, this.travelRateNameToolStripMenuItem, this.technicianToolStripMenuItem1, this.detailsToolStripMenuItem1, this.distanceToolStripMenuItem, this.noChargeQuantityToolStripMenuItem1}); this.insertTravelFieldToolStripMenuItem.Name = "insertTravelFieldToolStripMenuItem"; this.insertTravelFieldToolStripMenuItem.Size = new System.Drawing.Size(106, 20); this.insertTravelFieldToolStripMenuItem.Tag = "travel"; this.insertTravelFieldToolStripMenuItem.Text = "Insert travel field"; // // insertOutsideServiceFieldToolStripMenuItem // this.insertOutsideServiceFieldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.repairPriceToolStripMenuItem, this.shippingChargesToolStripMenuItem, this.dateSentToolStripMenuItem, this.dateReturnedToolStripMenuItem, this.notesToolStripMenuItem}); this.insertOutsideServiceFieldToolStripMenuItem.Name = "insertOutsideServiceFieldToolStripMenuItem"; this.insertOutsideServiceFieldToolStripMenuItem.Size = new System.Drawing.Size(155, 20); this.insertOutsideServiceFieldToolStripMenuItem.Tag = "outsideservice"; this.insertOutsideServiceFieldToolStripMenuItem.Text = "Insert outside service field"; // // insertMiscExpenseFieldToolStripMenuItem // this.insertMiscExpenseFieldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.chargesToolStripMenuItem, this.summaryToolStripMenuItem, this.technicianToolStripMenuItem2}); this.insertMiscExpenseFieldToolStripMenuItem.Name = "insertMiscExpenseFieldToolStripMenuItem"; this.insertMiscExpenseFieldToolStripMenuItem.Size = new System.Drawing.Size(151, 20); this.insertMiscExpenseFieldToolStripMenuItem.Tag = "expense"; this.insertMiscExpenseFieldToolStripMenuItem.Text = "Insert misc. expense field"; // // insertLoanItemFieldToolStripMenuItem // this.insertLoanItemFieldToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.itemLoanedToolStripMenuItem, this.chargesToolStripMenuItem1, this.loanedDateToolStripMenuItem, this.returnedDateToolStripMenuItem, this.notesToolStripMenuItem1}); this.insertLoanItemFieldToolStripMenuItem.Name = "insertLoanItemFieldToolStripMenuItem"; this.insertLoanItemFieldToolStripMenuItem.Size = new System.Drawing.Size(127, 20); this.insertLoanItemFieldToolStripMenuItem.Tag = "loaner"; this.insertLoanItemFieldToolStripMenuItem.Text = "Insert loan item field"; // // setToDefaultDetailedFormatToolStripMenuItem // this.setToDefaultDetailedFormatToolStripMenuItem.Name = "setToDefaultDetailedFormatToolStripMenuItem"; this.setToDefaultDetailedFormatToolStripMenuItem.Size = new System.Drawing.Size(173, 20); this.setToDefaultDetailedFormatToolStripMenuItem.Tag = "SetDetailed"; this.setToDefaultDetailedFormatToolStripMenuItem.Text = "Set to default detailed format"; // // setToDefaultBriefFormatToolStripMenuItem // this.setToDefaultBriefFormatToolStripMenuItem.Name = "setToDefaultBriefFormatToolStripMenuItem"; this.setToDefaultBriefFormatToolStripMenuItem.Size = new System.Drawing.Size(155, 20); this.setToDefaultBriefFormatToolStripMenuItem.Tag = "SetBrief"; this.setToDefaultBriefFormatToolStripMenuItem.Text = "Set to default brief format"; // // customerContactToolStripMenuItem // this.customerContactToolStripMenuItem.Name = "customerContactToolStripMenuItem"; this.customerContactToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.customerContactToolStripMenuItem.Tag = "~CONTACT~"; this.customerContactToolStripMenuItem.Text = "Customer contact"; // // customerReferenceNumberToolStripMenuItem // this.customerReferenceNumberToolStripMenuItem.Name = "customerReferenceNumberToolStripMenuItem"; this.customerReferenceNumberToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.customerReferenceNumberToolStripMenuItem.Tag = "~CREF~"; this.customerReferenceNumberToolStripMenuItem.Text = "Customer reference number"; // // internalReferenceNumberToolStripMenuItem // this.internalReferenceNumberToolStripMenuItem.Name = "internalReferenceNumberToolStripMenuItem"; this.internalReferenceNumberToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.internalReferenceNumberToolStripMenuItem.Tag = "~OURREF#~"; this.internalReferenceNumberToolStripMenuItem.Text = "Internal reference number"; // // projectNameToolStripMenuItem // this.projectNameToolStripMenuItem.Name = "projectNameToolStripMenuItem"; this.projectNameToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.projectNameToolStripMenuItem.Tag = "~PROJ~"; this.projectNameToolStripMenuItem.Text = "Project name"; // // workOrderCustomerNameToolStripMenuItem // this.workOrderCustomerNameToolStripMenuItem.Name = "workOrderCustomerNameToolStripMenuItem"; this.workOrderCustomerNameToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.workOrderCustomerNameToolStripMenuItem.Tag = "~CLIENT~"; this.workOrderCustomerNameToolStripMenuItem.Text = "Work order customer name"; // // workOrderNumberToolStripMenuItem // this.workOrderNumberToolStripMenuItem.Name = "workOrderNumberToolStripMenuItem"; this.workOrderNumberToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.workOrderNumberToolStripMenuItem.Tag = "~WO#~"; this.workOrderNumberToolStripMenuItem.Text = "Work order number"; // // workOrderServiceDateToolStripMenuItem // this.workOrderServiceDateToolStripMenuItem.Name = "workOrderServiceDateToolStripMenuItem"; this.workOrderServiceDateToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.workOrderServiceDateToolStripMenuItem.Tag = "~SERVDATE~"; this.workOrderServiceDateToolStripMenuItem.Text = "Work order service date"; // // workOrderStatusNameToolStripMenuItem // this.workOrderStatusNameToolStripMenuItem.Name = "workOrderStatusNameToolStripMenuItem"; this.workOrderStatusNameToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.workOrderStatusNameToolStripMenuItem.Tag = "~STAT~"; this.workOrderStatusNameToolStripMenuItem.Text = "Work order status name"; // // workOrderSummaryToolStripMenuItem // this.workOrderSummaryToolStripMenuItem.Name = "workOrderSummaryToolStripMenuItem"; this.workOrderSummaryToolStripMenuItem.Size = new System.Drawing.Size(223, 22); this.workOrderSummaryToolStripMenuItem.Tag = "~DESC~"; this.workOrderSummaryToolStripMenuItem.Text = "Work order summary"; // // workOrderItemSummaryToolStripMenuItem // this.workOrderItemSummaryToolStripMenuItem.Name = "workOrderItemSummaryToolStripMenuItem"; this.workOrderItemSummaryToolStripMenuItem.Size = new System.Drawing.Size(231, 22); this.workOrderItemSummaryToolStripMenuItem.Tag = "~ITEM_SUMMARY~"; this.workOrderItemSummaryToolStripMenuItem.Text = "Work order item summary"; // // workOrderItemServiceNotesToolStripMenuItem // this.workOrderItemServiceNotesToolStripMenuItem.Name = "workOrderItemServiceNotesToolStripMenuItem"; this.workOrderItemServiceNotesToolStripMenuItem.Size = new System.Drawing.Size(231, 22); this.workOrderItemServiceNotesToolStripMenuItem.Tag = "~ITEM_SERVICE_NOTES~"; this.workOrderItemServiceNotesToolStripMenuItem.Text = "Work order item service notes"; // // workOrderItemTypeToolStripMenuItem // this.workOrderItemTypeToolStripMenuItem.Name = "workOrderItemTypeToolStripMenuItem"; this.workOrderItemTypeToolStripMenuItem.Size = new System.Drawing.Size(231, 22); this.workOrderItemTypeToolStripMenuItem.Tag = "~ITEM_TYPE~"; this.workOrderItemTypeToolStripMenuItem.Text = "Work order item type"; // // workOrderItemRequestDateToolStripMenuItem // this.workOrderItemRequestDateToolStripMenuItem.Name = "workOrderItemRequestDateToolStripMenuItem"; this.workOrderItemRequestDateToolStripMenuItem.Size = new System.Drawing.Size(231, 22); this.workOrderItemRequestDateToolStripMenuItem.Tag = "~ITEM_REQUEST_DATE~"; this.workOrderItemRequestDateToolStripMenuItem.Text = "Work order item request date"; // // workOrderItemStatusToolStripMenuItem // this.workOrderItemStatusToolStripMenuItem.Name = "workOrderItemStatusToolStripMenuItem"; this.workOrderItemStatusToolStripMenuItem.Size = new System.Drawing.Size(231, 22); this.workOrderItemStatusToolStripMenuItem.Tag = "~ITEM_STATUS~"; this.workOrderItemStatusToolStripMenuItem.Text = "Work order item status"; // // unitNameToolStripMenuItem // this.unitNameToolStripMenuItem.Name = "unitNameToolStripMenuItem"; this.unitNameToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.unitNameToolStripMenuItem.Tag = "~AYAFORMAT~"; this.unitNameToolStripMenuItem.Text = "Unit name"; // // unitSerialNumberToolStripMenuItem // this.unitSerialNumberToolStripMenuItem.Name = "unitSerialNumberToolStripMenuItem"; this.unitSerialNumberToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.unitSerialNumberToolStripMenuItem.Tag = "~UNIT_SN~"; this.unitSerialNumberToolStripMenuItem.Text = "Unit serial number"; // // manufacturerToolStripMenuItem // this.manufacturerToolStripMenuItem.Name = "manufacturerToolStripMenuItem"; this.manufacturerToolStripMenuItem.Size = new System.Drawing.Size(180, 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.Tag = "~UNIT_MODEL_NAME~"; this.unitModelNameToolStripMenuItem.Text = "Unit model name"; // // unitModelNumberToolStripMenuItem // this.unitModelNumberToolStripMenuItem.Name = "unitModelNumberToolStripMenuItem"; this.unitModelNumberToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.unitModelNumberToolStripMenuItem.Tag = "~UNIT_MODEL_NUMBER~"; this.unitModelNumberToolStripMenuItem.Text = "Unit model number"; // // startDateAndTimeToolStripMenuItem // this.startDateAndTimeToolStripMenuItem.Name = "startDateAndTimeToolStripMenuItem"; this.startDateAndTimeToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.startDateAndTimeToolStripMenuItem.Tag = "~SERVICE_START~"; this.startDateAndTimeToolStripMenuItem.Text = "Start date and time"; // // stopDateAndTimeToolStripMenuItem // this.stopDateAndTimeToolStripMenuItem.Name = "stopDateAndTimeToolStripMenuItem"; this.stopDateAndTimeToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.stopDateAndTimeToolStripMenuItem.Tag = "~SERVICE_STOP~"; this.stopDateAndTimeToolStripMenuItem.Text = "Stop date and time"; // // quantityToolStripMenuItem // this.quantityToolStripMenuItem.Name = "quantityToolStripMenuItem"; this.quantityToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.quantityToolStripMenuItem.Tag = "~SERVICE_QUANTITY~"; this.quantityToolStripMenuItem.Text = "Quantity"; // // rateNameToolStripMenuItem // this.rateNameToolStripMenuItem.Name = "rateNameToolStripMenuItem"; this.rateNameToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.rateNameToolStripMenuItem.Tag = "~RATE_NAME~"; this.rateNameToolStripMenuItem.Text = "Rate name"; // // technicianToolStripMenuItem // this.technicianToolStripMenuItem.Name = "technicianToolStripMenuItem"; this.technicianToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.technicianToolStripMenuItem.Tag = "~SERVICE_TECH~"; this.technicianToolStripMenuItem.Text = "Technician"; // // detailsToolStripMenuItem // this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem"; this.detailsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.detailsToolStripMenuItem.Tag = "~DETAILS~"; this.detailsToolStripMenuItem.Text = "Details"; // // noChargeQuantityToolStripMenuItem // this.noChargeQuantityToolStripMenuItem.Name = "noChargeQuantityToolStripMenuItem"; this.noChargeQuantityToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.noChargeQuantityToolStripMenuItem.Tag = "~NO_CHARGE_QUANTITY~"; this.noChargeQuantityToolStripMenuItem.Text = "No charge quantity"; // // startDateAndTimeToolStripMenuItem1 // this.startDateAndTimeToolStripMenuItem1.Name = "startDateAndTimeToolStripMenuItem1"; this.startDateAndTimeToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.startDateAndTimeToolStripMenuItem1.Tag = "~TRAVEL_START~"; this.startDateAndTimeToolStripMenuItem1.Text = "Start date and time"; // // stopDateAndTimeToolStripMenuItem1 // this.stopDateAndTimeToolStripMenuItem1.Name = "stopDateAndTimeToolStripMenuItem1"; this.stopDateAndTimeToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.stopDateAndTimeToolStripMenuItem1.Tag = "~TRAVEL_STOP~"; this.stopDateAndTimeToolStripMenuItem1.Text = "Stop date and time"; // // quantityToolStripMenuItem1 // this.quantityToolStripMenuItem1.Name = "quantityToolStripMenuItem1"; this.quantityToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.quantityToolStripMenuItem1.Tag = "~TRAVEL_QUANTITY~"; this.quantityToolStripMenuItem1.Text = "Quantity"; // // travelRateNameToolStripMenuItem // this.travelRateNameToolStripMenuItem.Name = "travelRateNameToolStripMenuItem"; this.travelRateNameToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.travelRateNameToolStripMenuItem.Tag = "~TRAVEL_RATE_NAME~"; this.travelRateNameToolStripMenuItem.Text = "Travel rate name"; // // technicianToolStripMenuItem1 // this.technicianToolStripMenuItem1.Name = "technicianToolStripMenuItem1"; this.technicianToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.technicianToolStripMenuItem1.Tag = "~TRAVEL_TECH~"; this.technicianToolStripMenuItem1.Text = "Technician"; // // detailsToolStripMenuItem1 // this.detailsToolStripMenuItem1.Name = "detailsToolStripMenuItem1"; this.detailsToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.detailsToolStripMenuItem1.Tag = "~TRAVEL_DETAILS~"; this.detailsToolStripMenuItem1.Text = "Details"; // // distanceToolStripMenuItem // this.distanceToolStripMenuItem.Name = "distanceToolStripMenuItem"; this.distanceToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.distanceToolStripMenuItem.Tag = "~TRAVEL_DISTANCE~"; this.distanceToolStripMenuItem.Text = "Distance"; // // noChargeQuantityToolStripMenuItem1 // this.noChargeQuantityToolStripMenuItem1.Name = "noChargeQuantityToolStripMenuItem1"; this.noChargeQuantityToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.noChargeQuantityToolStripMenuItem1.Tag = "~TRAVEL_NO_CHARGE_QUANTITY~"; this.noChargeQuantityToolStripMenuItem1.Text = "No charge quantity"; // // repairPriceToolStripMenuItem // this.repairPriceToolStripMenuItem.Name = "repairPriceToolStripMenuItem"; this.repairPriceToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.repairPriceToolStripMenuItem.Tag = "~REPAIR_PRICE~"; this.repairPriceToolStripMenuItem.Text = "Repair price"; // // shippingChargesToolStripMenuItem // this.shippingChargesToolStripMenuItem.Name = "shippingChargesToolStripMenuItem"; this.shippingChargesToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.shippingChargesToolStripMenuItem.Tag = "~SHIP_CHARGE~"; this.shippingChargesToolStripMenuItem.Text = "Shipping charges"; // // dateSentToolStripMenuItem // this.dateSentToolStripMenuItem.Name = "dateSentToolStripMenuItem"; this.dateSentToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.dateSentToolStripMenuItem.Tag = "~SENT~"; this.dateSentToolStripMenuItem.Text = "Date sent"; // // dateReturnedToolStripMenuItem // this.dateReturnedToolStripMenuItem.Name = "dateReturnedToolStripMenuItem"; this.dateReturnedToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.dateReturnedToolStripMenuItem.Tag = "~RETURNED~"; this.dateReturnedToolStripMenuItem.Text = "Date returned"; // // notesToolStripMenuItem // this.notesToolStripMenuItem.Name = "notesToolStripMenuItem"; this.notesToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.notesToolStripMenuItem.Tag = "~NOTES~"; this.notesToolStripMenuItem.Text = "Notes"; // // chargesToolStripMenuItem // this.chargesToolStripMenuItem.Name = "chargesToolStripMenuItem"; this.chargesToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.chargesToolStripMenuItem.Tag = "~CHARGES~"; this.chargesToolStripMenuItem.Text = "Charges"; // // summaryToolStripMenuItem // this.summaryToolStripMenuItem.Name = "summaryToolStripMenuItem"; this.summaryToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.summaryToolStripMenuItem.Tag = "~SUMMARY~"; this.summaryToolStripMenuItem.Text = "Summary"; // // technicianToolStripMenuItem2 // this.technicianToolStripMenuItem2.Name = "technicianToolStripMenuItem2"; this.technicianToolStripMenuItem2.Size = new System.Drawing.Size(180, 22); this.technicianToolStripMenuItem2.Tag = "~TECH~"; this.technicianToolStripMenuItem2.Text = "Technician"; // // itemLoanedToolStripMenuItem // this.itemLoanedToolStripMenuItem.Name = "itemLoanedToolStripMenuItem"; this.itemLoanedToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.itemLoanedToolStripMenuItem.Tag = "~ITEM~"; this.itemLoanedToolStripMenuItem.Text = "Item loaned"; // // chargesToolStripMenuItem1 // this.chargesToolStripMenuItem1.Name = "chargesToolStripMenuItem1"; this.chargesToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.chargesToolStripMenuItem1.Tag = "~CHARGE~"; this.chargesToolStripMenuItem1.Text = "Charges"; // // loanedDateToolStripMenuItem // this.loanedDateToolStripMenuItem.Name = "loanedDateToolStripMenuItem"; this.loanedDateToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.loanedDateToolStripMenuItem.Tag = "~LOANED~"; this.loanedDateToolStripMenuItem.Text = "Loaned date"; // // returnedDateToolStripMenuItem // this.returnedDateToolStripMenuItem.Name = "returnedDateToolStripMenuItem"; this.returnedDateToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.returnedDateToolStripMenuItem.Tag = "~LOAN_RETURNED~"; this.returnedDateToolStripMenuItem.Text = "Returned date"; // // notesToolStripMenuItem1 // this.notesToolStripMenuItem1.Name = "notesToolStripMenuItem1"; this.notesToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); this.notesToolStripMenuItem1.Tag = "~LOAN_NOTES~"; this.notesToolStripMenuItem1.Text = "Notes"; // // unitMeterReadingToolStripMenuItem // this.unitMeterReadingToolStripMenuItem.Name = "unitMeterReadingToolStripMenuItem"; this.unitMeterReadingToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.unitMeterReadingToolStripMenuItem.Tag = "~UNIT_METER~"; this.unitMeterReadingToolStripMenuItem.Text = "Unit meter reading"; // // InvoiceTemplateBuilder // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1469, 771); this.Controls.Add(this.label8); this.Controls.Add(this.edLoanItem); this.Controls.Add(this.label7); this.Controls.Add(this.edMiscExpense); this.Controls.Add(this.label6); this.Controls.Add(this.edOutsideService); this.Controls.Add(this.label5); this.Controls.Add(this.edTravel); this.Controls.Add(this.label4); this.Controls.Add(this.edService); this.Controls.Add(this.label3); this.Controls.Add(this.edUnit); this.Controls.Add(this.label2); this.Controls.Add(this.edFooter); this.Controls.Add(this.label1); this.Controls.Add(this.lblHeader); this.Controls.Add(this.edHeader); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Controls.Add(this.tbManager); 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); this.tbManager.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TextBox edHeader; private System.Windows.Forms.Label lblHeader; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox edFooter; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox edUnit; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox edService; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox edTravel; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox edOutsideService; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox edMiscExpense; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox edLoanItem; private System.Windows.Forms.MenuStrip tbManager; private System.Windows.Forms.ToolStripMenuItem insertheaderFieldToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertitemSectionFieldToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertunitFieldToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertServiceFieldToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertTravelFieldToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertOutsideServiceFieldToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertMiscExpenseFieldToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem insertLoanItemFieldToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem setToDefaultDetailedFormatToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem setToDefaultBriefFormatToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem customerContactToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem customerReferenceNumberToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem internalReferenceNumberToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem projectNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderCustomerNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderNumberToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderServiceDateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderStatusNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderSummaryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderItemSummaryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderItemServiceNotesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderItemTypeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderItemRequestDateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem workOrderItemStatusToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem unitNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem unitSerialNumberToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem manufacturerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem unitModelNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem unitModelNumberToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem startDateAndTimeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem stopDateAndTimeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem quantityToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem rateNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem technicianToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem detailsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem noChargeQuantityToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem startDateAndTimeToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem stopDateAndTimeToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem quantityToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem travelRateNameToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem technicianToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem detailsToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem distanceToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem noChargeQuantityToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem repairPriceToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem shippingChargesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dateSentToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dateReturnedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem notesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem chargesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem summaryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem technicianToolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem itemLoanedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem chargesToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem loanedDateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem returnedDateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem notesToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem unitMeterReadingToolStripMenuItem; } }