Files
VisionEdit/PMAlignTool/FormPMAlignTool.Designer.cs
liu.wenjie 9eb84c6265 1、更改所有位置显示窗体为自定义窗体,添加坐标及灰度显示
2、添加工具移除功能
3、PMA工具添加修改模板和定义搜索区域
2022-04-14 16:05:10 +08:00

1793 lines
100 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace PMAlignTool
{
partial class FormPMAlignTool
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPMAlignTool));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.lb_RunStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.lb_RunTime = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbtRunTool = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel13 = new System.Windows.Forms.Panel();
this.label4 = new System.Windows.Forms.Label();
this.panel9 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.hWindowTool_Smart1 = new ViewROI.HWindowTool_Smart();
this.panel3 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel8 = new System.Windows.Forms.Panel();
this.panel18 = new System.Windows.Forms.Panel();
this.rabGray = new System.Windows.Forms.RadioButton();
this.rabShape = new System.Windows.Forms.RadioButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rabFormLocal = new System.Windows.Forms.RadioButton();
this.rabFormFlow = new System.Windows.Forms.RadioButton();
this.panel10 = new System.Windows.Forms.Panel();
this.panel12 = new System.Windows.Forms.Panel();
this.btn_drawTemplateRegionRectangle2 = new System.Windows.Forms.Button();
this.btn_drawTemplateRegionCircle = new System.Windows.Forms.Button();
this.btn_drawTemplateRegionEllipse = new System.Windows.Forms.Button();
this.btn_drawTemplateRegionAny = new System.Windows.Forms.Button();
this.btn_drawTemplateRegionRectangle1 = new System.Windows.Forms.Button();
this.rdo_templateRegionSub = new System.Windows.Forms.RadioButton();
this.rdo_templateRegionAdd = new System.Windows.Forms.RadioButton();
this.panel14 = new System.Windows.Forms.Panel();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.cmbErsion2 = new Controls.CComboBox();
this.cmbDilation = new Controls.CComboBox();
this.cmbErsion1 = new Controls.CComboBox();
this.cNumErosionValue2 = new Controls.CNumericUpDown();
this.cNumDilationValue2 = new Controls.CNumericUpDown();
this.cNumErosionValue1 = new Controls.CNumericUpDown();
this.cbCDilation1 = new System.Windows.Forms.CheckBox();
this.cbCErosion1 = new System.Windows.Forms.CheckBox();
this.cbCErosion2 = new System.Windows.Forms.CheckBox();
this.btnCreateModel = new System.Windows.Forms.Button();
this.btnChangeModel = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panel4 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.panel11 = new System.Windows.Forms.Panel();
this.label11 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.nud_angleRange = new Controls.CNumericUpDown();
this.ckb_autoContrast = new Controls.CCheckBox();
this.nud_ScaleRange = new Controls.CNumericUpDown();
this.nud_ScaleStart = new Controls.CNumericUpDown();
this.nud_angleStart = new Controls.CNumericUpDown();
this.cbx_polarity = new Controls.CComboBox();
this.nud_minScore = new Controls.CNumericUpDown();
this.nud_Timeout = new Controls.CNumericUpDown();
this.nud_angleStep = new Controls.CNumericUpDown();
this.nud_matchNum = new Controls.CNumericUpDown();
this.tkb_contrast = new System.Windows.Forms.TrackBar();
this.lbl_contastValue = new System.Windows.Forms.Label();
this.label87 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label55 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label90 = new System.Windows.Forms.Label();
this.label88 = new System.Windows.Forms.Label();
this.label56 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label85 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.cbx_searchRegionType = new Controls.CComboBox();
this.label5 = new System.Windows.Forms.Label();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.panel6 = new System.Windows.Forms.Panel();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.cbx_showTemplate = new System.Windows.Forms.CheckBox();
this.ckb_showFeature = new System.Windows.Forms.CheckBox();
this.ckb_showCross = new System.Windows.Forms.CheckBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.dgv_matchResult = new Sunny.UI.UIDataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.statusStrip.SuspendLayout();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel13.SuspendLayout();
this.panel9.SuspendLayout();
this.panel3.SuspendLayout();
this.panel8.SuspendLayout();
this.panel18.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel10.SuspendLayout();
this.panel14.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.panel4.SuspendLayout();
this.panel11.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tkb_contrast)).BeginInit();
this.panel5.SuspendLayout();
this.tabPage4.SuspendLayout();
this.panel6.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv_matchResult)).BeginInit();
this.SuspendLayout();
//
// statusStrip
//
this.statusStrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lb_RunStatus,
this.toolStripStatusLabel1,
this.lb_RunTime});
this.statusStrip.Location = new System.Drawing.Point(0, 633);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(1007, 22);
this.statusStrip.TabIndex = 0;
//
// lb_RunStatus
//
this.lb_RunStatus.Name = "lb_RunStatus";
this.lb_RunStatus.Size = new System.Drawing.Size(0, 17);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(16, 17);
this.toolStripStatusLabel1.Text = " ";
//
// lb_RunTime
//
this.lb_RunTime.Name = "lb_RunTime";
this.lb_RunTime.Size = new System.Drawing.Size(0, 17);
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtRunTool});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1007, 32);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// tsbtRunTool
//
this.tsbtRunTool.Image = ((System.Drawing.Image)(resources.GetObject("tsbtRunTool.Image")));
this.tsbtRunTool.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtRunTool.Name = "tsbtRunTool";
this.tsbtRunTool.Size = new System.Drawing.Size(85, 29);
this.tsbtRunTool.Text = "运行工具";
this.tsbtRunTool.Click += new System.EventHandler(this.tsbtRunTool_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 32);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.panel1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Size = new System.Drawing.Size(1007, 601);
this.splitContainer1.SplitterDistance = 603;
this.splitContainer1.TabIndex = 2;
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(603, 601);
this.panel1.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(400, 601);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.tableLayoutPanel1);
this.tabPage1.Location = new System.Drawing.Point(4, 29);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(392, 568);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "模板";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 61.25655F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.74345F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Controls.Add(this.panel13, 0, 7);
this.tableLayoutPanel1.Controls.Add(this.panel9, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.hWindowTool_Smart1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.panel8, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel10, 0, 6);
this.tableLayoutPanel1.Controls.Add(this.panel14, 0, 8);
this.tableLayoutPanel1.Controls.Add(this.btnCreateModel, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.btnChangeModel, 1, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 10;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.47861F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.350306F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.757637F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.09165F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.007117F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.338078F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 17.97153F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.405694F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.20996F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.12456F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(386, 562);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel13
//
this.panel13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(106)))), ((int)(((byte)(175)))));
this.tableLayoutPanel1.SetColumnSpan(this.panel13, 2);
this.panel13.Controls.Add(this.label4);
this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel13.Location = new System.Drawing.Point(3, 382);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(380, 29);
this.panel13.TabIndex = 126;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(3, 1);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 17);
this.label4.TabIndex = 11;
this.label4.Text = "图像预处理";
//
// panel9
//
this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(106)))), ((int)(((byte)(175)))));
this.tableLayoutPanel1.SetColumnSpan(this.panel9, 2);
this.panel9.Controls.Add(this.label3);
this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel9.Location = new System.Drawing.Point(3, 254);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(380, 23);
this.panel9.TabIndex = 124;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(3, 1);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 17);
this.label3.TabIndex = 11;
this.label3.Text = "模板ROI方式";
//
// hWindowTool_Smart1
//
this.hWindowTool_Smart1.DispStatus = false;
this.hWindowTool_Smart1.Dock = System.Windows.Forms.DockStyle.Fill;
this.hWindowTool_Smart1.hv_Image = null;
this.hWindowTool_Smart1.Location = new System.Drawing.Point(4, 5);
this.hWindowTool_Smart1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.hWindowTool_Smart1.Name = "hWindowTool_Smart1";
this.tableLayoutPanel1.SetRowSpan(this.hWindowTool_Smart1, 3);
this.hWindowTool_Smart1.Size = new System.Drawing.Size(228, 169);
this.hWindowTool_Smart1.TabIndex = 0;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(106)))), ((int)(((byte)(175)))));
this.tableLayoutPanel1.SetColumnSpan(this.panel3, 2);
this.panel3.Controls.Add(this.label1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(3, 182);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(380, 22);
this.panel3.TabIndex = 121;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(3, 1);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 17);
this.label1.TabIndex = 11;
this.label1.Text = "匹配方式";
//
// panel8
//
this.panel8.BackColor = System.Drawing.Color.White;
this.tableLayoutPanel1.SetColumnSpan(this.panel8, 2);
this.panel8.Controls.Add(this.panel18);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(3, 210);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(380, 38);
this.panel8.TabIndex = 122;
//
// panel18
//
this.panel18.Controls.Add(this.rabGray);
this.panel18.Controls.Add(this.rabShape);
this.panel18.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel18.Location = new System.Drawing.Point(0, 0);
this.panel18.Name = "panel18";
this.panel18.Size = new System.Drawing.Size(380, 38);
this.panel18.TabIndex = 147;
//
// rabGray
//
this.rabGray.AutoSize = true;
this.rabGray.Cursor = System.Windows.Forms.Cursors.Hand;
this.rabGray.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rabGray.Location = new System.Drawing.Point(118, 7);
this.rabGray.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.rabGray.Name = "rabGray";
this.rabGray.Size = new System.Drawing.Size(74, 21);
this.rabGray.TabIndex = 143;
this.rabGray.Text = "基于灰度";
this.rabGray.UseVisualStyleBackColor = true;
this.rabGray.CheckedChanged += new System.EventHandler(this.rabShape_CheckedChanged);
//
// rabShape
//
this.rabShape.AutoSize = true;
this.rabShape.Checked = true;
this.rabShape.Cursor = System.Windows.Forms.Cursors.Hand;
this.rabShape.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rabShape.Location = new System.Drawing.Point(11, 7);
this.rabShape.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.rabShape.Name = "rabShape";
this.rabShape.Size = new System.Drawing.Size(74, 21);
this.rabShape.TabIndex = 142;
this.rabShape.TabStop = true;
this.rabShape.Text = "基于轮廓";
this.rabShape.UseVisualStyleBackColor = true;
this.rabShape.CheckedChanged += new System.EventHandler(this.rabShape_CheckedChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rabFormLocal);
this.groupBox1.Controls.Add(this.rabFormFlow);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(239, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(144, 79);
this.groupBox1.TabIndex = 123;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "模板图像来源";
//
// rabFormLocal
//
this.rabFormLocal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rabFormLocal.AutoSize = true;
this.rabFormLocal.Location = new System.Drawing.Point(6, 51);
this.rabFormLocal.Name = "rabFormLocal";
this.rabFormLocal.Size = new System.Drawing.Size(83, 24);
this.rabFormLocal.TabIndex = 0;
this.rabFormLocal.Text = "本地加载";
this.rabFormLocal.UseVisualStyleBackColor = true;
//
// rabFormFlow
//
this.rabFormFlow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rabFormFlow.AutoSize = true;
this.rabFormFlow.Checked = true;
this.rabFormFlow.Location = new System.Drawing.Point(6, 25);
this.rabFormFlow.Name = "rabFormFlow";
this.rabFormFlow.Size = new System.Drawing.Size(83, 24);
this.rabFormFlow.TabIndex = 0;
this.rabFormFlow.TabStop = true;
this.rabFormFlow.Text = "当前流程";
this.rabFormFlow.UseVisualStyleBackColor = true;
//
// panel10
//
this.tableLayoutPanel1.SetColumnSpan(this.panel10, 2);
this.panel10.Controls.Add(this.panel12);
this.panel10.Controls.Add(this.btn_drawTemplateRegionRectangle2);
this.panel10.Controls.Add(this.btn_drawTemplateRegionCircle);
this.panel10.Controls.Add(this.btn_drawTemplateRegionEllipse);
this.panel10.Controls.Add(this.btn_drawTemplateRegionAny);
this.panel10.Controls.Add(this.btn_drawTemplateRegionRectangle1);
this.panel10.Controls.Add(this.rdo_templateRegionSub);
this.panel10.Controls.Add(this.rdo_templateRegionAdd);
this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel10.Location = new System.Drawing.Point(3, 283);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(380, 93);
this.panel10.TabIndex = 125;
//
// panel12
//
this.panel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(106)))), ((int)(((byte)(175)))));
this.panel12.Location = new System.Drawing.Point(71, 36);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(210, 2);
this.panel12.TabIndex = 136;
//
// btn_drawTemplateRegionRectangle2
//
this.btn_drawTemplateRegionRectangle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219)))));
this.btn_drawTemplateRegionRectangle2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_drawTemplateRegionRectangle2.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_drawTemplateRegionRectangle2.FlatAppearance.BorderSize = 0;
this.btn_drawTemplateRegionRectangle2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkGray;
this.btn_drawTemplateRegionRectangle2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightGray;
this.btn_drawTemplateRegionRectangle2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_drawTemplateRegionRectangle2.ForeColor = System.Drawing.Color.White;
this.btn_drawTemplateRegionRectangle2.Location = new System.Drawing.Point(82, 49);
this.btn_drawTemplateRegionRectangle2.Name = "btn_drawTemplateRegionRectangle2";
this.btn_drawTemplateRegionRectangle2.Size = new System.Drawing.Size(58, 37);
this.btn_drawTemplateRegionRectangle2.TabIndex = 133;
this.btn_drawTemplateRegionRectangle2.TabStop = false;
this.btn_drawTemplateRegionRectangle2.Tag = "RECTANGLE2";
this.btn_drawTemplateRegionRectangle2.Text = "仿矩";
this.btn_drawTemplateRegionRectangle2.UseVisualStyleBackColor = false;
this.btn_drawTemplateRegionRectangle2.Click += new System.EventHandler(this.btnOperateROI_Click);
//
// btn_drawTemplateRegionCircle
//
this.btn_drawTemplateRegionCircle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219)))));
this.btn_drawTemplateRegionCircle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_drawTemplateRegionCircle.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_drawTemplateRegionCircle.FlatAppearance.BorderSize = 0;
this.btn_drawTemplateRegionCircle.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkGray;
this.btn_drawTemplateRegionCircle.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightGray;
this.btn_drawTemplateRegionCircle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_drawTemplateRegionCircle.ForeColor = System.Drawing.Color.White;
this.btn_drawTemplateRegionCircle.Location = new System.Drawing.Point(159, 49);
this.btn_drawTemplateRegionCircle.Name = "btn_drawTemplateRegionCircle";
this.btn_drawTemplateRegionCircle.Size = new System.Drawing.Size(58, 37);
this.btn_drawTemplateRegionCircle.TabIndex = 132;
this.btn_drawTemplateRegionCircle.TabStop = false;
this.btn_drawTemplateRegionCircle.Tag = "CIRCLE";
this.btn_drawTemplateRegionCircle.Text = "圆";
this.btn_drawTemplateRegionCircle.UseVisualStyleBackColor = false;
this.btn_drawTemplateRegionCircle.Click += new System.EventHandler(this.btnOperateROI_Click);
//
// btn_drawTemplateRegionEllipse
//
this.btn_drawTemplateRegionEllipse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219)))));
this.btn_drawTemplateRegionEllipse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_drawTemplateRegionEllipse.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_drawTemplateRegionEllipse.FlatAppearance.BorderSize = 0;
this.btn_drawTemplateRegionEllipse.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkGray;
this.btn_drawTemplateRegionEllipse.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightGray;
this.btn_drawTemplateRegionEllipse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_drawTemplateRegionEllipse.ForeColor = System.Drawing.Color.White;
this.btn_drawTemplateRegionEllipse.Location = new System.Drawing.Point(232, 49);
this.btn_drawTemplateRegionEllipse.Name = "btn_drawTemplateRegionEllipse";
this.btn_drawTemplateRegionEllipse.Size = new System.Drawing.Size(58, 37);
this.btn_drawTemplateRegionEllipse.TabIndex = 131;
this.btn_drawTemplateRegionEllipse.TabStop = false;
this.btn_drawTemplateRegionEllipse.Text = "椭圆";
this.btn_drawTemplateRegionEllipse.UseVisualStyleBackColor = false;
//
// btn_drawTemplateRegionAny
//
this.btn_drawTemplateRegionAny.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219)))));
this.btn_drawTemplateRegionAny.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_drawTemplateRegionAny.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_drawTemplateRegionAny.FlatAppearance.BorderSize = 0;
this.btn_drawTemplateRegionAny.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkGray;
this.btn_drawTemplateRegionAny.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightGray;
this.btn_drawTemplateRegionAny.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_drawTemplateRegionAny.ForeColor = System.Drawing.Color.White;
this.btn_drawTemplateRegionAny.Location = new System.Drawing.Point(305, 49);
this.btn_drawTemplateRegionAny.Name = "btn_drawTemplateRegionAny";
this.btn_drawTemplateRegionAny.Size = new System.Drawing.Size(58, 37);
this.btn_drawTemplateRegionAny.TabIndex = 130;
this.btn_drawTemplateRegionAny.TabStop = false;
this.btn_drawTemplateRegionAny.Text = "任意";
this.btn_drawTemplateRegionAny.UseVisualStyleBackColor = false;
//
// btn_drawTemplateRegionRectangle1
//
this.btn_drawTemplateRegionRectangle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219)))));
this.btn_drawTemplateRegionRectangle1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_drawTemplateRegionRectangle1.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_drawTemplateRegionRectangle1.FlatAppearance.BorderSize = 0;
this.btn_drawTemplateRegionRectangle1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkGray;
this.btn_drawTemplateRegionRectangle1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightGray;
this.btn_drawTemplateRegionRectangle1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_drawTemplateRegionRectangle1.ForeColor = System.Drawing.Color.White;
this.btn_drawTemplateRegionRectangle1.Location = new System.Drawing.Point(7, 49);
this.btn_drawTemplateRegionRectangle1.Name = "btn_drawTemplateRegionRectangle1";
this.btn_drawTemplateRegionRectangle1.Size = new System.Drawing.Size(58, 37);
this.btn_drawTemplateRegionRectangle1.TabIndex = 129;
this.btn_drawTemplateRegionRectangle1.TabStop = false;
this.btn_drawTemplateRegionRectangle1.Tag = "RECTANGLE1";
this.btn_drawTemplateRegionRectangle1.Text = "矩形";
this.btn_drawTemplateRegionRectangle1.UseVisualStyleBackColor = false;
this.btn_drawTemplateRegionRectangle1.Click += new System.EventHandler(this.btnOperateROI_Click);
//
// rdo_templateRegionSub
//
this.rdo_templateRegionSub.AutoSize = true;
this.rdo_templateRegionSub.Cursor = System.Windows.Forms.Cursors.Hand;
this.rdo_templateRegionSub.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rdo_templateRegionSub.Location = new System.Drawing.Point(213, 12);
this.rdo_templateRegionSub.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.rdo_templateRegionSub.Name = "rdo_templateRegionSub";
this.rdo_templateRegionSub.Size = new System.Drawing.Size(50, 25);
this.rdo_templateRegionSub.TabIndex = 128;
this.rdo_templateRegionSub.Text = "";
this.rdo_templateRegionSub.UseVisualStyleBackColor = true;
//
// rdo_templateRegionAdd
//
this.rdo_templateRegionAdd.AutoSize = true;
this.rdo_templateRegionAdd.Checked = true;
this.rdo_templateRegionAdd.Cursor = System.Windows.Forms.Cursors.Hand;
this.rdo_templateRegionAdd.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rdo_templateRegionAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219)))));
this.rdo_templateRegionAdd.Location = new System.Drawing.Point(96, 12);
this.rdo_templateRegionAdd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.rdo_templateRegionAdd.Name = "rdo_templateRegionAdd";
this.rdo_templateRegionAdd.Size = new System.Drawing.Size(50, 25);
this.rdo_templateRegionAdd.TabIndex = 127;
this.rdo_templateRegionAdd.TabStop = true;
this.rdo_templateRegionAdd.Text = "";
this.rdo_templateRegionAdd.UseVisualStyleBackColor = true;
//
// panel14
//
this.tableLayoutPanel1.SetColumnSpan(this.panel14, 2);
this.panel14.Controls.Add(this.label8);
this.panel14.Controls.Add(this.label7);
this.panel14.Controls.Add(this.label6);
this.panel14.Controls.Add(this.cmbErsion2);
this.panel14.Controls.Add(this.cmbDilation);
this.panel14.Controls.Add(this.cmbErsion1);
this.panel14.Controls.Add(this.cNumErosionValue2);
this.panel14.Controls.Add(this.cNumDilationValue2);
this.panel14.Controls.Add(this.cNumErosionValue1);
this.panel14.Controls.Add(this.cbCDilation1);
this.panel14.Controls.Add(this.cbCErosion1);
this.panel14.Controls.Add(this.cbCErosion2);
this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel14.Location = new System.Drawing.Point(3, 417);
this.panel14.Name = "panel14";
this.tableLayoutPanel1.SetRowSpan(this.panel14, 2);
this.panel14.Size = new System.Drawing.Size(380, 142);
this.panel14.TabIndex = 127;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(218, 96);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(44, 17);
this.label8.TabIndex = 176;
this.label8.Text = "方式:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(218, 54);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(44, 17);
this.label7.TabIndex = 176;
this.label7.Text = "方式:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(218, 19);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(44, 17);
this.label6.TabIndex = 176;
this.label6.Text = "方式:";
//
// cmbErsion2
//
this.cmbErsion2.BackColor = System.Drawing.Color.White;
this.cmbErsion2.CanEdit = false;
this.cmbErsion2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbErsion2.Items = new string[] {
"octagon",
"rectangle",
"rhombus"};
this.cmbErsion2.Location = new System.Drawing.Point(268, 91);
this.cmbErsion2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cmbErsion2.Name = "cmbErsion2";
this.cmbErsion2.SelectedIndex = 1;
this.cmbErsion2.Size = new System.Drawing.Size(95, 26);
this.cmbErsion2.TabIndex = 175;
this.cmbErsion2.TextStr = "rectangle";
this.cmbErsion2.SelectedIndexChanged += new Controls.DSelectedIndexChanged(this.cmbErsion1_SelectedIndexChanged);
//
// cmbDilation
//
this.cmbDilation.BackColor = System.Drawing.Color.White;
this.cmbDilation.CanEdit = false;
this.cmbDilation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbDilation.Items = new string[] {
"octagon",
"rectangle",
"rhombus"};
this.cmbDilation.Location = new System.Drawing.Point(268, 49);
this.cmbDilation.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cmbDilation.Name = "cmbDilation";
this.cmbDilation.SelectedIndex = 1;
this.cmbDilation.Size = new System.Drawing.Size(95, 26);
this.cmbDilation.TabIndex = 175;
this.cmbDilation.TextStr = "rectangle";
this.cmbDilation.SelectedIndexChanged += new Controls.DSelectedIndexChanged(this.cmbErsion1_SelectedIndexChanged);
//
// cmbErsion1
//
this.cmbErsion1.BackColor = System.Drawing.Color.White;
this.cmbErsion1.CanEdit = false;
this.cmbErsion1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbErsion1.Items = new string[] {
"octagon",
"rectangle",
"rhombus"};
this.cmbErsion1.Location = new System.Drawing.Point(268, 14);
this.cmbErsion1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cmbErsion1.Name = "cmbErsion1";
this.cmbErsion1.SelectedIndex = 1;
this.cmbErsion1.Size = new System.Drawing.Size(95, 26);
this.cmbErsion1.TabIndex = 175;
this.cmbErsion1.TextStr = "rectangle";
this.cmbErsion1.SelectedIndexChanged += new Controls.DSelectedIndexChanged(this.cmbErsion1_SelectedIndexChanged);
//
// cNumErosionValue2
//
this.cNumErosionValue2.BackColor = System.Drawing.Color.White;
this.cNumErosionValue2.DecimalPlaces = 0;
this.cNumErosionValue2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cNumErosionValue2.Incremeent = new decimal(new int[] {
1,
0,
0,
65536});
this.cNumErosionValue2.Location = new System.Drawing.Point(71, 91);
this.cNumErosionValue2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cNumErosionValue2.MaximumSize = new System.Drawing.Size(300, 26);
this.cNumErosionValue2.MaxValue = new decimal(new int[] {
10000,
0,
0,
0});
this.cNumErosionValue2.MinimumSize = new System.Drawing.Size(50, 26);
this.cNumErosionValue2.MinValue = new decimal(new int[] {
1,
0,
0,
65536});
this.cNumErosionValue2.Name = "cNumErosionValue2";
this.cNumErosionValue2.Size = new System.Drawing.Size(127, 26);
this.cNumErosionValue2.TabIndex = 174;
this.cNumErosionValue2.Value = 1D;
this.cNumErosionValue2.ValueChanged += new Controls.DValueChanged(this.PreValueChanged);
//
// cNumDilationValue2
//
this.cNumDilationValue2.BackColor = System.Drawing.Color.White;
this.cNumDilationValue2.DecimalPlaces = 0;
this.cNumDilationValue2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cNumDilationValue2.Incremeent = new decimal(new int[] {
1,
0,
0,
65536});
this.cNumDilationValue2.Location = new System.Drawing.Point(71, 49);
this.cNumDilationValue2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cNumDilationValue2.MaximumSize = new System.Drawing.Size(300, 26);
this.cNumDilationValue2.MaxValue = new decimal(new int[] {
10000,
0,
0,
0});
this.cNumDilationValue2.MinimumSize = new System.Drawing.Size(50, 26);
this.cNumDilationValue2.MinValue = new decimal(new int[] {
1,
0,
0,
65536});
this.cNumDilationValue2.Name = "cNumDilationValue2";
this.cNumDilationValue2.Size = new System.Drawing.Size(127, 26);
this.cNumDilationValue2.TabIndex = 174;
this.cNumDilationValue2.Value = 1D;
this.cNumDilationValue2.ValueChanged += new Controls.DValueChanged(this.PreValueChanged);
//
// cNumErosionValue1
//
this.cNumErosionValue1.BackColor = System.Drawing.Color.White;
this.cNumErosionValue1.DecimalPlaces = 0;
this.cNumErosionValue1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cNumErosionValue1.Incremeent = new decimal(new int[] {
1,
0,
0,
65536});
this.cNumErosionValue1.Location = new System.Drawing.Point(71, 14);
this.cNumErosionValue1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cNumErosionValue1.MaximumSize = new System.Drawing.Size(300, 26);
this.cNumErosionValue1.MaxValue = new decimal(new int[] {
10000,
0,
0,
0});
this.cNumErosionValue1.MinimumSize = new System.Drawing.Size(50, 26);
this.cNumErosionValue1.MinValue = new decimal(new int[] {
1,
0,
0,
65536});
this.cNumErosionValue1.Name = "cNumErosionValue1";
this.cNumErosionValue1.Size = new System.Drawing.Size(127, 26);
this.cNumErosionValue1.TabIndex = 174;
this.cNumErosionValue1.Value = 1D;
this.cNumErosionValue1.ValueChanged += new Controls.DValueChanged(this.PreValueChanged);
//
// cbCDilation1
//
this.cbCDilation1.AutoSize = true;
this.cbCDilation1.Location = new System.Drawing.Point(6, 50);
this.cbCDilation1.Name = "cbCDilation1";
this.cbCDilation1.Size = new System.Drawing.Size(56, 24);
this.cbCDilation1.TabIndex = 4;
this.cbCDilation1.Text = "膨胀";
this.cbCDilation1.UseVisualStyleBackColor = true;
this.cbCDilation1.CheckedChanged += new System.EventHandler(this.PreProcess_CheckChanged);
//
// cbCErosion1
//
this.cbCErosion1.AutoSize = true;
this.cbCErosion1.Location = new System.Drawing.Point(6, 15);
this.cbCErosion1.Name = "cbCErosion1";
this.cbCErosion1.Size = new System.Drawing.Size(56, 24);
this.cbCErosion1.TabIndex = 5;
this.cbCErosion1.Text = "腐蚀";
this.cbCErosion1.UseVisualStyleBackColor = true;
this.cbCErosion1.CheckedChanged += new System.EventHandler(this.PreProcess_CheckChanged);
//
// cbCErosion2
//
this.cbCErosion2.AutoSize = true;
this.cbCErosion2.Location = new System.Drawing.Point(6, 92);
this.cbCErosion2.Name = "cbCErosion2";
this.cbCErosion2.Size = new System.Drawing.Size(56, 24);
this.cbCErosion2.TabIndex = 3;
this.cbCErosion2.Text = "腐蚀";
this.cbCErosion2.UseVisualStyleBackColor = true;
this.cbCErosion2.CheckedChanged += new System.EventHandler(this.PreProcess_CheckChanged);
//
// btnCreateModel
//
this.btnCreateModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219)))));
this.btnCreateModel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnCreateModel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCreateModel.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCreateModel.FlatAppearance.BorderSize = 0;
this.btnCreateModel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkGray;
this.btnCreateModel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightGray;
this.btnCreateModel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCreateModel.ForeColor = System.Drawing.Color.White;
this.btnCreateModel.Location = new System.Drawing.Point(239, 134);
this.btnCreateModel.Name = "btnCreateModel";
this.btnCreateModel.Size = new System.Drawing.Size(144, 42);
this.btnCreateModel.TabIndex = 129;
this.btnCreateModel.TabStop = false;
this.btnCreateModel.Text = "创建模板";
this.btnCreateModel.UseVisualStyleBackColor = false;
this.btnCreateModel.Click += new System.EventHandler(this.btnCreateModel_Click);
//
// btnChangeModel
//
this.btnChangeModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(150)))), ((int)(((byte)(219)))));
this.btnChangeModel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btnChangeModel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnChangeModel.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnChangeModel.FlatAppearance.BorderSize = 0;
this.btnChangeModel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkGray;
this.btnChangeModel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightGray;
this.btnChangeModel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnChangeModel.ForeColor = System.Drawing.Color.White;
this.btnChangeModel.Location = new System.Drawing.Point(239, 88);
this.btnChangeModel.Name = "btnChangeModel";
this.btnChangeModel.Size = new System.Drawing.Size(144, 40);
this.btnChangeModel.TabIndex = 129;
this.btnChangeModel.TabStop = false;
this.btnChangeModel.Text = "修改模板";
this.btnChangeModel.UseVisualStyleBackColor = false;
this.btnChangeModel.Click += new System.EventHandler(this.btnChangeModel_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.tableLayoutPanel2);
this.tabPage2.Location = new System.Drawing.Point(4, 29);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(392, 568);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "参数";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Controls.Add(this.panel4, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.panel11, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.panel5, 0, 3);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 4;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.10998F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 54.98982F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.10998F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.40122F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(386, 562);
this.tableLayoutPanel2.TabIndex = 0;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(106)))), ((int)(((byte)(175)))));
this.panel4.Controls.Add(this.label2);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 344);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(380, 28);
this.panel4.TabIndex = 150;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(3, 1);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 17);
this.label2.TabIndex = 11;
this.label2.Text = "搜索区域";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel11
//
this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(106)))), ((int)(((byte)(175)))));
this.panel11.Controls.Add(this.label11);
this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel11.Location = new System.Drawing.Point(3, 3);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(380, 28);
this.panel11.TabIndex = 148;
//
// label11
//
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.ForeColor = System.Drawing.Color.White;
this.label11.Location = new System.Drawing.Point(3, 1);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(56, 17);
this.label11.TabIndex = 11;
this.label11.Text = "模板参数";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.White;
this.panel2.Controls.Add(this.nud_angleRange);
this.panel2.Controls.Add(this.ckb_autoContrast);
this.panel2.Controls.Add(this.nud_ScaleRange);
this.panel2.Controls.Add(this.nud_ScaleStart);
this.panel2.Controls.Add(this.nud_angleStart);
this.panel2.Controls.Add(this.cbx_polarity);
this.panel2.Controls.Add(this.nud_minScore);
this.panel2.Controls.Add(this.nud_Timeout);
this.panel2.Controls.Add(this.nud_angleStep);
this.panel2.Controls.Add(this.nud_matchNum);
this.panel2.Controls.Add(this.tkb_contrast);
this.panel2.Controls.Add(this.lbl_contastValue);
this.panel2.Controls.Add(this.label87);
this.panel2.Controls.Add(this.label26);
this.panel2.Controls.Add(this.label55);
this.panel2.Controls.Add(this.label12);
this.panel2.Controls.Add(this.label23);
this.panel2.Controls.Add(this.label90);
this.panel2.Controls.Add(this.label88);
this.panel2.Controls.Add(this.label56);
this.panel2.Controls.Add(this.label14);
this.panel2.Controls.Add(this.label15);
this.panel2.Controls.Add(this.label85);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 37);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(380, 301);
this.panel2.TabIndex = 149;
//
// nud_angleRange
//
this.nud_angleRange.BackColor = System.Drawing.Color.White;
this.nud_angleRange.DecimalPlaces = 0;
this.nud_angleRange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nud_angleRange.Incremeent = new decimal(new int[] {
10,
0,
0,
0});
this.nud_angleRange.Location = new System.Drawing.Point(208, 154);
this.nud_angleRange.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nud_angleRange.MaximumSize = new System.Drawing.Size(300, 28);
this.nud_angleRange.MaxValue = new decimal(new int[] {
180,
0,
0,
0});
this.nud_angleRange.MinimumSize = new System.Drawing.Size(50, 28);
this.nud_angleRange.MinValue = new decimal(new int[] {
0,
0,
0,
0});
this.nud_angleRange.Name = "nud_angleRange";
this.nud_angleRange.Size = new System.Drawing.Size(102, 28);
this.nud_angleRange.TabIndex = 182;
this.nud_angleRange.Value = 10D;
this.nud_angleRange.ValueChanged += new Controls.DValueChanged(this.UIParams_ValueChanged);
//
// ckb_autoContrast
//
this.ckb_autoContrast.BackColor = System.Drawing.Color.White;
this.ckb_autoContrast.Checked = true;
this.ckb_autoContrast.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ckb_autoContrast.Location = new System.Drawing.Point(85, 236);
this.ckb_autoContrast.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.ckb_autoContrast.Name = "ckb_autoContrast";
this.ckb_autoContrast.Size = new System.Drawing.Size(96, 20);
this.ckb_autoContrast.TabIndex = 181;
this.ckb_autoContrast.TextStr = "自动";
//
// nud_ScaleRange
//
this.nud_ScaleRange.BackColor = System.Drawing.Color.White;
this.nud_ScaleRange.DecimalPlaces = 1;
this.nud_ScaleRange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nud_ScaleRange.Incremeent = new decimal(new int[] {
1,
0,
0,
65536});
this.nud_ScaleRange.Location = new System.Drawing.Point(208, 183);
this.nud_ScaleRange.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nud_ScaleRange.MaximumSize = new System.Drawing.Size(300, 28);
this.nud_ScaleRange.MaxValue = new decimal(new int[] {
100,
0,
0,
0});
this.nud_ScaleRange.MinimumSize = new System.Drawing.Size(50, 28);
this.nud_ScaleRange.MinValue = new decimal(new int[] {
1,
0,
0,
65536});
this.nud_ScaleRange.Name = "nud_ScaleRange";
this.nud_ScaleRange.Size = new System.Drawing.Size(104, 28);
this.nud_ScaleRange.TabIndex = 180;
this.nud_ScaleRange.Value = 1.1D;
this.nud_ScaleRange.ValueChanged += new Controls.DValueChanged(this.UIParams_ValueChanged);
//
// nud_ScaleStart
//
this.nud_ScaleStart.BackColor = System.Drawing.Color.White;
this.nud_ScaleStart.DecimalPlaces = 1;
this.nud_ScaleStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nud_ScaleStart.Incremeent = new decimal(new int[] {
1,
0,
0,
65536});
this.nud_ScaleStart.Location = new System.Drawing.Point(85, 183);
this.nud_ScaleStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nud_ScaleStart.MaximumSize = new System.Drawing.Size(300, 28);
this.nud_ScaleStart.MaxValue = new decimal(new int[] {
100,
0,
0,
0});
this.nud_ScaleStart.MinimumSize = new System.Drawing.Size(50, 28);
this.nud_ScaleStart.MinValue = new decimal(new int[] {
1,
0,
0,
65536});
this.nud_ScaleStart.Name = "nud_ScaleStart";
this.nud_ScaleStart.Size = new System.Drawing.Size(96, 28);
this.nud_ScaleStart.TabIndex = 179;
this.nud_ScaleStart.Value = 0.9D;
this.nud_ScaleStart.ValueChanged += new Controls.DValueChanged(this.UIParams_ValueChanged);
//
// nud_angleStart
//
this.nud_angleStart.BackColor = System.Drawing.Color.White;
this.nud_angleStart.DecimalPlaces = 0;
this.nud_angleStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nud_angleStart.Incremeent = new decimal(new int[] {
10,
0,
0,
0});
this.nud_angleStart.Location = new System.Drawing.Point(85, 154);
this.nud_angleStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nud_angleStart.MaximumSize = new System.Drawing.Size(300, 28);
this.nud_angleStart.MaxValue = new decimal(new int[] {
180,
0,
0,
0});
this.nud_angleStart.MinimumSize = new System.Drawing.Size(50, 28);
this.nud_angleStart.MinValue = new decimal(new int[] {
180,
0,
0,
-2147483648});
this.nud_angleStart.Name = "nud_angleStart";
this.nud_angleStart.Size = new System.Drawing.Size(96, 28);
this.nud_angleStart.TabIndex = 176;
this.nud_angleStart.Value = -10D;
this.nud_angleStart.ValueChanged += new Controls.DValueChanged(this.UIParams_ValueChanged);
//
// cbx_polarity
//
this.cbx_polarity.BackColor = System.Drawing.Color.White;
this.cbx_polarity.CanEdit = false;
this.cbx_polarity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbx_polarity.Items = new string[] {
"ignore_color_polarity",
"ignore_global_polarity",
"ignore_local_polarity",
"use_polarity"};
this.cbx_polarity.Location = new System.Drawing.Point(84, 129);
this.cbx_polarity.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cbx_polarity.Name = "cbx_polarity";
this.cbx_polarity.SelectedIndex = 3;
this.cbx_polarity.Size = new System.Drawing.Size(231, 26);
this.cbx_polarity.TabIndex = 172;
this.cbx_polarity.TextStr = "use_polarity";
//
// nud_minScore
//
this.nud_minScore.BackColor = System.Drawing.Color.White;
this.nud_minScore.DecimalPlaces = 2;
this.nud_minScore.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nud_minScore.Incremeent = new decimal(new int[] {
1,
0,
0,
65536});
this.nud_minScore.Location = new System.Drawing.Point(85, 9);
this.nud_minScore.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nud_minScore.MaximumSize = new System.Drawing.Size(300, 26);
this.nud_minScore.MaxValue = new decimal(new int[] {
1,
0,
0,
0});
this.nud_minScore.MinimumSize = new System.Drawing.Size(50, 26);
this.nud_minScore.MinValue = new decimal(new int[] {
1,
0,
0,
65536});
this.nud_minScore.Name = "nud_minScore";
this.nud_minScore.Size = new System.Drawing.Size(227, 26);
this.nud_minScore.TabIndex = 173;
this.nud_minScore.Value = 0.8D;
this.nud_minScore.ValueChanged += new Controls.DValueChanged(this.UIParams_ValueChanged);
//
// nud_Timeout
//
this.nud_Timeout.BackColor = System.Drawing.Color.White;
this.nud_Timeout.DecimalPlaces = 0;
this.nud_Timeout.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nud_Timeout.Incremeent = new decimal(new int[] {
100,
0,
0,
0});
this.nud_Timeout.Location = new System.Drawing.Point(84, 96);
this.nud_Timeout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nud_Timeout.MaximumSize = new System.Drawing.Size(300, 28);
this.nud_Timeout.MaxValue = new decimal(new int[] {
10000,
0,
0,
0});
this.nud_Timeout.MinimumSize = new System.Drawing.Size(50, 28);
this.nud_Timeout.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.nud_Timeout.Name = "nud_Timeout";
this.nud_Timeout.Size = new System.Drawing.Size(227, 28);
this.nud_Timeout.TabIndex = 177;
this.nud_Timeout.Value = 500D;
this.nud_Timeout.ValueChanged += new Controls.DValueChanged(this.UIParams_ValueChanged);
//
// nud_angleStep
//
this.nud_angleStep.BackColor = System.Drawing.Color.White;
this.nud_angleStep.DecimalPlaces = 0;
this.nud_angleStep.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nud_angleStep.Incremeent = new decimal(new int[] {
10,
0,
0,
0});
this.nud_angleStep.Location = new System.Drawing.Point(84, 67);
this.nud_angleStep.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nud_angleStep.MaximumSize = new System.Drawing.Size(300, 28);
this.nud_angleStep.MaxValue = new decimal(new int[] {
100,
0,
0,
0});
this.nud_angleStep.MinimumSize = new System.Drawing.Size(50, 28);
this.nud_angleStep.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.nud_angleStep.Name = "nud_angleStep";
this.nud_angleStep.Size = new System.Drawing.Size(227, 28);
this.nud_angleStep.TabIndex = 175;
this.nud_angleStep.Value = 1D;
this.nud_angleStep.ValueChanged += new Controls.DValueChanged(this.UIParams_ValueChanged);
//
// nud_matchNum
//
this.nud_matchNum.BackColor = System.Drawing.Color.White;
this.nud_matchNum.DecimalPlaces = 0;
this.nud_matchNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nud_matchNum.Incremeent = new decimal(new int[] {
1,
0,
0,
0});
this.nud_matchNum.Location = new System.Drawing.Point(85, 38);
this.nud_matchNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.nud_matchNum.MaximumSize = new System.Drawing.Size(300, 28);
this.nud_matchNum.MaxValue = new decimal(new int[] {
10000,
0,
0,
0});
this.nud_matchNum.MinimumSize = new System.Drawing.Size(50, 28);
this.nud_matchNum.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.nud_matchNum.Name = "nud_matchNum";
this.nud_matchNum.Size = new System.Drawing.Size(227, 28);
this.nud_matchNum.TabIndex = 174;
this.nud_matchNum.Value = 1D;
this.nud_matchNum.ValueChanged += new Controls.DValueChanged(this.UIParams_ValueChanged);
//
// tkb_contrast
//
this.tkb_contrast.AutoSize = false;
this.tkb_contrast.BackColor = System.Drawing.Color.White;
this.tkb_contrast.Cursor = System.Windows.Forms.Cursors.Hand;
this.tkb_contrast.Location = new System.Drawing.Point(80, 218);
this.tkb_contrast.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.tkb_contrast.Maximum = 244;
this.tkb_contrast.Minimum = 1;
this.tkb_contrast.Name = "tkb_contrast";
this.tkb_contrast.Size = new System.Drawing.Size(239, 20);
this.tkb_contrast.TabIndex = 167;
this.tkb_contrast.TickStyle = System.Windows.Forms.TickStyle.None;
this.tkb_contrast.Value = 30;
this.tkb_contrast.Scroll += new System.EventHandler(this.tkb_contrast_Scroll);
//
// lbl_contastValue
//
this.lbl_contastValue.AutoSize = true;
this.lbl_contastValue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbl_contastValue.Location = new System.Drawing.Point(273, 239);
this.lbl_contastValue.Name = "lbl_contastValue";
this.lbl_contastValue.Size = new System.Drawing.Size(22, 17);
this.lbl_contastValue.TabIndex = 168;
this.lbl_contastValue.Text = "80";
//
// label87
//
this.label87.AutoSize = true;
this.label87.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label87.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label87.Location = new System.Drawing.Point(249, 101);
this.label87.Name = "label87";
this.label87.Size = new System.Drawing.Size(25, 17);
this.label87.TabIndex = 170;
this.label87.Text = "ms";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label26.Location = new System.Drawing.Point(318, 160);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(31, 17);
this.label26.TabIndex = 171;
this.label26.Text = "deg";
//
// label55
//
this.label55.AutoSize = true;
this.label55.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label55.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label55.Location = new System.Drawing.Point(249, 72);
this.label55.Name = "label55";
this.label55.Size = new System.Drawing.Size(31, 17);
this.label55.TabIndex = 169;
this.label55.Text = "deg";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(15, 189);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(44, 17);
this.label12.TabIndex = 157;
this.label12.Text = "缩放:";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label23.Location = new System.Drawing.Point(15, 160);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(44, 17);
this.label23.TabIndex = 156;
this.label23.Text = "角度:";
//
// label90
//
this.label90.AutoSize = true;
this.label90.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label90.Location = new System.Drawing.Point(15, 131);
this.label90.Name = "label90";
this.label90.Size = new System.Drawing.Size(44, 17);
this.label90.TabIndex = 155;
this.label90.Text = "极性:";
//
// label88
//
this.label88.AutoSize = true;
this.label88.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label88.Location = new System.Drawing.Point(15, 102);
this.label88.Name = "label88";
this.label88.Size = new System.Drawing.Size(44, 17);
this.label88.TabIndex = 154;
this.label88.Text = "超时:";
//
// label56
//
this.label56.AutoSize = true;
this.label56.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label56.Location = new System.Drawing.Point(15, 73);
this.label56.Name = "label56";
this.label56.Size = new System.Drawing.Size(44, 17);
this.label56.TabIndex = 153;
this.label56.Text = "步长:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(15, 15);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(44, 17);
this.label14.TabIndex = 150;
this.label14.Text = "分数:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(15, 44);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(44, 17);
this.label15.TabIndex = 151;
this.label15.Text = "个数:";
//
// label85
//
this.label85.AutoSize = true;
this.label85.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label85.Location = new System.Drawing.Point(15, 218);
this.label85.Name = "label85";
this.label85.Size = new System.Drawing.Size(44, 17);
this.label85.TabIndex = 152;
this.label85.Text = "阈值:";
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.White;
this.panel5.Controls.Add(this.cbx_searchRegionType);
this.panel5.Controls.Add(this.label5);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(3, 378);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(380, 181);
this.panel5.TabIndex = 151;
//
// cbx_searchRegionType
//
this.cbx_searchRegionType.BackColor = System.Drawing.Color.White;
this.cbx_searchRegionType.CanEdit = false;
this.cbx_searchRegionType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbx_searchRegionType.Items = new string[] {
"整幅图像",
"矩形",
"仿射矩形",
"圆",
"多点"};
this.cbx_searchRegionType.Location = new System.Drawing.Point(79, 14);
this.cbx_searchRegionType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.cbx_searchRegionType.Name = "cbx_searchRegionType";
this.cbx_searchRegionType.SelectedIndex = 0;
this.cbx_searchRegionType.Size = new System.Drawing.Size(172, 26);
this.cbx_searchRegionType.TabIndex = 122;
this.cbx_searchRegionType.TextStr = "整幅图像";
this.cbx_searchRegionType.SelectedIndexChanged += new Controls.DSelectedIndexChanged(this.cbx_searchRegionType_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(15, 18);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 17);
this.label5.TabIndex = 121;
this.label5.Text = "搜索区域:";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.panel6);
this.tabPage4.Location = new System.Drawing.Point(4, 29);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(392, 568);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "图形";
this.tabPage4.UseVisualStyleBackColor = true;
//
// panel6
//
this.panel6.Controls.Add(this.checkBox2);
this.panel6.Controls.Add(this.checkBox1);
this.panel6.Controls.Add(this.cbx_showTemplate);
this.panel6.Controls.Add(this.ckb_showFeature);
this.panel6.Controls.Add(this.ckb_showCross);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(0, 0);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(392, 568);
this.panel6.TabIndex = 0;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Cursor = System.Windows.Forms.Cursors.Hand;
this.checkBox2.Location = new System.Drawing.Point(13, 73);
this.checkBox2.Margin = new System.Windows.Forms.Padding(2);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(112, 24);
this.checkBox2.TabIndex = 21;
this.checkBox2.Text = "显示搜索区域";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.checkBox1.Location = new System.Drawing.Point(13, 98);
this.checkBox1.Margin = new System.Windows.Forms.Padding(2);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(84, 24);
this.checkBox1.TabIndex = 19;
this.checkBox1.Text = "显示序号";
this.checkBox1.UseVisualStyleBackColor = true;
//
// cbx_showTemplate
//
this.cbx_showTemplate.AutoSize = true;
this.cbx_showTemplate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.cbx_showTemplate.Cursor = System.Windows.Forms.Cursors.Hand;
this.cbx_showTemplate.Location = new System.Drawing.Point(13, 23);
this.cbx_showTemplate.Margin = new System.Windows.Forms.Padding(2);
this.cbx_showTemplate.Name = "cbx_showTemplate";
this.cbx_showTemplate.Size = new System.Drawing.Size(84, 24);
this.cbx_showTemplate.TabIndex = 15;
this.cbx_showTemplate.Text = "显示模板";
this.cbx_showTemplate.UseVisualStyleBackColor = true;
//
// ckb_showFeature
//
this.ckb_showFeature.AutoSize = true;
this.ckb_showFeature.Cursor = System.Windows.Forms.Cursors.Hand;
this.ckb_showFeature.Location = new System.Drawing.Point(13, 48);
this.ckb_showFeature.Margin = new System.Windows.Forms.Padding(2);
this.ckb_showFeature.Name = "ckb_showFeature";
this.ckb_showFeature.Size = new System.Drawing.Size(84, 24);
this.ckb_showFeature.TabIndex = 14;
this.ckb_showFeature.Text = "显示特征";
this.ckb_showFeature.UseVisualStyleBackColor = true;
//
// ckb_showCross
//
this.ckb_showCross.AutoSize = true;
this.ckb_showCross.Cursor = System.Windows.Forms.Cursors.Hand;
this.ckb_showCross.Location = new System.Drawing.Point(13, 124);
this.ckb_showCross.Margin = new System.Windows.Forms.Padding(2);
this.ckb_showCross.Name = "ckb_showCross";
this.ckb_showCross.Size = new System.Drawing.Size(98, 24);
this.ckb_showCross.TabIndex = 13;
this.ckb_showCross.Text = "显示参考点";
this.ckb_showCross.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.dgv_matchResult);
this.tabPage3.Location = new System.Drawing.Point(4, 29);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(392, 568);
this.tabPage3.TabIndex = 5;
this.tabPage3.Text = "结果";
this.tabPage3.UseVisualStyleBackColor = true;
//
// dgv_matchResult
//
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.dgv_matchResult.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_matchResult.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dgv_matchResult.BackgroundColor = System.Drawing.Color.White;
this.dgv_matchResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_matchResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv_matchResult.ColumnHeadersHeight = 32;
this.dgv_matchResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv_matchResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5});
this.dgv_matchResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_matchResult.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dgv_matchResult.EnableHeadersVisualStyles = false;
this.dgv_matchResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgv_matchResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.dgv_matchResult.Location = new System.Drawing.Point(0, 0);
this.dgv_matchResult.Name = "dgv_matchResult";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgv_matchResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgv_matchResult.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
this.dgv_matchResult.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgv_matchResult.RowTemplate.Height = 23;
this.dgv_matchResult.SelectedIndex = -1;
this.dgv_matchResult.ShowGridLine = true;
this.dgv_matchResult.Size = new System.Drawing.Size(392, 568);
this.dgv_matchResult.TabIndex = 0;
//
// Column1
//
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
this.Column1.HeaderText = "编号";
this.Column1.Name = "Column1";
this.Column1.Width = 66;
//
// Column2
//
this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Column2.HeaderText = "分值";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
this.Column3.HeaderText = "行";
this.Column3.Name = "Column3";
this.Column3.Width = 50;
//
// Column4
//
this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
this.Column4.HeaderText = "列";
this.Column4.Name = "Column4";
this.Column4.Width = 50;
//
// Column5
//
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
this.Column5.HeaderText = "角度";
this.Column5.Name = "Column5";
this.Column5.Width = 66;
//
// FormPMAlignTool
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1007, 655);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormPMAlignTool";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "模板匹配工具";
this.Load += new System.EventHandler(this.FormPMAlignTool_Load);
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel13.ResumeLayout(false);
this.panel13.PerformLayout();
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel8.ResumeLayout(false);
this.panel18.ResumeLayout(false);
this.panel18.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel10.ResumeLayout(false);
this.panel10.PerformLayout();
this.panel14.ResumeLayout(false);
this.panel14.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel11.ResumeLayout(false);
this.panel11.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tkb_contrast)).EndInit();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.tabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv_matchResult)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbtRunTool;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private ViewROI.HWindowTool_Smart hWindowTool_Smart1;
private System.Windows.Forms.Panel panel3;
public System.Windows.Forms.Label label1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Panel panel11;
public System.Windows.Forms.Label label11;
private System.Windows.Forms.Panel panel2;
public System.Windows.Forms.Label label12;
public System.Windows.Forms.Label label23;
public System.Windows.Forms.Label label90;
public System.Windows.Forms.Label label88;
public System.Windows.Forms.Label label56;
public System.Windows.Forms.Label label14;
public System.Windows.Forms.Label label15;
public System.Windows.Forms.Label label85;
internal Controls.CCheckBox ckb_autoContrast;
public Controls.CNumericUpDown nud_ScaleRange;
public Controls.CNumericUpDown nud_ScaleStart;
public Controls.CComboBox cbx_polarity;
public Controls.CNumericUpDown nud_minScore;
public Controls.CNumericUpDown nud_Timeout;
public Controls.CNumericUpDown nud_angleStep;
public Controls.CNumericUpDown nud_matchNum;
internal System.Windows.Forms.TrackBar tkb_contrast;
internal System.Windows.Forms.Label lbl_contastValue;
public System.Windows.Forms.Label label87;
public System.Windows.Forms.Label label26;
public System.Windows.Forms.Label label55;
private System.Windows.Forms.Panel panel4;
public System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel5;
public Controls.CComboBox cbx_searchRegionType;
public System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel panel6;
public System.Windows.Forms.CheckBox checkBox2;
public System.Windows.Forms.CheckBox checkBox1;
public System.Windows.Forms.CheckBox cbx_showTemplate;
public System.Windows.Forms.CheckBox ckb_showFeature;
public System.Windows.Forms.CheckBox ckb_showCross;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rabFormLocal;
private System.Windows.Forms.RadioButton rabFormFlow;
private System.Windows.Forms.Panel panel9;
public System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel18;
public System.Windows.Forms.RadioButton rabGray;
internal System.Windows.Forms.RadioButton rabShape;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Panel panel12;
internal System.Windows.Forms.Button btn_drawTemplateRegionRectangle2;
internal System.Windows.Forms.Button btn_drawTemplateRegionCircle;
internal System.Windows.Forms.Button btn_drawTemplateRegionEllipse;
internal System.Windows.Forms.Button btn_drawTemplateRegionAny;
internal System.Windows.Forms.Button btn_drawTemplateRegionRectangle1;
public System.Windows.Forms.RadioButton rdo_templateRegionSub;
public System.Windows.Forms.RadioButton rdo_templateRegionAdd;
private System.Windows.Forms.Panel panel13;
public System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel14;
public Controls.CNumericUpDown cNumErosionValue2;
public Controls.CNumericUpDown cNumDilationValue2;
public Controls.CNumericUpDown cNumErosionValue1;
private System.Windows.Forms.CheckBox cbCDilation1;
private System.Windows.Forms.CheckBox cbCErosion1;
private System.Windows.Forms.CheckBox cbCErosion2;
internal System.Windows.Forms.Button btnCreateModel;
internal System.Windows.Forms.Button btnChangeModel;
public Controls.CNumericUpDown nud_angleRange;
public Controls.CNumericUpDown nud_angleStart;
public Controls.CComboBox cmbErsion1;
public System.Windows.Forms.Label label8;
public System.Windows.Forms.Label label7;
public System.Windows.Forms.Label label6;
public Controls.CComboBox cmbErsion2;
public Controls.CComboBox cmbDilation;
private System.Windows.Forms.ToolStripStatusLabel lb_RunStatus;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel lb_RunTime;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
public Sunny.UI.UIDataGridView dgv_matchResult;
}
}