namespace FindLineTool { partial class FormFindLine { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFindLine)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.chBDispCross = new System.Windows.Forms.CheckBox(); this.chBDispRec = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tbx_expectLineEndRow = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbx_expectLineStartCol = new System.Windows.Forms.TextBox(); this.tbx_expectLineEndCol = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbx_expectLineStartRow = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tbx_resultEndCol = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.tbx_resultStartRow = new System.Windows.Forms.TextBox(); this.tbx_resultStartCol = new System.Windows.Forms.TextBox(); this.tbx_resultEndRow = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.tbx_minScore = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.tbx_caliperLength2 = new System.Windows.Forms.TextBox(); this.tbx_Sigma = new System.Windows.Forms.TextBox(); this.tbx_caliperLength = new System.Windows.Forms.TextBox(); this.tbx_threshold = new System.Windows.Forms.TextBox(); this.tbx_caliperNum = new System.Windows.Forms.TextBox(); this.cbx_polarity = new System.Windows.Forms.ComboBox(); this.btn_runFindLineTool = new System.Windows.Forms.Button(); this.btn_moveCliperRegion = new System.Windows.Forms.Button(); this.cbx_edgeSelect = new System.Windows.Forms.ComboBox(); this.txbLog = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 2); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.panel1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.BackColor = System.Drawing.Color.White; this.splitContainer1.Panel2.Controls.Add(this.groupBox3); this.splitContainer1.Panel2.Controls.Add(this.groupBox1); this.splitContainer1.Panel2.Controls.Add(this.label6); this.splitContainer1.Panel2.Controls.Add(this.groupBox2); this.splitContainer1.Panel2.Controls.Add(this.tbx_minScore); this.splitContainer1.Panel2.Controls.Add(this.label5); this.splitContainer1.Panel2.Controls.Add(this.label16); this.splitContainer1.Panel2.Controls.Add(this.label14); this.splitContainer1.Panel2.Controls.Add(this.label15); this.splitContainer1.Panel2.Controls.Add(this.label13); this.splitContainer1.Panel2.Controls.Add(this.label12); this.splitContainer1.Panel2.Controls.Add(this.label11); this.splitContainer1.Panel2.Controls.Add(this.tbx_caliperLength2); this.splitContainer1.Panel2.Controls.Add(this.tbx_Sigma); this.splitContainer1.Panel2.Controls.Add(this.tbx_caliperLength); this.splitContainer1.Panel2.Controls.Add(this.tbx_threshold); this.splitContainer1.Panel2.Controls.Add(this.tbx_caliperNum); this.splitContainer1.Panel2.Controls.Add(this.cbx_polarity); this.splitContainer1.Panel2.Controls.Add(this.btn_runFindLineTool); this.splitContainer1.Panel2.Controls.Add(this.btn_moveCliperRegion); this.splitContainer1.Panel2.Controls.Add(this.cbx_edgeSelect); this.splitContainer1.Size = new System.Drawing.Size(1129, 479); this.splitContainer1.SplitterDistance = 563; this.splitContainer1.TabIndex = 0; // // panel1 // 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(563, 479); this.panel1.TabIndex = 272; // // groupBox3 // this.groupBox3.Controls.Add(this.chBDispCross); this.groupBox3.Controls.Add(this.chBDispRec); this.groupBox3.Location = new System.Drawing.Point(296, 200); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(213, 96); this.groupBox3.TabIndex = 319; this.groupBox3.TabStop = false; this.groupBox3.Text = "显示"; // // chBDispCross // this.chBDispCross.AutoSize = true; this.chBDispCross.Location = new System.Drawing.Point(29, 60); this.chBDispCross.Name = "chBDispCross"; this.chBDispCross.Size = new System.Drawing.Size(96, 16); this.chBDispCross.TabIndex = 0; this.chBDispCross.Text = "结果显示交点"; this.chBDispCross.UseVisualStyleBackColor = true; this.chBDispCross.CheckedChanged += new System.EventHandler(this.chBDispCross_CheckedChanged); // // chBDispRec // this.chBDispRec.AutoSize = true; this.chBDispRec.Location = new System.Drawing.Point(29, 29); this.chBDispRec.Name = "chBDispRec"; this.chBDispRec.Size = new System.Drawing.Size(108, 16); this.chBDispRec.TabIndex = 0; this.chBDispRec.Text = "结果显示矩形框"; this.chBDispRec.UseVisualStyleBackColor = true; this.chBDispRec.CheckedChanged += new System.EventHandler(this.chBDispRec_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.tbx_expectLineEndRow); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.tbx_expectLineStartCol); this.groupBox1.Controls.Add(this.tbx_expectLineEndCol); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.tbx_expectLineStartRow); this.groupBox1.Location = new System.Drawing.Point(14, 19); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(224, 150); this.groupBox1.TabIndex = 318; this.groupBox1.TabStop = false; this.groupBox1.Text = "输入坐标"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 89); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 276; this.label3.Text = "终点行坐标:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 31); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 272; this.label1.Text = "起点行坐标:"; // // tbx_expectLineEndRow // this.tbx_expectLineEndRow.Location = new System.Drawing.Point(110, 87); this.tbx_expectLineEndRow.Margin = new System.Windows.Forms.Padding(2); this.tbx_expectLineEndRow.Name = "tbx_expectLineEndRow"; this.tbx_expectLineEndRow.Size = new System.Drawing.Size(71, 21); this.tbx_expectLineEndRow.TabIndex = 275; this.tbx_expectLineEndRow.TextChanged += new System.EventHandler(this.tbx_expectLineEndRow_TextChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(22, 119); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 278; this.label4.Text = "终点列坐标:"; // // tbx_expectLineStartCol // this.tbx_expectLineStartCol.Location = new System.Drawing.Point(110, 58); this.tbx_expectLineStartCol.Margin = new System.Windows.Forms.Padding(2); this.tbx_expectLineStartCol.Name = "tbx_expectLineStartCol"; this.tbx_expectLineStartCol.Size = new System.Drawing.Size(71, 21); this.tbx_expectLineStartCol.TabIndex = 273; this.tbx_expectLineStartCol.TextChanged += new System.EventHandler(this.tbx_expectLineStartCol_TextChanged); // // tbx_expectLineEndCol // this.tbx_expectLineEndCol.Location = new System.Drawing.Point(110, 116); this.tbx_expectLineEndCol.Margin = new System.Windows.Forms.Padding(2); this.tbx_expectLineEndCol.Name = "tbx_expectLineEndCol"; this.tbx_expectLineEndCol.Size = new System.Drawing.Size(71, 21); this.tbx_expectLineEndCol.TabIndex = 277; this.tbx_expectLineEndCol.TextChanged += new System.EventHandler(this.tbx_expectLineEndCol_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 60); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 274; this.label2.Text = "起点列坐标:"; // // tbx_expectLineStartRow // this.tbx_expectLineStartRow.Location = new System.Drawing.Point(110, 28); this.tbx_expectLineStartRow.Margin = new System.Windows.Forms.Padding(2); this.tbx_expectLineStartRow.Name = "tbx_expectLineStartRow"; this.tbx_expectLineStartRow.Size = new System.Drawing.Size(71, 21); this.tbx_expectLineStartRow.TabIndex = 271; this.tbx_expectLineStartRow.TextChanged += new System.EventHandler(this.tbx_expectLineStartRow_TextChanged); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(34, 187); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(79, 20); this.label6.TabIndex = 293; this.label6.Text = "最小分数:"; // // groupBox2 // this.groupBox2.Controls.Add(this.tbx_resultEndCol); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.tbx_resultStartRow); this.groupBox2.Controls.Add(this.tbx_resultStartCol); this.groupBox2.Controls.Add(this.tbx_resultEndRow); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Location = new System.Drawing.Point(296, 19); this.groupBox2.Margin = new System.Windows.Forms.Padding(2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2); this.groupBox2.Size = new System.Drawing.Size(201, 150); this.groupBox2.TabIndex = 297; this.groupBox2.TabStop = false; this.groupBox2.Text = "结果线"; // // tbx_resultEndCol // this.tbx_resultEndCol.Location = new System.Drawing.Point(103, 123); this.tbx_resultEndCol.Margin = new System.Windows.Forms.Padding(2); this.tbx_resultEndCol.Name = "tbx_resultEndCol"; this.tbx_resultEndCol.Size = new System.Drawing.Size(71, 21); this.tbx_resultEndCol.TabIndex = 108; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(27, 126); this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(77, 12); this.label8.TabIndex = 109; this.label8.Text = "终点列坐标:"; // // tbx_resultStartRow // this.tbx_resultStartRow.Location = new System.Drawing.Point(103, 24); this.tbx_resultStartRow.Margin = new System.Windows.Forms.Padding(2); this.tbx_resultStartRow.Name = "tbx_resultStartRow"; this.tbx_resultStartRow.Size = new System.Drawing.Size(71, 21); this.tbx_resultStartRow.TabIndex = 102; // // tbx_resultStartCol // this.tbx_resultStartCol.Location = new System.Drawing.Point(103, 57); this.tbx_resultStartCol.Margin = new System.Windows.Forms.Padding(2); this.tbx_resultStartCol.Name = "tbx_resultStartCol"; this.tbx_resultStartCol.Size = new System.Drawing.Size(71, 21); this.tbx_resultStartCol.TabIndex = 104; // // tbx_resultEndRow // this.tbx_resultEndRow.Location = new System.Drawing.Point(103, 90); this.tbx_resultEndRow.Margin = new System.Windows.Forms.Padding(2); this.tbx_resultEndRow.Name = "tbx_resultEndRow"; this.tbx_resultEndRow.Size = new System.Drawing.Size(71, 21); this.tbx_resultEndRow.TabIndex = 106; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(27, 27); this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 103; this.label7.Text = "起点行坐标:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(27, 93); this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(77, 12); this.label10.TabIndex = 107; this.label10.Text = "终点行坐标:"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(27, 60); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 12); this.label9.TabIndex = 105; this.label9.Text = "起点列坐标:"; // // tbx_minScore // this.tbx_minScore.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_minScore.Location = new System.Drawing.Point(124, 184); this.tbx_minScore.Margin = new System.Windows.Forms.Padding(2); this.tbx_minScore.Name = "tbx_minScore"; this.tbx_minScore.Size = new System.Drawing.Size(92, 26); this.tbx_minScore.TabIndex = 292; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(34, 410); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(79, 20); this.label5.TabIndex = 279; this.label5.Text = "结果选择:"; // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label16.Location = new System.Drawing.Point(34, 280); this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(65, 20); this.label16.TabIndex = 302; this.label16.Text = "卡尺宽:"; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label14.Location = new System.Drawing.Point(34, 247); this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(65, 20); this.label14.TabIndex = 302; this.label14.Text = "卡尺长:"; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label15.Location = new System.Drawing.Point(36, 347); this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(54, 20); this.label15.TabIndex = 310; this.label15.Text = "Sigma:"; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(34, 314); this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(51, 20); this.label13.TabIndex = 310; this.label13.Text = "阈值:"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label12.Location = new System.Drawing.Point(34, 217); this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(65, 20); this.label12.TabIndex = 300; this.label12.Text = "卡尺数:"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(34, 380); this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(51, 20); this.label11.TabIndex = 298; this.label11.Text = "极性:"; // // tbx_caliperLength2 // this.tbx_caliperLength2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_caliperLength2.Location = new System.Drawing.Point(124, 277); this.tbx_caliperLength2.Margin = new System.Windows.Forms.Padding(2); this.tbx_caliperLength2.Name = "tbx_caliperLength2"; this.tbx_caliperLength2.Size = new System.Drawing.Size(92, 26); this.tbx_caliperLength2.TabIndex = 301; // // tbx_Sigma // this.tbx_Sigma.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_Sigma.Location = new System.Drawing.Point(126, 344); this.tbx_Sigma.Margin = new System.Windows.Forms.Padding(2); this.tbx_Sigma.Name = "tbx_Sigma"; this.tbx_Sigma.Size = new System.Drawing.Size(92, 26); this.tbx_Sigma.TabIndex = 309; // // tbx_caliperLength // this.tbx_caliperLength.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_caliperLength.Location = new System.Drawing.Point(124, 244); this.tbx_caliperLength.Margin = new System.Windows.Forms.Padding(2); this.tbx_caliperLength.Name = "tbx_caliperLength"; this.tbx_caliperLength.Size = new System.Drawing.Size(92, 26); this.tbx_caliperLength.TabIndex = 301; // // tbx_threshold // this.tbx_threshold.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_threshold.Location = new System.Drawing.Point(124, 311); this.tbx_threshold.Margin = new System.Windows.Forms.Padding(2); this.tbx_threshold.Name = "tbx_threshold"; this.tbx_threshold.Size = new System.Drawing.Size(92, 26); this.tbx_threshold.TabIndex = 309; // // tbx_caliperNum // this.tbx_caliperNum.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tbx_caliperNum.Location = new System.Drawing.Point(124, 214); this.tbx_caliperNum.Margin = new System.Windows.Forms.Padding(2); this.tbx_caliperNum.Name = "tbx_caliperNum"; this.tbx_caliperNum.Size = new System.Drawing.Size(92, 26); this.tbx_caliperNum.TabIndex = 299; // // cbx_polarity // this.cbx_polarity.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbx_polarity.FormattingEnabled = true; this.cbx_polarity.Items.AddRange(new object[] { "从明到暗", "从暗到明"}); this.cbx_polarity.Location = new System.Drawing.Point(124, 377); this.cbx_polarity.Name = "cbx_polarity"; this.cbx_polarity.Size = new System.Drawing.Size(92, 28); this.cbx_polarity.TabIndex = 314; this.cbx_polarity.Text = "从明到暗"; // // btn_runFindLineTool // this.btn_runFindLineTool.BackColor = System.Drawing.Color.White; this.btn_runFindLineTool.Location = new System.Drawing.Point(440, 400); this.btn_runFindLineTool.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_runFindLineTool.Name = "btn_runFindLineTool"; this.btn_runFindLineTool.Size = new System.Drawing.Size(90, 48); this.btn_runFindLineTool.TabIndex = 270; this.btn_runFindLineTool.Text = "运行"; this.btn_runFindLineTool.UseVisualStyleBackColor = false; this.btn_runFindLineTool.Click += new System.EventHandler(this.btn_runFindLineTool_Click); // // btn_moveCliperRegion // this.btn_moveCliperRegion.BackColor = System.Drawing.Color.White; this.btn_moveCliperRegion.Location = new System.Drawing.Point(296, 400); this.btn_moveCliperRegion.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_moveCliperRegion.Name = "btn_moveCliperRegion"; this.btn_moveCliperRegion.Size = new System.Drawing.Size(90, 48); this.btn_moveCliperRegion.TabIndex = 269; this.btn_moveCliperRegion.Text = "编辑卡尺"; this.btn_moveCliperRegion.UseVisualStyleBackColor = false; this.btn_moveCliperRegion.Click += new System.EventHandler(this.btn_moveCliperRegion_Click); // // cbx_edgeSelect // this.cbx_edgeSelect.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbx_edgeSelect.FormattingEnabled = true; this.cbx_edgeSelect.Items.AddRange(new object[] { "all", "first", "last"}); this.cbx_edgeSelect.Location = new System.Drawing.Point(124, 408); this.cbx_edgeSelect.Name = "cbx_edgeSelect"; this.cbx_edgeSelect.Size = new System.Drawing.Size(92, 28); this.cbx_edgeSelect.TabIndex = 317; this.cbx_edgeSelect.Text = "all"; // // txbLog // this.txbLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txbLog.Location = new System.Drawing.Point(0, 487); this.txbLog.Name = "txbLog"; this.txbLog.ReadOnly = true; this.txbLog.Size = new System.Drawing.Size(1129, 21); this.txbLog.TabIndex = 274; // // FormFindLine // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1127, 508); this.Controls.Add(this.txbLog); this.Controls.Add(this.splitContainer1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormFindLine"; this.Text = "找线工具"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormFindLine_FormClosing); this.Load += new System.EventHandler(this.FormFindLine_Load); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label6; public System.Windows.Forms.TextBox tbx_expectLineEndRow; public System.Windows.Forms.TextBox tbx_expectLineStartCol; private System.Windows.Forms.GroupBox groupBox2; public System.Windows.Forms.TextBox tbx_resultEndCol; private System.Windows.Forms.Label label8; public System.Windows.Forms.TextBox tbx_resultStartRow; public System.Windows.Forms.TextBox tbx_resultStartCol; public System.Windows.Forms.TextBox tbx_resultEndRow; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label3; public System.Windows.Forms.TextBox tbx_expectLineStartRow; public System.Windows.Forms.TextBox tbx_minScore; private System.Windows.Forms.Label label2; public System.Windows.Forms.TextBox tbx_expectLineEndCol; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; public System.Windows.Forms.TextBox tbx_caliperLength; public System.Windows.Forms.TextBox tbx_threshold; public System.Windows.Forms.TextBox tbx_caliperNum; public System.Windows.Forms.ComboBox cbx_polarity; public System.Windows.Forms.Button btn_runFindLineTool; private System.Windows.Forms.Button btn_moveCliperRegion; public System.Windows.Forms.ComboBox cbx_edgeSelect; public System.Windows.Forms.TextBox txbLog; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label15; public System.Windows.Forms.TextBox tbx_Sigma; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox chBDispCross; private System.Windows.Forms.CheckBox chBDispRec; private System.Windows.Forms.Label label16; public System.Windows.Forms.TextBox tbx_caliperLength2; } }