From dc18021539bdf4ee176ec9d9b88eb7d9ad581600 Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期五, 17 四月 2026 17:00:35 +0800
Subject: [PATCH] 新增心跳等常规信号配置&&修改相机轴读取配置等
---
LB_SmartVision/VisionForm.Designer.cs | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/LB_SmartVision/VisionForm.Designer.cs b/LB_SmartVision/VisionForm.Designer.cs
index fbfa073..00310c4 100644
--- a/LB_SmartVision/VisionForm.Designer.cs
+++ b/LB_SmartVision/VisionForm.Designer.cs
@@ -40,6 +40,7 @@
btn_Login = new Sunny.UI.UIButton();
btn_RunContinuously = new Sunny.UI.UIButton();
btn_GlobalVar = new Sunny.UI.UIButton();
+ textBox_CommunicationSetting = new TextBox();
tlp_MainViewMenu = new Sunny.UI.UITableLayoutPanel();
materialCombobox1 = new Sunny.UI.UIComboBox();
materialTabSelector = new MaterialSkin.Controls.MaterialTabSelector();
@@ -149,6 +150,7 @@
tlp_VisionMainOperator.Controls.Add(btn_Login, 1, 0);
tlp_VisionMainOperator.Controls.Add(btn_RunContinuously, 3, 0);
tlp_VisionMainOperator.Controls.Add(btn_GlobalVar, 7, 0);
+ tlp_VisionMainOperator.Controls.Add(textBox_CommunicationSetting, 4, 0);
tlp_VisionMainOperator.Dock = DockStyle.Fill;
tlp_VisionMainOperator.Location = new Point(3, 51);
tlp_VisionMainOperator.Name = "tlp_VisionMainOperator";
@@ -257,6 +259,16 @@
btn_GlobalVar.Text = "鍏ㄥ眬鍙橀噺";
btn_GlobalVar.TipsFont = new Font("瀹嬩綋", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
btn_GlobalVar.Click += btn_GlobalVar_Click;
+ //
+ // textBox_CommunicationSetting
+ //
+ textBox_CommunicationSetting.Cursor = Cursors.AppStarting;
+ textBox_CommunicationSetting.Dock = DockStyle.Fill;
+ textBox_CommunicationSetting.Location = new Point(503, 3);
+ textBox_CommunicationSetting.Name = "textBox_CommunicationSetting";
+ textBox_CommunicationSetting.ReadOnly = true;
+ textBox_CommunicationSetting.Size = new Size(119, 28);
+ textBox_CommunicationSetting.TabIndex = 7;
//
// tlp_MainViewMenu
//
@@ -379,6 +391,7 @@
sc_VisionForm.ResumeLayout(false);
tlp_MainView.ResumeLayout(false);
tlp_VisionMainOperator.ResumeLayout(false);
+ tlp_VisionMainOperator.PerformLayout();
tlp_MainViewMenu.ResumeLayout(false);
grb_Info.ResumeLayout(false);
ResumeLayout(false);
@@ -403,5 +416,6 @@
private Sunny.UI.UIButton btn_GlobalVar;
private Sunny.UI.UIComboBox materialCombobox1;
private Sunny.UI.UITableLayoutPanel tlp_MainViewMenu;
+ private TextBox textBox_CommunicationSetting;
}
}
\ No newline at end of file
--
Gitblit v1.9.3