From a6f2ba736d1ac63d8fe33c71dfc3a578b1702b95 Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期一, 06 七月 2020 11:27:08 +0800
Subject: [PATCH] 三色灯和蜂鸣器逻辑实现

---
 src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs b/src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs
index 9dfdfdb..784f96b 100644
--- a/src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs
+++ b/src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs
@@ -42,9 +42,9 @@
             this.tssBtnCameraOp,
             this.tsTxtExposure,
             this.tsBtnModifyExposure});
-            this.toolStripOperation.Location = new System.Drawing.Point(38, 0);
+            this.toolStripOperation.Location = new System.Drawing.Point(38, 2);
             this.toolStripOperation.Name = "toolStripOperation";
-            this.toolStripOperation.Size = new System.Drawing.Size(440, 25);
+            this.toolStripOperation.Size = new System.Drawing.Size(440, 28);
             this.toolStripOperation.TabIndex = 0;
             this.toolStripOperation.Text = "toolStrip1";
             // 
@@ -56,7 +56,7 @@
             this.tssBtnCameraOp.Image = ((System.Drawing.Image)(resources.GetObject("tssBtnCameraOp.Image")));
             this.tssBtnCameraOp.ImageTransparentColor = System.Drawing.Color.Magenta;
             this.tssBtnCameraOp.Name = "tssBtnCameraOp";
-            this.tssBtnCameraOp.Size = new System.Drawing.Size(64, 22);
+            this.tssBtnCameraOp.Size = new System.Drawing.Size(64, 25);
             this.tssBtnCameraOp.Text = "鎷�    鐓�";
             this.tssBtnCameraOp.ToolTipText = "鐩告満妯″紡";
             this.tssBtnCameraOp.DropDownClosed += new System.EventHandler(this.tssBtnCameraOp_DropDownClosed);
@@ -96,13 +96,13 @@
             this.tsmiShowElements,
             this.tsmiShowStatusBar});
             this.ctmsVisibleControl.Name = "ctmsVisibleControl";
-            this.ctmsVisibleControl.Size = new System.Drawing.Size(181, 114);
+            this.ctmsVisibleControl.Size = new System.Drawing.Size(149, 92);
             // 
             // tsmiShowToolBar
             // 
             this.tsmiShowToolBar.CheckOnClick = true;
             this.tsmiShowToolBar.Name = "tsmiShowToolBar";
-            this.tsmiShowToolBar.Size = new System.Drawing.Size(180, 22);
+            this.tsmiShowToolBar.Size = new System.Drawing.Size(148, 22);
             this.tsmiShowToolBar.Text = "鏄剧ず宸ュ叿鏍�";
             this.tsmiShowToolBar.CheckedChanged += new System.EventHandler(this.tsmiShowToolBar_CheckedChanged);
             // 
@@ -110,7 +110,7 @@
             // 
             this.tsmiShowOpBar.CheckOnClick = true;
             this.tsmiShowOpBar.Name = "tsmiShowOpBar";
-            this.tsmiShowOpBar.Size = new System.Drawing.Size(180, 22);
+            this.tsmiShowOpBar.Size = new System.Drawing.Size(148, 22);
             this.tsmiShowOpBar.Text = "鏄剧ず鎿嶄綔鏍�";
             this.tsmiShowOpBar.CheckedChanged += new System.EventHandler(this.tsmiShowOpBar_CheckedChanged);
             // 
@@ -118,7 +118,7 @@
             // 
             this.tsmiShowElements.CheckOnClick = true;
             this.tsmiShowElements.Name = "tsmiShowElements";
-            this.tsmiShowElements.Size = new System.Drawing.Size(180, 22);
+            this.tsmiShowElements.Size = new System.Drawing.Size(148, 22);
             this.tsmiShowElements.Text = "鏄剧ず鍩哄厓鍒楄〃";
             this.tsmiShowElements.CheckedChanged += new System.EventHandler(this.tsmiShowElements_CheckedChanged);
             // 
@@ -126,7 +126,7 @@
             // 
             this.tsmiShowStatusBar.CheckOnClick = true;
             this.tsmiShowStatusBar.Name = "tsmiShowStatusBar";
-            this.tsmiShowStatusBar.Size = new System.Drawing.Size(180, 22);
+            this.tsmiShowStatusBar.Size = new System.Drawing.Size(148, 22);
             this.tsmiShowStatusBar.Text = "鏄剧ず鐘舵�佹爮";
             this.tsmiShowStatusBar.CheckedChanged += new System.EventHandler(this.tsmiShowStatusBar_CheckedChanged);
             // 

--
Gitblit v1.8.0