123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767 |
- 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));
- 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 System.Windows.Forms.DataGridView();
- this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column12 = 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
- //
- this.dgv_matchResult.AllowDrop = true;
- this.dgv_matchResult.AllowUserToAddRows = false;
- this.dgv_matchResult.AllowUserToDeleteRows = false;
- this.dgv_matchResult.AllowUserToResizeRows = false;
- this.dgv_matchResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgv_matchResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column7,
- this.Column8,
- this.Column9,
- this.Column10,
- this.Column12});
- this.dgv_matchResult.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv_matchResult.Location = new System.Drawing.Point(0, 0);
- this.dgv_matchResult.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.dgv_matchResult.Name = "dgv_matchResult";
- this.dgv_matchResult.ReadOnly = true;
- this.dgv_matchResult.RowHeadersVisible = false;
- this.dgv_matchResult.RowTemplate.Height = 23;
- this.dgv_matchResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv_matchResult.Size = new System.Drawing.Size(392, 568);
- this.dgv_matchResult.TabIndex = 15;
- //
- // Column7
- //
- this.Column7.HeaderText = "编号";
- this.Column7.Name = "Column7";
- this.Column7.ReadOnly = true;
- this.Column7.Width = 70;
- //
- // Column8
- //
- this.Column8.HeaderText = "分数";
- this.Column8.Name = "Column8";
- this.Column8.ReadOnly = true;
- this.Column8.Width = 75;
- //
- // Column9
- //
- this.Column9.HeaderText = "行";
- this.Column9.Name = "Column9";
- this.Column9.ReadOnly = true;
- this.Column9.Width = 70;
- //
- // Column10
- //
- this.Column10.HeaderText = "列";
- this.Column10.Name = "Column10";
- this.Column10.ReadOnly = true;
- this.Column10.Width = 70;
- //
- // Column12
- //
- this.Column12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.Column12.HeaderText = "角度(°)";
- this.Column12.Name = "Column12";
- this.Column12.ReadOnly = true;
- //
- // 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;
- internal System.Windows.Forms.DataGridView dgv_matchResult;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
- }
- }
|