| | |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_supplierItemName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.colChkInt, |
| | | this.gv_guid, |
| | | this.gridColumn4, |
| | | this.gv_billNo, |
| | | this.gv_supplierItemCode, |
| | | this.gv_supplierItemName, |
| | |
| | | this.gv_guid.Tag = "query_a.guid"; |
| | | this.gv_guid.Width = 94; |
| | | // |
| | | // gridColumn4 |
| | | // |
| | | this.gridColumn4.Caption = "发货单号"; |
| | | this.gridColumn4.FieldName = "outNo"; |
| | | this.gridColumn4.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 1; |
| | | this.gridColumn4.Width = 94; |
| | | // |
| | | // gv_billNo |
| | | // |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.Caption = "销售单号"; |
| | | this.gv_billNo.FieldName = "xsHno"; |
| | | this.gv_billNo.FieldName = "billNo"; |
| | | this.gv_billNo.Name = "gv_billNo"; |
| | | this.gv_billNo.OptionsColumn.AllowEdit = false; |
| | | this.gv_billNo.OptionsColumn.ReadOnly = true; |
| | | this.gv_billNo.Tag = "query_a.BILL_NO"; |
| | | this.gv_billNo.Visible = true; |
| | | this.gv_billNo.VisibleIndex = 7; |
| | | this.gv_billNo.VisibleIndex = 3; |
| | | this.gv_billNo.Width = 110; |
| | | // |
| | | // gv_supplierItemCode |
| | |
| | | this.gv_supplierItemCode.OptionsColumn.ReadOnly = true; |
| | | this.gv_supplierItemCode.Tag = "query_a.SUPPLIER_ITEM_CODE"; |
| | | this.gv_supplierItemCode.Visible = true; |
| | | this.gv_supplierItemCode.VisibleIndex = 2; |
| | | this.gv_supplierItemCode.VisibleIndex = 1; |
| | | this.gv_supplierItemCode.Width = 100; |
| | | // |
| | | // gv_supplierItemName |
| | |
| | | this.gv_supplierItemName.OptionsColumn.ReadOnly = true; |
| | | this.gv_supplierItemName.Tag = "query_a.SUPPLIER_ITEM_NAME"; |
| | | this.gv_supplierItemName.Visible = true; |
| | | this.gv_supplierItemName.VisibleIndex = 3; |
| | | this.gv_supplierItemName.VisibleIndex = 2; |
| | | this.gv_supplierItemName.Width = 120; |
| | | // |
| | | // gridColumn5 |
| | |
| | | this.gridColumn6.Name = "gridColumn6"; |
| | | this.gridColumn6.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn6.Visible = true; |
| | | this.gridColumn6.VisibleIndex = 4; |
| | | this.gridColumn6.VisibleIndex = 5; |
| | | this.gridColumn6.Width = 50; |
| | | // |
| | | // gridColumn7 |
| | |
| | | this.gridColumn7.Name = "gridColumn7"; |
| | | this.gridColumn7.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn7.Visible = true; |
| | | this.gridColumn7.VisibleIndex = 5; |
| | | this.gridColumn7.VisibleIndex = 6; |
| | | this.gridColumn7.Width = 50; |
| | | // |
| | | // gridColumn9 |
| | |
| | | this.gridColumn9.Name = "gridColumn9"; |
| | | this.gridColumn9.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn9.Visible = true; |
| | | this.gridColumn9.VisibleIndex = 6; |
| | | this.gridColumn9.VisibleIndex = 7; |
| | | this.gridColumn9.Width = 50; |
| | | // |
| | | // gv_purchaseUnit |
| | |
| | | this.gridColumn2.MinWidth = 25; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 8; |
| | | this.gridColumn2.VisibleIndex = 4; |
| | | this.gridColumn2.Width = 94; |
| | | // |
| | | // panelControl1 |
| | |
| | | this.MinimizeBox = false; |
| | | this.Name = "Frm_SalesReturnNoticeSelect2"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "销售退货申请单(有源单,选择销售单明细)"; |
| | | this.Text = "销售退货申请单(有源单,选择销售单订单明细)"; |
| | | this.TopMost = true; |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
| | |
| | | private DevExpress.XtraGrid.GridControl gcMain; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_guid; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemName; |