From 0dfbcfad8bbbeae5218293d59aba851fd8e65a90 Mon Sep 17 00:00:00 2001
From: wells <123>
Date: 星期六, 11 七月 2020 12:25:35 +0800
Subject: [PATCH] Merge branch 'master' of http://gitblit.broconcentric.com:8088/r/M071

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

diff --git a/src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs b/src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs
index 784f96b..c83ffd7 100644
--- a/src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs
+++ b/src/Bro.UI.Device.Winform/CtrlCameraRunBase.Designer.cs
@@ -27,8 +27,14 @@
             this.tsmiShowOpBar = new System.Windows.Forms.ToolStripMenuItem();
             this.tsmiShowElements = new System.Windows.Forms.ToolStripMenuItem();
             this.tsmiShowStatusBar = new System.Windows.Forms.ToolStripMenuItem();
+            this.tsmiBtnExecuteOpConfig = new System.Windows.Forms.ToolStripButton();
+            this.tscOpConfig = new System.Windows.Forms.ToolStripContainer();
+            this.tsmiShowOpConfig = new System.Windows.Forms.ToolStripMenuItem();
+            this.propGridOpConfig = new System.Windows.Forms.PropertyGrid();
             this.toolStripOperation.SuspendLayout();
             this.ctmsVisibleControl.SuspendLayout();
+            this.tscOpConfig.ContentPanel.SuspendLayout();
+            this.tscOpConfig.SuspendLayout();
             this.SuspendLayout();
             // 
             // toolStripOperation
@@ -41,7 +47,8 @@
             this.toolStripOperation.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
             this.tssBtnCameraOp,
             this.tsTxtExposure,
-            this.tsBtnModifyExposure});
+            this.tsBtnModifyExposure,
+            this.tsmiBtnExecuteOpConfig});
             this.toolStripOperation.Location = new System.Drawing.Point(38, 2);
             this.toolStripOperation.Name = "toolStripOperation";
             this.toolStripOperation.Size = new System.Drawing.Size(440, 28);
@@ -76,7 +83,7 @@
             // 
             this.tsTxtExposure.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
             this.tsTxtExposure.Name = "tsTxtExposure";
-            this.tsTxtExposure.Size = new System.Drawing.Size(100, 25);
+            this.tsTxtExposure.Size = new System.Drawing.Size(100, 28);
             // 
             // tsBtnModifyExposure
             // 
@@ -84,7 +91,7 @@
             this.tsBtnModifyExposure.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnModifyExposure.Image")));
             this.tsBtnModifyExposure.ImageTransparentColor = System.Drawing.Color.Magenta;
             this.tsBtnModifyExposure.Name = "tsBtnModifyExposure";
-            this.tsBtnModifyExposure.Size = new System.Drawing.Size(60, 22);
+            this.tsBtnModifyExposure.Size = new System.Drawing.Size(60, 25);
             this.tsBtnModifyExposure.Text = "淇敼鏇濆厜";
             this.tsBtnModifyExposure.Click += new System.EventHandler(this.tsBtnModifyExposure_Click);
             // 
@@ -94,9 +101,10 @@
             this.tsmiShowToolBar,
             this.tsmiShowOpBar,
             this.tsmiShowElements,
-            this.tsmiShowStatusBar});
+            this.tsmiShowStatusBar,
+            this.tsmiShowOpConfig});
             this.ctmsVisibleControl.Name = "ctmsVisibleControl";
-            this.ctmsVisibleControl.Size = new System.Drawing.Size(149, 92);
+            this.ctmsVisibleControl.Size = new System.Drawing.Size(149, 114);
             // 
             // tsmiShowToolBar
             // 
@@ -130,11 +138,54 @@
             this.tsmiShowStatusBar.Text = "鏄剧ず鐘舵�佹爮";
             this.tsmiShowStatusBar.CheckedChanged += new System.EventHandler(this.tsmiShowStatusBar_CheckedChanged);
             // 
+            // tsmiBtnExecuteOpConfig
+            // 
+            this.tsmiBtnExecuteOpConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+            this.tsmiBtnExecuteOpConfig.Image = ((System.Drawing.Image)(resources.GetObject("tsmiBtnExecuteOpConfig.Image")));
+            this.tsmiBtnExecuteOpConfig.ImageTransparentColor = System.Drawing.Color.Magenta;
+            this.tsmiBtnExecuteOpConfig.Name = "tsmiBtnExecuteOpConfig";
+            this.tsmiBtnExecuteOpConfig.Size = new System.Drawing.Size(84, 25);
+            this.tsmiBtnExecuteOpConfig.Text = "鎵ц鎿嶄綔閰嶇疆";
+            this.tsmiBtnExecuteOpConfig.Click += new System.EventHandler(this.tsmiBtnExecuteOpConfig_Click);
+            // 
+            // tscOpConfig
+            // 
+            // 
+            // tscOpConfig.ContentPanel
+            // 
+            this.tscOpConfig.ContentPanel.Controls.Add(this.propGridOpConfig);
+            this.tscOpConfig.ContentPanel.Size = new System.Drawing.Size(478, 175);
+            this.tscOpConfig.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.tscOpConfig.Location = new System.Drawing.Point(0, 265);
+            this.tscOpConfig.Name = "tscOpConfig";
+            this.tscOpConfig.Size = new System.Drawing.Size(478, 175);
+            this.tscOpConfig.TabIndex = 1;
+            this.tscOpConfig.Text = "toolStripContainer1";
+            this.tscOpConfig.Visible = false;
+            // 
+            // tsmiShowOpConfig
+            // 
+            this.tsmiShowOpConfig.CheckOnClick = true;
+            this.tsmiShowOpConfig.Name = "tsmiShowOpConfig";
+            this.tsmiShowOpConfig.Size = new System.Drawing.Size(148, 22);
+            this.tsmiShowOpConfig.Text = "鏄剧ず鎿嶄綔閰嶇疆";
+            this.tsmiShowOpConfig.CheckedChanged += new System.EventHandler(this.tsmiShowOpConfig_CheckedChanged);
+            // 
+            // propGridOpConfig
+            // 
+            this.propGridOpConfig.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.propGridOpConfig.Location = new System.Drawing.Point(0, 0);
+            this.propGridOpConfig.Name = "propGridOpConfig";
+            this.propGridOpConfig.Size = new System.Drawing.Size(478, 175);
+            this.propGridOpConfig.TabIndex = 0;
+            this.propGridOpConfig.ToolbarVisible = false;
+            // 
             // CtrlCameraRunBase
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ContextMenuStrip = this.ctmsVisibleControl;
+            this.Controls.Add(this.tscOpConfig);
             this.Controls.Add(this.toolStripOperation);
             this.Name = "CtrlCameraRunBase";
             this.Size = new System.Drawing.Size(478, 440);
@@ -142,6 +193,9 @@
             this.toolStripOperation.ResumeLayout(false);
             this.toolStripOperation.PerformLayout();
             this.ctmsVisibleControl.ResumeLayout(false);
+            this.tscOpConfig.ContentPanel.ResumeLayout(false);
+            this.tscOpConfig.ResumeLayout(false);
+            this.tscOpConfig.PerformLayout();
             this.ResumeLayout(false);
 
         }
@@ -158,5 +212,9 @@
         private System.Windows.Forms.ToolStripMenuItem tsmiShowOpBar;
         private System.Windows.Forms.ToolStripMenuItem tsmiShowElements;
         private System.Windows.Forms.ToolStripMenuItem tsmiShowStatusBar;
+        private System.Windows.Forms.ToolStripButton tsmiBtnExecuteOpConfig;
+        private System.Windows.Forms.ToolStripMenuItem tsmiShowOpConfig;
+        private System.Windows.Forms.ToolStripContainer tscOpConfig;
+        private System.Windows.Forms.PropertyGrid propGridOpConfig;
     }
 }

--
Gitblit v1.8.0