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.

281 lines
16 KiB

namespace ChipGlueDeviceManager
{
partial class FrmT1ColdPlateUnit
{
/// <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.label1 = new System.Windows.Forms.Label();
this.btnModelSwitch = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
this.lblLow = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblHigh = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.lblVacuumSignal = new System.Windows.Forms.Label();
this.btnThimble = new System.Windows.Forms.Button();
this.btnVacuoSuction = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel14.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label1.Location = new System.Drawing.Point(263, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(141, 27);
this.label1.TabIndex = 0;
this.label1.Text = "T1 冷 板 单 元";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnModelSwitch
//
this.btnModelSwitch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnModelSwitch.Location = new System.Drawing.Point(495, 86);
this.btnModelSwitch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnModelSwitch.Name = "btnModelSwitch";
this.btnModelSwitch.Size = new System.Drawing.Size(251, 56);
this.btnModelSwitch.TabIndex = 3;
this.btnModelSwitch.Text = "自动模式";
this.btnModelSwitch.UseVisualStyleBackColor = true;
this.btnModelSwitch.Click += new System.EventHandler(this.btnModelSwitch_Click);
//
// label2
//
this.label2.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.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label2.Location = new System.Drawing.Point(345, 95);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(97, 27);
this.label2.TabIndex = 1;
this.label2.Text = "模式切换:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel14
//
this.tableLayoutPanel14.ColumnCount = 2;
this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 154F));
this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F));
this.tableLayoutPanel14.Controls.Add(this.lblLow, 1, 2);
this.tableLayoutPanel14.Controls.Add(this.label3, 0, 0);
this.tableLayoutPanel14.Controls.Add(this.lblHigh, 1, 1);
this.tableLayoutPanel14.Controls.Add(this.label10, 0, 1);
this.tableLayoutPanel14.Controls.Add(this.label19, 0, 2);
this.tableLayoutPanel14.Controls.Add(this.lblVacuumSignal, 1, 0);
this.tableLayoutPanel14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.tableLayoutPanel14.Location = new System.Drawing.Point(28, 73);
this.tableLayoutPanel14.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tableLayoutPanel14.Name = "tableLayoutPanel14";
this.tableLayoutPanel14.RowCount = 3;
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
this.tableLayoutPanel14.Size = new System.Drawing.Size(274, 105);
this.tableLayoutPanel14.TabIndex = 0;
//
// lblLow
//
this.lblLow.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblLow.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lblLow.Location = new System.Drawing.Point(236, 72);
this.lblLow.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblLow.Name = "lblLow";
this.lblLow.Size = new System.Drawing.Size(34, 31);
this.lblLow.TabIndex = 6;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label3.Location = new System.Drawing.Point(4, 4);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(146, 27);
this.label3.TabIndex = 0;
this.label3.Text = "真空信号";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblHigh
//
this.lblHigh.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblHigh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lblHigh.Location = new System.Drawing.Point(236, 37);
this.lblHigh.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblHigh.Name = "lblHigh";
this.lblHigh.Size = new System.Drawing.Size(34, 31);
this.lblHigh.TabIndex = 5;
//
// label10
//
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label10.Location = new System.Drawing.Point(4, 39);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(146, 27);
this.label10.TabIndex = 1;
this.label10.Text = "顶针高位";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label19
//
this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.label19.Location = new System.Drawing.Point(4, 74);
this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(146, 27);
this.label19.TabIndex = 2;
this.label19.Text = "顶针低位";
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblVacuumSignal
//
this.lblVacuumSignal.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.lblVacuumSignal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lblVacuumSignal.Location = new System.Drawing.Point(236, 2);
this.lblVacuumSignal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblVacuumSignal.Name = "lblVacuumSignal";
this.lblVacuumSignal.Size = new System.Drawing.Size(34, 31);
this.lblVacuumSignal.TabIndex = 4;
//
// btnThimble
//
this.btnThimble.BackColor = System.Drawing.SystemColors.Control;
this.btnThimble.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnThimble.Location = new System.Drawing.Point(78, 128);
this.btnThimble.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnThimble.Name = "btnThimble";
this.btnThimble.Size = new System.Drawing.Size(176, 51);
this.btnThimble.TabIndex = 9;
this.btnThimble.Text = "顶针";
this.btnThimble.UseVisualStyleBackColor = false;
this.btnThimble.Click += new System.EventHandler(this.btnThimble_Click);
//
// btnVacuoSuction
//
this.btnVacuoSuction.BackColor = System.Drawing.SystemColors.Control;
this.btnVacuoSuction.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.btnVacuoSuction.Location = new System.Drawing.Point(78, 41);
this.btnVacuoSuction.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnVacuoSuction.Name = "btnVacuoSuction";
this.btnVacuoSuction.Size = new System.Drawing.Size(176, 58);
this.btnVacuoSuction.TabIndex = 4;
this.btnVacuoSuction.Text = "吸片真空";
this.btnVacuoSuction.UseVisualStyleBackColor = false;
this.btnVacuoSuction.Click += new System.EventHandler(this.btnVacuoSuction_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnThimble);
this.groupBox3.Controls.Add(this.btnVacuoSuction);
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.groupBox3.Location = new System.Drawing.Point(40, 175);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox3.Size = new System.Drawing.Size(325, 218);
this.groupBox3.TabIndex = 8;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "阀";
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
this.groupBox1.Controls.Add(this.tableLayoutPanel14);
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.groupBox1.Location = new System.Drawing.Point(421, 175);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox1.Size = new System.Drawing.Size(325, 218);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "CP";
//
// FrmT1ColdPlateUnit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(773, 417);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnModelSwitch);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.groupBox3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmT1ColdPlateUnit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "T1冷板单元";
this.Load += new System.EventHandler(this.FrmT1ColdPlateUnit_Load);
this.tableLayoutPanel14.ResumeLayout(false);
this.tableLayoutPanel14.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnModelSwitch;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14;
private System.Windows.Forms.Label lblLow;
private System.Windows.Forms.Label lblHigh;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label lblVacuumSignal;
private System.Windows.Forms.Button btnThimble;
private System.Windows.Forms.Button btnVacuoSuction;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox1;
}
}