|
|
|
|
namespace Rs.MotionPlat
|
|
|
|
|
{
|
|
|
|
|
partial class TestFrm
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button10 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button21 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button24 = new System.Windows.Forms.Button();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// button7
|
|
|
|
|
//
|
|
|
|
|
this.button7.Location = new System.Drawing.Point(193, 25);
|
|
|
|
|
this.button7.Name = "button7";
|
|
|
|
|
this.button7.Size = new System.Drawing.Size(89, 63);
|
|
|
|
|
this.button7.TabIndex = 6;
|
|
|
|
|
this.button7.Text = "Input上料";
|
|
|
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// button8
|
|
|
|
|
//
|
|
|
|
|
this.button8.Location = new System.Drawing.Point(299, 25);
|
|
|
|
|
this.button8.Name = "button8";
|
|
|
|
|
this.button8.Size = new System.Drawing.Size(89, 63);
|
|
|
|
|
this.button8.TabIndex = 6;
|
|
|
|
|
this.button8.Text = "Empty上料";
|
|
|
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// button10
|
|
|
|
|
//
|
|
|
|
|
this.button10.Location = new System.Drawing.Point(68, 25);
|
|
|
|
|
this.button10.Name = "button10";
|
|
|
|
|
this.button10.Size = new System.Drawing.Size(89, 63);
|
|
|
|
|
this.button10.TabIndex = 8;
|
|
|
|
|
this.button10.Text = "Ok料仓上料";
|
|
|
|
|
this.button10.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// button21
|
|
|
|
|
//
|
|
|
|
|
this.button21.Location = new System.Drawing.Point(259, 154);
|
|
|
|
|
this.button21.Name = "button21";
|
|
|
|
|
this.button21.Size = new System.Drawing.Size(108, 53);
|
|
|
|
|
this.button21.TabIndex = 18;
|
|
|
|
|
this.button21.Text = "飞拍验证";
|
|
|
|
|
this.button21.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button21.Click += new System.EventHandler(this.button21_Click);
|
|
|
|
|
//
|
|
|
|
|
// button24
|
|
|
|
|
//
|
|
|
|
|
this.button24.Location = new System.Drawing.Point(68, 154);
|
|
|
|
|
this.button24.Name = "button24";
|
|
|
|
|
this.button24.Size = new System.Drawing.Size(141, 53);
|
|
|
|
|
this.button24.TabIndex = 20;
|
|
|
|
|
this.button24.Text = "重复精度验证";
|
|
|
|
|
this.button24.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button24.Click += new System.EventHandler(this.button24_Click);
|
|
|
|
|
//
|
|
|
|
|
// TestFrm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1336, 854);
|
|
|
|
|
this.Controls.Add(this.button24);
|
|
|
|
|
this.Controls.Add(this.button21);
|
|
|
|
|
this.Controls.Add(this.button10);
|
|
|
|
|
this.Controls.Add(this.button8);
|
|
|
|
|
this.Controls.Add(this.button7);
|
|
|
|
|
this.Name = "TestFrm";
|
|
|
|
|
this.Text = "TestFrm";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private System.Windows.Forms.Button button7;
|
|
|
|
|
private System.Windows.Forms.Button button8;
|
|
|
|
|
private System.Windows.Forms.Button button10;
|
|
|
|
|
private System.Windows.Forms.Button button21;
|
|
|
|
|
private System.Windows.Forms.Button button24;
|
|
|
|
|
}
|
|
|
|
|
}
|