C3204
2025-12-24 9ff4fd341f28664f8a5a67137a7be4b8e21f11ec
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, 3, 3, 3);
            tabPage1.Padding = new Padding(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, 3, 3, 3);
            tabPage2.Size = new Size(404, 519);
            tabPage2.Padding = new Padding(3);
            tabPage2.Size = new Size(403, 516);
            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(398, 513);
            tableLayoutResults.Size = new Size(397, 510);
            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(294, 23);
            dtxtCenterX.Size = new Size(293, 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(294, 23);
            dtxtCenterY.Size = new Size(293, 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(294, 23);
            dtxtAngle.Size = new Size(293, 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(292, 23);
            dtxtScore.Size = new Size(291, 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, 3, 3, 3);
            tabPageInputImage.Padding = new Padding(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, 4, 4, 4);
            pnlInputImage.Margin = new Padding(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, 3, 3, 3);
            tabPageRecordImage.Size = new Size(613, 519);
            tabPageRecordImage.Padding = new Padding(3);
            tabPageRecordImage.Size = new Size(613, 516);
            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, 4, 4, 4);
            pnlRecordImage.Margin = new Padding(4);
            pnlRecordImage.Name = "pnlRecordImage";
            pnlRecordImage.Size = new Size(607, 513);
            pnlRecordImage.Size = new Size(607, 510);
            pnlRecordImage.TabIndex = 45;
            // 
            // HFindMultiModelToolEdit
            // 
            AutoScaleDimensions = new SizeF(7F, 17F);
            AutoScaleMode = AutoScaleMode.Font;
            AutoScaleDimensions = new SizeF(96F, 96F);
            AutoScaleMode = AutoScaleMode.Dpi;
            Controls.Add(MainTableLayoutPanel);
            Controls.Add(BtmStatusStrip);
            Controls.Add(TopToolStrip);