From 85a4bdc866f7ce0986d629820ef3e793f8b72787 Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期三, 15 四月 2026 13:08:15 +0800
Subject: [PATCH] 修改相机外触发逻辑。
---
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