| | |
| | | this.gv_salesOrderId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_orderLineId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panBom = new DevExpress.XtraEditors.PanelControl(); |
| | | this.pageBar1 = new UserControls.Data.UcPageBar(); |
| | | this.splitRight = new DevExpress.XtraEditors.SplitContainerControl(); |
| | |
| | | this.gv2, |
| | | this.gv_salesOrderId, |
| | | this.gv_orderLineId, |
| | | this.gv_itemId, |
| | | this.gridColumn2}); |
| | | this.gv_itemId}); |
| | | this.gvMain.GridControl = this.gcMain; |
| | | this.gvMain.IndicatorWidth = 50; |
| | | this.gvMain.Name = "gvMain"; |
| | |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Tag = "org.FNumber"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 5; |
| | | this.gridColumn1.VisibleIndex = 4; |
| | | this.gridColumn1.Width = 50; |
| | | // |
| | | // gv2 |
| | |
| | | this.gv_itemId.OptionsColumn.AllowEdit = false; |
| | | this.gv_itemId.Tag = "a.item_model"; |
| | | this.gv_itemId.Width = 50; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.AppearanceCell.ForeColor = System.Drawing.Color.Red; |
| | | this.gridColumn2.AppearanceCell.Options.UseForeColor = true; |
| | | this.gridColumn2.AppearanceHeader.ForeColor = System.Drawing.Color.Red; |
| | | this.gridColumn2.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gridColumn2.Caption = "配置次数"; |
| | | this.gridColumn2.FieldName = "jyxm"; |
| | | this.gridColumn2.MaxWidth = 50; |
| | | this.gridColumn2.MinWidth = 50; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 4; |
| | | this.gridColumn2.Width = 50; |
| | | // |
| | | // panBom |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_orderLineId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
| | | private UserControls.Data.UcPageBar pageBar1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colChkInt; |
| | | private DevExpress.XtraGrid.GridControl gcMx1; |