You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
6.6 KiB
C#
125 lines
6.6 KiB
C#
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.btnTurnoverSlotException = new System.Windows.Forms.Button();
|
|
this.btnDischargeGoSafePoint = new System.Windows.Forms.Button();
|
|
this.btnSocketExceptionGoSafePoint = new System.Windows.Forms.Button();
|
|
this.btnTransiteNozzleExceptionGoSafePoint = new System.Windows.Forms.Button();
|
|
this.btnTurnoverTrayExceptionGoSafePoint = new System.Windows.Forms.Button();
|
|
this.btnTransitNozzlePress = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnTurnoverSlotException
|
|
//
|
|
this.btnTurnoverSlotException.Location = new System.Drawing.Point(12, 12);
|
|
this.btnTurnoverSlotException.Name = "btnTurnoverSlotException";
|
|
this.btnTurnoverSlotException.Size = new System.Drawing.Size(152, 37);
|
|
this.btnTurnoverSlotException.TabIndex = 0;
|
|
this.btnTurnoverSlotException.Text = "周转盘穴位异常处理";
|
|
this.btnTurnoverSlotException.UseVisualStyleBackColor = true;
|
|
this.btnTurnoverSlotException.Click += new System.EventHandler(this.btnTurnoverSlotException_Click);
|
|
//
|
|
// btnDischargeGoSafePoint
|
|
//
|
|
this.btnDischargeGoSafePoint.Location = new System.Drawing.Point(202, 12);
|
|
this.btnDischargeGoSafePoint.Name = "btnDischargeGoSafePoint";
|
|
this.btnDischargeGoSafePoint.Size = new System.Drawing.Size(152, 37);
|
|
this.btnDischargeGoSafePoint.TabIndex = 0;
|
|
this.btnDischargeGoSafePoint.Text = "排料到安全位";
|
|
this.btnDischargeGoSafePoint.UseVisualStyleBackColor = true;
|
|
this.btnDischargeGoSafePoint.Click += new System.EventHandler(this.btnDischargeGoSafePoint_Click);
|
|
//
|
|
// btnSocketExceptionGoSafePoint
|
|
//
|
|
this.btnSocketExceptionGoSafePoint.Location = new System.Drawing.Point(391, 12);
|
|
this.btnSocketExceptionGoSafePoint.Name = "btnSocketExceptionGoSafePoint";
|
|
this.btnSocketExceptionGoSafePoint.Size = new System.Drawing.Size(152, 37);
|
|
this.btnSocketExceptionGoSafePoint.TabIndex = 0;
|
|
this.btnSocketExceptionGoSafePoint.Text = "Socket异常到安全位";
|
|
this.btnSocketExceptionGoSafePoint.UseVisualStyleBackColor = true;
|
|
this.btnSocketExceptionGoSafePoint.Click += new System.EventHandler(this.btnSocketExceptionGoSafePoint_Click);
|
|
//
|
|
// btnTransiteNozzleExceptionGoSafePoint
|
|
//
|
|
this.btnTransiteNozzleExceptionGoSafePoint.Location = new System.Drawing.Point(562, 12);
|
|
this.btnTransiteNozzleExceptionGoSafePoint.Name = "btnTransiteNozzleExceptionGoSafePoint";
|
|
this.btnTransiteNozzleExceptionGoSafePoint.Size = new System.Drawing.Size(152, 37);
|
|
this.btnTransiteNozzleExceptionGoSafePoint.TabIndex = 0;
|
|
this.btnTransiteNozzleExceptionGoSafePoint.Text = "周转吸嘴异常到安全位";
|
|
this.btnTransiteNozzleExceptionGoSafePoint.UseVisualStyleBackColor = true;
|
|
this.btnTransiteNozzleExceptionGoSafePoint.Click += new System.EventHandler(this.btnTransiteNozzleExceptionGoSafePoint_Click);
|
|
//
|
|
// btnTurnoverTrayExceptionGoSafePoint
|
|
//
|
|
this.btnTurnoverTrayExceptionGoSafePoint.Location = new System.Drawing.Point(730, 12);
|
|
this.btnTurnoverTrayExceptionGoSafePoint.Name = "btnTurnoverTrayExceptionGoSafePoint";
|
|
this.btnTurnoverTrayExceptionGoSafePoint.Size = new System.Drawing.Size(152, 37);
|
|
this.btnTurnoverTrayExceptionGoSafePoint.TabIndex = 0;
|
|
this.btnTurnoverTrayExceptionGoSafePoint.Text = "周转吸嘴异常到安全位";
|
|
this.btnTurnoverTrayExceptionGoSafePoint.UseVisualStyleBackColor = true;
|
|
this.btnTurnoverTrayExceptionGoSafePoint.Click += new System.EventHandler(this.btnTurnoverTrayExceptionGoSafePoint_Click);
|
|
//
|
|
// btnTransitNozzlePress
|
|
//
|
|
this.btnTransitNozzlePress.Location = new System.Drawing.Point(12, 96);
|
|
this.btnTransitNozzlePress.Name = "btnTransitNozzlePress";
|
|
this.btnTransitNozzlePress.Size = new System.Drawing.Size(152, 37);
|
|
this.btnTransitNozzlePress.TabIndex = 0;
|
|
this.btnTransitNozzlePress.Text = "周转吸嘴下压";
|
|
this.btnTransitNozzlePress.UseVisualStyleBackColor = true;
|
|
this.btnTransitNozzlePress.Click += new System.EventHandler(this.btnTransitNozzlePress_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.btnTransitNozzlePress);
|
|
this.Controls.Add(this.btnTurnoverTrayExceptionGoSafePoint);
|
|
this.Controls.Add(this.btnTransiteNozzleExceptionGoSafePoint);
|
|
this.Controls.Add(this.btnSocketExceptionGoSafePoint);
|
|
this.Controls.Add(this.btnDischargeGoSafePoint);
|
|
this.Controls.Add(this.btnTurnoverSlotException);
|
|
this.Name = "TestFrm";
|
|
this.Text = "TestFrm";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnTurnoverSlotException;
|
|
private System.Windows.Forms.Button btnDischargeGoSafePoint;
|
|
private System.Windows.Forms.Button btnSocketExceptionGoSafePoint;
|
|
private System.Windows.Forms.Button btnTransiteNozzleExceptionGoSafePoint;
|
|
private System.Windows.Forms.Button btnTurnoverTrayExceptionGoSafePoint;
|
|
private System.Windows.Forms.Button btnTransitNozzlePress;
|
|
}
|
|
} |