| | |
| | | /// </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(); |
| | |
| | | this.flowLayoutPanel1.SuspendLayout(); |
| | | this.plStatistic.SuspendLayout(); |
| | | this.tableLayoutPanel1.SuspendLayout(); |
| | | this.ctmsClearQty.SuspendLayout(); |
| | | this.plCT.SuspendLayout(); |
| | | this.tableLayoutPanel2.SuspendLayout(); |
| | | this.plOEE.SuspendLayout(); |
| | |
| | | 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); |
| | |
| | | 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 |
| | | // |
| | |
| | | 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 |
| | |
| | | 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(); |
| | |
| | | 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; |
| | | } |
| | | } |