From 8ed1e9f752bfd9c3a224015c3c3b537189d9959c Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期五, 16 一月 2026 14:08:02 +0800
Subject: [PATCH] 在运动控制界面添加可配置的PLC相关参数。

---
 LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs |   25 -------------------------
 1 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs b/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
index a4c2066..41d26a1 100644
--- a/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
@@ -36,12 +36,10 @@
             txtSendMsg = new TextBox();
             grpSetting = new GroupBox();
             txtAddress = new TextBox();
-            cmbVarType = new ComboBox();
             cmbType = new ComboBox();
             txtIP = new TextBox();
             txtPort = new TextBox();
             lblPort = new Label();
-            lbVarType = new Label();
             cmbIP = new ComboBox();
             lblType = new Label();
             lblAddress = new Label();
@@ -136,12 +134,10 @@
             // 
             grpSetting.BackColor = Color.FromArgb(32, 41, 50);
             grpSetting.Controls.Add(txtAddress);
-            grpSetting.Controls.Add(cmbVarType);
             grpSetting.Controls.Add(cmbType);
             grpSetting.Controls.Add(txtIP);
             grpSetting.Controls.Add(txtPort);
             grpSetting.Controls.Add(lblPort);
-            grpSetting.Controls.Add(lbVarType);
             grpSetting.Controls.Add(cmbIP);
             grpSetting.Controls.Add(lblType);
             grpSetting.Controls.Add(lblAddress);
@@ -168,17 +164,6 @@
             txtAddress.Size = new Size(124, 24);
             txtAddress.TabIndex = 9;
             txtAddress.TextChanged += txtAddress_TextChanged;
-            // 
-            // cmbVarType
-            // 
-            cmbVarType.DropDownStyle = ComboBoxStyle.DropDownList;
-            cmbVarType.FormattingEnabled = true;
-            cmbVarType.Location = new Point(533, 32);
-            cmbVarType.Margin = new Padding(4);
-            cmbVarType.Name = "cmbVarType";
-            cmbVarType.Size = new Size(124, 26);
-            cmbVarType.TabIndex = 8;
-            cmbVarType.SelectedIndexChanged += cmbVarType_SelectedIndexChanged;
             // 
             // cmbType
             // 
@@ -215,16 +200,6 @@
             lblPort.Size = new Size(38, 18);
             lblPort.TabIndex = 4;
             lblPort.Text = "绔彛";
-            // 
-            // lbVarType
-            // 
-            lbVarType.AutoSize = true;
-            lbVarType.Location = new Point(463, 35);
-            lbVarType.Margin = new Padding(4, 0, 4, 0);
-            lbVarType.Name = "lbVarType";
-            lbVarType.Size = new Size(68, 18);
-            lbVarType.TabIndex = 0;
-            lbVarType.Text = "鍙橀噺绫诲瀷";
             // 
             // cmbIP
             // 

--
Gitblit v1.9.3