| | |
| | | // gv_purchaseUnit |
| | | // |
| | | this.gv_purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_purchaseUnit.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseUnit.AppearanceCell.Options.UseForeColor = true; |
| | | this.gv_purchaseUnit.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; |
| | | this.gv_purchaseUnit.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gv_purchaseUnit.Caption = "可退数量"; |
| | | this.gv_purchaseUnit.FieldName = "kt"; |
| | | this.gv_purchaseUnit.MaxWidth = 50; |
| | |
| | | this.gv_purchaseUnit.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseUnit.OptionsColumn.ReadOnly = true; |
| | | this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; |
| | | this.gv_purchaseUnit.Visible = true; |
| | | this.gv_purchaseUnit.VisibleIndex = 8; |
| | | this.gv_purchaseUnit.Width = 50; |
| | | // |
| | | // gridColumn10 |
| | |
| | | this.gridColumn10.FieldName = "khName"; |
| | | this.gridColumn10.Name = "gridColumn10"; |
| | | this.gridColumn10.Visible = true; |
| | | this.gridColumn10.VisibleIndex = 8; |
| | | this.gridColumn10.VisibleIndex = 9; |
| | | this.gridColumn10.Width = 125; |
| | | // |
| | | // gridColumn2 |
| | |
| | | this.gridColumn2.FieldName = "receivingOrg"; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 9; |
| | | this.gridColumn2.VisibleIndex = 10; |
| | | this.gridColumn2.Width = 250; |
| | | // |
| | | // gridColumn1 |