From 9b2ad9bafb0739f8ba1e76107011fada5e5883c3 Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期五, 10 四月 2026 16:23:08 +0800
Subject: [PATCH] 修复LB3D相机参数设置问题以及新增兰宝3D相机参数存储在本地以及初始化给相机参数。

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

diff --git a/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs b/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
index 8e3cddc..1217dc6 100644
--- a/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/CommunicatorPage/CommunicatorForm.Designer.cs
@@ -154,7 +154,7 @@
             txtAddress.Name = "txtAddress";
             txtAddress.Size = new Size(100, 21);
             txtAddress.TabIndex = 9;
-            txtAddress.TextChanged += this.txtAddress_TextChanged;
+            txtAddress.TextChanged += txtAddress_TextChanged;
             // 
             // cmbType
             // 
@@ -231,7 +231,7 @@
             cmbDataType.Name = "cmbDataType";
             cmbDataType.Size = new Size(100, 23);
             cmbDataType.TabIndex = 11;
-            cmbDataType.SelectedIndexChanged += this.cmbDataType_SelectedIndexChanged;
+            cmbDataType.SelectedIndexChanged += cmbDataType_SelectedIndexChanged;
             // 
             // lblDataType
             // 
@@ -268,7 +268,7 @@
             btnRuleSend.TabIndex = 14;
             btnRuleSend.Text = "鏍¢獙鍙戦��";
             btnRuleSend.UseVisualStyleBackColor = true;
-            btnRuleSend.Click += this.btnRuleSend_Click;
+            btnRuleSend.Click += btnRuleSend_Click;
             // 
             // btnSend
             // 
@@ -280,7 +280,7 @@
             btnSend.TabIndex = 12;
             btnSend.Text = "鍙戦��";
             btnSend.UseVisualStyleBackColor = true;
-            btnSend.Click += this.btnSend_Click;
+            btnSend.Click += btnSend_Click;
             // 
             // themeForm_Communicator
             // 
@@ -339,7 +339,7 @@
             Name = "CommunicatorForm";
             Text = "閫氳璁剧疆";
             TransparencyKey = Color.Fuchsia;
-            FormClosing += this.CommunicatorForm_FormClosing;
+            FormClosing += CommunicatorForm_FormClosing;
             tableLayoutPanel1.ResumeLayout(false);
             tableLayoutPanel1.PerformLayout();
             grpReceive.ResumeLayout(false);

--
Gitblit v1.9.3