| | |
| | | this.gridBand3.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | this.gridBand3.Caption = "单据状态"; |
| | | this.gridBand3.Columns.Add(this.gv_documentStatus); |
| | | this.gridBand3.MinWidth = 130; |
| | | this.gridBand3.MinWidth = 70; |
| | | this.gridBand3.Name = "gridBand3"; |
| | | this.gridBand3.RowCount = 2; |
| | | this.gridBand3.VisibleIndex = 2; |
| | | this.gridBand3.Width = 130; |
| | | // |
| | | // gv_documentStatus |
| | | // |
| | | this.gv_documentStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_documentStatus.AppearanceCell.Options.UseFont = true; |
| | | this.gv_documentStatus.Caption = "单据状态:A创建,B审核中,C已审核,D重新审核,Z暂存"; |
| | | this.gv_documentStatus.FieldName = "documentStatus"; |
| | | this.gv_documentStatus.FieldName = "docStusTxt"; |
| | | this.gv_documentStatus.MinWidth = 25; |
| | | this.gv_documentStatus.Name = "gv_documentStatus"; |
| | | this.gv_documentStatus.OptionsColumn.AllowEdit = false; |
| | | this.gv_documentStatus.Tag = "query_a.DOCUMENT_STATUS"; |
| | | this.gv_documentStatus.Visible = true; |
| | | this.gv_documentStatus.Width = 130; |
| | | this.gv_documentStatus.Width = 70; |
| | | // |
| | | // gridBand4 |
| | | // |
| | |
| | | this.gv_documentType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_documentType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_documentType.Caption = "单据类型:1采购,2委外"; |
| | | this.gv_documentType.FieldName = "documentType2"; |
| | | this.gv_documentType.FieldName = "documentTypeTxt"; |
| | | this.gv_documentType.MinWidth = 25; |
| | | this.gv_documentType.Name = "gv_documentType"; |
| | | this.gv_documentType.OptionsColumn.AllowEdit = false; |