namespace M423project
|
{
|
partial class FormPlcOperation
|
{
|
/// <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.cbUnloadRbtAlarm = new System.Windows.Forms.CheckBox();
|
this.btnCloseAlarm = new System.Windows.Forms.Button();
|
this.cbLoadRbtAlarm = new System.Windows.Forms.CheckBox();
|
this.btnTailingEmpty = new System.Windows.Forms.Button();
|
this.cbPingbiSafeGuard = new System.Windows.Forms.CheckBox();
|
this.cbPingbiGuangshan = new System.Windows.Forms.CheckBox();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 2;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.tableLayoutPanel1.Controls.Add(this.cbUnloadRbtAlarm, 1, 2);
|
this.tableLayoutPanel1.Controls.Add(this.btnCloseAlarm, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.cbLoadRbtAlarm, 0, 2);
|
this.tableLayoutPanel1.Controls.Add(this.btnTailingEmpty, 1, 0);
|
this.tableLayoutPanel1.Controls.Add(this.cbPingbiSafeGuard, 1, 1);
|
this.tableLayoutPanel1.Controls.Add(this.cbPingbiGuangshan, 0, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
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(809, 457);
|
this.tableLayoutPanel1.TabIndex = 0;
|
//
|
// cbUnloadRbtAlarm
|
//
|
this.cbUnloadRbtAlarm.Appearance = System.Windows.Forms.Appearance.Button;
|
this.cbUnloadRbtAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.cbUnloadRbtAlarm.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cbUnloadRbtAlarm.Location = new System.Drawing.Point(408, 308);
|
this.cbUnloadRbtAlarm.Margin = new System.Windows.Forms.Padding(4);
|
this.cbUnloadRbtAlarm.Name = "cbUnloadRbtAlarm";
|
this.cbUnloadRbtAlarm.Size = new System.Drawing.Size(397, 145);
|
this.cbUnloadRbtAlarm.TabIndex = 126;
|
this.cbUnloadRbtAlarm.Text = "下料机械手清除报警";
|
this.cbUnloadRbtAlarm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.cbUnloadRbtAlarm.UseVisualStyleBackColor = true;
|
this.cbUnloadRbtAlarm.CheckedChanged += new System.EventHandler(this.cbUnloadRbtAlarm_CheckedChanged);
|
//
|
// btnCloseAlarm
|
//
|
this.btnCloseAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.btnCloseAlarm.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
this.btnCloseAlarm.Location = new System.Drawing.Point(4, 4);
|
this.btnCloseAlarm.Margin = new System.Windows.Forms.Padding(4);
|
this.btnCloseAlarm.Name = "btnCloseAlarm";
|
this.btnCloseAlarm.Size = new System.Drawing.Size(396, 144);
|
this.btnCloseAlarm.TabIndex = 121;
|
this.btnCloseAlarm.Text = "關閉報警聲";
|
this.btnCloseAlarm.UseVisualStyleBackColor = true;
|
this.btnCloseAlarm.Click += new System.EventHandler(this.btnCloseAlarm_Click);
|
//
|
// cbLoadRbtAlarm
|
//
|
this.cbLoadRbtAlarm.Appearance = System.Windows.Forms.Appearance.Button;
|
this.cbLoadRbtAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.cbLoadRbtAlarm.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cbLoadRbtAlarm.Location = new System.Drawing.Point(4, 308);
|
this.cbLoadRbtAlarm.Margin = new System.Windows.Forms.Padding(4);
|
this.cbLoadRbtAlarm.Name = "cbLoadRbtAlarm";
|
this.cbLoadRbtAlarm.Size = new System.Drawing.Size(396, 145);
|
this.cbLoadRbtAlarm.TabIndex = 125;
|
this.cbLoadRbtAlarm.Text = "上料机械手清除报警";
|
this.cbLoadRbtAlarm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.cbLoadRbtAlarm.UseVisualStyleBackColor = true;
|
this.cbLoadRbtAlarm.CheckedChanged += new System.EventHandler(this.cbLoadRbtAlarm_CheckedChanged);
|
//
|
// btnTailingEmpty
|
//
|
this.btnTailingEmpty.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.btnTailingEmpty.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
|
this.btnTailingEmpty.Location = new System.Drawing.Point(408, 4);
|
this.btnTailingEmpty.Margin = new System.Windows.Forms.Padding(4);
|
this.btnTailingEmpty.Name = "btnTailingEmpty";
|
this.btnTailingEmpty.Size = new System.Drawing.Size(397, 144);
|
this.btnTailingEmpty.TabIndex = 122;
|
this.btnTailingEmpty.Text = "尾料清空";
|
this.btnTailingEmpty.UseVisualStyleBackColor = true;
|
this.btnTailingEmpty.Click += new System.EventHandler(this.btnTailingEmpty_Click);
|
//
|
// cbPingbiSafeGuard
|
//
|
this.cbPingbiSafeGuard.Appearance = System.Windows.Forms.Appearance.Button;
|
this.cbPingbiSafeGuard.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.cbPingbiSafeGuard.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cbPingbiSafeGuard.Location = new System.Drawing.Point(408, 156);
|
this.cbPingbiSafeGuard.Margin = new System.Windows.Forms.Padding(4);
|
this.cbPingbiSafeGuard.Name = "cbPingbiSafeGuard";
|
this.cbPingbiSafeGuard.Size = new System.Drawing.Size(397, 144);
|
this.cbPingbiSafeGuard.TabIndex = 124;
|
this.cbPingbiSafeGuard.Text = "遮罩安全門";
|
this.cbPingbiSafeGuard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.cbPingbiSafeGuard.UseVisualStyleBackColor = true;
|
this.cbPingbiSafeGuard.CheckedChanged += new System.EventHandler(this.cbPingbiSafeGuard_CheckedChanged);
|
//
|
// cbPingbiGuangshan
|
//
|
this.cbPingbiGuangshan.Appearance = System.Windows.Forms.Appearance.Button;
|
this.cbPingbiGuangshan.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.cbPingbiGuangshan.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.cbPingbiGuangshan.Location = new System.Drawing.Point(4, 156);
|
this.cbPingbiGuangshan.Margin = new System.Windows.Forms.Padding(4);
|
this.cbPingbiGuangshan.Name = "cbPingbiGuangshan";
|
this.cbPingbiGuangshan.Size = new System.Drawing.Size(396, 144);
|
this.cbPingbiGuangshan.TabIndex = 123;
|
this.cbPingbiGuangshan.Text = "遮罩光柵";
|
this.cbPingbiGuangshan.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.cbPingbiGuangshan.UseVisualStyleBackColor = true;
|
this.cbPingbiGuangshan.CheckedChanged += new System.EventHandler(this.cbPingbiGuangshan_CheckedChanged);
|
//
|
// FormPlcOperation
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(809, 457);
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "FormPlcOperation";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "PLC操作";
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.CheckBox cbUnloadRbtAlarm;
|
private System.Windows.Forms.Button btnCloseAlarm;
|
private System.Windows.Forms.CheckBox cbLoadRbtAlarm;
|
private System.Windows.Forms.Button btnTailingEmpty;
|
private System.Windows.Forms.CheckBox cbPingbiSafeGuard;
|
private System.Windows.Forms.CheckBox cbPingbiGuangshan;
|
}
|
}
|