This commit is contained in:
8
AyaNovaQBI/FixInvoiceProblems.Designer.cs
generated
8
AyaNovaQBI/FixInvoiceProblems.Designer.cs
generated
@@ -76,6 +76,7 @@
|
|||||||
//
|
//
|
||||||
// Object
|
// Object
|
||||||
//
|
//
|
||||||
|
this.Object.DataPropertyName = "ObjectType";
|
||||||
this.Object.HeaderText = "Object";
|
this.Object.HeaderText = "Object";
|
||||||
this.Object.Name = "Object";
|
this.Object.Name = "Object";
|
||||||
this.Object.ReadOnly = true;
|
this.Object.ReadOnly = true;
|
||||||
@@ -89,42 +90,49 @@
|
|||||||
//
|
//
|
||||||
// ObjectName
|
// ObjectName
|
||||||
//
|
//
|
||||||
|
this.ObjectName.DataPropertyName = "Name";
|
||||||
this.ObjectName.HeaderText = "Name";
|
this.ObjectName.HeaderText = "Name";
|
||||||
this.ObjectName.Name = "ObjectName";
|
this.ObjectName.Name = "ObjectName";
|
||||||
this.ObjectName.ReadOnly = true;
|
this.ObjectName.ReadOnly = true;
|
||||||
//
|
//
|
||||||
// Problem
|
// Problem
|
||||||
//
|
//
|
||||||
|
this.Problem.DataPropertyName = "Reason";
|
||||||
this.Problem.HeaderText = "Problem";
|
this.Problem.HeaderText = "Problem";
|
||||||
this.Problem.Name = "Problem";
|
this.Problem.Name = "Problem";
|
||||||
this.Problem.ReadOnly = true;
|
this.Problem.ReadOnly = true;
|
||||||
//
|
//
|
||||||
// ObjectId
|
// ObjectId
|
||||||
//
|
//
|
||||||
|
this.ObjectId.DataPropertyName = "ObjectId";
|
||||||
this.ObjectId.HeaderText = "ObjectId";
|
this.ObjectId.HeaderText = "ObjectId";
|
||||||
this.ObjectId.Name = "ObjectId";
|
this.ObjectId.Name = "ObjectId";
|
||||||
this.ObjectId.Visible = false;
|
this.ObjectId.Visible = false;
|
||||||
//
|
//
|
||||||
// AyaPrice
|
// AyaPrice
|
||||||
//
|
//
|
||||||
|
this.AyaPrice.DataPropertyName = "AyaPrice";
|
||||||
this.AyaPrice.HeaderText = "AyaPrice";
|
this.AyaPrice.HeaderText = "AyaPrice";
|
||||||
this.AyaPrice.Name = "AyaPrice";
|
this.AyaPrice.Name = "AyaPrice";
|
||||||
this.AyaPrice.Visible = false;
|
this.AyaPrice.Visible = false;
|
||||||
//
|
//
|
||||||
// QBPrice
|
// QBPrice
|
||||||
//
|
//
|
||||||
|
this.QBPrice.DataPropertyName = "QBPrice";
|
||||||
this.QBPrice.HeaderText = "QBPrice";
|
this.QBPrice.HeaderText = "QBPrice";
|
||||||
this.QBPrice.Name = "QBPrice";
|
this.QBPrice.Name = "QBPrice";
|
||||||
this.QBPrice.Visible = false;
|
this.QBPrice.Visible = false;
|
||||||
//
|
//
|
||||||
// WorkOrderItemPartId
|
// WorkOrderItemPartId
|
||||||
//
|
//
|
||||||
|
this.WorkOrderItemPartId.DataPropertyName = "WorkOrderItemPartId";
|
||||||
this.WorkOrderItemPartId.HeaderText = "WorkOrderItemPartId";
|
this.WorkOrderItemPartId.HeaderText = "WorkOrderItemPartId";
|
||||||
this.WorkOrderItemPartId.Name = "WorkOrderItemPartId";
|
this.WorkOrderItemPartId.Name = "WorkOrderItemPartId";
|
||||||
this.WorkOrderItemPartId.Visible = false;
|
this.WorkOrderItemPartId.Visible = false;
|
||||||
//
|
//
|
||||||
// QBListID
|
// QBListID
|
||||||
//
|
//
|
||||||
|
this.QBListID.DataPropertyName = "QBListID";
|
||||||
this.QBListID.HeaderText = "QBListID";
|
this.QBListID.HeaderText = "QBListID";
|
||||||
this.QBListID.Name = "QBListID";
|
this.QBListID.Name = "QBListID";
|
||||||
this.QBListID.Visible = false;
|
this.QBListID.Visible = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user