namespace LB_VisionProcesses.Alogrithms.Halcon
{
partial class HFindMultiModelToolEdit
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
TopToolStrip = new ToolStrip();
btnRun = new ToolStripButton();
btnLoadImage = new ToolStripButton();
btnSaveParas = new ToolStripButton();
btnLoadParas = new ToolStripButton();
BtmStatusStrip = new StatusStrip();
lblResult = new ToolStripStatusLabel();
lblMsg = new ToolStripStatusLabel();
lblRunTime = new ToolStripStatusLabel();
MainTableLayoutPanel = new TableLayoutPanel();
parasTabControl = new TabControl();
tabPage1 = new TabPage();
splitContainer1 = new SplitContainer();
tableLayoutPanel5 = new TableLayoutPanel();
tableLayoutPanel4 = new TableLayoutPanel();
label1 = new Label();
label2 = new Label();
dtxtMinCount = new TextBox();
dtxtMaxCount = new TextBox();
tableLayoutPanel2 = new TableLayoutPanel();
btnDelModel = new Button();
btnAddModel = new Button();
tabPageRunParas = new TabPage();
tableLayoutPanel1 = new TableLayoutPanel();
cmbTypeRoi = new ComboBox();
label21 = new Label();
label22 = new Label();
cmbFixture = new ComboBox();
ckbDrawRoi = new CheckBox();
tabPage2 = new TabPage();
tableLayoutResults = new TableLayoutPanel();
label5 = new Label();
label6 = new Label();
label7 = new Label();
dtxtCenterX = new TextBox();
dtxtCenterY = new TextBox();
dtxtAngle = new TextBox();
label8 = new Label();
dtxtScore = new TextBox();
dtxtCount = new TextBox();
label9 = new Label();
imgTabControl = new TabControl();
tabPageInputImage = new TabPage();
pnlInputImage = new Panel();
tabPageRecordImage = new TabPage();
pnlRecordImage = new Panel();
TopToolStrip.SuspendLayout();
BtmStatusStrip.SuspendLayout();
MainTableLayoutPanel.SuspendLayout();
parasTabControl.SuspendLayout();
tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
tableLayoutPanel5.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
tabPageRunParas.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
tabPage2.SuspendLayout();
tableLayoutResults.SuspendLayout();
imgTabControl.SuspendLayout();
tabPageInputImage.SuspendLayout();
tabPageRecordImage.SuspendLayout();
SuspendLayout();
//
// TopToolStrip
//
TopToolStrip.Items.AddRange(new ToolStripItem[] { btnRun, btnLoadImage, btnSaveParas, btnLoadParas });
TopToolStrip.Location = new Point(0, 0);
TopToolStrip.Name = "TopToolStrip";
TopToolStrip.Size = new Size(1044, 25);
TopToolStrip.TabIndex = 45;
TopToolStrip.Text = "toolStrip1";
//
// btnRun
//
btnRun.BackgroundImageLayout = ImageLayout.Zoom;
btnRun.ImageTransparentColor = Color.Magenta;
btnRun.Name = "btnRun";
btnRun.Size = new Size(36, 22);
btnRun.Text = "运行";
btnRun.Click += btnRun_Click;
//
// btnLoadImage
//
btnLoadImage.ImageTransparentColor = Color.Magenta;
btnLoadImage.Name = "btnLoadImage";
btnLoadImage.Size = new Size(36, 22);
btnLoadImage.Text = "导图";
btnLoadImage.Click += btnLoadImage_Click;
//
// btnSaveParas
//
btnSaveParas.ImageTransparentColor = Color.Magenta;
btnSaveParas.Name = "btnSaveParas";
btnSaveParas.Size = new Size(36, 22);
btnSaveParas.Text = "保存";
btnSaveParas.Click += btnSaveParas_Click;
//
// btnLoadParas
//
btnLoadParas.ImageTransparentColor = Color.Magenta;
btnLoadParas.Name = "btnLoadParas";
btnLoadParas.Size = new Size(36, 22);
btnLoadParas.Text = "加载";
btnLoadParas.Click += btnLoadParas_Click;
//
// BtmStatusStrip
//
BtmStatusStrip.Items.AddRange(new ToolStripItem[] { lblResult, lblMsg, lblRunTime });
BtmStatusStrip.Location = new Point(0, 577);
BtmStatusStrip.Name = "BtmStatusStrip";
BtmStatusStrip.Size = new Size(1044, 22);
BtmStatusStrip.TabIndex = 46;
BtmStatusStrip.Text = "statusStrip1";
//
// lblResult
//
lblResult.Name = "lblResult";
lblResult.Size = new Size(34, 17);
lblResult.Text = "True";
//
// lblMsg
//
lblMsg.Name = "lblMsg";
lblMsg.Size = new Size(56, 17);
lblMsg.Text = "运行成功";
lblMsg.TextAlign = ContentAlignment.MiddleLeft;
//
// lblRunTime
//
lblRunTime.Name = "lblRunTime";
lblRunTime.Size = new Size(32, 17);
lblRunTime.Text = "0ms";
//
// MainTableLayoutPanel
//
MainTableLayoutPanel.ColumnCount = 2;
MainTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F));
MainTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 60F));
MainTableLayoutPanel.Controls.Add(parasTabControl, 0, 0);
MainTableLayoutPanel.Controls.Add(imgTabControl, 1, 0);
MainTableLayoutPanel.Dock = DockStyle.Fill;
MainTableLayoutPanel.Location = new Point(0, 25);
MainTableLayoutPanel.Name = "MainTableLayoutPanel";
MainTableLayoutPanel.RowCount = 1;
MainTableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
MainTableLayoutPanel.Size = new Size(1044, 552);
MainTableLayoutPanel.TabIndex = 47;
//
// parasTabControl
//
parasTabControl.Controls.Add(tabPage1);
parasTabControl.Controls.Add(tabPageRunParas);
parasTabControl.Controls.Add(tabPage2);
parasTabControl.Dock = DockStyle.Fill;
parasTabControl.Location = new Point(3, 3);
parasTabControl.Name = "parasTabControl";
parasTabControl.SelectedIndex = 0;
parasTabControl.Size = new Size(411, 546);
parasTabControl.TabIndex = 48;
//
// tabPage1
//
tabPage1.AutoScroll = true;
tabPage1.Controls.Add(splitContainer1);
tabPage1.Location = new Point(4, 26);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3, 3, 3, 3);
tabPage1.Size = new Size(403, 516);
tabPage1.TabIndex = 0;
tabPage1.Text = "输入参数";
tabPage1.UseVisualStyleBackColor = true;
//
// splitContainer1
//
splitContainer1.Dock = DockStyle.Fill;
splitContainer1.Location = new Point(3, 3);
splitContainer1.Name = "splitContainer1";
splitContainer1.Orientation = Orientation.Horizontal;
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.AutoScroll = true;
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(tableLayoutPanel5);
splitContainer1.Size = new Size(397, 510);
splitContainer1.SplitterDistance = 338;
splitContainer1.TabIndex = 0;
//
// tableLayoutPanel5
//
tableLayoutPanel5.ColumnCount = 1;
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel5.Controls.Add(tableLayoutPanel4, 0, 0);
tableLayoutPanel5.Controls.Add(tableLayoutPanel2, 0, 1);
tableLayoutPanel5.Dock = DockStyle.Fill;
tableLayoutPanel5.Location = new Point(0, 0);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 2;
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Absolute, 80F));
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Absolute, 40F));
tableLayoutPanel5.Size = new Size(397, 168);
tableLayoutPanel5.TabIndex = 2;
//
// tableLayoutPanel4
//
tableLayoutPanel4.ColumnCount = 4;
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 90F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 90F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel4.Controls.Add(label1, 0, 1);
tableLayoutPanel4.Controls.Add(label2, 2, 1);
tableLayoutPanel4.Controls.Add(dtxtMinCount, 1, 1);
tableLayoutPanel4.Controls.Add(dtxtMaxCount, 3, 1);
tableLayoutPanel4.Dock = DockStyle.Fill;
tableLayoutPanel4.Location = new Point(3, 3);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 2;
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel4.Size = new Size(391, 74);
tableLayoutPanel4.TabIndex = 1;
//
// label1
//
label1.AutoSize = true;
label1.Dock = DockStyle.Fill;
label1.Location = new Point(3, 37);
label1.Name = "label1";
label1.Size = new Size(84, 37);
label1.TabIndex = 0;
label1.Text = "最小数量";
label1.TextAlign = ContentAlignment.TopRight;
//
// label2
//
label2.AutoSize = true;
label2.Dock = DockStyle.Fill;
label2.Location = new Point(198, 37);
label2.Name = "label2";
label2.Size = new Size(84, 37);
label2.TabIndex = 1;
label2.Text = "最大数量";
label2.TextAlign = ContentAlignment.TopRight;
//
// dtxtMinCount
//
dtxtMinCount.Dock = DockStyle.Fill;
dtxtMinCount.Location = new Point(93, 40);
dtxtMinCount.Name = "dtxtMinCount";
dtxtMinCount.Size = new Size(99, 23);
dtxtMinCount.TabIndex = 2;
dtxtMinCount.Text = "0";
//
// dtxtMaxCount
//
dtxtMaxCount.Dock = DockStyle.Fill;
dtxtMaxCount.Location = new Point(288, 40);
dtxtMaxCount.Name = "dtxtMaxCount";
dtxtMaxCount.Size = new Size(100, 23);
dtxtMaxCount.TabIndex = 3;
dtxtMaxCount.Text = "9999";
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 4;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
tableLayoutPanel2.Controls.Add(btnDelModel, 1, 0);
tableLayoutPanel2.Controls.Add(btnAddModel, 0, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(3, 83);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 1;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Size = new Size(391, 82);
tableLayoutPanel2.TabIndex = 0;
//
// btnDelModel
//
btnDelModel.Dock = DockStyle.Fill;
btnDelModel.Location = new Point(100, 3);
btnDelModel.Name = "btnDelModel";
btnDelModel.Size = new Size(91, 76);
btnDelModel.TabIndex = 1;
btnDelModel.Text = "移除模板";
btnDelModel.UseVisualStyleBackColor = true;
btnDelModel.Click += btnDelModel_Click;
//
// btnAddModel
//
btnAddModel.Dock = DockStyle.Fill;
btnAddModel.Location = new Point(3, 3);
btnAddModel.Name = "btnAddModel";
btnAddModel.Size = new Size(91, 76);
btnAddModel.TabIndex = 0;
btnAddModel.Text = "添加模板";
btnAddModel.UseVisualStyleBackColor = true;
btnAddModel.Click += btnAddModel_Click;
//
// tabPageRunParas
//
tabPageRunParas.Controls.Add(tableLayoutPanel1);
tabPageRunParas.Location = new Point(4, 26);
tabPageRunParas.Name = "tabPageRunParas";
tabPageRunParas.Size = new Size(403, 516);
tabPageRunParas.TabIndex = 2;
tabPageRunParas.Text = "运行参数";
tabPageRunParas.UseVisualStyleBackColor = true;
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 4;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 60F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Controls.Add(cmbTypeRoi, 1, 0);
tableLayoutPanel1.Controls.Add(label21, 0, 0);
tableLayoutPanel1.Controls.Add(label22, 0, 1);
tableLayoutPanel1.Controls.Add(cmbFixture, 1, 1);
tableLayoutPanel1.Controls.Add(ckbDrawRoi, 2, 0);
tableLayoutPanel1.Location = new Point(3, 3);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 3;
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Size = new Size(323, 94);
tableLayoutPanel1.TabIndex = 7;
//
// cmbTypeRoi
//
cmbTypeRoi.FormattingEnabled = true;
cmbTypeRoi.Location = new Point(63, 3);
cmbTypeRoi.Name = "cmbTypeRoi";
cmbTypeRoi.Size = new Size(121, 25);
cmbTypeRoi.TabIndex = 1;
cmbTypeRoi.SelectedIndexChanged += cmbTypeRoi_SelectedIndexChanged;
//
// label21
//
label21.AutoSize = true;
label21.Dock = DockStyle.Fill;
label21.Location = new Point(3, 0);
label21.Name = "label21";
label21.Size = new Size(54, 30);
label21.TabIndex = 3;
label21.Text = "ROI";
label21.TextAlign = ContentAlignment.MiddleCenter;
//
// label22
//
label22.AutoSize = true;
label22.Dock = DockStyle.Fill;
label22.Location = new Point(3, 30);
label22.Name = "label22";
label22.Size = new Size(54, 30);
label22.TabIndex = 4;
label22.Text = "Fixture";
label22.TextAlign = ContentAlignment.MiddleCenter;
//
// cmbFixture
//
cmbFixture.FormattingEnabled = true;
cmbFixture.Location = new Point(63, 33);
cmbFixture.Name = "cmbFixture";
cmbFixture.Size = new Size(121, 25);
cmbFixture.TabIndex = 5;
cmbFixture.SelectedIndexChanged += cmbFixture_SelectedIndexChanged;
//
// ckbDrawRoi
//
ckbDrawRoi.AutoSize = true;
ckbDrawRoi.CheckAlign = ContentAlignment.MiddleCenter;
ckbDrawRoi.Location = new Point(213, 3);
ckbDrawRoi.Name = "ckbDrawRoi";
ckbDrawRoi.Size = new Size(14, 14);
ckbDrawRoi.TabIndex = 2;
ckbDrawRoi.UseVisualStyleBackColor = true;
ckbDrawRoi.CheckedChanged += ckbDrawRoi_CheckedChanged;
//
// tabPage2
//
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.TabIndex = 1;
tabPage2.Text = "输出结果";
tabPage2.UseVisualStyleBackColor = true;
//
// tableLayoutResults
//
tableLayoutResults.ColumnCount = 2;
tableLayoutResults.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
tableLayoutResults.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutResults.Controls.Add(label5, 0, 0);
tableLayoutResults.Controls.Add(label6, 0, 1);
tableLayoutResults.Controls.Add(label7, 0, 2);
tableLayoutResults.Controls.Add(dtxtCenterX, 1, 0);
tableLayoutResults.Controls.Add(dtxtCenterY, 1, 1);
tableLayoutResults.Controls.Add(dtxtAngle, 1, 2);
tableLayoutResults.Controls.Add(label8, 0, 3);
tableLayoutResults.Controls.Add(dtxtScore, 1, 3);
tableLayoutResults.Controls.Add(dtxtCount, 1, 4);
tableLayoutResults.Controls.Add(label9, 0, 4);
tableLayoutResults.Dock = DockStyle.Fill;
tableLayoutResults.Location = new Point(3, 3);
tableLayoutResults.Margin = new Padding(2, 3, 2, 3);
tableLayoutResults.Name = "tableLayoutResults";
tableLayoutResults.RowCount = 10;
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.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
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.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.TabIndex = 1;
//
// label5
//
label5.AutoSize = true;
label5.Dock = DockStyle.Fill;
label5.Location = new Point(2, 0);
label5.Margin = new Padding(2, 0, 2, 0);
label5.MaximumSize = new Size(0, 28);
label5.MinimumSize = new Size(0, 28);
label5.Name = "label5";
label5.Size = new Size(96, 28);
label5.TabIndex = 0;
label5.Text = "X";
label5.TextAlign = ContentAlignment.TopCenter;
//
// label6
//
label6.AutoSize = true;
label6.Dock = DockStyle.Fill;
label6.Location = new Point(2, 51);
label6.Margin = new Padding(2, 0, 2, 0);
label6.MaximumSize = new Size(0, 28);
label6.MinimumSize = new Size(0, 28);
label6.Name = "label6";
label6.Size = new Size(96, 28);
label6.TabIndex = 1;
label6.Text = "Y";
label6.TextAlign = ContentAlignment.TopCenter;
//
// label7
//
label7.AutoSize = true;
label7.Dock = DockStyle.Fill;
label7.Location = new Point(2, 102);
label7.Margin = new Padding(2, 0, 2, 0);
label7.MaximumSize = new Size(0, 28);
label7.MinimumSize = new Size(0, 28);
label7.Name = "label7";
label7.Size = new Size(96, 28);
label7.TabIndex = 2;
label7.Text = "角度(°)";
label7.TextAlign = ContentAlignment.TopCenter;
//
// dtxtCenterX
//
dtxtCenterX.Dock = DockStyle.Fill;
dtxtCenterX.Location = new Point(102, 3);
dtxtCenterX.Margin = new Padding(2, 3, 2, 3);
dtxtCenterX.Name = "dtxtCenterX";
dtxtCenterX.ReadOnly = true;
dtxtCenterX.Size = new Size(294, 23);
dtxtCenterX.TabIndex = 5;
//
// dtxtCenterY
//
dtxtCenterY.Dock = DockStyle.Fill;
dtxtCenterY.Location = new Point(102, 54);
dtxtCenterY.Margin = new Padding(2, 3, 2, 3);
dtxtCenterY.Name = "dtxtCenterY";
dtxtCenterY.ReadOnly = true;
dtxtCenterY.Size = new Size(294, 23);
dtxtCenterY.TabIndex = 6;
//
// dtxtAngle
//
dtxtAngle.Dock = DockStyle.Fill;
dtxtAngle.Location = new Point(102, 105);
dtxtAngle.Margin = new Padding(2, 3, 2, 3);
dtxtAngle.Name = "dtxtAngle";
dtxtAngle.ReadOnly = true;
dtxtAngle.Size = new Size(294, 23);
dtxtAngle.TabIndex = 7;
//
// label8
//
label8.AutoSize = true;
label8.Dock = DockStyle.Fill;
label8.Location = new Point(3, 153);
label8.Name = "label8";
label8.Size = new Size(94, 51);
label8.TabIndex = 8;
label8.Text = "分数";
label8.TextAlign = ContentAlignment.TopCenter;
//
// dtxtScore
//
dtxtScore.Dock = DockStyle.Fill;
dtxtScore.Location = new Point(103, 156);
dtxtScore.Name = "dtxtScore";
dtxtScore.ReadOnly = true;
dtxtScore.Size = new Size(292, 23);
dtxtScore.TabIndex = 9;
//
// dtxtCount
//
dtxtCount.Location = new Point(103, 207);
dtxtCount.Name = "dtxtCount";
dtxtCount.ReadOnly = true;
dtxtCount.Size = new Size(291, 23);
dtxtCount.TabIndex = 12;
//
// label9
//
label9.AutoSize = true;
label9.Dock = DockStyle.Fill;
label9.Location = new Point(3, 204);
label9.Name = "label9";
label9.Size = new Size(94, 51);
label9.TabIndex = 13;
label9.Text = "数量";
label9.TextAlign = ContentAlignment.TopCenter;
//
// imgTabControl
//
imgTabControl.Controls.Add(tabPageInputImage);
imgTabControl.Controls.Add(tabPageRecordImage);
imgTabControl.Dock = DockStyle.Fill;
imgTabControl.Location = new Point(420, 3);
imgTabControl.Name = "imgTabControl";
imgTabControl.SelectedIndex = 0;
imgTabControl.Size = new Size(621, 546);
imgTabControl.TabIndex = 49;
//
// tabPageInputImage
//
tabPageInputImage.Controls.Add(pnlInputImage);
tabPageInputImage.Location = new Point(4, 26);
tabPageInputImage.Name = "tabPageInputImage";
tabPageInputImage.Padding = new Padding(3, 3, 3, 3);
tabPageInputImage.Size = new Size(613, 516);
tabPageInputImage.TabIndex = 0;
tabPageInputImage.Text = "输入图像";
tabPageInputImage.UseVisualStyleBackColor = true;
//
// pnlInputImage
//
pnlInputImage.Dock = DockStyle.Fill;
pnlInputImage.Location = new Point(3, 3);
pnlInputImage.Margin = new Padding(4, 4, 4, 4);
pnlInputImage.Name = "pnlInputImage";
pnlInputImage.Size = new Size(607, 510);
pnlInputImage.TabIndex = 44;
//
// tabPageRecordImage
//
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.TabIndex = 1;
tabPageRecordImage.Text = "结果图像";
tabPageRecordImage.UseVisualStyleBackColor = true;
//
// pnlRecordImage
//
pnlRecordImage.Dock = DockStyle.Fill;
pnlRecordImage.Location = new Point(3, 3);
pnlRecordImage.Margin = new Padding(4, 4, 4, 4);
pnlRecordImage.Name = "pnlRecordImage";
pnlRecordImage.Size = new Size(607, 513);
pnlRecordImage.TabIndex = 45;
//
// HFindMultiModelToolEdit
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(MainTableLayoutPanel);
Controls.Add(BtmStatusStrip);
Controls.Add(TopToolStrip);
Margin = new Padding(2, 3, 2, 3);
Name = "HFindMultiModelToolEdit";
Size = new Size(1044, 599);
Load += HFindModelToolEdit_Load;
SizeChanged += HFindMultiModelToolEdit_SizeChanged;
TopToolStrip.ResumeLayout(false);
TopToolStrip.PerformLayout();
BtmStatusStrip.ResumeLayout(false);
BtmStatusStrip.PerformLayout();
MainTableLayoutPanel.ResumeLayout(false);
parasTabControl.ResumeLayout(false);
tabPage1.ResumeLayout(false);
splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
splitContainer1.ResumeLayout(false);
tableLayoutPanel5.ResumeLayout(false);
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
tableLayoutPanel2.ResumeLayout(false);
tabPageRunParas.ResumeLayout(false);
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
tabPage2.ResumeLayout(false);
tableLayoutResults.ResumeLayout(false);
tableLayoutResults.PerformLayout();
imgTabControl.ResumeLayout(false);
tabPageInputImage.ResumeLayout(false);
tabPageRecordImage.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private ToolStrip TopToolStrip;
private ToolStripButton btnRun;
private StatusStrip BtmStatusStrip;
private ToolStripStatusLabel lblResult;
private ToolStripStatusLabel lblMsg;
private TableLayoutPanel MainTableLayoutPanel;
private ToolStripButton btnLoadImage;
private TabControl parasTabControl;
private TabPage tabPage1;
private TabPage tabPage2;
private TabPage tabPageRunParas;
private TabControl imgTabControl;
private TabPage tabPageRecordImage;
private ToolStripButton btnSaveParas;
private ToolStripButton btnLoadParas;
private Panel pnlRecordImage;
private TableLayoutPanel tableLayoutResults;
private Label label5;
private Label label6;
private Label label7;
private TextBox dtxtCenterX;
private TextBox dtxtCenterY;
private TextBox dtxtAngle;
private TabPage tabPageInputImage;
private Panel pnlInputImage;
private Label label8;
private TextBox dtxtScore;
private SplitContainer splitContainer1;
private TableLayoutPanel tableLayoutPanel2;
private Button btnAddModel;
private TextBox dtxtCount;
private Label label9;
private TableLayoutPanel tableLayoutPanel5;
private TableLayoutPanel tableLayoutPanel4;
private Label label1;
private Label label2;
private TextBox dtxtMinCount;
private TextBox dtxtMaxCount;
private ToolStripStatusLabel lblRunTime;
private Button btnDelModel;
private TableLayoutPanel tableLayoutPanel1;
public ComboBox cmbTypeRoi;
private Label label21;
private Label label22;
private ComboBox cmbFixture;
private CheckBox ckbDrawRoi;
}
}