领胜LDS 键盘AOI检测项目
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;
    }
}