|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
namespace Rs.MotionPlat
|
|
|
|
|
{
|
|
|
|
|
partial class Home2
|
|
|
|
|
partial class Home
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
@ -28,6 +28,7 @@
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.panel_main = new System.Windows.Forms.Panel();
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.btnPermission = new Rs.Controls.ButtonEx();
|
|
|
|
|
@ -40,8 +41,13 @@
|
|
|
|
|
this.btnRecipe = new Rs.Controls.ButtonEx();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panelEx1 = new Rs.Controls.PanelEx();
|
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblMachineState = new System.Windows.Forms.Label();
|
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel_main
|
|
|
|
|
@ -268,6 +274,7 @@
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
|
|
|
this.panel1.Controls.Add(this.tableLayoutPanel3);
|
|
|
|
|
this.panel1.Controls.Add(this.panelEx1);
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 907);
|
|
|
|
|
@ -283,7 +290,49 @@
|
|
|
|
|
this.panelEx1.Size = new System.Drawing.Size(997, 33);
|
|
|
|
|
this.panelEx1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// Home2
|
|
|
|
|
// tableLayoutPanel3
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel3.ColumnCount = 2;
|
|
|
|
|
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, 70F));
|
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
|
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.lblMachineState, 1, 0);
|
|
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
|
|
|
this.tableLayoutPanel3.RowCount = 1;
|
|
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(158, 33);
|
|
|
|
|
this.tableLayoutPanel3.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(3, 0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(41, 33);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "State:";
|
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
//
|
|
|
|
|
// lblMachineState
|
|
|
|
|
//
|
|
|
|
|
this.lblMachineState.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.lblMachineState.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.lblMachineState.Location = new System.Drawing.Point(50, 0);
|
|
|
|
|
this.lblMachineState.Name = "lblMachineState";
|
|
|
|
|
this.lblMachineState.Size = new System.Drawing.Size(105, 33);
|
|
|
|
|
this.lblMachineState.TabIndex = 1;
|
|
|
|
|
this.lblMachineState.Text = "Noinit";
|
|
|
|
|
this.lblMachineState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// timer1
|
|
|
|
|
//
|
|
|
|
|
this.timer1.Interval = 300;
|
|
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
|
|
//
|
|
|
|
|
// Home
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
@ -291,8 +340,8 @@
|
|
|
|
|
this.Controls.Add(this.panel_main);
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.HeadText = "三温机";
|
|
|
|
|
this.Name = "Home2";
|
|
|
|
|
this.HeadText = "天线";
|
|
|
|
|
this.Name = "Home";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "Home2";
|
|
|
|
|
this.Load += new System.EventHandler(this.Home2_Load);
|
|
|
|
|
@ -301,6 +350,7 @@
|
|
|
|
|
this.Controls.SetChildIndex(this.panel_main, 0);
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
@ -319,5 +369,9 @@
|
|
|
|
|
private Controls.ButtonEx btnRecipe;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private Controls.PanelEx panelEx1;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label lblMachineState;
|
|
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
|
|
|
}
|
|
|
|
|
}
|