From 78994d1c8243018f6e37717e3ea0a0297d491bd8 Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期五, 10 七月 2020 13:10:24 +0800 Subject: [PATCH] 标签显示和列表联动修改 --- src/Bro.M071.Process/UI/M071_ShortcutFrm.Designer.cs | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/Bro.M071.Process/UI/M071_ShortcutFrm.Designer.cs b/src/Bro.M071.Process/UI/M071_ShortcutFrm.Designer.cs index eca6a77..3a1c2ce 100644 --- a/src/Bro.M071.Process/UI/M071_ShortcutFrm.Designer.cs +++ b/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; } } \ No newline at end of file -- Gitblit v1.8.0