From 67fd626e321eb93bcc6427e017e536e696b0270a Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期二, 13 一月 2026 10:22:28 +0800
Subject: [PATCH] 添加3D硬触发取图触发检测流程。
---
LB_VisionProcesses/Communicators/CommunicatorForm.Designer.cs | 34 +++++++++++++++++++++++++++++-----
1 files changed, 29 insertions(+), 5 deletions(-)
diff --git a/LB_VisionProcesses/Communicators/CommunicatorForm.Designer.cs b/LB_VisionProcesses/Communicators/CommunicatorForm.Designer.cs
index 07dedd3..d9998c9 100644
--- a/LB_VisionProcesses/Communicators/CommunicatorForm.Designer.cs
+++ b/LB_VisionProcesses/Communicators/CommunicatorForm.Designer.cs
@@ -54,6 +54,8 @@
label6 = new Label();
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
controlBox1 = new ReaLTaiizor.Controls.ControlBox();
+ lblAddress = new Label();
+ txtAddress = new TextBox();
grpSetting.SuspendLayout();
grpReceive.SuspendLayout();
grpTest.SuspendLayout();
@@ -102,7 +104,7 @@
//
// btnDisconnect
//
- btnDisconnect.ForeColor = SystemColors.WindowText;
+ btnDisconnect.ForeColor = SystemColors.Control;
btnDisconnect.Location = new Point(118, 109);
btnDisconnect.Name = "btnDisconnect";
btnDisconnect.Size = new Size(75, 23);
@@ -113,7 +115,7 @@
//
// btnConnect
//
- btnConnect.ForeColor = SystemColors.WindowText;
+ btnConnect.ForeColor = SystemColors.Control;
btnConnect.Location = new Point(14, 109);
btnConnect.Name = "btnConnect";
btnConnect.Size = new Size(75, 23);
@@ -185,11 +187,13 @@
// grpTest
//
grpTest.Controls.Add(lblCom);
+ grpTest.Controls.Add(txtAddress);
grpTest.Controls.Add(ckbRuleCheck);
grpTest.Controls.Add(cmbCom);
grpTest.Controls.Add(cmbType);
grpTest.Controls.Add(lblType);
grpTest.Controls.Add(btnRun);
+ grpTest.Controls.Add(lblAddress);
grpTest.Controls.Add(lblMsg);
grpTest.Controls.Add(txtMsg);
grpTest.ForeColor = SystemColors.Control;
@@ -269,6 +273,7 @@
//
txtMsg.Location = new Point(59, 76);
txtMsg.Name = "txtMsg";
+ txtMsg.ReadOnly = true;
txtMsg.Size = new Size(245, 23);
txtMsg.TabIndex = 0;
//
@@ -321,7 +326,7 @@
controlBox1.EnableMaximizeButton = false;
controlBox1.EnableMinimizeButton = false;
controlBox1.ForeColor = Color.FromArgb(155, 155, 155);
- controlBox1.Location = new Point(479, 12);
+ controlBox1.Location = new Point(481, 18);
controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
controlBox1.Name = "controlBox1";
@@ -329,10 +334,27 @@
controlBox1.TabIndex = 0;
controlBox1.Text = "controlBox1";
//
+ // lblAddress
+ //
+ lblAddress.AutoSize = true;
+ lblAddress.Location = new Point(20, 115);
+ lblAddress.Name = "lblAddress";
+ lblAddress.Size = new Size(32, 17);
+ lblAddress.TabIndex = 0;
+ lblAddress.Text = "鍦板潃";
+ //
+ // txtAddress
+ //
+ txtAddress.Location = new Point(59, 112);
+ txtAddress.Name = "txtAddress";
+ txtAddress.ReadOnly = true;
+ txtAddress.Size = new Size(94, 23);
+ txtAddress.TabIndex = 6;
+ //
// CommunicatorForm
//
- AutoScaleDimensions = new SizeF(7F, 17F);
- AutoScaleMode = AutoScaleMode.Font;
+ AutoScaleDimensions = new SizeF(96F, 96F);
+ AutoScaleMode = AutoScaleMode.Dpi;
ClientSize = new Size(581, 496);
Controls.Add(btnRuleSend);
Controls.Add(grpTest);
@@ -388,5 +410,7 @@
private Label label6;
private ReaLTaiizor.Forms.ThemeForm themeForm1;
private ReaLTaiizor.Controls.ControlBox controlBox1;
+ private TextBox txtAddress;
+ private Label lblAddress;
}
}
\ No newline at end of file
--
Gitblit v1.9.3