|
|
|
@ -66,7 +66,6 @@
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(1576, 50);
|
|
|
|
|
this.panel1.TabIndex = 0;
|
|
|
|
|
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
@ -89,7 +88,6 @@
|
|
|
|
|
this.groupBox1.TabIndex = 9;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "1#分析结果";
|
|
|
|
|
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
|
|
|
|
//
|
|
|
|
|
// textBox7
|
|
|
|
|
//
|
|
|
|
@ -103,7 +101,6 @@
|
|
|
|
|
this.textBox7.ReadOnly = true;
|
|
|
|
|
this.textBox7.Size = new System.Drawing.Size(69, 21);
|
|
|
|
|
this.textBox7.TabIndex = 18;
|
|
|
|
|
this.textBox7.TextChanged += new System.EventHandler(this.textBox7_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
@ -127,7 +124,7 @@
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(60, 24);
|
|
|
|
|
this.label8.TabIndex = 15;
|
|
|
|
|
this.label8.Text = " OK ";
|
|
|
|
|
this.label8.Click += new System.EventHandler(this.label8_Click);
|
|
|
|
|
this.label8.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// textBox6
|
|
|
|
|
//
|
|
|
|
@ -141,7 +138,6 @@
|
|
|
|
|
this.textBox6.ReadOnly = true;
|
|
|
|
|
this.textBox6.Size = new System.Drawing.Size(69, 21);
|
|
|
|
|
this.textBox6.TabIndex = 12;
|
|
|
|
|
this.textBox6.TextChanged += new System.EventHandler(this.textBox6_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
@ -154,7 +150,6 @@
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(93, 17);
|
|
|
|
|
this.label6.TabIndex = 11;
|
|
|
|
|
this.label6.Text = "胶点个数:";
|
|
|
|
|
this.label6.Click += new System.EventHandler(this.label6_Click);
|
|
|
|
|
//
|
|
|
|
|
// textBox5
|
|
|
|
|
//
|
|
|
|
@ -162,13 +157,12 @@
|
|
|
|
|
this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.textBox5.Font = new System.Drawing.Font("宋体", 11F);
|
|
|
|
|
this.textBox5.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.textBox5.Location = new System.Drawing.Point(91, 19);
|
|
|
|
|
this.textBox5.Location = new System.Drawing.Point(91, 23);
|
|
|
|
|
this.textBox5.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
|
|
this.textBox5.Name = "textBox5";
|
|
|
|
|
this.textBox5.ReadOnly = true;
|
|
|
|
|
this.textBox5.Size = new System.Drawing.Size(69, 21);
|
|
|
|
|
this.textBox5.TabIndex = 10;
|
|
|
|
|
this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
@ -181,7 +175,6 @@
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(85, 17);
|
|
|
|
|
this.label5.TabIndex = 9;
|
|
|
|
|
this.label5.Text = "采集速度:";
|
|
|
|
|
this.label5.Click += new System.EventHandler(this.label5_Click);
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
@ -193,7 +186,6 @@
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(1576, 897);
|
|
|
|
|
this.panel2.TabIndex = 2;
|
|
|
|
|
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
|
|
|
|
|
//
|
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
|
|
|
@ -208,7 +200,6 @@
|
|
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox1.TabIndex = 1;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
|
|
|
|
this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
@ -230,7 +221,6 @@
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(200, 897);
|
|
|
|
|
this.panel3.TabIndex = 0;
|
|
|
|
|
this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
|
|
|
|
|
//
|
|
|
|
|
// textBox4
|
|
|
|
|
//
|
|
|
|
@ -244,7 +234,6 @@
|
|
|
|
|
this.textBox4.Size = new System.Drawing.Size(60, 21);
|
|
|
|
|
this.textBox4.TabIndex = 7;
|
|
|
|
|
this.textBox4.Text = "0";
|
|
|
|
|
this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// textBox3
|
|
|
|
|
//
|
|
|
|
@ -258,7 +247,6 @@
|
|
|
|
|
this.textBox3.Size = new System.Drawing.Size(60, 21);
|
|
|
|
|
this.textBox3.TabIndex = 6;
|
|
|
|
|
this.textBox3.Text = "0";
|
|
|
|
|
this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// textBox2
|
|
|
|
|
//
|
|
|
|
@ -272,7 +260,6 @@
|
|
|
|
|
this.textBox2.Size = new System.Drawing.Size(60, 21);
|
|
|
|
|
this.textBox2.TabIndex = 5;
|
|
|
|
|
this.textBox2.Text = "0";
|
|
|
|
|
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// textBox1
|
|
|
|
|
//
|
|
|
|
@ -286,7 +273,6 @@
|
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(60, 21);
|
|
|
|
|
this.textBox1.TabIndex = 4;
|
|
|
|
|
this.textBox1.Text = "0";
|
|
|
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
@ -298,7 +284,6 @@
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(86, 19);
|
|
|
|
|
this.label4.TabIndex = 3;
|
|
|
|
|
this.label4.Text = "1#剔除数";
|
|
|
|
|
this.label4.Click += new System.EventHandler(this.label4_Click);
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
@ -310,7 +295,6 @@
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(68, 19);
|
|
|
|
|
this.label3.TabIndex = 2;
|
|
|
|
|
this.label3.Text = "1#NG数";
|
|
|
|
|
this.label3.Click += new System.EventHandler(this.label3_Click);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
@ -322,7 +306,6 @@
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(68, 19);
|
|
|
|
|
this.label2.TabIndex = 1;
|
|
|
|
|
this.label2.Text = "1#OK数";
|
|
|
|
|
this.label2.Click += new System.EventHandler(this.label2_Click);
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
@ -334,7 +317,6 @@
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(86, 19);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "1#检测数";
|
|
|
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
|
|
|
//
|
|
|
|
|
// singleCam
|
|
|
|
|
//
|
|
|
|
|