|
|
|
@ -40,6 +40,12 @@
|
|
|
|
|
this.btnSystem = new Rs.Controls.ButtonEx();
|
|
|
|
|
this.btnRecipe = new Rs.Controls.ButtonEx();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lblMemory = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lblTurnoverFlow = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lblDischargeFlow = new System.Windows.Forms.Label();
|
|
|
|
|
this.panelEx2 = new Rs.Controls.PanelEx();
|
|
|
|
|
this.lblRunState = new System.Windows.Forms.Label();
|
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
@ -49,18 +55,15 @@
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lblVersion = new System.Windows.Forms.Label();
|
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lblDischargeFlow = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lblTurnoverFlow = new System.Windows.Forms.Label();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.panel5.SuspendLayout();
|
|
|
|
|
this.panel4.SuspendLayout();
|
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
|
this.panelEx2.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
|
|
this.panelEx1.SuspendLayout();
|
|
|
|
|
this.panel2.SuspendLayout();
|
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
|
this.panel4.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel_main
|
|
|
|
@ -287,6 +290,7 @@
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
|
|
|
this.panel1.Controls.Add(this.panel5);
|
|
|
|
|
this.panel1.Controls.Add(this.panel4);
|
|
|
|
|
this.panel1.Controls.Add(this.panel3);
|
|
|
|
|
this.panel1.Controls.Add(this.panelEx2);
|
|
|
|
@ -298,6 +302,65 @@
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(1594, 33);
|
|
|
|
|
this.panel1.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// panel5
|
|
|
|
|
//
|
|
|
|
|
this.panel5.Controls.Add(this.lblMemory);
|
|
|
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.panel5.Location = new System.Drawing.Point(1231, 0);
|
|
|
|
|
this.panel5.Name = "panel5";
|
|
|
|
|
this.panel5.Size = new System.Drawing.Size(126, 33);
|
|
|
|
|
this.panel5.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// lblMemory
|
|
|
|
|
//
|
|
|
|
|
this.lblMemory.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.lblMemory.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.lblMemory.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.lblMemory.Name = "lblMemory";
|
|
|
|
|
this.lblMemory.Size = new System.Drawing.Size(126, 33);
|
|
|
|
|
this.lblMemory.TabIndex = 0;
|
|
|
|
|
this.lblMemory.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// panel4
|
|
|
|
|
//
|
|
|
|
|
this.panel4.Controls.Add(this.lblTurnoverFlow);
|
|
|
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.panel4.Location = new System.Drawing.Point(546, 0);
|
|
|
|
|
this.panel4.Name = "panel4";
|
|
|
|
|
this.panel4.Size = new System.Drawing.Size(215, 33);
|
|
|
|
|
this.panel4.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// lblTurnoverFlow
|
|
|
|
|
//
|
|
|
|
|
this.lblTurnoverFlow.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.lblTurnoverFlow.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.lblTurnoverFlow.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.lblTurnoverFlow.Name = "lblTurnoverFlow";
|
|
|
|
|
this.lblTurnoverFlow.Size = new System.Drawing.Size(215, 33);
|
|
|
|
|
this.lblTurnoverFlow.TabIndex = 3;
|
|
|
|
|
this.lblTurnoverFlow.Text = "Turnover:";
|
|
|
|
|
this.lblTurnoverFlow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.Controls.Add(this.lblDischargeFlow);
|
|
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(331, 0);
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(215, 33);
|
|
|
|
|
this.panel3.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// lblDischargeFlow
|
|
|
|
|
//
|
|
|
|
|
this.lblDischargeFlow.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.lblDischargeFlow.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.lblDischargeFlow.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.lblDischargeFlow.Name = "lblDischargeFlow";
|
|
|
|
|
this.lblDischargeFlow.Size = new System.Drawing.Size(215, 33);
|
|
|
|
|
this.lblDischargeFlow.TabIndex = 3;
|
|
|
|
|
this.lblDischargeFlow.Text = "Discharge:";
|
|
|
|
|
this.lblDischargeFlow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// panelEx2
|
|
|
|
|
//
|
|
|
|
|
this.panelEx2.Controls.Add(this.lblRunState);
|
|
|
|
@ -388,46 +451,6 @@
|
|
|
|
|
this.timer1.Interval = 300;
|
|
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.Controls.Add(this.lblDischargeFlow);
|
|
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(331, 0);
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(215, 33);
|
|
|
|
|
this.panel3.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// lblDischargeFlow
|
|
|
|
|
//
|
|
|
|
|
this.lblDischargeFlow.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.lblDischargeFlow.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.lblDischargeFlow.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.lblDischargeFlow.Name = "lblDischargeFlow";
|
|
|
|
|
this.lblDischargeFlow.Size = new System.Drawing.Size(215, 33);
|
|
|
|
|
this.lblDischargeFlow.TabIndex = 3;
|
|
|
|
|
this.lblDischargeFlow.Text = "Discharge:";
|
|
|
|
|
this.lblDischargeFlow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// panel4
|
|
|
|
|
//
|
|
|
|
|
this.panel4.Controls.Add(this.lblTurnoverFlow);
|
|
|
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.panel4.Location = new System.Drawing.Point(546, 0);
|
|
|
|
|
this.panel4.Name = "panel4";
|
|
|
|
|
this.panel4.Size = new System.Drawing.Size(215, 33);
|
|
|
|
|
this.panel4.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// lblTurnoverFlow
|
|
|
|
|
//
|
|
|
|
|
this.lblTurnoverFlow.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.lblTurnoverFlow.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.lblTurnoverFlow.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.lblTurnoverFlow.Name = "lblTurnoverFlow";
|
|
|
|
|
this.lblTurnoverFlow.Size = new System.Drawing.Size(215, 33);
|
|
|
|
|
this.lblTurnoverFlow.TabIndex = 3;
|
|
|
|
|
this.lblTurnoverFlow.Text = "Turnover:";
|
|
|
|
|
this.lblTurnoverFlow.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// Home
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
@ -446,12 +469,13 @@
|
|
|
|
|
this.Controls.SetChildIndex(this.panel_main, 0);
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.panel5.ResumeLayout(false);
|
|
|
|
|
this.panel4.ResumeLayout(false);
|
|
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
|
|
this.panelEx2.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
|
|
this.panelEx1.ResumeLayout(false);
|
|
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
|
|
this.panel4.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -482,5 +506,7 @@
|
|
|
|
|
private System.Windows.Forms.Label lblTurnoverFlow;
|
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
|
|
private System.Windows.Forms.Label lblDischargeFlow;
|
|
|
|
|
private System.Windows.Forms.Panel panel5;
|
|
|
|
|
private System.Windows.Forms.Label lblMemory;
|
|
|
|
|
}
|
|
|
|
|
}
|