| | |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Appearance.ViewCaption.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.ViewCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | |
| | | // |
| | | // gv_fsubmit |
| | | // |
| | | this.gv_fsubmit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fsubmit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fsubmit.Caption = "审核标识"; |
| | | this.gv_fsubmit.FieldName = "fsubmitTxt"; |
| | |
| | | // |
| | | // gv_releaseNo |
| | | // |
| | | this.gv_releaseNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_releaseNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_releaseNo.Caption = "检验单号"; |
| | | this.gv_releaseNo.FieldName = "releaseNo"; |
| | |
| | | // |
| | | // gv_lotNo |
| | | // |
| | | this.gv_lotNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_lotNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lotNo.Caption = "工单单号"; |
| | | this.gv_lotNo.FieldName = "lotNo"; |
| | |
| | | // |
| | | // gv_lifnr |
| | | // |
| | | this.gv_lifnr.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_lifnr.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lifnr.Caption = "客户名称"; |
| | | this.gv_lifnr.FieldName = "cusName"; |
| | |
| | | // |
| | | // gv_itemId |
| | | // |
| | | this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_itemId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemId.Caption = "物料ID"; |
| | | this.gv_itemId.FieldName = "itemId"; |
| | |
| | | // |
| | | // gv_itemNo |
| | | // |
| | | this.gv_itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_itemNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemNo.Caption = "物料编码"; |
| | | this.gv_itemNo.FieldName = "itemNo2"; |
| | |
| | | // |
| | | // gv_boardStyle |
| | | // |
| | | this.gv_boardStyle.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_boardStyle.AppearanceCell.Options.UseFont = true; |
| | | this.gv_boardStyle.Caption = "物料名称"; |
| | | this.gv_boardStyle.FieldName = "itemName"; |
| | |
| | | // |
| | | // gv_fcovertQty |
| | | // |
| | | this.gv_fcovertQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fcovertQty.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fcovertQty.Caption = "工单数量"; |
| | | this.gv_fcovertQty.FieldName = "daaQty"; |
| | |
| | | // |
| | | // gv_fbatchQty |
| | | // |
| | | this.gv_fbatchQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fbatchQty.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fbatchQty.Caption = "抽检数量"; |
| | | this.gv_fbatchQty.FieldName = "fbatchQty"; |
| | |
| | | // |
| | | // gv_fcheckResu |
| | | // |
| | | this.gv_fcheckResu.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fcheckResu.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fcheckResu.Caption = "检验结果"; |
| | | this.gv_fcheckResu.FieldName = "fcheckResu"; |
| | |
| | | // |
| | | // gv_remarks |
| | | // |
| | | this.gv_remarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_remarks.AppearanceCell.Options.UseFont = true; |
| | | this.gv_remarks.Caption = "备注说明"; |
| | | this.gv_remarks.FieldName = "remarks"; |
| | |
| | | // |
| | | // gv_fcheckBy |
| | | // |
| | | this.gv_fcheckBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fcheckBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fcheckBy.Caption = "检验人员"; |
| | | this.gv_fcheckBy.FieldName = "fcheckBy"; |
| | |
| | | // |
| | | // gv_fcheckDate |
| | | // |
| | | this.gv_fcheckDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fcheckDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fcheckDate.Caption = "检验日期"; |
| | | this.gv_fcheckDate.FieldName = "fcheckDate"; |
| | |
| | | // |
| | | // gv_createBy |
| | | // |
| | | this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_createBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createBy.Caption = "创建人"; |
| | | this.gv_createBy.FieldName = "createBy"; |
| | |
| | | // |
| | | // gv_lastupdateBy |
| | | // |
| | | this.gv_lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastupdateBy.Caption = "最后更新人"; |
| | | this.gv_lastupdateBy.FieldName = "lastupdateBy"; |
| | |
| | | // |
| | | // gv_lastupdateDate |
| | | // |
| | | this.gv_lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastupdateDate.Caption = "最后更新日期"; |
| | | this.gv_lastupdateDate.FieldName = "lastupdateDate"; |
| | |
| | | // |
| | | this.txt_remarks.Location = new System.Drawing.Point(84, 241); |
| | | this.txt_remarks.Name = "txt_remarks"; |
| | | this.txt_remarks.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_remarks.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_remarks.Size = new System.Drawing.Size(584, 28); |
| | | this.txt_remarks.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_releaseNo.Location = new System.Drawing.Point(84, 44); |
| | | this.txt_releaseNo.Name = "txt_releaseNo"; |
| | | this.txt_releaseNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_releaseNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_releaseNo.Size = new System.Drawing.Size(254, 28); |
| | | this.txt_releaseNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fcheckDate.Location = new System.Drawing.Point(414, 44); |
| | | this.txt_fcheckDate.Name = "txt_fcheckDate"; |
| | | this.txt_fcheckDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fcheckDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fcheckDate.Size = new System.Drawing.Size(254, 28); |
| | | this.txt_fcheckDate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_lotNo1.Location = new System.Drawing.Point(744, 76); |
| | | this.txt_lotNo1.Name = "txt_lotNo1"; |
| | | this.txt_lotNo1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_lotNo1.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_lotNo1.Size = new System.Drawing.Size(254, 28); |
| | | this.txt_lotNo1.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_itemNo.Location = new System.Drawing.Point(84, 142); |
| | | this.txt_itemNo.Name = "txt_itemNo"; |
| | | this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_itemNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_itemNo.Size = new System.Drawing.Size(254, 28); |
| | | this.txt_itemNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fcheckBy.Location = new System.Drawing.Point(414, 76); |
| | | this.txt_fcheckBy.Name = "txt_fcheckBy"; |
| | | this.txt_fcheckBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fcheckBy.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fcheckBy.Size = new System.Drawing.Size(254, 28); |
| | | this.txt_fcheckBy.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fbatchQty.Location = new System.Drawing.Point(414, 12); |
| | | this.txt_fbatchQty.Name = "txt_fbatchQty"; |
| | | this.txt_fbatchQty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fbatchQty.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fbatchQty.Size = new System.Drawing.Size(254, 28); |
| | | this.txt_fbatchQty.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | // gvMx1guid |
| | | // |
| | | this.gvMx1guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1guid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1guid.Caption = "guid不能删除"; |
| | | this.gvMx1guid.FieldName = "guid"; |
| | |
| | | // |
| | | // gvMx1fcheckItem |
| | | // |
| | | this.gvMx1fcheckItem.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fcheckItem.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fcheckItem.Caption = "检验项目"; |
| | | this.gvMx1fcheckItem.FieldName = "fcheckItem"; |
| | |
| | | // |
| | | // gvMx1fcheckTool |
| | | // |
| | | this.gvMx1fcheckTool.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fcheckTool.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fcheckTool.Caption = "检验工具"; |
| | | this.gvMx1fcheckTool.FieldName = "fcheckTool"; |
| | |
| | | // |
| | | // gvMx1fcheckItemDesc |
| | | // |
| | | this.gvMx1fcheckItemDesc.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fcheckItemDesc.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fcheckItemDesc.Caption = "检验项目描述"; |
| | | this.gvMx1fcheckItemDesc.FieldName = "fcheckItemDesc"; |
| | |
| | | // |
| | | // gvMx1fspecRequ |
| | | // |
| | | this.gvMx1fspecRequ.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fspecRequ.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fspecRequ.Caption = "规格要求"; |
| | | this.gvMx1fspecRequ.FieldName = "fspecRequ"; |
| | |
| | | // |
| | | // gvMx1fupAllow |
| | | // |
| | | this.gvMx1fupAllow.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fupAllow.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fupAllow.Caption = "上限"; |
| | | this.gvMx1fupAllow.FieldName = "fupAllow"; |
| | |
| | | // |
| | | // gvMx1fstand |
| | | // |
| | | this.gvMx1fstand.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fstand.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fstand.Caption = "标准值"; |
| | | this.gvMx1fstand.FieldName = "fstand"; |
| | |
| | | // |
| | | // gvMx1fdownAllow |
| | | // |
| | | this.gvMx1fdownAllow.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fdownAllow.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fdownAllow.Caption = "下限"; |
| | | this.gvMx1fdownAllow.FieldName = "fdownAllow"; |
| | |
| | | // |
| | | // gvMx1freQty |
| | | // |
| | | this.gvMx1freQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1freQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1freQty.Caption = "RE数量"; |
| | | this.gvMx1freQty.FieldName = "freQty"; |
| | |
| | | // |
| | | // gvMx1checkQyt |
| | | // |
| | | this.gvMx1checkQyt.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1checkQyt.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1checkQyt.Caption = "抽检数量"; |
| | | this.gvMx1checkQyt.FieldName = "checkQyt"; |
| | |
| | | // |
| | | // gvMx1fenterQty |
| | | // |
| | | this.gvMx1fenterQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fenterQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fenterQty.Caption = "已录入数量"; |
| | | this.gvMx1fenterQty.FieldName = "fenterQty"; |
| | |
| | | // |
| | | // gvMx1fcheckResu |
| | | // |
| | | this.gvMx1fcheckResu.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fcheckResu.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); |
| | | this.gvMx1fcheckResu.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fcheckResu.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1fngRate |
| | | // |
| | | this.gvMx1fngRate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fngRate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fngRate.Caption = "不良率"; |
| | | this.gvMx1fngRate.FieldName = "fngRateName"; |
| | |
| | | // |
| | | // gvMx1fngQty |
| | | // |
| | | this.gvMx1fngQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fngQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fngQty.Caption = "不合格数"; |
| | | this.gvMx1fngQty.FieldName = "fngQty"; |
| | |
| | | // |
| | | // gvMx1sampleSizeNo |
| | | // |
| | | this.gvMx1sampleSizeNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1sampleSizeNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1sampleSizeNo.Caption = "检验标志编码"; |
| | | this.gvMx1sampleSizeNo.FieldName = "sampleSizeNo"; |
| | |
| | | // |
| | | // gvMx1fcheckLevel |
| | | // |
| | | this.gvMx1fcheckLevel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fcheckLevel.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fcheckLevel.Caption = "检验水平"; |
| | | this.gvMx1fcheckLevel.FieldName = "fcheckLevel"; |
| | |
| | | // |
| | | // gvMx1facLevel |
| | | // |
| | | this.gvMx1facLevel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1facLevel.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1facLevel.Caption = "拒收水平"; |
| | | this.gvMx1facLevel.FieldName = "facLevel"; |
| | |
| | | // |
| | | // gvMx2 |
| | | // |
| | | this.gvMx2.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx2.Appearance.Row.Options.UseFont = true; |
| | | this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridColumn4, |
| | |
| | | // |
| | | // gvMx3 |
| | | // |
| | | this.gvMx3.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx3.Appearance.Row.Options.UseFont = true; |
| | | this.gvMx3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridColumn1, |