namespace Bro.M071.Process.UI
{
partial class M071_ShortcutFrm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.chkBlockSaftyDoor = new System.Windows.Forms.CheckBox();
this.chkBlockSafetyBeam = new System.Windows.Forms.CheckBox();
this.chkBlockBeep = new System.Windows.Forms.CheckBox();
this.chkManualInputForbidden = new System.Windows.Forms.CheckBox();
this.btnLightSwitch = new System.Windows.Forms.Button();
this.chkEnableMESUpload = new System.Windows.Forms.CheckBox();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.chkBlockSaftyDoor);
this.flowLayoutPanel1.Controls.Add(this.chkBlockSafetyBeam);
this.flowLayoutPanel1.Controls.Add(this.chkBlockBeep);
this.flowLayoutPanel1.Controls.Add(this.chkManualInputForbidden);
this.flowLayoutPanel1.Controls.Add(this.chkEnableMESUpload);
this.flowLayoutPanel1.Controls.Add(this.btnLightSwitch);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(800, 450);
this.flowLayoutPanel1.TabIndex = 0;
//
// chkBlockSaftyDoor
//
this.chkBlockSaftyDoor.AutoSize = true;
this.chkBlockSaftyDoor.Location = new System.Drawing.Point(3, 3);
this.chkBlockSaftyDoor.Name = "chkBlockSaftyDoor";
this.chkBlockSaftyDoor.Size = new System.Drawing.Size(86, 17);
this.chkBlockSaftyDoor.TabIndex = 0;
this.chkBlockSaftyDoor.Text = "屏蔽安全门";
this.chkBlockSaftyDoor.UseVisualStyleBackColor = true;
this.chkBlockSaftyDoor.CheckedChanged += new System.EventHandler(this.chkBlockSaftyDoor_CheckedChanged);
//
// chkBlockSafetyBeam
//
this.chkBlockSafetyBeam.AutoSize = true;
this.chkBlockSafetyBeam.Location = new System.Drawing.Point(95, 3);
this.chkBlockSafetyBeam.Name = "chkBlockSafetyBeam";
this.chkBlockSafetyBeam.Size = new System.Drawing.Size(98, 17);
this.chkBlockSafetyBeam.TabIndex = 1;
this.chkBlockSafetyBeam.Text = "屏蔽安全光线";
this.chkBlockSafetyBeam.UseVisualStyleBackColor = true;
this.chkBlockSafetyBeam.CheckedChanged += new System.EventHandler(this.chkBlockSafetyBeam_CheckedChanged);
//
// chkBlockBeep
//
this.chkBlockBeep.AutoSize = true;
this.chkBlockBeep.Location = new System.Drawing.Point(199, 3);
this.chkBlockBeep.Name = "chkBlockBeep";
this.chkBlockBeep.Size = new System.Drawing.Size(86, 17);
this.chkBlockBeep.TabIndex = 2;
this.chkBlockBeep.Text = "屏蔽蜂鸣器";
this.chkBlockBeep.UseVisualStyleBackColor = true;
this.chkBlockBeep.CheckedChanged += new System.EventHandler(this.chkBlockBeep_CheckedChanged);
//
// chkManualInputForbidden
//
this.chkManualInputForbidden.AutoSize = true;
this.chkManualInputForbidden.Location = new System.Drawing.Point(291, 3);
this.chkManualInputForbidden.Name = "chkManualInputForbidden";
this.chkManualInputForbidden.Size = new System.Drawing.Size(122, 17);
this.chkManualInputForbidden.TabIndex = 4;
this.chkManualInputForbidden.Text = "禁止手动输入条码";
this.chkManualInputForbidden.UseVisualStyleBackColor = true;
this.chkManualInputForbidden.CheckedChanged += new System.EventHandler(this.chkManualInputForbidden_CheckedChanged);
//
// btnLightSwitch
//
this.btnLightSwitch.Location = new System.Drawing.Point(543, 3);
this.btnLightSwitch.Name = "btnLightSwitch";
this.btnLightSwitch.Size = new System.Drawing.Size(75, 36);
this.btnLightSwitch.TabIndex = 5;
this.btnLightSwitch.Text = "日光灯开关";
this.btnLightSwitch.UseVisualStyleBackColor = true;
this.btnLightSwitch.Click += new System.EventHandler(this.btnLightSwitch_Click);
//
// chkEnableMESUpload
//
this.chkEnableMESUpload.AutoSize = true;
this.chkEnableMESUpload.Location = new System.Drawing.Point(419, 3);
this.chkEnableMESUpload.Name = "chkEnableMESUpload";
this.chkEnableMESUpload.Size = new System.Drawing.Size(118, 17);
this.chkEnableMESUpload.TabIndex = 6;
this.chkEnableMESUpload.Text = "启用MES数据上传";
this.chkEnableMESUpload.UseVisualStyleBackColor = true;
this.chkEnableMESUpload.CheckedChanged += new System.EventHandler(this.chkEnableMESUpload_CheckedChanged);
//
// M071_ShortcutFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.flowLayoutPanel1);
this.Name = "M071_ShortcutFrm";
this.Text = "M071_ShortcutFrm";
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.CheckBox chkBlockSaftyDoor;
private System.Windows.Forms.CheckBox chkBlockSafetyBeam;
private System.Windows.Forms.CheckBox chkBlockBeep;
private System.Windows.Forms.CheckBox chkManualInputForbidden;
private System.Windows.Forms.Button btnLightSwitch;
private System.Windows.Forms.CheckBox chkEnableMESUpload;
}
}