| | |
| | | this.gv_salesOrderId.FieldName = "itemNo"; |
| | | this.gv_salesOrderId.Name = "gv_salesOrderId"; |
| | | this.gv_salesOrderId.OptionsColumn.AllowEdit = false; |
| | | this.gv_salesOrderId.Tag = "query_a.itemNo"; |
| | | this.gv_salesOrderId.Tag = "query_a.item_no"; |
| | | this.gv_salesOrderId.Visible = true; |
| | | this.gv_salesOrderId.VisibleIndex = 3; |
| | | this.gv_salesOrderId.Width = 100; |
| | |
| | | this.gv_orderLineId.FieldName = "itemName"; |
| | | this.gv_orderLineId.Name = "gv_orderLineId"; |
| | | this.gv_orderLineId.OptionsColumn.AllowEdit = false; |
| | | this.gv_orderLineId.Tag = "query_a.itemName"; |
| | | this.gv_orderLineId.Tag = "query_a.item_name"; |
| | | this.gv_orderLineId.Visible = true; |
| | | this.gv_orderLineId.VisibleIndex = 4; |
| | | this.gv_orderLineId.Width = 200; |
| | |
| | | this.gv_itemId.FieldName = "itemModel"; |
| | | this.gv_itemId.Name = "gv_itemId"; |
| | | this.gv_itemId.OptionsColumn.AllowEdit = false; |
| | | this.gv_itemId.Tag = "query_a.itemModel"; |
| | | this.gv_itemId.Tag = "query_a.item_model"; |
| | | this.gv_itemId.Visible = true; |
| | | this.gv_itemId.VisibleIndex = 5; |
| | | this.gv_itemId.Width = 200; |
| | |
| | | this.pageBar1.Size = new System.Drawing.Size(984, 37); |
| | | this.pageBar1.TabIndex = 3; |
| | | this.pageBar1.TotalPages = 0; |
| | | this.pageBar1.Visible = false; |
| | | // |
| | | // SelectCheckDt |
| | | // |