领胜LDS 键盘AOI检测项目
xcd
2020-07-10 78994d1c8243018f6e37717e3ea0a0297d491bd8
src/Bro.M071.Process/UI/M071_ShortcutFrm.Designer.cs
@@ -34,6 +34,7 @@
            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();
            // 
@@ -43,6 +44,7 @@
            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);
@@ -96,13 +98,24 @@
            // 
            // btnLightSwitch
            // 
            this.btnLightSwitch.Location = new System.Drawing.Point(419, 3);
            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
            // 
@@ -126,5 +139,6 @@
        private System.Windows.Forms.CheckBox chkBlockBeep;
        private System.Windows.Forms.CheckBox chkManualInputForbidden;
        private System.Windows.Forms.Button btnLightSwitch;
        private System.Windows.Forms.CheckBox chkEnableMESUpload;
    }
}