From dd7c9629d16d81bde03e42b3e9e984088f3e4d2c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 21 一月 2025 17:28:47 +0800 Subject: [PATCH] 细节 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.Designer.cs | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.Designer.cs index b12c257..3597fd2 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_IQCLookups.Designer.cs @@ -88,7 +88,7 @@ this.gvMx1lookupName.FieldName = "lookupName"; this.gvMx1lookupName.MinWidth = 50; this.gvMx1lookupName.Name = "gvMx1lookupName"; - this.gvMx1lookupName.Tag = "query_a.LOOKUP_NAME"; + this.gvMx1lookupName.Tag = "edit"; this.gvMx1lookupName.Visible = true; this.gvMx1lookupName.VisibleIndex = 0; this.gvMx1lookupName.Width = 509; @@ -159,16 +159,16 @@ // this.lb_lookupTypeName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_lookupTypeName.Appearance.Options.UseFont = true; - this.lb_lookupTypeName.Location = new System.Drawing.Point(414, 18); + this.lb_lookupTypeName.Location = new System.Drawing.Point(284, 18); this.lb_lookupTypeName.Name = "lb_lookupTypeName"; - this.lb_lookupTypeName.Size = new System.Drawing.Size(141, 21); + this.lb_lookupTypeName.Size = new System.Drawing.Size(73, 21); this.lb_lookupTypeName.TabIndex = 213; - this.lb_lookupTypeName.Text = "绯荤粺蹇爜绫诲瀷鍚嶇О "; + this.lb_lookupTypeName.Text = "绫诲瀷鍚嶇О "; // // txt_lookupTypeName // this.txt_lookupTypeName.Enabled = false; - this.txt_lookupTypeName.Location = new System.Drawing.Point(561, 15); + this.txt_lookupTypeName.Location = new System.Drawing.Point(363, 14); this.txt_lookupTypeName.Name = "txt_lookupTypeName"; this.txt_lookupTypeName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lookupTypeName.Properties.Appearance.Options.UseFont = true; @@ -195,14 +195,14 @@ this.lb_lookupTypeCode.Appearance.Options.UseFont = true; this.lb_lookupTypeCode.Location = new System.Drawing.Point(26, 18); this.lb_lookupTypeCode.Name = "lb_lookupTypeCode"; - this.lb_lookupTypeCode.Size = new System.Drawing.Size(141, 21); + this.lb_lookupTypeCode.Size = new System.Drawing.Size(73, 21); this.lb_lookupTypeCode.TabIndex = 211; - this.lb_lookupTypeCode.Text = "绯荤粺蹇爜绫诲瀷缂栫爜 "; + this.lb_lookupTypeCode.Text = "绫诲瀷缂栫爜 "; // // txt_lookupTypeCode // this.txt_lookupTypeCode.Enabled = false; - this.txt_lookupTypeCode.Location = new System.Drawing.Point(173, 15); + this.txt_lookupTypeCode.Location = new System.Drawing.Point(105, 14); this.txt_lookupTypeCode.Name = "txt_lookupTypeCode"; this.txt_lookupTypeCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_lookupTypeCode.Properties.Appearance.Options.UseFont = true; @@ -226,6 +226,7 @@ // toolBarMenu1 // this.toolBarMenu1.chkParameter = "MES_SYS_LOOKUP_TYPES,check_date,check_status,check_by"; + this.toolBarMenu1.currentAction = null; this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.guidKey = null; this.toolBarMenu1.isSetBtn = false; @@ -292,12 +293,12 @@ // this.gridColumn1.Caption = "瀹℃牳鏃堕棿"; this.gridColumn1.FieldName = "checkDate"; - this.gridColumn1.MinWidth = 25; + this.gridColumn1.MinWidth = 180; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 4; - this.gridColumn1.Width = 94; + this.gridColumn1.Width = 180; // // xtraTabControl1 // @@ -336,7 +337,6 @@ this.xtraTabPage2.Controls.Add(this.tabMx); 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 = "鏁版嵁璇︾粏"; // @@ -404,6 +404,7 @@ this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "Frm_IQCLookups"; + this.Text = "IQC妫�楠岄」鐩�"; this.tabMxPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); -- Gitblit v1.9.3