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/Forms/Pages/MotionControlPage/MotionControlFormRead.Designer.cs | 73 ++++++++++++++++--------------------
1 files changed, 32 insertions(+), 41 deletions(-)
diff --git a/LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlFormRead.Designer.cs b/LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlFormRead.Designer.cs
index 91de846..168c472 100644
--- a/LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlFormRead.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlFormRead.Designer.cs
@@ -46,12 +46,12 @@
tabControl1 = new TabControl();
tabPage1 = new TabPage();
tableLayoutPanel9 = new TableLayoutPanel();
- dataGridView1 = new DataGridView();
+ dgvSignals = new DataGridView();
tableLayoutPanel2 = new TableLayoutPanel();
btnOneClickSetting = new ReaLTaiizor.Controls.Button();
btnOneClickRead = new ReaLTaiizor.Controls.Button();
- btnRemove = new ReaLTaiizor.Controls.Button();
btnAdd = new ReaLTaiizor.Controls.Button();
+ lblStatus = new Sunny.UI.UILabel();
btnSave = new ReaLTaiizor.Controls.Button();
uiGroupBoxImage = new GroupBox();
uiSplitContainer1 = new SplitContainer();
@@ -67,7 +67,7 @@
tabControl1.SuspendLayout();
tabPage1.SuspendLayout();
tableLayoutPanel9.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)dgvSignals).BeginInit();
tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)uiSplitContainer1).BeginInit();
uiSplitContainer1.Panel1.SuspendLayout();
@@ -299,7 +299,7 @@
tableLayoutPanel9.ColumnCount = 1;
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
- tableLayoutPanel9.Controls.Add(dataGridView1, 0, 0);
+ tableLayoutPanel9.Controls.Add(dgvSignals, 0, 0);
tableLayoutPanel9.Controls.Add(tableLayoutPanel2, 0, 1);
tableLayoutPanel9.Dock = DockStyle.Fill;
tableLayoutPanel9.Location = new Point(3, 3);
@@ -310,15 +310,14 @@
tableLayoutPanel9.Size = new Size(444, 340);
tableLayoutPanel9.TabIndex = 0;
//
- // dataGridView1
+ // dgvSignals
//
- dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridView1.Dock = DockStyle.Fill;
- dataGridView1.Location = new Point(3, 3);
- dataGridView1.Name = "dataGridView1";
- dataGridView1.Size = new Size(438, 164);
- dataGridView1.TabIndex = 0;
- dataGridView1.CellContentClick += dataGridView1_CellContentClick;
+ dgvSignals.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+ dgvSignals.Dock = DockStyle.Fill;
+ dgvSignals.Location = new Point(3, 3);
+ dgvSignals.Name = "dgvSignals";
+ dgvSignals.Size = new Size(438, 164);
+ dgvSignals.TabIndex = 0;
//
// tableLayoutPanel2
//
@@ -328,9 +327,9 @@
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel2.Controls.Add(btnOneClickSetting, 1, 1);
tableLayoutPanel2.Controls.Add(btnOneClickRead, 0, 1);
- tableLayoutPanel2.Controls.Add(btnRemove, 1, 0);
tableLayoutPanel2.Controls.Add(btnAdd, 0, 0);
- tableLayoutPanel2.Controls.Add(btnSave, 2, 0);
+ tableLayoutPanel2.Controls.Add(lblStatus, 0, 2);
+ tableLayoutPanel2.Controls.Add(btnSave, 1, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(3, 173);
tableLayoutPanel2.Name = "tableLayoutPanel2";
@@ -385,27 +384,6 @@
btnOneClickRead.TextAlignment = StringAlignment.Center;
btnOneClickRead.Click += btnOneClickRead_Click;
//
- // btnRemove
- //
- btnRemove.BackColor = Color.White;
- btnRemove.BorderColor = Color.Lime;
- btnRemove.Dock = DockStyle.Fill;
- btnRemove.EnteredBorderColor = Color.FromArgb(165, 37, 37);
- btnRemove.EnteredColor = Color.FromArgb(32, 34, 37);
- btnRemove.Font = new Font("Microsoft Sans Serif", 12F);
- btnRemove.Image = null;
- btnRemove.ImageAlign = ContentAlignment.MiddleLeft;
- btnRemove.InactiveColor = Color.FromArgb(32, 34, 37);
- btnRemove.Location = new Point(148, 3);
- btnRemove.Name = "btnRemove";
- btnRemove.PressedBorderColor = Color.FromArgb(165, 37, 37);
- btnRemove.PressedColor = Color.FromArgb(165, 37, 37);
- btnRemove.Size = new Size(139, 49);
- btnRemove.TabIndex = 1;
- btnRemove.Text = "绉婚櫎";
- btnRemove.TextAlignment = StringAlignment.Center;
- btnRemove.Click += btnRemove_Click;
- //
// btnAdd
//
btnAdd.BackColor = Color.White;
@@ -423,9 +401,21 @@
btnAdd.PressedColor = Color.FromArgb(165, 37, 37);
btnAdd.Size = new Size(139, 49);
btnAdd.TabIndex = 0;
- btnAdd.Text = "娣诲姞";
+ btnAdd.Text = "閰嶇疆鍦板潃";
btnAdd.TextAlignment = StringAlignment.Center;
btnAdd.Click += btnAdd_Click;
+ //
+ // lblStatus
+ //
+ lblStatus.Dock = DockStyle.Fill;
+ lblStatus.Font = new Font("瀹嬩綋", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
+ lblStatus.ForeColor = Color.White;
+ lblStatus.Location = new Point(3, 110);
+ lblStatus.Name = "lblStatus";
+ lblStatus.Size = new Size(139, 55);
+ lblStatus.TabIndex = 5;
+ lblStatus.Text = "uiLabel1";
+ lblStatus.TextAlign = ContentAlignment.MiddleLeft;
//
// btnSave
//
@@ -438,14 +428,15 @@
btnSave.Image = null;
btnSave.ImageAlign = ContentAlignment.MiddleLeft;
btnSave.InactiveColor = Color.FromArgb(32, 34, 37);
- btnSave.Location = new Point(293, 3);
+ btnSave.Location = new Point(148, 3);
btnSave.Name = "btnSave";
btnSave.PressedBorderColor = Color.FromArgb(165, 37, 37);
btnSave.PressedColor = Color.FromArgb(165, 37, 37);
- btnSave.Size = new Size(142, 49);
+ btnSave.Size = new Size(139, 49);
btnSave.TabIndex = 2;
btnSave.Text = "淇濆瓨";
btnSave.TextAlignment = StringAlignment.Center;
+ btnSave.Click += btnSave_Click;
//
// uiGroupBoxImage
//
@@ -547,7 +538,7 @@
tabControl1.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tableLayoutPanel9.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
+ ((System.ComponentModel.ISupportInitialize)dgvSignals).EndInit();
tableLayoutPanel2.ResumeLayout(false);
uiSplitContainer1.Panel1.ResumeLayout(false);
uiSplitContainer1.Panel2.ResumeLayout(false);
@@ -581,13 +572,13 @@
private TabControl tabControl1;
private TabPage tabPage1;
private TableLayoutPanel tableLayoutPanel9;
- private DataGridView dataGridView1;
+ private DataGridView dgvSignals;
private TableLayoutPanel tableLayoutPanel2;
- private ReaLTaiizor.Controls.Button btnRemove;
private ReaLTaiizor.Controls.Button btnAdd;
private ReaLTaiizor.Controls.Button btnSave;
private ReaLTaiizor.Controls.Button btnOneClickSetting;
private ReaLTaiizor.Controls.Button btnOneClickRead;
private ComboBox cmbSN;
+ private Sunny.UI.UILabel lblStatus;
}
}
\ No newline at end of file
--
Gitblit v1.9.3