From b894e19f3411841646b5d225d06ec974ba1cfb27 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 01 十一月 2024 14:59:20 +0800
Subject: [PATCH] 细节优化

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDt.Designer.cs |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDt.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDt.Designer.cs
index 070fd60..40818c0 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDt.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQmCheckitemDt.Designer.cs
@@ -426,7 +426,7 @@
             // 
             this.lb_isenabled.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.lb_isenabled.Appearance.Options.UseFont = true;
-            this.lb_isenabled.Location = new System.Drawing.Point(601, 131);
+            this.lb_isenabled.Location = new System.Drawing.Point(978, 92);
             this.lb_isenabled.Name = "lb_isenabled";
             this.lb_isenabled.Size = new System.Drawing.Size(73, 21);
             this.lb_isenabled.TabIndex = 306;
@@ -491,6 +491,7 @@
             // 
             // txt_ftwoCheckdate
             // 
+            this.txt_ftwoCheckdate.Enabled = false;
             this.txt_ftwoCheckdate.Location = new System.Drawing.Point(674, 49);
             this.txt_ftwoCheckdate.Name = "txt_ftwoCheckdate";
             this.txt_ftwoCheckdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -510,6 +511,7 @@
             // 
             // txt_ftwoCheckor
             // 
+            this.txt_ftwoCheckor.Enabled = false;
             this.txt_ftwoCheckor.Location = new System.Drawing.Point(674, 15);
             this.txt_ftwoCheckor.Name = "txt_ftwoCheckor";
             this.txt_ftwoCheckor.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -567,11 +569,12 @@
             // 
             // txt_foneCheckdate
             // 
+            this.txt_foneCheckdate.Enabled = false;
             this.txt_foneCheckdate.Location = new System.Drawing.Point(917, 49);
             this.txt_foneCheckdate.Name = "txt_foneCheckdate";
             this.txt_foneCheckdate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_foneCheckdate.Properties.Appearance.Options.UseFont = true;
-            this.txt_foneCheckdate.Size = new System.Drawing.Size(178, 28);
+            this.txt_foneCheckdate.Size = new System.Drawing.Size(150, 28);
             this.txt_foneCheckdate.TabIndex = 267;
             // 
             // gv_foneCheckdate
@@ -600,6 +603,7 @@
             // 
             // txt_foneCheckor
             // 
+            this.txt_foneCheckor.Enabled = false;
             this.txt_foneCheckor.Location = new System.Drawing.Point(917, 15);
             this.txt_foneCheckor.Name = "txt_foneCheckor";
             this.txt_foneCheckor.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -921,7 +925,7 @@
             // btnSelect
             // 
             this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
-            this.btnSelect.Location = new System.Drawing.Point(722, 126);
+            this.btnSelect.Location = new System.Drawing.Point(601, 127);
             this.btnSelect.Name = "btnSelect";
             this.btnSelect.Size = new System.Drawing.Size(85, 29);
             this.btnSelect.TabIndex = 449;
@@ -947,7 +951,7 @@
             // 
             // txt_isenabled
             // 
-            this.txt_isenabled.Location = new System.Drawing.Point(674, 129);
+            this.txt_isenabled.Location = new System.Drawing.Point(1051, 90);
             this.txt_isenabled.Name = "txt_isenabled";
             this.txt_isenabled.Properties.Caption = "";
             this.txt_isenabled.Size = new System.Drawing.Size(27, 24);
@@ -955,6 +959,7 @@
             // 
             // txt_ftwoChecked
             // 
+            this.txt_ftwoChecked.Enabled = false;
             this.txt_ftwoChecked.Location = new System.Drawing.Point(674, 91);
             this.txt_ftwoChecked.Name = "txt_ftwoChecked";
             this.txt_ftwoChecked.Properties.Caption = "";
@@ -963,6 +968,7 @@
             // 
             // txt_foneChecked
             // 
+            this.txt_foneChecked.Enabled = false;
             this.txt_foneChecked.Location = new System.Drawing.Point(917, 91);
             this.txt_foneChecked.Name = "txt_foneChecked";
             this.txt_foneChecked.Properties.Caption = "";
@@ -991,6 +997,7 @@
             // 
             // txt_createDate
             // 
+            this.txt_createDate.Enabled = false;
             this.txt_createDate.Location = new System.Drawing.Point(433, 55);
             this.txt_createDate.Name = "txt_createDate";
             this.txt_createDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -1010,6 +1017,7 @@
             // 
             // txt_userName
             // 
+            this.txt_userName.Enabled = false;
             this.txt_userName.Location = new System.Drawing.Point(433, 16);
             this.txt_userName.Name = "txt_userName";
             this.txt_userName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);

--
Gitblit v1.9.3