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/CameraPage/CameraForm.Designer.cs | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/LB_SmartVision/Forms/Pages/CameraPage/CameraForm.Designer.cs b/LB_SmartVision/Forms/Pages/CameraPage/CameraForm.Designer.cs
index 92045f0..355e28b 100644
--- a/LB_SmartVision/Forms/Pages/CameraPage/CameraForm.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/CameraPage/CameraForm.Designer.cs
@@ -34,8 +34,8 @@
uiRadioButtonHardTrigger = new RadioButton();
uiGroupBoxImage = new GroupBox();
uiGroupBoxCameraParams = new GroupBox();
- btnSetting = new Button();
tableLayoutPanel2 = new TableLayoutPanel();
+ btnSetting = new Button();
tableLayoutPanel3 = new TableLayoutPanel();
uiMarkLabel1 = new Label();
tableLayoutPanel1 = new TableLayoutPanel();
@@ -122,7 +122,6 @@
//
// uiGroupBoxCameraParams
//
- uiGroupBoxCameraParams.Controls.Add(btnSetting);
uiGroupBoxCameraParams.Controls.Add(tableLayoutPanel2);
uiGroupBoxCameraParams.Dock = DockStyle.Fill;
uiGroupBoxCameraParams.Font = new Font("瀹嬩綋", 12F);
@@ -137,23 +136,12 @@
uiGroupBoxCameraParams.TabStop = false;
uiGroupBoxCameraParams.Text = "鐩告満鍙傛暟";
//
- // btnSetting
- //
- btnSetting.ForeColor = SystemColors.ControlText;
- btnSetting.Location = new Point(3, 18);
- btnSetting.Name = "btnSetting";
- btnSetting.Size = new Size(97, 29);
- btnSetting.TabIndex = 18;
- btnSetting.Text = "鍙傛暟璁剧疆";
- btnSetting.UseVisualStyleBackColor = true;
- btnSetting.Visible = false;
- btnSetting.Click += btn_Setting_Click;
- //
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 1;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
+ tableLayoutPanel2.Controls.Add(btnSetting, 0, 8);
tableLayoutPanel2.Controls.Add(uiRadioButtonHardTrigger, 0, 3);
tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 0, 0);
tableLayoutPanel2.Controls.Add(uiRadioButtonSoftTrigger, 0, 1);
@@ -177,6 +165,18 @@
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.Size = new Size(374, 470);
tableLayoutPanel2.TabIndex = 17;
+ //
+ // btnSetting
+ //
+ btnSetting.Dock = DockStyle.Fill;
+ btnSetting.ForeColor = SystemColors.ControlText;
+ btnSetting.Location = new Point(3, 419);
+ btnSetting.Name = "btnSetting";
+ btnSetting.Size = new Size(368, 48);
+ btnSetting.TabIndex = 18;
+ btnSetting.Text = "鍙傛暟璁剧疆";
+ btnSetting.UseVisualStyleBackColor = true;
+ btnSetting.Click += btn_Setting_Click;
//
// tableLayoutPanel3
//
@@ -263,6 +263,7 @@
//
uiButtonStartHardGrab.Dock = DockStyle.Fill;
uiButtonStartHardGrab.Font = new Font("瀹嬩綋", 12F);
+ uiButtonStartHardGrab.ForeColor = Color.DarkBlue;
uiButtonStartHardGrab.Location = new Point(3, 211);
uiButtonStartHardGrab.MinimumSize = new Size(1, 1);
uiButtonStartHardGrab.Name = "uiButtonStartHardGrab";
--
Gitblit v1.9.3