|
@@ -68,12 +68,12 @@
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
- this.textBox6 = new System.Windows.Forms.TextBox();
|
|
|
- this.textBox5 = new System.Windows.Forms.TextBox();
|
|
|
- this.textBox4 = new System.Windows.Forms.TextBox();
|
|
|
- this.textBox3 = new System.Windows.Forms.TextBox();
|
|
|
- this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
- this.tB = new System.Windows.Forms.TextBox();
|
|
|
+ this.tB_WD = new System.Windows.Forms.TextBox();
|
|
|
+ this.tB_fStep = new System.Windows.Forms.TextBox();
|
|
|
+ this.tB_fRange = new System.Windows.Forms.TextBox();
|
|
|
+ this.tB_Step = new System.Windows.Forms.TextBox();
|
|
|
+ this.tB_Down = new System.Windows.Forms.TextBox();
|
|
|
+ this.tB_Up = new System.Windows.Forms.TextBox();
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
@@ -404,6 +404,7 @@
|
|
|
this.tbAutoFocus.TabIndex = 18;
|
|
|
this.tbAutoFocus.Text = "对焦";
|
|
|
this.tbAutoFocus.UseVisualStyleBackColor = true;
|
|
|
+ this.tbAutoFocus.Click += new System.EventHandler(this.tbAutoFocus_Click);
|
|
|
//
|
|
|
// groupBox5
|
|
|
//
|
|
@@ -414,12 +415,12 @@
|
|
|
this.groupBox5.Controls.Add(this.label11);
|
|
|
this.groupBox5.Controls.Add(this.label10);
|
|
|
this.groupBox5.Controls.Add(this.label9);
|
|
|
- this.groupBox5.Controls.Add(this.textBox6);
|
|
|
- this.groupBox5.Controls.Add(this.textBox5);
|
|
|
- this.groupBox5.Controls.Add(this.textBox4);
|
|
|
- this.groupBox5.Controls.Add(this.textBox3);
|
|
|
- this.groupBox5.Controls.Add(this.textBox2);
|
|
|
- this.groupBox5.Controls.Add(this.tB);
|
|
|
+ this.groupBox5.Controls.Add(this.tB_WD);
|
|
|
+ this.groupBox5.Controls.Add(this.tB_fStep);
|
|
|
+ this.groupBox5.Controls.Add(this.tB_fRange);
|
|
|
+ this.groupBox5.Controls.Add(this.tB_Step);
|
|
|
+ this.groupBox5.Controls.Add(this.tB_Down);
|
|
|
+ this.groupBox5.Controls.Add(this.tB_Up);
|
|
|
this.groupBox5.Controls.Add(this.label8);
|
|
|
this.groupBox5.Controls.Add(this.label7);
|
|
|
this.groupBox5.Controls.Add(this.label6);
|
|
@@ -501,48 +502,54 @@
|
|
|
this.label9.TabIndex = 33;
|
|
|
this.label9.Text = "um";
|
|
|
//
|
|
|
- // textBox6
|
|
|
+ // tB_WD
|
|
|
//
|
|
|
- this.textBox6.Location = new System.Drawing.Point(616, 118);
|
|
|
- this.textBox6.Name = "textBox6";
|
|
|
- this.textBox6.ReadOnly = true;
|
|
|
- this.textBox6.Size = new System.Drawing.Size(96, 28);
|
|
|
- this.textBox6.TabIndex = 32;
|
|
|
+ this.tB_WD.Location = new System.Drawing.Point(616, 118);
|
|
|
+ this.tB_WD.Name = "tB_WD";
|
|
|
+ this.tB_WD.ReadOnly = true;
|
|
|
+ this.tB_WD.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.tB_WD.TabIndex = 32;
|
|
|
//
|
|
|
- // textBox5
|
|
|
+ // tB_fStep
|
|
|
//
|
|
|
- this.textBox5.Location = new System.Drawing.Point(385, 119);
|
|
|
- this.textBox5.Name = "textBox5";
|
|
|
- this.textBox5.Size = new System.Drawing.Size(96, 28);
|
|
|
- this.textBox5.TabIndex = 31;
|
|
|
+ this.tB_fStep.Location = new System.Drawing.Point(385, 119);
|
|
|
+ this.tB_fStep.Name = "tB_fStep";
|
|
|
+ this.tB_fStep.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.tB_fStep.TabIndex = 31;
|
|
|
+ this.tB_fStep.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_fStep_KeyPress);
|
|
|
//
|
|
|
- // textBox4
|
|
|
+ // tB_fRange
|
|
|
//
|
|
|
- this.textBox4.Location = new System.Drawing.Point(120, 116);
|
|
|
- this.textBox4.Name = "textBox4";
|
|
|
- this.textBox4.Size = new System.Drawing.Size(96, 28);
|
|
|
- this.textBox4.TabIndex = 30;
|
|
|
+ this.tB_fRange.Location = new System.Drawing.Point(120, 116);
|
|
|
+ this.tB_fRange.Name = "tB_fRange";
|
|
|
+ this.tB_fRange.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.tB_fRange.TabIndex = 30;
|
|
|
+ this.tB_fRange.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_fRange_KeyPress);
|
|
|
//
|
|
|
- // textBox3
|
|
|
+ // tB_Step
|
|
|
//
|
|
|
- this.textBox3.Location = new System.Drawing.Point(616, 78);
|
|
|
- this.textBox3.Name = "textBox3";
|
|
|
- this.textBox3.Size = new System.Drawing.Size(96, 28);
|
|
|
- this.textBox3.TabIndex = 29;
|
|
|
+ this.tB_Step.Location = new System.Drawing.Point(616, 78);
|
|
|
+ this.tB_Step.Name = "tB_Step";
|
|
|
+ this.tB_Step.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.tB_Step.TabIndex = 29;
|
|
|
+ this.tB_Step.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_Step_KeyPress);
|
|
|
//
|
|
|
- // textBox2
|
|
|
+ // tB_Down
|
|
|
//
|
|
|
- this.textBox2.Location = new System.Drawing.Point(385, 80);
|
|
|
- this.textBox2.Name = "textBox2";
|
|
|
- this.textBox2.Size = new System.Drawing.Size(96, 28);
|
|
|
- this.textBox2.TabIndex = 28;
|
|
|
+ this.tB_Down.Location = new System.Drawing.Point(385, 80);
|
|
|
+ this.tB_Down.Name = "tB_Down";
|
|
|
+ this.tB_Down.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.tB_Down.TabIndex = 28;
|
|
|
+ this.tB_Down.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_Down_KeyPress);
|
|
|
//
|
|
|
- // tB
|
|
|
+ // tB_Up
|
|
|
//
|
|
|
- this.tB.Location = new System.Drawing.Point(119, 78);
|
|
|
- this.tB.Name = "tB";
|
|
|
- this.tB.Size = new System.Drawing.Size(96, 28);
|
|
|
- this.tB.TabIndex = 27;
|
|
|
+ this.tB_Up.Location = new System.Drawing.Point(119, 78);
|
|
|
+ this.tB_Up.Name = "tB_Up";
|
|
|
+ this.tB_Up.Size = new System.Drawing.Size(96, 28);
|
|
|
+ this.tB_Up.TabIndex = 27;
|
|
|
+ this.tB_Up.TextChanged += new System.EventHandler(this.tB_TextChanged);
|
|
|
+ this.tB_Up.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tB_Up_KeyPress);
|
|
|
//
|
|
|
// label8
|
|
|
//
|
|
@@ -628,7 +635,7 @@
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- //this.Name = "MainForm";
|
|
|
+ this.Name = "MainForm";
|
|
|
this.Text = "测量流程测试";
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
@@ -677,12 +684,12 @@
|
|
|
private System.Windows.Forms.Button btImgPath;
|
|
|
private System.Windows.Forms.TextBox tBImgPath;
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
- private System.Windows.Forms.TextBox textBox6;
|
|
|
- private System.Windows.Forms.TextBox textBox5;
|
|
|
- private System.Windows.Forms.TextBox textBox4;
|
|
|
- private System.Windows.Forms.TextBox textBox3;
|
|
|
- private System.Windows.Forms.TextBox textBox2;
|
|
|
- private System.Windows.Forms.TextBox tB;
|
|
|
+ private System.Windows.Forms.TextBox tB_WD;
|
|
|
+ private System.Windows.Forms.TextBox tB_fStep;
|
|
|
+ private System.Windows.Forms.TextBox tB_fRange;
|
|
|
+ private System.Windows.Forms.TextBox tB_Step;
|
|
|
+ private System.Windows.Forms.TextBox tB_Down;
|
|
|
+ private System.Windows.Forms.TextBox tB_Up;
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
private System.Windows.Forms.Label label6;
|