namespace Bro.UI.Config.MenuForms
|
{
|
partial class FrmStatistic
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
this.plStatistic = new System.Windows.Forms.Panel();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.lblOKNum = new System.Windows.Forms.Label();
|
this.lblOKRate = new System.Windows.Forms.Label();
|
this.lblNGNum = new System.Windows.Forms.Label();
|
this.lblNGRate = new System.Windows.Forms.Label();
|
this.lblTotalNum = new System.Windows.Forms.Label();
|
this.btnClearStatistic = new System.Windows.Forms.Button();
|
this.plCT = new System.Windows.Forms.Panel();
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
this.label4 = new System.Windows.Forms.Label();
|
this.label5 = new System.Windows.Forms.Label();
|
this.lblCT = new System.Windows.Forms.Label();
|
this.lblUPH = new System.Windows.Forms.Label();
|
this.plOEE = new System.Windows.Forms.Panel();
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
this.label6 = new System.Windows.Forms.Label();
|
this.label7 = new System.Windows.Forms.Label();
|
this.label8 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
this.label10 = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
this.label12 = new System.Windows.Forms.Label();
|
this.label13 = new System.Windows.Forms.Label();
|
this.label14 = new System.Windows.Forms.Label();
|
this.lblStartTime = new System.Windows.Forms.Label();
|
this.nudDemandUPH = new System.Windows.Forms.NumericUpDown();
|
this.lblRunTime = new System.Windows.Forms.Label();
|
this.lblAvailableTime = new System.Windows.Forms.Label();
|
this.lblIdleTime = new System.Windows.Forms.Label();
|
this.lblDownTime = new System.Windows.Forms.Label();
|
this.lblOEE_Total = new System.Windows.Forms.Label();
|
this.lblOEE_OK = new System.Windows.Forms.Label();
|
this.lblOEE_Rate = new System.Windows.Forms.Label();
|
this.btnClearOEE = new System.Windows.Forms.Button();
|
this.btnRefreshOEE = new System.Windows.Forms.Button();
|
this.flowLayoutPanel1.SuspendLayout();
|
this.plStatistic.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.plCT.SuspendLayout();
|
this.tableLayoutPanel2.SuspendLayout();
|
this.plOEE.SuspendLayout();
|
this.tableLayoutPanel3.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.nudDemandUPH)).BeginInit();
|
this.SuspendLayout();
|
//
|
// flowLayoutPanel1
|
//
|
this.flowLayoutPanel1.Controls.Add(this.plStatistic);
|
this.flowLayoutPanel1.Controls.Add(this.plCT);
|
this.flowLayoutPanel1.Controls.Add(this.plOEE);
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(214, 450);
|
this.flowLayoutPanel1.TabIndex = 0;
|
//
|
// plStatistic
|
//
|
this.plStatistic.BackColor = System.Drawing.SystemColors.Control;
|
this.plStatistic.Controls.Add(this.tableLayoutPanel1);
|
this.plStatistic.Location = new System.Drawing.Point(3, 3);
|
this.plStatistic.Name = "plStatistic";
|
this.plStatistic.Size = new System.Drawing.Size(215, 100);
|
this.plStatistic.TabIndex = 0;
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 3;
|
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.Controls.Add(this.label1, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
|
this.tableLayoutPanel1.Controls.Add(this.lblOKNum, 1, 0);
|
this.tableLayoutPanel1.Controls.Add(this.lblOKRate, 2, 0);
|
this.tableLayoutPanel1.Controls.Add(this.lblNGNum, 1, 1);
|
this.tableLayoutPanel1.Controls.Add(this.lblNGRate, 2, 1);
|
this.tableLayoutPanel1.Controls.Add(this.lblTotalNum, 1, 2);
|
this.tableLayoutPanel1.Controls.Add(this.btnClearStatistic, 2, 2);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 3;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
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;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label1.Location = new System.Drawing.Point(3, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(58, 33);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "OK";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label2.Location = new System.Drawing.Point(3, 33);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(58, 33);
|
this.label2.TabIndex = 1;
|
this.label2.Text = "NG";
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label3.Location = new System.Drawing.Point(3, 66);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(58, 34);
|
this.label3.TabIndex = 2;
|
this.label3.Text = "总数";
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// lblOKNum
|
//
|
this.lblOKNum.AutoSize = true;
|
this.lblOKNum.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblOKNum.ForeColor = System.Drawing.Color.ForestGreen;
|
this.lblOKNum.Location = new System.Drawing.Point(67, 0);
|
this.lblOKNum.Name = "lblOKNum";
|
this.lblOKNum.Size = new System.Drawing.Size(69, 33);
|
this.lblOKNum.TabIndex = 3;
|
this.lblOKNum.Text = "0";
|
this.lblOKNum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblOKRate
|
//
|
this.lblOKRate.AutoSize = true;
|
this.lblOKRate.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblOKRate.ForeColor = System.Drawing.Color.ForestGreen;
|
this.lblOKRate.Location = new System.Drawing.Point(142, 0);
|
this.lblOKRate.Name = "lblOKRate";
|
this.lblOKRate.Size = new System.Drawing.Size(70, 33);
|
this.lblOKRate.TabIndex = 4;
|
this.lblOKRate.Text = "0";
|
this.lblOKRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblNGNum
|
//
|
this.lblNGNum.AutoSize = true;
|
this.lblNGNum.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblNGNum.ForeColor = System.Drawing.Color.Crimson;
|
this.lblNGNum.Location = new System.Drawing.Point(67, 33);
|
this.lblNGNum.Name = "lblNGNum";
|
this.lblNGNum.Size = new System.Drawing.Size(69, 33);
|
this.lblNGNum.TabIndex = 5;
|
this.lblNGNum.Text = "0";
|
this.lblNGNum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblNGRate
|
//
|
this.lblNGRate.AutoSize = true;
|
this.lblNGRate.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblNGRate.ForeColor = System.Drawing.Color.Crimson;
|
this.lblNGRate.Location = new System.Drawing.Point(142, 33);
|
this.lblNGRate.Name = "lblNGRate";
|
this.lblNGRate.Size = new System.Drawing.Size(70, 33);
|
this.lblNGRate.TabIndex = 6;
|
this.lblNGRate.Text = "0";
|
this.lblNGRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblTotalNum
|
//
|
this.lblTotalNum.AutoSize = true;
|
this.lblTotalNum.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblTotalNum.Location = new System.Drawing.Point(67, 66);
|
this.lblTotalNum.Name = "lblTotalNum";
|
this.lblTotalNum.Size = new System.Drawing.Size(69, 34);
|
this.lblTotalNum.TabIndex = 7;
|
this.lblTotalNum.Text = "0";
|
this.lblTotalNum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// btnClearStatistic
|
//
|
this.btnClearStatistic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.btnClearStatistic.Location = new System.Drawing.Point(142, 69);
|
this.btnClearStatistic.Name = "btnClearStatistic";
|
this.btnClearStatistic.Size = new System.Drawing.Size(70, 28);
|
this.btnClearStatistic.TabIndex = 8;
|
this.btnClearStatistic.Text = "清 零";
|
this.btnClearStatistic.UseVisualStyleBackColor = true;
|
this.btnClearStatistic.Click += new System.EventHandler(this.btnClearStatistic_Click);
|
//
|
// plCT
|
//
|
this.plCT.Controls.Add(this.tableLayoutPanel2);
|
this.plCT.Location = new System.Drawing.Point(3, 109);
|
this.plCT.Name = "plCT";
|
this.plCT.Size = new System.Drawing.Size(215, 66);
|
this.plCT.TabIndex = 0;
|
//
|
// tableLayoutPanel2
|
//
|
this.tableLayoutPanel2.ColumnCount = 3;
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
|
this.tableLayoutPanel2.Controls.Add(this.label4, 0, 0);
|
this.tableLayoutPanel2.Controls.Add(this.label5, 0, 1);
|
this.tableLayoutPanel2.Controls.Add(this.lblCT, 1, 0);
|
this.tableLayoutPanel2.Controls.Add(this.lblUPH, 1, 1);
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
this.tableLayoutPanel2.RowCount = 2;
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(215, 66);
|
this.tableLayoutPanel2.TabIndex = 0;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label4.Location = new System.Drawing.Point(3, 0);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(58, 33);
|
this.label4.TabIndex = 0;
|
this.label4.Text = "CT";
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label5.Location = new System.Drawing.Point(3, 33);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(58, 33);
|
this.label5.TabIndex = 1;
|
this.label5.Text = "UPH";
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// lblCT
|
//
|
this.lblCT.AutoSize = true;
|
this.lblCT.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblCT.Location = new System.Drawing.Point(67, 0);
|
this.lblCT.Name = "lblCT";
|
this.lblCT.Size = new System.Drawing.Size(69, 33);
|
this.lblCT.TabIndex = 2;
|
this.lblCT.Text = "0";
|
this.lblCT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblUPH
|
//
|
this.lblUPH.AutoSize = true;
|
this.lblUPH.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblUPH.Location = new System.Drawing.Point(67, 33);
|
this.lblUPH.Name = "lblUPH";
|
this.lblUPH.Size = new System.Drawing.Size(69, 33);
|
this.lblUPH.TabIndex = 3;
|
this.lblUPH.Text = "0";
|
this.lblUPH.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// plOEE
|
//
|
this.plOEE.BackColor = System.Drawing.SystemColors.Control;
|
this.plOEE.Controls.Add(this.tableLayoutPanel3);
|
this.plOEE.Location = new System.Drawing.Point(3, 181);
|
this.plOEE.Name = "plOEE";
|
this.plOEE.Size = new System.Drawing.Size(215, 198);
|
this.plOEE.TabIndex = 0;
|
//
|
// tableLayoutPanel3
|
//
|
this.tableLayoutPanel3.ColumnCount = 4;
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
this.tableLayoutPanel3.Controls.Add(this.label6, 0, 0);
|
this.tableLayoutPanel3.Controls.Add(this.label7, 0, 1);
|
this.tableLayoutPanel3.Controls.Add(this.label8, 2, 1);
|
this.tableLayoutPanel3.Controls.Add(this.label9, 0, 2);
|
this.tableLayoutPanel3.Controls.Add(this.label10, 2, 2);
|
this.tableLayoutPanel3.Controls.Add(this.label11, 0, 3);
|
this.tableLayoutPanel3.Controls.Add(this.label12, 2, 3);
|
this.tableLayoutPanel3.Controls.Add(this.label13, 0, 4);
|
this.tableLayoutPanel3.Controls.Add(this.label14, 2, 4);
|
this.tableLayoutPanel3.Controls.Add(this.lblStartTime, 1, 0);
|
this.tableLayoutPanel3.Controls.Add(this.nudDemandUPH, 3, 3);
|
this.tableLayoutPanel3.Controls.Add(this.lblRunTime, 1, 1);
|
this.tableLayoutPanel3.Controls.Add(this.lblAvailableTime, 3, 1);
|
this.tableLayoutPanel3.Controls.Add(this.lblIdleTime, 1, 2);
|
this.tableLayoutPanel3.Controls.Add(this.lblDownTime, 3, 2);
|
this.tableLayoutPanel3.Controls.Add(this.lblOEE_Total, 1, 3);
|
this.tableLayoutPanel3.Controls.Add(this.lblOEE_OK, 1, 4);
|
this.tableLayoutPanel3.Controls.Add(this.lblOEE_Rate, 3, 4);
|
this.tableLayoutPanel3.Controls.Add(this.btnClearOEE, 0, 5);
|
this.tableLayoutPanel3.Controls.Add(this.btnRefreshOEE, 2, 5);
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
this.tableLayoutPanel3.RowCount = 6;
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(215, 198);
|
this.tableLayoutPanel3.TabIndex = 0;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label6.Location = new System.Drawing.Point(3, 0);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(37, 33);
|
this.label6.TabIndex = 0;
|
this.label6.Text = "开启时间";
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label7.Location = new System.Drawing.Point(3, 33);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(37, 33);
|
this.label7.TabIndex = 1;
|
this.label7.Text = "运行时间";
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label8.Location = new System.Drawing.Point(110, 33);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(37, 33);
|
this.label8.TabIndex = 2;
|
this.label8.Text = "有效时间";
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label9.Location = new System.Drawing.Point(3, 66);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(37, 33);
|
this.label9.TabIndex = 3;
|
this.label9.Text = "空闲时间";
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label10.Location = new System.Drawing.Point(110, 66);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(37, 33);
|
this.label10.TabIndex = 4;
|
this.label10.Text = "宕机时间";
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label11.Location = new System.Drawing.Point(3, 99);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(37, 33);
|
this.label11.TabIndex = 5;
|
this.label11.Text = "总数";
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label12
|
//
|
this.label12.AutoSize = true;
|
this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label12.Location = new System.Drawing.Point(110, 99);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(37, 33);
|
this.label12.TabIndex = 6;
|
this.label12.Text = "理想UPH";
|
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label13
|
//
|
this.label13.AutoSize = true;
|
this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label13.Location = new System.Drawing.Point(3, 132);
|
this.label13.Name = "label13";
|
this.label13.Size = new System.Drawing.Size(37, 33);
|
this.label13.TabIndex = 7;
|
this.label13.Text = "OK";
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label14
|
//
|
this.label14.AutoSize = true;
|
this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.label14.Location = new System.Drawing.Point(110, 132);
|
this.label14.Name = "label14";
|
this.label14.Size = new System.Drawing.Size(37, 33);
|
this.label14.TabIndex = 8;
|
this.label14.Text = "OEE";
|
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// lblStartTime
|
//
|
this.lblStartTime.AutoSize = true;
|
this.tableLayoutPanel3.SetColumnSpan(this.lblStartTime, 3);
|
this.lblStartTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblStartTime.Location = new System.Drawing.Point(46, 0);
|
this.lblStartTime.Name = "lblStartTime";
|
this.lblStartTime.Size = new System.Drawing.Size(166, 33);
|
this.lblStartTime.TabIndex = 9;
|
this.lblStartTime.Text = " ";
|
this.lblStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// nudDemandUPH
|
//
|
this.nudDemandUPH.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.nudDemandUPH.Increment = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.nudDemandUPH.Location = new System.Drawing.Point(153, 102);
|
this.nudDemandUPH.Maximum = new decimal(new int[] {
|
100000,
|
0,
|
0,
|
0});
|
this.nudDemandUPH.Name = "nudDemandUPH";
|
this.nudDemandUPH.Size = new System.Drawing.Size(59, 21);
|
this.nudDemandUPH.TabIndex = 10;
|
//
|
// lblRunTime
|
//
|
this.lblRunTime.AutoSize = true;
|
this.lblRunTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblRunTime.Location = new System.Drawing.Point(46, 33);
|
this.lblRunTime.Name = "lblRunTime";
|
this.lblRunTime.Size = new System.Drawing.Size(58, 33);
|
this.lblRunTime.TabIndex = 11;
|
this.lblRunTime.Text = "00:00:00";
|
this.lblRunTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblAvailableTime
|
//
|
this.lblAvailableTime.AutoSize = true;
|
this.lblAvailableTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblAvailableTime.Location = new System.Drawing.Point(153, 33);
|
this.lblAvailableTime.Name = "lblAvailableTime";
|
this.lblAvailableTime.Size = new System.Drawing.Size(59, 33);
|
this.lblAvailableTime.TabIndex = 11;
|
this.lblAvailableTime.Text = "00:00:00";
|
this.lblAvailableTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblIdleTime
|
//
|
this.lblIdleTime.AutoSize = true;
|
this.lblIdleTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblIdleTime.Location = new System.Drawing.Point(46, 66);
|
this.lblIdleTime.Name = "lblIdleTime";
|
this.lblIdleTime.Size = new System.Drawing.Size(58, 33);
|
this.lblIdleTime.TabIndex = 12;
|
this.lblIdleTime.Text = "00:00:00";
|
this.lblIdleTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblDownTime
|
//
|
this.lblDownTime.AutoSize = true;
|
this.lblDownTime.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblDownTime.Location = new System.Drawing.Point(153, 66);
|
this.lblDownTime.Name = "lblDownTime";
|
this.lblDownTime.Size = new System.Drawing.Size(59, 33);
|
this.lblDownTime.TabIndex = 13;
|
this.lblDownTime.Text = "00:00:00";
|
this.lblDownTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblOEE_Total
|
//
|
this.lblOEE_Total.AutoSize = true;
|
this.lblOEE_Total.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblOEE_Total.Location = new System.Drawing.Point(46, 99);
|
this.lblOEE_Total.Name = "lblOEE_Total";
|
this.lblOEE_Total.Size = new System.Drawing.Size(58, 33);
|
this.lblOEE_Total.TabIndex = 14;
|
this.lblOEE_Total.Text = "0";
|
this.lblOEE_Total.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblOEE_OK
|
//
|
this.lblOEE_OK.AutoSize = true;
|
this.lblOEE_OK.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblOEE_OK.Location = new System.Drawing.Point(46, 132);
|
this.lblOEE_OK.Name = "lblOEE_OK";
|
this.lblOEE_OK.Size = new System.Drawing.Size(58, 33);
|
this.lblOEE_OK.TabIndex = 15;
|
this.lblOEE_OK.Text = "0";
|
this.lblOEE_OK.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lblOEE_Rate
|
//
|
this.lblOEE_Rate.AutoSize = true;
|
this.lblOEE_Rate.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.lblOEE_Rate.Location = new System.Drawing.Point(153, 132);
|
this.lblOEE_Rate.Name = "lblOEE_Rate";
|
this.lblOEE_Rate.Size = new System.Drawing.Size(59, 33);
|
this.lblOEE_Rate.TabIndex = 16;
|
this.lblOEE_Rate.Text = "0";
|
this.lblOEE_Rate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// btnClearOEE
|
//
|
this.tableLayoutPanel3.SetColumnSpan(this.btnClearOEE, 2);
|
this.btnClearOEE.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.btnClearOEE.Location = new System.Drawing.Point(3, 168);
|
this.btnClearOEE.Name = "btnClearOEE";
|
this.btnClearOEE.Size = new System.Drawing.Size(101, 27);
|
this.btnClearOEE.TabIndex = 17;
|
this.btnClearOEE.Text = "清 零";
|
this.btnClearOEE.UseVisualStyleBackColor = true;
|
//
|
// btnRefreshOEE
|
//
|
this.tableLayoutPanel3.SetColumnSpan(this.btnRefreshOEE, 2);
|
this.btnRefreshOEE.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.btnRefreshOEE.Location = new System.Drawing.Point(110, 168);
|
this.btnRefreshOEE.Name = "btnRefreshOEE";
|
this.btnRefreshOEE.Size = new System.Drawing.Size(102, 27);
|
this.btnRefreshOEE.TabIndex = 18;
|
this.btnRefreshOEE.Text = "刷 新";
|
this.btnRefreshOEE.UseVisualStyleBackColor = true;
|
//
|
// FrmStatistic
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(214, 450);
|
this.Controls.Add(this.flowLayoutPanel1);
|
this.Name = "FrmStatistic";
|
this.Text = "FrmStatistic";
|
this.flowLayoutPanel1.ResumeLayout(false);
|
this.plStatistic.ResumeLayout(false);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.tableLayoutPanel1.PerformLayout();
|
this.plCT.ResumeLayout(false);
|
this.tableLayoutPanel2.ResumeLayout(false);
|
this.tableLayoutPanel2.PerformLayout();
|
this.plOEE.ResumeLayout(false);
|
this.tableLayoutPanel3.ResumeLayout(false);
|
this.tableLayoutPanel3.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.nudDemandUPH)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
private System.Windows.Forms.Panel plStatistic;
|
private System.Windows.Forms.Panel plCT;
|
private System.Windows.Forms.Panel plOEE;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label lblOKNum;
|
private System.Windows.Forms.Label lblOKRate;
|
private System.Windows.Forms.Label lblNGNum;
|
private System.Windows.Forms.Label lblNGRate;
|
private System.Windows.Forms.Label lblTotalNum;
|
private System.Windows.Forms.Button btnClearStatistic;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.Label label13;
|
private System.Windows.Forms.Label label14;
|
private System.Windows.Forms.Label lblStartTime;
|
private System.Windows.Forms.NumericUpDown nudDemandUPH;
|
private System.Windows.Forms.Label lblRunTime;
|
private System.Windows.Forms.Label lblAvailableTime;
|
private System.Windows.Forms.Label lblIdleTime;
|
private System.Windows.Forms.Label lblDownTime;
|
private System.Windows.Forms.Label lblOEE_Total;
|
private System.Windows.Forms.Label lblOEE_OK;
|
private System.Windows.Forms.Label lblOEE_Rate;
|
private System.Windows.Forms.Button btnClearOEE;
|
private System.Windows.Forms.Button btnRefreshOEE;
|
private System.Windows.Forms.Label lblCT;
|
private System.Windows.Forms.Label lblUPH;
|
}
|
}
|