From 19ffce9c62c4c65de166a1aa5e491ecad6e7ffb9 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 17 二月 2025 14:42:29 +0800 Subject: [PATCH] 生产退料入库 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs index 4450ae4..22216dd 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs +++ b/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"; -- Gitblit v1.9.3