From 76281d909e76379c640c068b04119a4d227c1242 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 16 一月 2025 16:37:07 +0800
Subject: [PATCH] 细节
---
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs | 17 +++++++++--------
1 files changed, 9 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 a5ec7a0..4450ae4 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.Designer.cs
@@ -77,13 +77,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 = 180;
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 = 8;
- this.gv_lastupdateDate.Width = 94;
+ this.gv_lastupdateDate.Width = 180;
//
// gv_lastupdateBy
//
@@ -105,13 +105,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 = 180;
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 = 6;
- this.gv_createDate.Width = 94;
+ this.gv_createDate.Width = 180;
//
// gv_createBy
//
@@ -133,13 +133,13 @@
this.gv_defectRate.AppearanceCell.Options.UseFont = true;
this.gv_defectRate.Caption = "缂洪櫡绫诲埆鎻忚堪";
this.gv_defectRate.FieldName = "typeMemo";
- this.gv_defectRate.MinWidth = 50;
+ this.gv_defectRate.MinWidth = 150;
this.gv_defectRate.Name = "gv_defectRate";
this.gv_defectRate.OptionsColumn.AllowEdit = false;
this.gv_defectRate.Tag = "query_a.defect_rate";
this.gv_defectRate.Visible = true;
this.gv_defectRate.VisibleIndex = 4;
- this.gv_defectRate.Width = 94;
+ this.gv_defectRate.Width = 150;
//
// gv_defectSort
//
@@ -248,6 +248,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;
@@ -328,7 +329,6 @@
//
this.xtraTabPage2.Controls.Add(this.panel1);
this.xtraTabPage2.Name = "xtraTabPage2";
-
this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
//
@@ -370,11 +370,11 @@
//
// txt_typeMemo
//
- this.txt_typeMemo.Enabled = false;
this.txt_typeMemo.Location = new System.Drawing.Point(423, 99);
this.txt_typeMemo.Name = "txt_typeMemo";
this.txt_typeMemo.Size = new System.Drawing.Size(210, 38);
this.txt_typeMemo.TabIndex = 308;
+ this.txt_typeMemo.Tag = "readOnly";
//
// lb_typeMemo
//
@@ -423,6 +423,7 @@
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
this.Name = "Frm_MesDefectCode";
+ this.Text = "缂洪櫡浠g爜";
((System.ComponentModel.ISupportInitialize)(this.txt_defectName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_defectCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
--
Gitblit v1.9.3