From b3949e1800a03bdd7276b810c100b8562ad90cc4 Mon Sep 17 00:00:00 2001
From: 孙世强 <sunshiqiang@ng.com>
Date: 星期五, 31 十月 2025 18:08:34 +0800
Subject: [PATCH] 1.增加MES的访问配置功能2.增加MES数据库连接

---
 optimize_patch/订单排样客户端/初始配置.Designer.cs |   40 ++++++++++++++++++++++++++++------------
 1 files changed, 28 insertions(+), 12 deletions(-)

diff --git "a/optimize_patch/\350\256\242\345\215\225\346\216\222\346\240\267\345\256\242\346\210\267\347\253\257/\345\210\235\345\247\213\351\205\215\347\275\256.Designer.cs" "b/optimize_patch/\350\256\242\345\215\225\346\216\222\346\240\267\345\256\242\346\210\267\347\253\257/\345\210\235\345\247\213\351\205\215\347\275\256.Designer.cs"
index 912e211..de31c85 100644
--- "a/optimize_patch/\350\256\242\345\215\225\346\216\222\346\240\267\345\256\242\346\210\267\347\253\257/\345\210\235\345\247\213\351\205\215\347\275\256.Designer.cs"
+++ "b/optimize_patch/\350\256\242\345\215\225\346\216\222\346\240\267\345\256\242\346\210\267\347\253\257/\345\210\235\345\247\213\351\205\215\347\275\256.Designer.cs"
@@ -32,13 +32,15 @@
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(鍒濆閰嶇疆));
             this.tlpBody = new System.Windows.Forms.TableLayoutPanel();
             this.lblFWQIP = new System.Windows.Forms.Label();
-            this.lblMESIP = new System.Windows.Forms.Label();
             this.txtServerIP = new System.Windows.Forms.TextBox();
-            this.txtMESIP = new System.Windows.Forms.TextBox();
             this.lblSure = new System.Windows.Forms.Label();
             this.lblCancel = new System.Windows.Forms.Label();
+            this.lblMESIP = new System.Windows.Forms.Label();
+            this.txtMESIP = new System.Windows.Forms.TextBox();
             this.txtServerPort = new System.Windows.Forms.TextBox();
             this.label1 = new System.Windows.Forms.Label();
+            this.label2 = new System.Windows.Forms.Label();
+            this.txtMesPort = new System.Windows.Forms.TextBox();
             this.tlpBody.SuspendLayout();
             this.SuspendLayout();
             // 
@@ -54,6 +56,8 @@
             this.tlpBody.Controls.Add(this.txtMESIP, 2, 3);
             this.tlpBody.Controls.Add(this.txtServerPort, 2, 2);
             this.tlpBody.Controls.Add(this.label1, 1, 2);
+            this.tlpBody.Controls.Add(this.label2, 1, 4);
+            this.tlpBody.Controls.Add(this.txtMesPort, 2, 4);
             this.tlpBody.Name = "tlpBody";
             // 
             // lblFWQIP
@@ -62,20 +66,10 @@
             this.lblFWQIP.Name = "lblFWQIP";
             this.lblFWQIP.DoubleClick += new System.EventHandler(this.lblFWQIP_DoubleClick);
             // 
-            // lblMESIP
-            // 
-            resources.ApplyResources(this.lblMESIP, "lblMESIP");
-            this.lblMESIP.Name = "lblMESIP";
-            // 
             // txtServerIP
             // 
             resources.ApplyResources(this.txtServerIP, "txtServerIP");
             this.txtServerIP.Name = "txtServerIP";
-            // 
-            // txtMESIP
-            // 
-            resources.ApplyResources(this.txtMESIP, "txtMESIP");
-            this.txtMESIP.Name = "txtMESIP";
             // 
             // lblSure
             // 
@@ -97,6 +91,16 @@
             this.lblCancel.MouseEnter += new System.EventHandler(this.lblBtn_MouseEnter);
             this.lblCancel.MouseLeave += new System.EventHandler(this.lblBtn_MouseLeave);
             // 
+            // lblMESIP
+            // 
+            resources.ApplyResources(this.lblMESIP, "lblMESIP");
+            this.lblMESIP.Name = "lblMESIP";
+            // 
+            // txtMESIP
+            // 
+            resources.ApplyResources(this.txtMESIP, "txtMESIP");
+            this.txtMESIP.Name = "txtMESIP";
+            // 
             // txtServerPort
             // 
             resources.ApplyResources(this.txtServerPort, "txtServerPort");
@@ -106,6 +110,16 @@
             // 
             resources.ApplyResources(this.label1, "label1");
             this.label1.Name = "label1";
+            // 
+            // label2
+            // 
+            resources.ApplyResources(this.label2, "label2");
+            this.label2.Name = "label2";
+            // 
+            // txtMesPort
+            // 
+            resources.ApplyResources(this.txtMesPort, "txtMesPort");
+            this.txtMesPort.Name = "txtMesPort";
             // 
             // 鍒濆閰嶇疆
             // 
@@ -132,5 +146,7 @@
         private System.Windows.Forms.Label lblCancel;
         private System.Windows.Forms.TextBox txtServerPort;
         private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.TextBox txtMesPort;
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0