namespace LB_VisionProcesses.Alogrithms.Halcon
{
partial class HCaltabToolEdit
{
///
/// 必需的设计器变量。
///
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()
{
tablePanelParas = new TableLayoutPanel();
btnGrabImage = new Button();
lblInputParam1 = new Label();
dtxtInputParam1 = new TextBox();
lblInputParam2 = new Label();
dtxtInputParam2 = new TextBox();
lblInputParam3 = new Label();
dtxtInputParam3 = new TextBox();
lblInputParam4 = new Label();
dtxtInputParam4 = new TextBox();
lblInputParam5 = new Label();
dtxtInputParam5 = new TextBox();
lblInputParam6 = new Label();
dtxtInputParam6 = new TextBox();
lblInputParam7 = new Label();
lblInputParam9 = new Label();
dtxtInputParam7 = new TextBox();
dtxtInputParam9 = new TextBox();
lblInputParam8 = new Label();
dtxtInputParam8 = new TextBox();
lblInputParam10 = new Label();
dtxtInputParam10 = new TextBox();
btnStartCaltb = new Button();
btnClearImage = new Button();
btnCreateCaltb = new Button();
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();
tabPageInputParas = new TabPage();
tabPageRunParas = new TabPage();
tableLayoutPanel3 = new TableLayoutPanel();
tableLayoutPanel1 = new TableLayoutPanel();
cmbTypeRoi = new ComboBox();
label21 = new Label();
ckbDrawRoi = new CheckBox();
tabPageOutputParas = new TabPage();
tableLayoutResults = new TableLayoutPanel();
dtxtCount = new TextBox();
label5 = new Label();
label6 = new Label();
label7 = new Label();
dtxtCenterX = new TextBox();
dtxtCenterY = new TextBox();
dtxtPhi = new TextBox();
label8 = new Label();
dtxtScore = new TextBox();
label9 = new Label();
imgTabControl = new TabControl();
tabPageInputImage = new TabPage();
pnlInputImage = new Panel();
tabPageModelImage = new TabPage();
pnlCreateModelImage = new Panel();
tabPageRecordImage = new TabPage();
pnlRecordImage = new Panel();
tablePanelParas.SuspendLayout();
TopToolStrip.SuspendLayout();
BtmStatusStrip.SuspendLayout();
MainTableLayoutPanel.SuspendLayout();
parasTabControl.SuspendLayout();
tabPageInputParas.SuspendLayout();
tabPageRunParas.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
tabPageOutputParas.SuspendLayout();
tableLayoutResults.SuspendLayout();
imgTabControl.SuspendLayout();
tabPageInputImage.SuspendLayout();
tabPageModelImage.SuspendLayout();
tabPageRecordImage.SuspendLayout();
SuspendLayout();
//
// tablePanelParas
//
tablePanelParas.ColumnCount = 4;
tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 90F));
tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 90F));
tablePanelParas.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tablePanelParas.Controls.Add(btnGrabImage, 0, 5);
tablePanelParas.Controls.Add(lblInputParam1, 0, 0);
tablePanelParas.Controls.Add(dtxtInputParam1, 1, 0);
tablePanelParas.Controls.Add(lblInputParam2, 2, 0);
tablePanelParas.Controls.Add(dtxtInputParam2, 3, 0);
tablePanelParas.Controls.Add(lblInputParam3, 0, 1);
tablePanelParas.Controls.Add(dtxtInputParam3, 1, 1);
tablePanelParas.Controls.Add(lblInputParam4, 2, 1);
tablePanelParas.Controls.Add(dtxtInputParam4, 3, 1);
tablePanelParas.Controls.Add(lblInputParam5, 0, 2);
tablePanelParas.Controls.Add(dtxtInputParam5, 1, 2);
tablePanelParas.Controls.Add(lblInputParam6, 2, 2);
tablePanelParas.Controls.Add(dtxtInputParam6, 3, 2);
tablePanelParas.Controls.Add(lblInputParam7, 0, 3);
tablePanelParas.Controls.Add(lblInputParam9, 0, 4);
tablePanelParas.Controls.Add(dtxtInputParam7, 1, 3);
tablePanelParas.Controls.Add(dtxtInputParam9, 1, 4);
tablePanelParas.Controls.Add(lblInputParam8, 2, 3);
tablePanelParas.Controls.Add(dtxtInputParam8, 3, 3);
tablePanelParas.Controls.Add(lblInputParam10, 2, 4);
tablePanelParas.Controls.Add(dtxtInputParam10, 3, 4);
tablePanelParas.Controls.Add(btnStartCaltb, 2, 5);
tablePanelParas.Controls.Add(btnClearImage, 0, 6);
tablePanelParas.Controls.Add(btnCreateCaltb, 2, 6);
tablePanelParas.Dock = DockStyle.Fill;
tablePanelParas.Location = new Point(3, 3);
tablePanelParas.Margin = new Padding(2, 3, 2, 3);
tablePanelParas.Name = "tablePanelParas";
tablePanelParas.RowCount = 12;
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.RowStyles.Add(new RowStyle(SizeType.Percent, 8.333333F));
tablePanelParas.Size = new Size(397, 510);
tablePanelParas.TabIndex = 0;
//
// btnGrabImage
//
btnGrabImage.ForeColor = Color.Black;
btnGrabImage.Location = new Point(3, 213);
btnGrabImage.Name = "btnGrabImage";
btnGrabImage.Size = new Size(84, 36);
btnGrabImage.TabIndex = 16;
btnGrabImage.Text = "抓取图像";
btnGrabImage.UseVisualStyleBackColor = true;
//
// lblInputParam1
//
lblInputParam1.AutoSize = true;
lblInputParam1.Location = new Point(2, 0);
lblInputParam1.Margin = new Padding(2, 0, 2, 0);
lblInputParam1.MaximumSize = new Size(0, 28);
lblInputParam1.MinimumSize = new Size(0, 28);
lblInputParam1.Name = "lblInputParam1";
lblInputParam1.Size = new Size(39, 28);
lblInputParam1.TabIndex = 0;
lblInputParam1.Text = "参数1";
lblInputParam1.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam1.Visible = false;
//
// dtxtInputParam1
//
dtxtInputParam1.Location = new Point(92, 3);
dtxtInputParam1.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam1.Name = "dtxtInputParam1";
dtxtInputParam1.Size = new Size(98, 23);
dtxtInputParam1.TabIndex = 5;
dtxtInputParam1.Text = "0";
dtxtInputParam1.Visible = false;
//
// lblInputParam2
//
lblInputParam2.AutoSize = true;
lblInputParam2.Location = new Point(200, 0);
lblInputParam2.Margin = new Padding(2, 0, 2, 0);
lblInputParam2.MaximumSize = new Size(0, 28);
lblInputParam2.MinimumSize = new Size(0, 28);
lblInputParam2.Name = "lblInputParam2";
lblInputParam2.Size = new Size(39, 28);
lblInputParam2.TabIndex = 1;
lblInputParam2.Text = "参数2";
lblInputParam2.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam2.Visible = false;
//
// dtxtInputParam2
//
dtxtInputParam2.Location = new Point(290, 3);
dtxtInputParam2.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam2.Name = "dtxtInputParam2";
dtxtInputParam2.Size = new Size(98, 23);
dtxtInputParam2.TabIndex = 6;
dtxtInputParam2.Text = "0";
dtxtInputParam2.Visible = false;
//
// lblInputParam3
//
lblInputParam3.AutoSize = true;
lblInputParam3.Location = new Point(2, 42);
lblInputParam3.Margin = new Padding(2, 0, 2, 0);
lblInputParam3.MaximumSize = new Size(0, 28);
lblInputParam3.MinimumSize = new Size(0, 28);
lblInputParam3.Name = "lblInputParam3";
lblInputParam3.Size = new Size(39, 28);
lblInputParam3.TabIndex = 2;
lblInputParam3.Text = "参数3";
lblInputParam3.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam3.Visible = false;
//
// dtxtInputParam3
//
dtxtInputParam3.Location = new Point(92, 45);
dtxtInputParam3.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam3.Name = "dtxtInputParam3";
dtxtInputParam3.Size = new Size(98, 23);
dtxtInputParam3.TabIndex = 7;
dtxtInputParam3.Text = "0";
dtxtInputParam3.Visible = false;
//
// lblInputParam4
//
lblInputParam4.AutoSize = true;
lblInputParam4.Location = new Point(200, 42);
lblInputParam4.Margin = new Padding(2, 0, 2, 0);
lblInputParam4.MaximumSize = new Size(0, 28);
lblInputParam4.MinimumSize = new Size(0, 28);
lblInputParam4.Name = "lblInputParam4";
lblInputParam4.Size = new Size(39, 28);
lblInputParam4.TabIndex = 3;
lblInputParam4.Text = "参数4";
lblInputParam4.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam4.Visible = false;
//
// dtxtInputParam4
//
dtxtInputParam4.Location = new Point(290, 45);
dtxtInputParam4.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam4.Name = "dtxtInputParam4";
dtxtInputParam4.Size = new Size(98, 23);
dtxtInputParam4.TabIndex = 8;
dtxtInputParam4.Text = "0";
dtxtInputParam4.Visible = false;
//
// lblInputParam5
//
lblInputParam5.AutoSize = true;
lblInputParam5.Location = new Point(2, 84);
lblInputParam5.Margin = new Padding(2, 0, 2, 0);
lblInputParam5.MaximumSize = new Size(0, 28);
lblInputParam5.MinimumSize = new Size(0, 28);
lblInputParam5.Name = "lblInputParam5";
lblInputParam5.Size = new Size(39, 28);
lblInputParam5.TabIndex = 9;
lblInputParam5.Text = "参数5";
lblInputParam5.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam5.Visible = false;
//
// dtxtInputParam5
//
dtxtInputParam5.Location = new Point(92, 87);
dtxtInputParam5.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam5.Name = "dtxtInputParam5";
dtxtInputParam5.Size = new Size(98, 23);
dtxtInputParam5.TabIndex = 9;
dtxtInputParam5.Text = "0";
dtxtInputParam5.Visible = false;
//
// lblInputParam6
//
lblInputParam6.AutoSize = true;
lblInputParam6.Location = new Point(200, 84);
lblInputParam6.Margin = new Padding(2, 0, 2, 0);
lblInputParam6.MaximumSize = new Size(0, 28);
lblInputParam6.MinimumSize = new Size(0, 28);
lblInputParam6.Name = "lblInputParam6";
lblInputParam6.Size = new Size(39, 28);
lblInputParam6.TabIndex = 10;
lblInputParam6.Text = "参数6";
lblInputParam6.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam6.Visible = false;
//
// dtxtInputParam6
//
dtxtInputParam6.Location = new Point(290, 87);
dtxtInputParam6.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam6.Name = "dtxtInputParam6";
dtxtInputParam6.Size = new Size(98, 23);
dtxtInputParam6.TabIndex = 9;
dtxtInputParam6.Text = "0";
dtxtInputParam6.Visible = false;
//
// lblInputParam7
//
lblInputParam7.AutoSize = true;
lblInputParam7.Location = new Point(2, 126);
lblInputParam7.Margin = new Padding(2, 0, 2, 0);
lblInputParam7.MaximumSize = new Size(0, 28);
lblInputParam7.MinimumSize = new Size(0, 28);
lblInputParam7.Name = "lblInputParam7";
lblInputParam7.Size = new Size(39, 28);
lblInputParam7.TabIndex = 11;
lblInputParam7.Text = "参数7";
lblInputParam7.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam7.Visible = false;
//
// lblInputParam9
//
lblInputParam9.AutoSize = true;
lblInputParam9.Location = new Point(2, 168);
lblInputParam9.Margin = new Padding(2, 0, 2, 0);
lblInputParam9.MaximumSize = new Size(0, 28);
lblInputParam9.MinimumSize = new Size(0, 28);
lblInputParam9.Name = "lblInputParam9";
lblInputParam9.Size = new Size(39, 28);
lblInputParam9.TabIndex = 13;
lblInputParam9.Text = "参数9";
lblInputParam9.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam9.Visible = false;
//
// dtxtInputParam7
//
dtxtInputParam7.Location = new Point(92, 129);
dtxtInputParam7.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam7.Name = "dtxtInputParam7";
dtxtInputParam7.Size = new Size(98, 23);
dtxtInputParam7.TabIndex = 9;
dtxtInputParam7.Text = "0";
dtxtInputParam7.Visible = false;
//
// dtxtInputParam9
//
dtxtInputParam9.Location = new Point(92, 171);
dtxtInputParam9.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam9.Name = "dtxtInputParam9";
dtxtInputParam9.Size = new Size(98, 23);
dtxtInputParam9.TabIndex = 9;
dtxtInputParam9.Text = "0";
dtxtInputParam9.Visible = false;
//
// lblInputParam8
//
lblInputParam8.AutoSize = true;
lblInputParam8.Location = new Point(200, 126);
lblInputParam8.Margin = new Padding(2, 0, 2, 0);
lblInputParam8.MaximumSize = new Size(0, 28);
lblInputParam8.MinimumSize = new Size(0, 28);
lblInputParam8.Name = "lblInputParam8";
lblInputParam8.Size = new Size(39, 28);
lblInputParam8.TabIndex = 12;
lblInputParam8.Text = "参数8";
lblInputParam8.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam8.Visible = false;
//
// dtxtInputParam8
//
dtxtInputParam8.Location = new Point(290, 129);
dtxtInputParam8.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam8.Name = "dtxtInputParam8";
dtxtInputParam8.Size = new Size(98, 23);
dtxtInputParam8.TabIndex = 9;
dtxtInputParam8.Text = "0";
dtxtInputParam8.Visible = false;
//
// lblInputParam10
//
lblInputParam10.AutoSize = true;
lblInputParam10.Location = new Point(200, 168);
lblInputParam10.Margin = new Padding(2, 0, 2, 0);
lblInputParam10.MaximumSize = new Size(0, 28);
lblInputParam10.MinimumSize = new Size(0, 28);
lblInputParam10.Name = "lblInputParam10";
lblInputParam10.Size = new Size(46, 28);
lblInputParam10.TabIndex = 14;
lblInputParam10.Text = "参数10";
lblInputParam10.TextAlign = ContentAlignment.MiddleCenter;
lblInputParam10.Visible = false;
//
// dtxtInputParam10
//
dtxtInputParam10.Location = new Point(290, 171);
dtxtInputParam10.Margin = new Padding(2, 3, 2, 3);
dtxtInputParam10.Name = "dtxtInputParam10";
dtxtInputParam10.Size = new Size(98, 23);
dtxtInputParam10.TabIndex = 9;
dtxtInputParam10.Text = "0";
dtxtInputParam10.Visible = false;
//
// btnStartCaltb
//
btnStartCaltb.ForeColor = Color.Black;
btnStartCaltb.Location = new Point(201, 213);
btnStartCaltb.Name = "btnStartCaltb";
btnStartCaltb.Size = new Size(84, 36);
btnStartCaltb.TabIndex = 15;
btnStartCaltb.Text = "开始矫正";
btnStartCaltb.UseVisualStyleBackColor = true;
//
// btnClearImage
//
btnClearImage.ForeColor = Color.Black;
btnClearImage.Location = new Point(3, 255);
btnClearImage.Name = "btnClearImage";
btnClearImage.Size = new Size(84, 36);
btnClearImage.TabIndex = 17;
btnClearImage.Text = "清空图像";
btnClearImage.UseVisualStyleBackColor = true;
//
// btnCreateCaltb
//
btnCreateCaltb.ForeColor = Color.Black;
btnCreateCaltb.Location = new Point(201, 255);
btnCreateCaltb.Name = "btnCreateCaltb";
btnCreateCaltb.Size = new Size(84, 36);
btnCreateCaltb.TabIndex = 18;
btnCreateCaltb.Text = "创建文件";
btnCreateCaltb.UseVisualStyleBackColor = true;
//
// TopToolStrip
//
TopToolStrip.BackColor = Color.FromArgb(32, 41, 50);
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.ForeColor = Color.White;
btnRun.ImageTransparentColor = Color.Magenta;
btnRun.Name = "btnRun";
btnRun.Size = new Size(36, 22);
btnRun.Text = "运行";
btnRun.Click += btnRun_Click;
//
// btnLoadImage
//
btnLoadImage.ForeColor = Color.White;
btnLoadImage.ImageTransparentColor = Color.Magenta;
btnLoadImage.Name = "btnLoadImage";
btnLoadImage.Size = new Size(36, 22);
btnLoadImage.Text = "导图";
btnLoadImage.Click += btnLoadImage_Click;
//
// btnSaveParas
//
btnSaveParas.ForeColor = Color.White;
btnSaveParas.ImageTransparentColor = Color.Magenta;
btnSaveParas.Name = "btnSaveParas";
btnSaveParas.Size = new Size(36, 22);
btnSaveParas.Text = "保存";
btnSaveParas.Click += btnSaveParas_Click;
//
// btnLoadParas
//
btnLoadParas.ForeColor = Color.White;
btnLoadParas.ImageTransparentColor = Color.Magenta;
btnLoadParas.Name = "btnLoadParas";
btnLoadParas.Size = new Size(36, 22);
btnLoadParas.Text = "加载";
btnLoadParas.Click += btnLoadParas_Click;
//
// BtmStatusStrip
//
BtmStatusStrip.BackColor = Color.FromArgb(32, 41, 50);
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.ForeColor = Color.White;
lblResult.Name = "lblResult";
lblResult.Size = new Size(34, 17);
lblResult.Text = "True";
//
// lblMsg
//
lblMsg.ForeColor = Color.White;
lblMsg.Name = "lblMsg";
lblMsg.Size = new Size(56, 17);
lblMsg.Text = "运行成功";
lblMsg.TextAlign = ContentAlignment.MiddleLeft;
//
// lblRunTime
//
lblRunTime.ForeColor = Color.White;
lblRunTime.Name = "lblRunTime";
lblRunTime.Size = new Size(32, 17);
lblRunTime.Text = "0ms";
//
// MainTableLayoutPanel
//
MainTableLayoutPanel.BackColor = Color.FromArgb(32, 41, 50);
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.ForeColor = Color.White;
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(tabPageInputParas);
parasTabControl.Controls.Add(tabPageRunParas);
parasTabControl.Controls.Add(tabPageOutputParas);
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;
//
// tabPageInputParas
//
tabPageInputParas.BackColor = Color.FromArgb(32, 41, 50);
tabPageInputParas.Controls.Add(tablePanelParas);
tabPageInputParas.ForeColor = Color.White;
tabPageInputParas.Location = new Point(4, 26);
tabPageInputParas.Name = "tabPageInputParas";
tabPageInputParas.Padding = new Padding(3);
tabPageInputParas.Size = new Size(403, 516);
tabPageInputParas.TabIndex = 0;
tabPageInputParas.Text = "输入参数";
//
// tabPageRunParas
//
tabPageRunParas.BackColor = Color.FromArgb(32, 41, 50);
tabPageRunParas.Controls.Add(tableLayoutPanel3);
tabPageRunParas.ForeColor = Color.White;
tabPageRunParas.Location = new Point(4, 26);
tabPageRunParas.Name = "tabPageRunParas";
tabPageRunParas.Size = new Size(403, 516);
tabPageRunParas.TabIndex = 2;
tabPageRunParas.Text = "运行参数";
//
// tableLayoutPanel3
//
tableLayoutPanel3.ColumnCount = 1;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Controls.Add(tableLayoutPanel1, 0, 0);
tableLayoutPanel3.Dock = DockStyle.Fill;
tableLayoutPanel3.Location = new Point(0, 0);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 2;
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 100F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tableLayoutPanel3.Size = new Size(403, 516);
tableLayoutPanel3.TabIndex = 2;
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 4;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 117F));
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(ckbDrawRoi, 2, 0);
tableLayoutPanel1.Dock = DockStyle.Fill;
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(397, 94);
tableLayoutPanel1.TabIndex = 6;
//
// cmbTypeRoi
//
cmbTypeRoi.Dock = DockStyle.Fill;
cmbTypeRoi.FormattingEnabled = true;
cmbTypeRoi.Location = new Point(103, 3);
cmbTypeRoi.Name = "cmbTypeRoi";
cmbTypeRoi.Size = new Size(111, 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(94, 30);
label21.TabIndex = 3;
label21.Text = "ROI";
label21.TextAlign = ContentAlignment.MiddleCenter;
//
// ckbDrawRoi
//
ckbDrawRoi.AutoSize = true;
ckbDrawRoi.CheckAlign = ContentAlignment.MiddleCenter;
ckbDrawRoi.Location = new Point(220, 3);
ckbDrawRoi.Name = "ckbDrawRoi";
ckbDrawRoi.Size = new Size(14, 14);
ckbDrawRoi.TabIndex = 2;
ckbDrawRoi.UseVisualStyleBackColor = true;
ckbDrawRoi.CheckedChanged += ckbDrawRoi_CheckedChanged;
//
// tabPageOutputParas
//
tabPageOutputParas.BackColor = Color.FromArgb(32, 41, 50);
tabPageOutputParas.Controls.Add(tableLayoutResults);
tabPageOutputParas.ForeColor = Color.White;
tabPageOutputParas.Location = new Point(4, 26);
tabPageOutputParas.Name = "tabPageOutputParas";
tabPageOutputParas.Padding = new Padding(3);
tabPageOutputParas.Size = new Size(403, 516);
tabPageOutputParas.TabIndex = 1;
tabPageOutputParas.Text = "输出结果";
//
// tableLayoutResults
//
tableLayoutResults.ColumnCount = 2;
tableLayoutResults.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
tableLayoutResults.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutResults.Controls.Add(dtxtCount, 1, 4);
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(dtxtPhi, 1, 2);
tableLayoutResults.Controls.Add(label8, 0, 3);
tableLayoutResults.Controls.Add(dtxtScore, 1, 3);
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(397, 510);
tableLayoutResults.TabIndex = 1;
//
// dtxtCount
//
dtxtCount.Location = new Point(103, 207);
dtxtCount.Name = "dtxtCount";
dtxtCount.ReadOnly = true;
dtxtCount.Size = new Size(291, 23);
dtxtCount.TabIndex = 11;
//
// 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 = "弧度(rad)";
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(293, 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(293, 23);
dtxtCenterY.TabIndex = 6;
//
// dtxtPhi
//
dtxtPhi.Dock = DockStyle.Fill;
dtxtPhi.Location = new Point(102, 105);
dtxtPhi.Margin = new Padding(2, 3, 2, 3);
dtxtPhi.Name = "dtxtPhi";
dtxtPhi.ReadOnly = true;
dtxtPhi.Size = new Size(293, 23);
dtxtPhi.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.Location = new Point(103, 156);
dtxtScore.Name = "dtxtScore";
dtxtScore.ReadOnly = true;
dtxtScore.Size = new Size(291, 23);
dtxtScore.TabIndex = 9;
//
// 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 = 10;
label9.Text = "数量";
label9.TextAlign = ContentAlignment.TopCenter;
//
// imgTabControl
//
imgTabControl.Controls.Add(tabPageInputImage);
imgTabControl.Controls.Add(tabPageModelImage);
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.BackColor = Color.FromArgb(32, 41, 50);
tabPageInputImage.Controls.Add(pnlInputImage);
tabPageInputImage.ForeColor = Color.White;
tabPageInputImage.Location = new Point(4, 26);
tabPageInputImage.Name = "tabPageInputImage";
tabPageInputImage.Padding = new Padding(3);
tabPageInputImage.Size = new Size(613, 516);
tabPageInputImage.TabIndex = 0;
tabPageInputImage.Text = "输入图像";
//
// pnlInputImage
//
pnlInputImage.Dock = DockStyle.Fill;
pnlInputImage.Location = new Point(3, 3);
pnlInputImage.Margin = new Padding(4);
pnlInputImage.Name = "pnlInputImage";
pnlInputImage.Size = new Size(607, 510);
pnlInputImage.TabIndex = 44;
//
// tabPageModelImage
//
tabPageModelImage.BackColor = Color.FromArgb(32, 41, 50);
tabPageModelImage.Controls.Add(pnlCreateModelImage);
tabPageModelImage.ForeColor = Color.White;
tabPageModelImage.Location = new Point(4, 26);
tabPageModelImage.Name = "tabPageModelImage";
tabPageModelImage.Size = new Size(613, 516);
tabPageModelImage.TabIndex = 2;
tabPageModelImage.Text = "模板图像";
//
// pnlCreateModelImage
//
pnlCreateModelImage.Dock = DockStyle.Fill;
pnlCreateModelImage.Location = new Point(0, 0);
pnlCreateModelImage.Name = "pnlCreateModelImage";
pnlCreateModelImage.Size = new Size(613, 516);
pnlCreateModelImage.TabIndex = 0;
//
// tabPageRecordImage
//
tabPageRecordImage.BackColor = Color.FromArgb(32, 41, 50);
tabPageRecordImage.Controls.Add(pnlRecordImage);
tabPageRecordImage.ForeColor = Color.White;
tabPageRecordImage.Location = new Point(4, 26);
tabPageRecordImage.Name = "tabPageRecordImage";
tabPageRecordImage.Padding = new Padding(3);
tabPageRecordImage.Size = new Size(613, 516);
tabPageRecordImage.TabIndex = 1;
tabPageRecordImage.Text = "结果图像";
//
// pnlRecordImage
//
pnlRecordImage.Dock = DockStyle.Fill;
pnlRecordImage.Location = new Point(3, 3);
pnlRecordImage.Margin = new Padding(4);
pnlRecordImage.Name = "pnlRecordImage";
pnlRecordImage.Size = new Size(607, 510);
pnlRecordImage.TabIndex = 45;
//
// HCaltabToolEdit
//
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 = "HCaltabToolEdit";
Size = new Size(1044, 599);
Load += HCaltabToolEdit_Load;
tablePanelParas.ResumeLayout(false);
tablePanelParas.PerformLayout();
TopToolStrip.ResumeLayout(false);
TopToolStrip.PerformLayout();
BtmStatusStrip.ResumeLayout(false);
BtmStatusStrip.PerformLayout();
MainTableLayoutPanel.ResumeLayout(false);
parasTabControl.ResumeLayout(false);
tabPageInputParas.ResumeLayout(false);
tabPageRunParas.ResumeLayout(false);
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
tabPageOutputParas.ResumeLayout(false);
tableLayoutResults.ResumeLayout(false);
tableLayoutResults.PerformLayout();
imgTabControl.ResumeLayout(false);
tabPageInputImage.ResumeLayout(false);
tabPageModelImage.ResumeLayout(false);
tabPageRecordImage.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tablePanelParas;
private System.Windows.Forms.Label lblInputParam1;
private System.Windows.Forms.Label lblInputParam2;
private System.Windows.Forms.Label lblInputParam3;
private System.Windows.Forms.Label lblInputParam4;
private System.Windows.Forms.TextBox dtxtInputParam1;
private System.Windows.Forms.TextBox dtxtInputParam2;
private System.Windows.Forms.TextBox dtxtInputParam3;
private System.Windows.Forms.TextBox dtxtInputParam4;
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 tabPageInputParas;
private TabPage tabPageOutputParas;
private TabPage tabPageRunParas;
private TabControl imgTabControl;
private TabPage tabPageRecordImage;
private ToolStripButton btnSaveParas;
private ToolStripButton btnLoadParas;
private Panel pnlRecordImage;
private Label lblInputParam5;
private Label lblInputParam6;
private Label lblInputParam7;
private Label lblInputParam8;
private Label lblInputParam9;
private Label lblInputParam10;
private TextBox dtxtInputParam10;
private TextBox dtxtInputParam9;
private TextBox dtxtInputParam8;
private TextBox dtxtInputParam7;
private TextBox dtxtInputParam6;
private TextBox dtxtInputParam5;
private TabPage tabPageModelImage;
private TableLayoutPanel tableLayoutResults;
private Label label5;
private Label label6;
private Label label7;
private TextBox dtxtCenterX;
private TextBox dtxtCenterY;
private TextBox dtxtPhi;
private TableLayoutPanel tableLayoutPanel3;
private TabPage tabPageInputImage;
private Panel pnlInputImage;
private Panel pnlCreateModelImage;
private Label label8;
private TextBox dtxtScore;
private TextBox dtxtCount;
private Label label9;
private ToolStripStatusLabel lblRunTime;
private TableLayoutPanel tableLayoutPanel1;
public ComboBox cmbTypeRoi;
private Label label21;
private CheckBox ckbDrawRoi;
private Button btnStartCaltb;
private Button btnGrabImage;
private Button btnClearImage;
private Button btnCreateCaltb;
}
}