From 889372dbc7e928bbb7638fcaf692b24152aa92a0 Mon Sep 17 00:00:00 2001 From: lhiven Date: Fri, 7 Jun 2024 17:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Controls/UFixture.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rs.DeweyTester/Controls/UFixture.cs b/Rs.DeweyTester/Controls/UFixture.cs index bf021b8..59c292f 100644 --- a/Rs.DeweyTester/Controls/UFixture.cs +++ b/Rs.DeweyTester/Controls/UFixture.cs @@ -110,6 +110,10 @@ namespace Rs.MotionPlat { lblTotalCount.Text = tf.TotalCount.ToString(); } + if(this.lblFixtureName.Enabled!=tf.Enable) + { + this.lblFixtureName.Enabled= tf.Enable; + } } //public void BindEntity(TestFixture tf)