From 76d74124f6011a25ee1cdbc322ab22e2c36d7beb Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期五, 16 一月 2026 12:23:27 +0800
Subject: [PATCH] 添加运动控制菜单底层逻辑

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

diff --git a/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs b/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
index 5edd886..a4c2066 100644
--- a/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
@@ -36,10 +36,12 @@
             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();
@@ -134,10 +136,12 @@
             // 
             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);
@@ -164,6 +168,17 @@
             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
             // 
@@ -201,6 +216,16 @@
             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
             // 
             cmbIP.FormattingEnabled = true;
@@ -228,7 +253,7 @@
             lblAddress.Name = "lblAddress";
             lblAddress.Size = new Size(38, 18);
             lblAddress.TabIndex = 0;
-            lblAddress.Text = "鍦板潃";
+            lblAddress.Text = "鍙橀噺鍦板潃";
             // 
             // lblIP
             // 

--
Gitblit v1.9.3