DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.Designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
@@ -77,7 +77,7 @@ this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true; this.gv_lastupdateDate.Caption = "更新时间 "; this.gv_lastupdateDate.FieldName = "lastupdateDate"; this.gv_lastupdateDate.MinWidth = 180; this.gv_lastupdateDate.MinWidth = 25; this.gv_lastupdateDate.Name = "gv_lastupdateDate"; this.gv_lastupdateDate.OptionsColumn.AllowEdit = false; this.gv_lastupdateDate.Tag = "query_a.lastupdate_date"; @@ -91,7 +91,7 @@ this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true; this.gv_lastupdateBy.Caption = "更新人 "; this.gv_lastupdateBy.FieldName = "lastupdateBy"; this.gv_lastupdateBy.MinWidth = 50; this.gv_lastupdateBy.MinWidth = 25; this.gv_lastupdateBy.Name = "gv_lastupdateBy"; this.gv_lastupdateBy.OptionsColumn.AllowEdit = false; this.gv_lastupdateBy.Tag = "query_a.lastupdate_by"; @@ -105,7 +105,7 @@ this.gv_createDate.AppearanceCell.Options.UseFont = true; this.gv_createDate.Caption = "创建时间 "; this.gv_createDate.FieldName = "createDate"; this.gv_createDate.MinWidth = 180; this.gv_createDate.MinWidth = 25; this.gv_createDate.Name = "gv_createDate"; this.gv_createDate.OptionsColumn.AllowEdit = false; this.gv_createDate.Tag = "query_a.create_date"; @@ -119,7 +119,7 @@ this.gv_createBy.AppearanceCell.Options.UseFont = true; this.gv_createBy.Caption = "创建人 "; this.gv_createBy.FieldName = "createBy"; this.gv_createBy.MinWidth = 50; this.gv_createBy.MinWidth = 25; this.gv_createBy.Name = "gv_createBy"; this.gv_createBy.OptionsColumn.AllowEdit = false; this.gv_createBy.Tag = "query_a.create_by"; @@ -133,7 +133,7 @@ this.gv_defectRate.AppearanceCell.Options.UseFont = true; this.gv_defectRate.Caption = "缺陷类别描述"; this.gv_defectRate.FieldName = "typeMemo"; this.gv_defectRate.MinWidth = 150; this.gv_defectRate.MinWidth = 25; this.gv_defectRate.Name = "gv_defectRate"; this.gv_defectRate.OptionsColumn.AllowEdit = false; this.gv_defectRate.Tag = "query_a.defect_rate"; @@ -147,7 +147,7 @@ this.gv_defectSort.AppearanceCell.Options.UseFont = true; this.gv_defectSort.Caption = "缺陷类别"; this.gv_defectSort.FieldName = "typeNo"; this.gv_defectSort.MinWidth = 50; this.gv_defectSort.MinWidth = 25; this.gv_defectSort.Name = "gv_defectSort"; this.gv_defectSort.OptionsColumn.AllowEdit = false; this.gv_defectSort.Tag = "query_a.defect_sort"; @@ -171,7 +171,7 @@ this.gv_memo.AppearanceCell.Options.UseFont = true; this.gv_memo.Caption = "缺陷备注"; this.gv_memo.FieldName = "memo"; this.gv_memo.MinWidth = 50; this.gv_memo.MinWidth = 25; this.gv_memo.Name = "gv_memo"; this.gv_memo.OptionsColumn.AllowEdit = false; this.gv_memo.Tag = "query_a.memo"; @@ -204,7 +204,7 @@ this.gv_defectName.AppearanceCell.Options.UseFont = true; this.gv_defectName.Caption = "缺陷名称"; this.gv_defectName.FieldName = "defectName"; this.gv_defectName.MinWidth = 50; this.gv_defectName.MinWidth = 25; this.gv_defectName.Name = "gv_defectName"; this.gv_defectName.OptionsColumn.AllowEdit = false; this.gv_defectName.Tag = "query_a.defect_name"; DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs
@@ -236,6 +236,7 @@ lbGuid.Text = _rtn.rtnData; toolBarMenu1.isSetBtn = true; UtilityHelper.ChangeEnableByControl(this.panel1.Controls, false); toolBarMenu1.currentAction = ""; } } catch (Exception ex) @@ -270,6 +271,7 @@ { gcMain.DataSource = dt; gcMain.ForceInitialize(); gridView1.BestFitColumns(); } else UtilityHelper.SetDefaultTable(gcMain, gridView1); DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.Designer.cs
@@ -76,7 +76,7 @@ this.gv_typeMemo.AppearanceCell.Options.UseFont = true; this.gv_typeMemo.Caption = "缺陷类别描述"; this.gv_typeMemo.FieldName = "typeMemo"; this.gv_typeMemo.MinWidth = 150; this.gv_typeMemo.MinWidth = 25; this.gv_typeMemo.Name = "gv_typeMemo"; this.gv_typeMemo.OptionsColumn.AllowEdit = false; this.gv_typeMemo.Tag = "query_a.type_memo"; @@ -109,7 +109,7 @@ this.gv_typeNo.AppearanceCell.Options.UseFont = true; this.gv_typeNo.Caption = "缺陷类别编号"; this.gv_typeNo.FieldName = "typeNo"; this.gv_typeNo.MinWidth = 100; this.gv_typeNo.MinWidth = 50; this.gv_typeNo.Name = "gv_typeNo"; this.gv_typeNo.OptionsColumn.AllowEdit = false; this.gv_typeNo.Tag = "query_a.type_no"; @@ -123,7 +123,7 @@ this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true; this.gv_lastupdateDate.Caption = "更新时间"; this.gv_lastupdateDate.FieldName = "lastupdateDate"; this.gv_lastupdateDate.MinWidth = 180; this.gv_lastupdateDate.MinWidth = 25; this.gv_lastupdateDate.Name = "gv_lastupdateDate"; this.gv_lastupdateDate.OptionsColumn.AllowEdit = false; this.gv_lastupdateDate.Tag = "query_a.lastupdate_date"; @@ -137,7 +137,7 @@ this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true; this.gv_lastupdateBy.Caption = "更新人"; this.gv_lastupdateBy.FieldName = "lastupdateBy"; this.gv_lastupdateBy.MinWidth = 50; this.gv_lastupdateBy.MinWidth = 25; this.gv_lastupdateBy.Name = "gv_lastupdateBy"; this.gv_lastupdateBy.OptionsColumn.AllowEdit = false; this.gv_lastupdateBy.Tag = "query_a.lastupdate_by"; @@ -151,7 +151,7 @@ this.gv_createDate.AppearanceCell.Options.UseFont = true; this.gv_createDate.Caption = "创建时间"; this.gv_createDate.FieldName = "createDate"; this.gv_createDate.MinWidth = 180; this.gv_createDate.MinWidth = 25; this.gv_createDate.Name = "gv_createDate"; this.gv_createDate.OptionsColumn.AllowEdit = false; this.gv_createDate.Tag = "query_a.create_date"; @@ -165,7 +165,7 @@ this.gv_createBy.AppearanceCell.Options.UseFont = true; this.gv_createBy.Caption = "创建人"; this.gv_createBy.FieldName = "createBy"; this.gv_createBy.MinWidth = 50; this.gv_createBy.MinWidth = 25; this.gv_createBy.Name = "gv_createBy"; this.gv_createBy.OptionsColumn.AllowEdit = false; this.gv_createBy.Tag = "query_a.create_by"; DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.cs
@@ -216,6 +216,7 @@ lbGuid.Text = _rtn.rtnData; toolBarMenu1.isSetBtn = true; UtilityHelper.ChangeEnableByControl(this.panel1.Controls, false); toolBarMenu1.currentAction = ""; } } catch (Exception ex) @@ -249,6 +250,8 @@ { gcMain.DataSource = dt; gcMain.ForceInitialize(); gridView1.BestFitColumns(); gridView1.BestFitColumns(); } else UtilityHelper.SetDefaultTable(gcMain, gridView1); DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.cs
@@ -6,7 +6,6 @@ using System; using System.Collections.Generic; using System.Data; using System.Drawing; using System.Threading.Tasks; using System.Windows.Forms; DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.cs
@@ -192,6 +192,7 @@ gridViews.Add(gvMx1); UtilityHelper.ChangeEnableByControl(panel1.Controls, false, gridViews); toolBarMenu1.currentAction = ""; } } catch (Exception ex)