| | |
| | | // 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.ColumnPanelRowHeight = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | |
| | | // |
| | | // gv_isenabled |
| | | // |
| | | this.gv_isenabled.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_isenabled.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isenabled.Caption = "是否可用"; |
| | | this.gv_isenabled.FieldName = "isenabled"; |
| | |
| | | // |
| | | // gv_foneChecked |
| | | // |
| | | this.gv_foneChecked.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_foneChecked.AppearanceCell.Options.UseFont = true; |
| | | this.gv_foneChecked.Caption = "审核标记"; |
| | | this.gv_foneChecked.FieldName = "foneChecked"; |
| | |
| | | // |
| | | // gv_ftwoChecked |
| | | // |
| | | this.gv_ftwoChecked.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_ftwoChecked.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ftwoChecked.Caption = "批准标记"; |
| | | this.gv_ftwoChecked.FieldName = "ftwoChecked"; |
| | |
| | | // |
| | | // gv_fversion |
| | | // |
| | | this.gv_fversion.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_fversion.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fversion.Caption = "版本"; |
| | | this.gv_fversion.FieldName = "fversion"; |
| | |
| | | // |
| | | // 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 = "itemNo"; |
| | |
| | | // |
| | | // gv_foneCheckor |
| | | // |
| | | this.gv_foneCheckor.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_foneCheckor.AppearanceCell.Options.UseFont = true; |
| | | this.gv_foneCheckor.Caption = "审核人"; |
| | | this.gv_foneCheckor.FieldName = "foneCheckor"; |
| | |
| | | // |
| | | // gv_foneCheckdate |
| | | // |
| | | this.gv_foneCheckdate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_foneCheckdate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_foneCheckdate.Caption = "审核时间"; |
| | | this.gv_foneCheckdate.FieldName = "foneCheckdate"; |
| | |
| | | // |
| | | // gv_ftwoCheckor |
| | | // |
| | | this.gv_ftwoCheckor.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_ftwoCheckor.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ftwoCheckor.Caption = "批准人"; |
| | | this.gv_ftwoCheckor.FieldName = "ftwoCheckor"; |
| | |
| | | // |
| | | // gv_memo |
| | | // |
| | | this.gv_memo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_memo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_memo.Caption = "备注"; |
| | | this.gv_memo.FieldName = "memo"; |
| | |
| | | // |
| | | this.txt_foneCheckdate.Location = new System.Drawing.Point(909, 44); |
| | | this.txt_foneCheckdate.Name = "txt_foneCheckdate"; |
| | | this.txt_foneCheckdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_foneCheckdate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_foneCheckdate.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_foneCheckdate.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_foneCheckor.Location = new System.Drawing.Point(909, 12); |
| | | this.txt_foneCheckor.Name = "txt_foneCheckor"; |
| | | this.txt_foneCheckor.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_foneCheckor.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_foneCheckor.Size = new System.Drawing.Size(185, 28); |
| | | this.txt_foneCheckor.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_itemNo.Location = new System.Drawing.Point(367, 44); |
| | | 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(183, 28); |
| | | this.txt_itemNo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_memo.Location = new System.Drawing.Point(96, 76); |
| | | this.txt_memo.Name = "txt_memo"; |
| | | this.txt_memo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_memo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_memo.Size = new System.Drawing.Size(183, 28); |
| | | this.txt_memo.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_ftwoCheckor.Location = new System.Drawing.Point(638, 12); |
| | | this.txt_ftwoCheckor.Name = "txt_ftwoCheckor"; |
| | | this.txt_ftwoCheckor.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_ftwoCheckor.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_ftwoCheckor.Size = new System.Drawing.Size(183, 28); |
| | | this.txt_ftwoCheckor.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_fversion.Location = new System.Drawing.Point(367, 12); |
| | | this.txt_fversion.Name = "txt_fversion"; |
| | | this.txt_fversion.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_fversion.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fversion.Size = new System.Drawing.Size(183, 28); |
| | | this.txt_fversion.StyleController = this.layoutMx1; |
| | |
| | | // |
| | | this.txt_ftwoCheckdate.Location = new System.Drawing.Point(638, 44); |
| | | this.txt_ftwoCheckdate.Name = "txt_ftwoCheckdate"; |
| | | this.txt_ftwoCheckdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.txt_ftwoCheckdate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_ftwoCheckdate.Size = new System.Drawing.Size(183, 28); |
| | | this.txt_ftwoCheckdate.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"; |
| | |
| | | // |
| | | // gvMx1pid |
| | | // |
| | | this.gvMx1pid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1pid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1pid.Caption = "pid"; |
| | | this.gvMx1pid.FieldName = "pid"; |
| | |
| | | // |
| | | // gvMx1forder |
| | | // |
| | | this.gvMx1forder.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1forder.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1forder.Caption = "顺序"; |
| | | this.gvMx1forder.ColumnEdit = this.repositoryItemComboBox1; |
| | |
| | | // |
| | | // gvMx1fcheckItem |
| | | // |
| | | this.gvMx1fcheckItem.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fcheckItem.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fcheckItem.Caption = "检验项目"; |
| | | this.gvMx1fcheckItem.ColumnEdit = this.rptJYXM; |
| | |
| | | // |
| | | // gvMx1memo |
| | | // |
| | | this.gvMx1memo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1memo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1memo.Caption = "检验项目描述"; |
| | | this.gvMx1memo.FieldName = "memo"; |
| | |
| | | // |
| | | // gvMx1fcheckTool |
| | | // |
| | | this.gvMx1fcheckTool.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fcheckTool.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fcheckTool.Caption = "检验工具"; |
| | | this.gvMx1fcheckTool.ColumnEdit = this.rptJYGJ; |
| | |
| | | // |
| | | // gvMx1sampleSizeNo |
| | | // |
| | | this.gvMx1sampleSizeNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1sampleSizeNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1sampleSizeNo.Caption = "检验标准名称"; |
| | | this.gvMx1sampleSizeNo.ColumnEdit = this.rptJYBZ; |
| | |
| | | // |
| | | // gvMx1fcheckLevel |
| | | // |
| | | this.gvMx1fcheckLevel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1fcheckLevel.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1fcheckLevel.Caption = "检验水平"; |
| | | this.gvMx1fcheckLevel.ColumnEdit = this.rptJYSP; |
| | |
| | | // |
| | | // gvMx1facLevel |
| | | // |
| | | this.gvMx1facLevel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gvMx1facLevel.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1facLevel.Caption = "接收水平"; |
| | | this.gvMx1facLevel.ColumnEdit = this.rptJSSP; |
| | |
| | | // |
| | | // 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"; |
| | |
| | | // |
| | | // gridColumn11 |
| | | // |
| | | this.gridColumn11.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridColumn11.AppearanceCell.Options.UseFont = true; |
| | | this.gridColumn11.Caption = "使用组织"; |
| | | this.gridColumn11.FieldName = "fSubsidiary"; |
| | |
| | | // |
| | | // gridColumn13 |
| | | // |
| | | this.gridColumn13.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridColumn13.AppearanceCell.Options.UseFont = true; |
| | | this.gridColumn13.Caption = "物料编号"; |
| | | this.gridColumn13.FieldName = "itemNo"; |
| | |
| | | // |
| | | // gridColumn14 |
| | | // |
| | | this.gridColumn14.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridColumn14.AppearanceCell.Options.UseFont = true; |
| | | this.gridColumn14.Caption = "物料名称"; |
| | | this.gridColumn14.FieldName = "itemName"; |
| | |
| | | // |
| | | // gridColumn15 |
| | | // |
| | | this.gridColumn15.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridColumn15.AppearanceCell.Options.UseFont = true; |
| | | this.gridColumn15.Caption = "规格型号"; |
| | | this.gridColumn15.FieldName = "itemModel"; |