|
|
@ -58,6 +58,7 @@
|
|
|
|
this.button22 = new System.Windows.Forms.Button();
|
|
|
|
this.button22 = new System.Windows.Forms.Button();
|
|
|
|
this.button23 = new System.Windows.Forms.Button();
|
|
|
|
this.button23 = new System.Windows.Forms.Button();
|
|
|
|
this.button24 = new System.Windows.Forms.Button();
|
|
|
|
this.button24 = new System.Windows.Forms.Button();
|
|
|
|
|
|
|
|
this.button25 = new System.Windows.Forms.Button();
|
|
|
|
this.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// btnTurnoverSlotException
|
|
|
|
// btnTurnoverSlotException
|
|
|
@ -360,6 +361,16 @@
|
|
|
|
this.button24.UseVisualStyleBackColor = true;
|
|
|
|
this.button24.UseVisualStyleBackColor = true;
|
|
|
|
this.button24.Click += new System.EventHandler(this.button24_Click);
|
|
|
|
this.button24.Click += new System.EventHandler(this.button24_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// button25
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.button25.Location = new System.Drawing.Point(42, 585);
|
|
|
|
|
|
|
|
this.button25.Name = "button25";
|
|
|
|
|
|
|
|
this.button25.Size = new System.Drawing.Size(197, 42);
|
|
|
|
|
|
|
|
this.button25.TabIndex = 1;
|
|
|
|
|
|
|
|
this.button25.Text = "Z上下测试";
|
|
|
|
|
|
|
|
this.button25.UseVisualStyleBackColor = true;
|
|
|
|
|
|
|
|
this.button25.Click += new System.EventHandler(this.button25_Click);
|
|
|
|
|
|
|
|
//
|
|
|
|
// TestFrm
|
|
|
|
// TestFrm
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@ -376,6 +387,7 @@
|
|
|
|
this.Controls.Add(this.button17);
|
|
|
|
this.Controls.Add(this.button17);
|
|
|
|
this.Controls.Add(this.button16);
|
|
|
|
this.Controls.Add(this.button16);
|
|
|
|
this.Controls.Add(this.button15);
|
|
|
|
this.Controls.Add(this.button15);
|
|
|
|
|
|
|
|
this.Controls.Add(this.button25);
|
|
|
|
this.Controls.Add(this.button22);
|
|
|
|
this.Controls.Add(this.button22);
|
|
|
|
this.Controls.Add(this.button21);
|
|
|
|
this.Controls.Add(this.button21);
|
|
|
|
this.Controls.Add(this.button20);
|
|
|
|
this.Controls.Add(this.button20);
|
|
|
@ -433,5 +445,6 @@
|
|
|
|
private System.Windows.Forms.Button button22;
|
|
|
|
private System.Windows.Forms.Button button22;
|
|
|
|
private System.Windows.Forms.Button button23;
|
|
|
|
private System.Windows.Forms.Button button23;
|
|
|
|
private System.Windows.Forms.Button button24;
|
|
|
|
private System.Windows.Forms.Button button24;
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button button25;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|