From 1210460a95ba58f219d38e545dcaf9e21383d18f Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 19 十二月 2024 14:12:50 +0800 Subject: [PATCH] 细节 --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesUnit.Designer.cs | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesUnit.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesUnit.Designer.cs index d2d43df..57d478b 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesUnit.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesUnit.Designer.cs @@ -309,6 +309,7 @@ this.gv_fconvertdenominator.FieldName = "fconvertdenominator"; this.gv_fconvertdenominator.MinWidth = 50; this.gv_fconvertdenominator.Name = "gv_fconvertdenominator"; + this.gv_fconvertdenominator.OptionsColumn.ReadOnly = true; this.gv_fconvertdenominator.Tag = "query_a.fconvertdenominator"; this.gv_fconvertdenominator.Visible = true; this.gv_fconvertdenominator.VisibleIndex = 4; @@ -341,6 +342,7 @@ this.gv_funitgroupid.FieldName = "funitgroupid"; this.gv_funitgroupid.MinWidth = 50; this.gv_funitgroupid.Name = "gv_funitgroupid"; + this.gv_funitgroupid.OptionsColumn.ReadOnly = true; this.gv_funitgroupid.Tag = "query_a.funitgroupid"; this.gv_funitgroupid.Visible = true; this.gv_funitgroupid.VisibleIndex = 3; @@ -373,6 +375,7 @@ this.gv_fname.FieldName = "fname"; this.gv_fname.MinWidth = 50; this.gv_fname.Name = "gv_fname"; + this.gv_fname.OptionsColumn.ReadOnly = true; this.gv_fname.Tag = "query_a.fname"; this.gv_fname.Visible = true; this.gv_fname.VisibleIndex = 2; @@ -405,7 +408,6 @@ this.gv_fnumber.FieldName = "fnumber"; this.gv_fnumber.MinWidth = 50; this.gv_fnumber.Name = "gv_fnumber"; - this.gv_fnumber.OptionsColumn.AllowEdit = false; this.gv_fnumber.OptionsColumn.ReadOnly = true; this.gv_fnumber.Tag = "query_a.fnumber"; this.gv_fnumber.Visible = true; @@ -506,6 +508,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; @@ -587,7 +590,6 @@ // this.xtraTabPage2.Controls.Add(this.panel1); this.xtraTabPage2.Name = "xtraTabPage2"; - this.xtraTabPage2.PageEnabled = false; this.xtraTabPage2.Size = new System.Drawing.Size(970, 570); this.xtraTabPage2.Text = "鏁版嵁璇︾粏"; // @@ -693,6 +695,7 @@ this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "Frm_MesUnit"; + this.Text = "鍗曚綅淇℃伅"; ((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fdescription.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fprecision.Properties)).EndInit(); -- Gitblit v1.9.3