领胜LDS 键盘AOI检测项目
wells
2020-07-12 66d995d55f9c122328b4eceb99bc20aca3a42c10
src/Bro.M071.Process/UI/M071_ShortcutFrm.Designer.cs
@@ -28,12 +28,117 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            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;
    }
}