This commit is contained in:
2022-07-09 23:41:38 +00:00
parent ce9278b146
commit 44ef578b5d

View File

@@ -76,6 +76,7 @@
//
// Object
//
this.Object.DataPropertyName = "ObjectType";
this.Object.HeaderText = "Object";
this.Object.Name = "Object";
this.Object.ReadOnly = true;
@@ -89,42 +90,49 @@
//
// ObjectName
//
this.ObjectName.DataPropertyName = "Name";
this.ObjectName.HeaderText = "Name";
this.ObjectName.Name = "ObjectName";
this.ObjectName.ReadOnly = true;
//
// Problem
//
this.Problem.DataPropertyName = "Reason";
this.Problem.HeaderText = "Problem";
this.Problem.Name = "Problem";
this.Problem.ReadOnly = true;
//
// ObjectId
//
this.ObjectId.DataPropertyName = "ObjectId";
this.ObjectId.HeaderText = "ObjectId";
this.ObjectId.Name = "ObjectId";
this.ObjectId.Visible = false;
//
// AyaPrice
//
this.AyaPrice.DataPropertyName = "AyaPrice";
this.AyaPrice.HeaderText = "AyaPrice";
this.AyaPrice.Name = "AyaPrice";
this.AyaPrice.Visible = false;
//
// QBPrice
//
this.QBPrice.DataPropertyName = "QBPrice";
this.QBPrice.HeaderText = "QBPrice";
this.QBPrice.Name = "QBPrice";
this.QBPrice.Visible = false;
//
// WorkOrderItemPartId
//
this.WorkOrderItemPartId.DataPropertyName = "WorkOrderItemPartId";
this.WorkOrderItemPartId.HeaderText = "WorkOrderItemPartId";
this.WorkOrderItemPartId.Name = "WorkOrderItemPartId";
this.WorkOrderItemPartId.Visible = false;
//
// QBListID
//
this.QBListID.DataPropertyName = "QBListID";
this.QBListID.HeaderText = "QBListID";
this.QBListID.Name = "QBListID";
this.QBListID.Visible = false;