You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

513 lines
25 KiB
C#

namespace Rs.MotionPlat
{
partial class Home
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Home));
this.panel_main = new System.Windows.Forms.Panel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panel8 = new System.Windows.Forms.Panel();
this.btnMain = new Rs.Controls.ButtonEx();
this.panel9 = new System.Windows.Forms.Panel();
this.btnRecipe = new Rs.Controls.ButtonEx();
this.panel10 = new System.Windows.Forms.Panel();
this.btnSystem = new Rs.Controls.ButtonEx();
this.panel11 = new System.Windows.Forms.Panel();
this.btnAbout = new Rs.Controls.ButtonEx();
this.panel12 = new System.Windows.Forms.Panel();
this.btnData = new Rs.Controls.ButtonEx();
this.panel13 = new System.Windows.Forms.Panel();
this.btnLanguage = new Rs.Controls.ButtonEx();
this.panel14 = new System.Windows.Forms.Panel();
this.btnPermission = new Rs.Controls.ButtonEx();
this.panel15 = new System.Windows.Forms.Panel();
this.btnQuit = new Rs.Controls.ButtonEx();
this.panel1 = new System.Windows.Forms.Panel();
this.panel7 = new System.Windows.Forms.Panel();
this.lblMonitorFlow = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.lblInitializeState = new System.Windows.Forms.Label();
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();
this.label1 = new System.Windows.Forms.Label();
this.lblMachineState = new System.Windows.Forms.Label();
this.panelEx1 = new Rs.Controls.PanelEx();
this.panel2 = new System.Windows.Forms.Panel();
this.lblVersion = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.timer3 = new System.Windows.Forms.Timer(this.components);
this.tableLayoutPanel2.SuspendLayout();
this.panel8.SuspendLayout();
this.panel9.SuspendLayout();
this.panel10.SuspendLayout();
this.panel11.SuspendLayout();
this.panel12.SuspendLayout();
this.panel13.SuspendLayout();
this.panel14.SuspendLayout();
this.panel15.SuspendLayout();
this.panel1.SuspendLayout();
this.panel7.SuspendLayout();
this.panel6.SuspendLayout();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.panelEx2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel_main
//
resources.ApplyResources(this.panel_main, "panel_main");
this.panel_main.Name = "panel_main";
//
// tableLayoutPanel2
//
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
this.tableLayoutPanel2.Controls.Add(this.panel8, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.panel9, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.panel10, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.panel11, 3, 0);
this.tableLayoutPanel2.Controls.Add(this.panel12, 4, 0);
this.tableLayoutPanel2.Controls.Add(this.panel13, 5, 0);
this.tableLayoutPanel2.Controls.Add(this.panel14, 6, 0);
this.tableLayoutPanel2.Controls.Add(this.panel15, 7, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
//
// panel8
//
this.panel8.Controls.Add(this.btnMain);
resources.ApplyResources(this.panel8, "panel8");
this.panel8.Name = "panel8";
//
// btnMain
//
this.btnMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnMain.ButtonType = Rs.Controls.EButtonType.Main;
this.btnMain.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.btnMain, "btnMain");
this.btnMain.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMain.ForeColor = System.Drawing.Color.White;
this.btnMain.Name = "btnMain";
this.btnMain.Selected = false;
this.btnMain.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnMain.ShowIcon = "\\\\ue648";
this.btnMain.ShowText = "HOME";
this.btnMain.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnMain.UseVisualStyleBackColor = false;
this.btnMain.Click += new System.EventHandler(this.Menu_Clicked);
//
// panel9
//
this.panel9.Controls.Add(this.btnRecipe);
resources.ApplyResources(this.panel9, "panel9");
this.panel9.Name = "panel9";
//
// btnRecipe
//
this.btnRecipe.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnRecipe.ButtonType = Rs.Controls.EButtonType.Recipe;
this.btnRecipe.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.btnRecipe, "btnRecipe");
this.btnRecipe.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnRecipe.ForeColor = System.Drawing.Color.White;
this.btnRecipe.Name = "btnRecipe";
this.btnRecipe.Selected = false;
this.btnRecipe.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnRecipe.ShowIcon = null;
this.btnRecipe.ShowText = "配方";
this.btnRecipe.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnRecipe.UseVisualStyleBackColor = false;
this.btnRecipe.Click += new System.EventHandler(this.Menu_Clicked);
//
// panel10
//
this.panel10.Controls.Add(this.btnSystem);
resources.ApplyResources(this.panel10, "panel10");
this.panel10.Name = "panel10";
//
// btnSystem
//
this.btnSystem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnSystem.ButtonType = Rs.Controls.EButtonType.System;
this.btnSystem.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.btnSystem, "btnSystem");
this.btnSystem.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnSystem.ForeColor = System.Drawing.Color.White;
this.btnSystem.Name = "btnSystem";
this.btnSystem.Selected = false;
this.btnSystem.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnSystem.ShowIcon = null;
this.btnSystem.ShowText = "系统配置";
this.btnSystem.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnSystem.UseVisualStyleBackColor = false;
this.btnSystem.Click += new System.EventHandler(this.Menu_Clicked);
//
// panel11
//
this.panel11.Controls.Add(this.btnAbout);
resources.ApplyResources(this.panel11, "panel11");
this.panel11.Name = "panel11";
//
// btnAbout
//
this.btnAbout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnAbout.ButtonType = Rs.Controls.EButtonType.About;
this.btnAbout.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.btnAbout, "btnAbout");
this.btnAbout.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnAbout.ForeColor = System.Drawing.Color.White;
this.btnAbout.Name = "btnAbout";
this.btnAbout.Selected = false;
this.btnAbout.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnAbout.ShowIcon = null;
this.btnAbout.ShowText = "调试";
this.btnAbout.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnAbout.UseVisualStyleBackColor = false;
this.btnAbout.Click += new System.EventHandler(this.Menu_Clicked);
//
// panel12
//
this.panel12.Controls.Add(this.btnData);
resources.ApplyResources(this.panel12, "panel12");
this.panel12.Name = "panel12";
//
// btnData
//
this.btnData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnData.ButtonType = Rs.Controls.EButtonType.Language;
this.btnData.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.btnData, "btnData");
this.btnData.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnData.ForeColor = System.Drawing.Color.White;
this.btnData.Name = "btnData";
this.btnData.Selected = false;
this.btnData.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnData.ShowIcon = null;
this.btnData.ShowText = "中文";
this.btnData.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnData.UseVisualStyleBackColor = false;
this.btnData.Click += new System.EventHandler(this.Menu_Clicked);
//
// panel13
//
this.panel13.Controls.Add(this.btnLanguage);
resources.ApplyResources(this.panel13, "panel13");
this.panel13.Name = "panel13";
//
// btnLanguage
//
this.btnLanguage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnLanguage.ButtonType = Rs.Controls.EButtonType.Calib;
this.btnLanguage.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.btnLanguage, "btnLanguage");
this.btnLanguage.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnLanguage.ForeColor = System.Drawing.Color.White;
this.btnLanguage.Name = "btnLanguage";
this.btnLanguage.Selected = false;
this.btnLanguage.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnLanguage.ShowIcon = null;
this.btnLanguage.ShowText = "标定";
this.btnLanguage.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnLanguage.UseVisualStyleBackColor = false;
this.btnLanguage.Click += new System.EventHandler(this.Menu_Clicked);
//
// panel14
//
this.panel14.Controls.Add(this.btnPermission);
resources.ApplyResources(this.panel14, "panel14");
this.panel14.Name = "panel14";
//
// btnPermission
//
this.btnPermission.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnPermission.ButtonType = Rs.Controls.EButtonType.Permission;
this.btnPermission.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.btnPermission, "btnPermission");
this.btnPermission.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnPermission.ForeColor = System.Drawing.Color.White;
this.btnPermission.Name = "btnPermission";
this.btnPermission.Selected = false;
this.btnPermission.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnPermission.ShowIcon = null;
this.btnPermission.ShowText = "用户";
this.btnPermission.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnPermission.UseVisualStyleBackColor = false;
this.btnPermission.Click += new System.EventHandler(this.Menu_Clicked);
//
// panel15
//
this.panel15.Controls.Add(this.btnQuit);
resources.ApplyResources(this.panel15, "panel15");
this.panel15.Name = "panel15";
//
// btnQuit
//
this.btnQuit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnQuit.ButtonType = Rs.Controls.EButtonType.Quit;
this.btnQuit.Cursor = System.Windows.Forms.Cursors.Hand;
resources.ApplyResources(this.btnQuit, "btnQuit");
this.btnQuit.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnQuit.ForeColor = System.Drawing.Color.White;
this.btnQuit.Name = "btnQuit";
this.btnQuit.Selected = false;
this.btnQuit.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnQuit.ShowIcon = null;
this.btnQuit.ShowText = "退出";
this.btnQuit.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnQuit.UseVisualStyleBackColor = false;
this.btnQuit.Click += new System.EventHandler(this.Menu_Clicked);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
this.panel1.Controls.Add(this.panel7);
this.panel1.Controls.Add(this.panel6);
this.panel1.Controls.Add(this.panel5);
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panelEx2);
this.panel1.Controls.Add(this.tableLayoutPanel3);
this.panel1.Controls.Add(this.panelEx1);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// panel7
//
this.panel7.Controls.Add(this.lblMonitorFlow);
resources.ApplyResources(this.panel7, "panel7");
this.panel7.Name = "panel7";
//
// lblMonitorFlow
//
resources.ApplyResources(this.lblMonitorFlow, "lblMonitorFlow");
this.lblMonitorFlow.ForeColor = System.Drawing.Color.White;
this.lblMonitorFlow.Name = "lblMonitorFlow";
//
// panel6
//
this.panel6.Controls.Add(this.lblInitializeState);
resources.ApplyResources(this.panel6, "panel6");
this.panel6.Name = "panel6";
//
// lblInitializeState
//
resources.ApplyResources(this.lblInitializeState, "lblInitializeState");
this.lblInitializeState.ForeColor = System.Drawing.Color.White;
this.lblInitializeState.Name = "lblInitializeState";
//
// panel5
//
this.panel5.Controls.Add(this.lblMemory);
resources.ApplyResources(this.panel5, "panel5");
this.panel5.Name = "panel5";
//
// lblMemory
//
resources.ApplyResources(this.lblMemory, "lblMemory");
this.lblMemory.ForeColor = System.Drawing.Color.White;
this.lblMemory.Name = "lblMemory";
//
// panel4
//
this.panel4.Controls.Add(this.lblTurnoverFlow);
resources.ApplyResources(this.panel4, "panel4");
this.panel4.Name = "panel4";
//
// lblTurnoverFlow
//
resources.ApplyResources(this.lblTurnoverFlow, "lblTurnoverFlow");
this.lblTurnoverFlow.ForeColor = System.Drawing.Color.White;
this.lblTurnoverFlow.Name = "lblTurnoverFlow";
//
// panel3
//
this.panel3.Controls.Add(this.lblDischargeFlow);
resources.ApplyResources(this.panel3, "panel3");
this.panel3.Name = "panel3";
//
// lblDischargeFlow
//
resources.ApplyResources(this.lblDischargeFlow, "lblDischargeFlow");
this.lblDischargeFlow.ForeColor = System.Drawing.Color.White;
this.lblDischargeFlow.Name = "lblDischargeFlow";
//
// panelEx2
//
this.panelEx2.Controls.Add(this.lblRunState);
resources.ApplyResources(this.panelEx2, "panelEx2");
this.panelEx2.Name = "panelEx2";
//
// lblRunState
//
resources.ApplyResources(this.lblRunState, "lblRunState");
this.lblRunState.ForeColor = System.Drawing.Color.White;
this.lblRunState.Name = "lblRunState";
//
// tableLayoutPanel3
//
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.lblMachineState, 1, 0);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Name = "label1";
//
// lblMachineState
//
resources.ApplyResources(this.lblMachineState, "lblMachineState");
this.lblMachineState.ForeColor = System.Drawing.Color.White;
this.lblMachineState.Name = "lblMachineState";
//
// panelEx1
//
this.panelEx1.Controls.Add(this.panel2);
resources.ApplyResources(this.panelEx1, "panelEx1");
this.panelEx1.Name = "panelEx1";
//
// panel2
//
this.panel2.Controls.Add(this.lblVersion);
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
//
// lblVersion
//
resources.ApplyResources(this.lblVersion, "lblVersion");
this.lblVersion.ForeColor = System.Drawing.Color.White;
this.lblVersion.Name = "lblVersion";
//
// timer1
//
this.timer1.Interval = 300;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 60000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// timer3
//
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// Home
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel_main);
this.Controls.Add(this.tableLayoutPanel2);
this.Controls.Add(this.panel1);
this.HeadText = "Dorne";
this.Name = "Home";
this.Load += new System.EventHandler(this.Home2_Load);
this.Controls.SetChildIndex(this.panel1, 0);
this.Controls.SetChildIndex(this.tableLayoutPanel2, 0);
this.Controls.SetChildIndex(this.panel_main, 0);
this.tableLayoutPanel2.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel9.ResumeLayout(false);
this.panel10.ResumeLayout(false);
this.panel11.ResumeLayout(false);
this.panel12.ResumeLayout(false);
this.panel13.ResumeLayout(false);
this.panel14.ResumeLayout(false);
this.panel15.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel6.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.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel_main;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private Controls.ButtonEx btnPermission;
private Controls.ButtonEx btnAbout;
private Controls.ButtonEx btnQuit;
private Controls.ButtonEx btnLanguage;
private Controls.ButtonEx btnData;
private Controls.ButtonEx btnMain;
private Controls.ButtonEx btnSystem;
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;
private Controls.PanelEx panelEx2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblVersion;
private System.Windows.Forms.Label lblRunState;
private System.Windows.Forms.Panel panel4;
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;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Label lblInitializeState;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Label lblMonitorFlow;
private System.Windows.Forms.Timer timer3;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Panel panel14;
private System.Windows.Forms.Panel panel15;
}
}