You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

258 lines
17 KiB

namespace ChipGlueDeviceManager
{
partial class FrmT1ThrowPiece
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btnCotThrowPiece = new System.Windows.Forms.Button();
this.btnCpThrowPiece = new System.Windows.Forms.Button();
this.btnHp2ThrowPiece = new System.Windows.Forms.Button();
this.btnHp1ThrowPiece = new System.Windows.Forms.Button();
this.btnArm5ThrowPiece = new System.Windows.Forms.Button();
this.btnArm4ThrowPiece = new System.Windows.Forms.Button();
this.btnArm3ThrowPiece = new System.Windows.Forms.Button();
this.btnArm2ThrowPiece = new System.Windows.Forms.Button();
this.btnArm1ThrowPiece = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.btnCotThrowPiece, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.btnCpThrowPiece, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.btnHp2ThrowPiece, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.btnHp1ThrowPiece, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.btnArm5ThrowPiece, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.btnArm4ThrowPiece, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.btnArm3ThrowPiece, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.btnArm2ThrowPiece, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.btnArm1ThrowPiece, 0, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(714, 216);
this.tableLayoutPanel1.TabIndex = 0;
//
// btnCotThrowPiece
//
this.btnCotThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCotThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnCotThrowPiece.Location = new System.Drawing.Point(480, 148);
this.btnCotThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnCotThrowPiece.Name = "btnCotThrowPiece";
this.btnCotThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnCotThrowPiece.TabIndex = 8;
this.btnCotThrowPiece.Text = "匀胶丢片处理";
this.btnCotThrowPiece.UseVisualStyleBackColor = true;
this.btnCotThrowPiece.Click += new System.EventHandler(this.btnCotThrowPiece_Click);
this.btnCotThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnCotThrowPiece_MouseDown);
this.btnCotThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnCotThrowPiece_MouseUp);
//
// btnCpThrowPiece
//
this.btnCpThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCpThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnCpThrowPiece.Location = new System.Drawing.Point(242, 148);
this.btnCpThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnCpThrowPiece.Name = "btnCpThrowPiece";
this.btnCpThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnCpThrowPiece.TabIndex = 7;
this.btnCpThrowPiece.Text = "冷板丢片处理";
this.btnCpThrowPiece.UseVisualStyleBackColor = true;
this.btnCpThrowPiece.Click += new System.EventHandler(this.btnCpThrowPiece_Click);
this.btnCpThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnCpThrowPiece_MouseDown);
this.btnCpThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnCpThrowPiece_MouseUp);
//
// btnHp2ThrowPiece
//
this.btnHp2ThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnHp2ThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnHp2ThrowPiece.Location = new System.Drawing.Point(4, 148);
this.btnHp2ThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnHp2ThrowPiece.Name = "btnHp2ThrowPiece";
this.btnHp2ThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnHp2ThrowPiece.TabIndex = 6;
this.btnHp2ThrowPiece.Text = "热板2丢片处理";
this.btnHp2ThrowPiece.UseVisualStyleBackColor = true;
this.btnHp2ThrowPiece.Click += new System.EventHandler(this.btnHp2ThrowPiece_Click);
this.btnHp2ThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnHp2ThrowPiece_MouseDown);
this.btnHp2ThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnHp2ThrowPiece_MouseUp);
//
// btnHp1ThrowPiece
//
this.btnHp1ThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnHp1ThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnHp1ThrowPiece.Location = new System.Drawing.Point(480, 76);
this.btnHp1ThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnHp1ThrowPiece.Name = "btnHp1ThrowPiece";
this.btnHp1ThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnHp1ThrowPiece.TabIndex = 5;
this.btnHp1ThrowPiece.Text = "热板1丢片处理";
this.btnHp1ThrowPiece.UseVisualStyleBackColor = true;
this.btnHp1ThrowPiece.Click += new System.EventHandler(this.btnHp1ThrowPiece_Click);
this.btnHp1ThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnHp1ThrowPiece_MouseDown);
this.btnHp1ThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnHp1ThrowPiece_MouseUp);
//
// btnArm5ThrowPiece
//
this.btnArm5ThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnArm5ThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnArm5ThrowPiece.Location = new System.Drawing.Point(242, 76);
this.btnArm5ThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnArm5ThrowPiece.Name = "btnArm5ThrowPiece";
this.btnArm5ThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnArm5ThrowPiece.TabIndex = 4;
this.btnArm5ThrowPiece.Text = "手臂5丢片处理";
this.btnArm5ThrowPiece.UseVisualStyleBackColor = true;
this.btnArm5ThrowPiece.Click += new System.EventHandler(this.btnArm5ThrowPiece_Click);
this.btnArm5ThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnArm5ThrowPiece_MouseDown);
this.btnArm5ThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnArm5ThrowPiece_MouseUp);
//
// btnArm4ThrowPiece
//
this.btnArm4ThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnArm4ThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnArm4ThrowPiece.Location = new System.Drawing.Point(4, 76);
this.btnArm4ThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnArm4ThrowPiece.Name = "btnArm4ThrowPiece";
this.btnArm4ThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnArm4ThrowPiece.TabIndex = 3;
this.btnArm4ThrowPiece.Text = "手臂4丢片处理";
this.btnArm4ThrowPiece.UseVisualStyleBackColor = true;
this.btnArm4ThrowPiece.Click += new System.EventHandler(this.btnArm4ThrowPiece_Click);
this.btnArm4ThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnArm4ThrowPiece_MouseDown);
this.btnArm4ThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnArm4ThrowPiece_MouseUp);
//
// btnArm3ThrowPiece
//
this.btnArm3ThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnArm3ThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnArm3ThrowPiece.Location = new System.Drawing.Point(480, 4);
this.btnArm3ThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnArm3ThrowPiece.Name = "btnArm3ThrowPiece";
this.btnArm3ThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnArm3ThrowPiece.TabIndex = 2;
this.btnArm3ThrowPiece.Text = "手臂3丢片处理";
this.btnArm3ThrowPiece.UseVisualStyleBackColor = true;
this.btnArm3ThrowPiece.Click += new System.EventHandler(this.btnArm3ThrowPiece_Click);
this.btnArm3ThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnArm3ThrowPiece_MouseDown);
this.btnArm3ThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnArm3ThrowPiece_MouseUp);
//
// btnArm2ThrowPiece
//
this.btnArm2ThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnArm2ThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnArm2ThrowPiece.Location = new System.Drawing.Point(242, 4);
this.btnArm2ThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnArm2ThrowPiece.Name = "btnArm2ThrowPiece";
this.btnArm2ThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnArm2ThrowPiece.TabIndex = 1;
this.btnArm2ThrowPiece.Text = "手臂2丢片处理";
this.btnArm2ThrowPiece.UseVisualStyleBackColor = true;
this.btnArm2ThrowPiece.Click += new System.EventHandler(this.btnArm2ThrowPiece_Click);
this.btnArm2ThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnArm2ThrowPiece_MouseDown);
this.btnArm2ThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnArm2ThrowPiece_MouseUp);
//
// btnArm1ThrowPiece
//
this.btnArm1ThrowPiece.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnArm1ThrowPiece.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnArm1ThrowPiece.Location = new System.Drawing.Point(4, 4);
this.btnArm1ThrowPiece.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnArm1ThrowPiece.Name = "btnArm1ThrowPiece";
this.btnArm1ThrowPiece.Size = new System.Drawing.Size(230, 64);
this.btnArm1ThrowPiece.TabIndex = 0;
this.btnArm1ThrowPiece.Text = "手臂1丢片处理";
this.btnArm1ThrowPiece.UseVisualStyleBackColor = true;
this.btnArm1ThrowPiece.Click += new System.EventHandler(this.btnArm1ThrowPiece_Click);
this.btnArm1ThrowPiece.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnArm1ThrowPiece_MouseDown);
this.btnArm1ThrowPiece.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnArm1ThrowPiece_MouseUp);
//
// FrmT1ThrowPiece
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(715, 215);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmT1ThrowPiece";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "T1丢片处理";
this.Load += new System.EventHandler(this.FrmT1ThrowPiece_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Button btnCotThrowPiece;
private System.Windows.Forms.Button btnCpThrowPiece;
private System.Windows.Forms.Button btnHp2ThrowPiece;
private System.Windows.Forms.Button btnHp1ThrowPiece;
private System.Windows.Forms.Button btnArm5ThrowPiece;
private System.Windows.Forms.Button btnArm4ThrowPiece;
private System.Windows.Forms.Button btnArm3ThrowPiece;
private System.Windows.Forms.Button btnArm2ThrowPiece;
private System.Windows.Forms.Button btnArm1ThrowPiece;
}
}