From e69865a1a3739740201bac8782b721da35d49923 Mon Sep 17 00:00:00 2001
From: patrick.xu <patrick.xu@broconcentric.com>
Date: 星期一, 25 一月 2021 18:45:28 +0800
Subject: [PATCH] 1. gocator添加重试和清理缓存操作 2. gts板卡调整监听频率 3. 记录产品数据使用filsstream避免程序崩溃影响

---
 src/Bro.UI.Config/MenuForms/FrmStatistic.Designer.cs |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/src/Bro.UI.Config/MenuForms/FrmStatistic.Designer.cs b/src/Bro.UI.Config/MenuForms/FrmStatistic.Designer.cs
index e4aa25e..236ea20 100644
--- a/src/Bro.UI.Config/MenuForms/FrmStatistic.Designer.cs
+++ b/src/Bro.UI.Config/MenuForms/FrmStatistic.Designer.cs
@@ -28,9 +28,12 @@
         /// </summary>
         private void InitializeComponent()
         {
+            this.components = new System.ComponentModel.Container();
             this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
             this.plStatistic = new System.Windows.Forms.Panel();
             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
+            this.ctmsClearQty = new System.Windows.Forms.ContextMenuStrip(this.components);
+            this.tsmiClearQty = new System.Windows.Forms.ToolStripMenuItem();
             this.label1 = new System.Windows.Forms.Label();
             this.label2 = new System.Windows.Forms.Label();
             this.label3 = new System.Windows.Forms.Label();
@@ -71,6 +74,7 @@
             this.flowLayoutPanel1.SuspendLayout();
             this.plStatistic.SuspendLayout();
             this.tableLayoutPanel1.SuspendLayout();
+            this.ctmsClearQty.SuspendLayout();
             this.plCT.SuspendLayout();
             this.tableLayoutPanel2.SuspendLayout();
             this.plOEE.SuspendLayout();
@@ -104,6 +108,7 @@
             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
+            this.tableLayoutPanel1.ContextMenuStrip = this.ctmsClearQty;
             this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
             this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
             this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
@@ -122,6 +127,20 @@
             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
             this.tableLayoutPanel1.Size = new System.Drawing.Size(215, 100);
             this.tableLayoutPanel1.TabIndex = 0;
+            // 
+            // ctmsClearQty
+            // 
+            this.ctmsClearQty.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.tsmiClearQty});
+            this.ctmsClearQty.Name = "ctmsClearQty";
+            this.ctmsClearQty.Size = new System.Drawing.Size(125, 26);
+            // 
+            // tsmiClearQty
+            // 
+            this.tsmiClearQty.Name = "tsmiClearQty";
+            this.tsmiClearQty.Size = new System.Drawing.Size(124, 22);
+            this.tsmiClearQty.Text = "璁℃暟娓呴浂";
+            this.tsmiClearQty.Click += new System.EventHandler(this.tsmiClearQty_Click);
             // 
             // label1
             // 
@@ -226,6 +245,7 @@
             this.btnClearStatistic.TabIndex = 8;
             this.btnClearStatistic.Text = "娓�  闆�";
             this.btnClearStatistic.UseVisualStyleBackColor = true;
+            this.btnClearStatistic.Visible = false;
             this.btnClearStatistic.Click += new System.EventHandler(this.btnClearStatistic_Click);
             // 
             // plCT
@@ -588,6 +608,7 @@
             this.plStatistic.ResumeLayout(false);
             this.tableLayoutPanel1.ResumeLayout(false);
             this.tableLayoutPanel1.PerformLayout();
+            this.ctmsClearQty.ResumeLayout(false);
             this.plCT.ResumeLayout(false);
             this.tableLayoutPanel2.ResumeLayout(false);
             this.tableLayoutPanel2.PerformLayout();
@@ -641,5 +662,7 @@
         private System.Windows.Forms.Button btnRefreshOEE;
         private System.Windows.Forms.Label lblCT;
         private System.Windows.Forms.Label lblUPH;
+        private System.Windows.Forms.ContextMenuStrip ctmsClearQty;
+        private System.Windows.Forms.ToolStripMenuItem tsmiClearQty;
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0