From 69ec7e59f74d0797a1350fbb5ef1d800dfdb8185 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 29 三月 2025 15:28:38 +0800
Subject: [PATCH] 工艺
---
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.Designer.cs | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.Designer.cs
index b02585b..ef039aa 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectType.Designer.cs
@@ -76,13 +76,13 @@
this.gv_typeMemo.AppearanceCell.Options.UseFont = true;
this.gv_typeMemo.Caption = "缂洪櫡绫诲埆鎻忚堪";
this.gv_typeMemo.FieldName = "typeMemo";
- this.gv_typeMemo.MinWidth = 50;
+ 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";
this.gv_typeMemo.Visible = true;
this.gv_typeMemo.VisibleIndex = 1;
- this.gv_typeMemo.Width = 94;
+ this.gv_typeMemo.Width = 200;
//
// lb_typeNo
//
@@ -115,7 +115,7 @@
this.gv_typeNo.Tag = "query_a.type_no";
this.gv_typeNo.Visible = true;
this.gv_typeNo.VisibleIndex = 0;
- this.gv_typeNo.Width = 94;
+ this.gv_typeNo.Width = 100;
//
// gv_lastupdateDate
//
@@ -123,13 +123,13 @@
this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true;
this.gv_lastupdateDate.Caption = "鏇存柊鏃堕棿";
this.gv_lastupdateDate.FieldName = "lastupdateDate";
- this.gv_lastupdateDate.MinWidth = 50;
+ 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";
this.gv_lastupdateDate.Visible = true;
this.gv_lastupdateDate.VisibleIndex = 5;
- this.gv_lastupdateDate.Width = 94;
+ this.gv_lastupdateDate.Width = 198;
//
// gv_lastupdateBy
//
@@ -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,13 +151,13 @@
this.gv_createDate.AppearanceCell.Options.UseFont = true;
this.gv_createDate.Caption = "鍒涘缓鏃堕棿";
this.gv_createDate.FieldName = "createDate";
- this.gv_createDate.MinWidth = 50;
+ 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";
this.gv_createDate.Visible = true;
this.gv_createDate.VisibleIndex = 3;
- this.gv_createDate.Width = 94;
+ this.gv_createDate.Width = 192;
//
// gv_createBy
//
@@ -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";
@@ -176,6 +176,7 @@
// toolBarMenu1
//
this.toolBarMenu1.chkParameter = null;
+ this.toolBarMenu1.currentAction = null;
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
this.toolBarMenu1.guidKey = null;
this.toolBarMenu1.isSetBtn = false;
@@ -253,7 +254,6 @@
//
this.xtraTabPage2.Controls.Add(this.panel1);
this.xtraTabPage2.Name = "xtraTabPage2";
- this.xtraTabPage2.PageEnabled = false;
this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
//
@@ -306,6 +306,7 @@
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
this.Name = "Frm_MesDefectType";
+ this.Text = "缂洪櫡绫诲埆";
((System.ComponentModel.ISupportInitialize)(this.txt_typeNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
--
Gitblit v1.9.3