From 4b3a410a5083970bb2e56d2ab459d860c4fa22d0 Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期二, 30 十二月 2025 15:50:42 +0800
Subject: [PATCH] 添加单流程多相机处理功能。
---
LB_VisionProcesses/Alogrithms/Halcon/2D/HFindMultiModelTool/HFindMultiModelToolEdit.Designer.cs | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/LB_VisionProcesses/Alogrithms/Halcon/2D/HFindMultiModelTool/HFindMultiModelToolEdit.Designer.cs b/LB_VisionProcesses/Alogrithms/Halcon/2D/HFindMultiModelTool/HFindMultiModelToolEdit.Designer.cs
index bd86779..4eb6686 100644
--- a/LB_VisionProcesses/Alogrithms/Halcon/2D/HFindMultiModelTool/HFindMultiModelToolEdit.Designer.cs
+++ b/LB_VisionProcesses/Alogrithms/Halcon/2D/HFindMultiModelTool/HFindMultiModelToolEdit.Designer.cs
@@ -197,7 +197,7 @@
tabPage1.Controls.Add(splitContainer1);
tabPage1.Location = new Point(4, 26);
tabPage1.Name = "tabPage1";
- tabPage1.Padding = new Padding(3);
+ tabPage1.Padding = new Padding(3, 3, 3, 3);
tabPage1.Size = new Size(403, 516);
tabPage1.TabIndex = 0;
tabPage1.Text = "杈撳叆鍙傛暟";
@@ -422,8 +422,8 @@
tabPage2.Controls.Add(tableLayoutResults);
tabPage2.Location = new Point(4, 26);
tabPage2.Name = "tabPage2";
- tabPage2.Padding = new Padding(3);
- tabPage2.Size = new Size(403, 516);
+ tabPage2.Padding = new Padding(3, 3, 3, 3);
+ tabPage2.Size = new Size(404, 519);
tabPage2.TabIndex = 1;
tabPage2.Text = "杈撳嚭缁撴灉";
tabPage2.UseVisualStyleBackColor = true;
@@ -458,7 +458,7 @@
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutResults.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
- tableLayoutResults.Size = new Size(397, 510);
+ tableLayoutResults.Size = new Size(398, 513);
tableLayoutResults.TabIndex = 1;
//
// label5
@@ -510,7 +510,7 @@
dtxtCenterX.Margin = new Padding(2, 3, 2, 3);
dtxtCenterX.Name = "dtxtCenterX";
dtxtCenterX.ReadOnly = true;
- dtxtCenterX.Size = new Size(293, 23);
+ dtxtCenterX.Size = new Size(294, 23);
dtxtCenterX.TabIndex = 5;
//
// dtxtCenterY
@@ -520,7 +520,7 @@
dtxtCenterY.Margin = new Padding(2, 3, 2, 3);
dtxtCenterY.Name = "dtxtCenterY";
dtxtCenterY.ReadOnly = true;
- dtxtCenterY.Size = new Size(293, 23);
+ dtxtCenterY.Size = new Size(294, 23);
dtxtCenterY.TabIndex = 6;
//
// dtxtAngle
@@ -530,7 +530,7 @@
dtxtAngle.Margin = new Padding(2, 3, 2, 3);
dtxtAngle.Name = "dtxtAngle";
dtxtAngle.ReadOnly = true;
- dtxtAngle.Size = new Size(293, 23);
+ dtxtAngle.Size = new Size(294, 23);
dtxtAngle.TabIndex = 7;
//
// label8
@@ -550,7 +550,7 @@
dtxtScore.Location = new Point(103, 156);
dtxtScore.Name = "dtxtScore";
dtxtScore.ReadOnly = true;
- dtxtScore.Size = new Size(291, 23);
+ dtxtScore.Size = new Size(292, 23);
dtxtScore.TabIndex = 9;
//
// dtxtCount
@@ -588,7 +588,7 @@
tabPageInputImage.Controls.Add(pnlInputImage);
tabPageInputImage.Location = new Point(4, 26);
tabPageInputImage.Name = "tabPageInputImage";
- tabPageInputImage.Padding = new Padding(3);
+ tabPageInputImage.Padding = new Padding(3, 3, 3, 3);
tabPageInputImage.Size = new Size(613, 516);
tabPageInputImage.TabIndex = 0;
tabPageInputImage.Text = "杈撳叆鍥惧儚";
@@ -598,7 +598,7 @@
//
pnlInputImage.Dock = DockStyle.Fill;
pnlInputImage.Location = new Point(3, 3);
- pnlInputImage.Margin = new Padding(4);
+ pnlInputImage.Margin = new Padding(4, 4, 4, 4);
pnlInputImage.Name = "pnlInputImage";
pnlInputImage.Size = new Size(607, 510);
pnlInputImage.TabIndex = 44;
@@ -608,8 +608,8 @@
tabPageRecordImage.Controls.Add(pnlRecordImage);
tabPageRecordImage.Location = new Point(4, 26);
tabPageRecordImage.Name = "tabPageRecordImage";
- tabPageRecordImage.Padding = new Padding(3);
- tabPageRecordImage.Size = new Size(613, 516);
+ tabPageRecordImage.Padding = new Padding(3, 3, 3, 3);
+ tabPageRecordImage.Size = new Size(613, 519);
tabPageRecordImage.TabIndex = 1;
tabPageRecordImage.Text = "缁撴灉鍥惧儚";
tabPageRecordImage.UseVisualStyleBackColor = true;
@@ -618,15 +618,15 @@
//
pnlRecordImage.Dock = DockStyle.Fill;
pnlRecordImage.Location = new Point(3, 3);
- pnlRecordImage.Margin = new Padding(4);
+ pnlRecordImage.Margin = new Padding(4, 4, 4, 4);
pnlRecordImage.Name = "pnlRecordImage";
- pnlRecordImage.Size = new Size(607, 510);
+ pnlRecordImage.Size = new Size(607, 513);
pnlRecordImage.TabIndex = 45;
//
// HFindMultiModelToolEdit
//
- AutoScaleDimensions = new SizeF(96F, 96F);
- AutoScaleMode = AutoScaleMode.Dpi;
+ AutoScaleDimensions = new SizeF(7F, 17F);
+ AutoScaleMode = AutoScaleMode.Font;
Controls.Add(MainTableLayoutPanel);
Controls.Add(BtmStatusStrip);
Controls.Add(TopToolStrip);
--
Gitblit v1.9.3