From 7efff4067818f80a6d823da2bfda83fefe53b7c8 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 06 三月 2025 17:25:30 +0800
Subject: [PATCH] 受托

---
 DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs       |   10 ++++++++--
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.Designer.cs |    5 +++--
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs          |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs
index 0f42cfc..89fb117 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs
@@ -547,6 +547,7 @@
             // 
             // lbGuid
             // 
+            this.lbGuid.Font = new System.Drawing.Font("Tahoma", 10F);
             this.lbGuid.Location = new System.Drawing.Point(855, 108);
             this.lbGuid.Name = "lbGuid";
             this.lbGuid.Size = new System.Drawing.Size(279, 28);
@@ -679,12 +680,15 @@
             this.txt_qt015.Size = new System.Drawing.Size(279, 24);
             this.txt_qt015.StyleController = this.layoutMx1;
             this.txt_qt015.TabIndex = 330;
+            this.txt_qt015.Tag = "readonly";
             // 
             // txt_qt005
             // 
             this.txt_qt005.Location = new System.Drawing.Point(661, 44);
             this.txt_qt005.Name = "txt_qt005";
-            this.txt_qt005.Size = new System.Drawing.Size(190, 24);
+            this.txt_qt005.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_qt005.Properties.Appearance.Options.UseFont = true;
+            this.txt_qt005.Size = new System.Drawing.Size(190, 28);
             this.txt_qt005.StyleController = this.layoutMx1;
             this.txt_qt005.TabIndex = 331;
             this.txt_qt005.Tag = "readonly";
@@ -693,7 +697,9 @@
             // 
             this.txt_qt001.Location = new System.Drawing.Point(661, 76);
             this.txt_qt001.Name = "txt_qt001";
-            this.txt_qt001.Size = new System.Drawing.Size(190, 24);
+            this.txt_qt001.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_qt001.Properties.Appearance.Options.UseFont = true;
+            this.txt_qt001.Size = new System.Drawing.Size(190, 28);
             this.txt_qt001.StyleController = this.layoutMx1;
             this.txt_qt001.TabIndex = 332;
             this.txt_qt001.Tag = "readonly";
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.Designer.cs
index b9f4045..6d045de 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.Designer.cs
@@ -679,6 +679,7 @@
             this.txt_qt015.Size = new System.Drawing.Size(279, 24);
             this.txt_qt015.StyleController = this.layoutMx1;
             this.txt_qt015.TabIndex = 330;
+            this.txt_qt015.Tag = "readonly";
             // 
             // txt_qt005
             // 
@@ -1606,7 +1607,7 @@
             this.picCheckBox.TabStop = false;
             this.picCheckBox.Visible = false;
             // 
-            // Frm_MesItemQtrk
+            // Frm_MesShouTuo
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -1614,7 +1615,7 @@
             this.Controls.Add(this.picCheckBox);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
-            this.Name = "Frm_MesItemQtrk";
+            this.Name = "Frm_MesShouTuo";
             this.Text = "鍏跺畠鍏ュ簱鐢宠";
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
             this.xtraTabControl1.ResumeLayout(false);
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs
index 84b807d..98d961d 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesShouTuo.cs
@@ -14,7 +14,7 @@
 {
     public partial class Frm_MesShouTuo : DevExpress.XtraEditors.XtraForm
     {
-        string _webServiceName = "MesItemQtrkManager/";
+        string _webServiceName = "MesShouTuoManager/";
         List<FilterEntity> _filterList = new List<FilterEntity>();
         string _ucGys = "";//渚涘簲鍟�
         string _ucBm = "";//棰嗘枡閮ㄩ棬

--
Gitblit v1.9.3