namespace Rs.MotionPlat { partial class Home { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(); this.btnAbout = new Rs.Controls.ButtonEx(); this.btnQuit = new Rs.Controls.ButtonEx(); this.btnLanguage = new Rs.Controls.ButtonEx(); this.btnData = new Rs.Controls.ButtonEx(); this.btnMain = new Rs.Controls.ButtonEx(); this.btnSystem = new Rs.Controls.ButtonEx(); this.btnRecipe = new Rs.Controls.ButtonEx(); this.panel1 = new System.Windows.Forms.Panel(); 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.tableLayoutPanel2.SuspendLayout(); this.panel1.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 // this.panel_main.Dock = System.Windows.Forms.DockStyle.Fill; this.panel_main.Location = new System.Drawing.Point(0, 93); this.panel_main.Name = "panel_main"; this.panel_main.Size = new System.Drawing.Size(1594, 814); this.panel_main.TabIndex = 8; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 8; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel2.Controls.Add(this.btnPermission, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnAbout, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnQuit, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnLanguage, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnData, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnMain, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnSystem, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnRecipe, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 40); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1594, 53); this.tableLayoutPanel2.TabIndex = 6; // // 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; this.btnPermission.Dock = System.Windows.Forms.DockStyle.Fill; this.btnPermission.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnPermission.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPermission.Font = new System.Drawing.Font("宋体", 14F); this.btnPermission.ForeColor = System.Drawing.Color.White; this.btnPermission.Location = new System.Drawing.Point(995, 0); this.btnPermission.Margin = new System.Windows.Forms.Padding(0); 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.Size = new System.Drawing.Size(199, 53); this.btnPermission.TabIndex = 7; 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); // // 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; this.btnAbout.Dock = System.Windows.Forms.DockStyle.Fill; this.btnAbout.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnAbout.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAbout.Font = new System.Drawing.Font("宋体", 14F); this.btnAbout.ForeColor = System.Drawing.Color.White; this.btnAbout.Location = new System.Drawing.Point(796, 0); this.btnAbout.Margin = new System.Windows.Forms.Padding(0); 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.Size = new System.Drawing.Size(199, 53); this.btnAbout.TabIndex = 6; 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); // // 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; this.btnQuit.Dock = System.Windows.Forms.DockStyle.Fill; this.btnQuit.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnQuit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnQuit.Font = new System.Drawing.Font("宋体", 14F); this.btnQuit.ForeColor = System.Drawing.Color.White; this.btnQuit.Location = new System.Drawing.Point(1393, 0); this.btnQuit.Margin = new System.Windows.Forms.Padding(0); 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.Size = new System.Drawing.Size(201, 53); this.btnQuit.TabIndex = 5; 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); // // btnLanguage // this.btnLanguage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnLanguage.ButtonType = Rs.Controls.EButtonType.Language; this.btnLanguage.Cursor = System.Windows.Forms.Cursors.Hand; this.btnLanguage.Dock = System.Windows.Forms.DockStyle.Fill; this.btnLanguage.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnLanguage.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnLanguage.Font = new System.Drawing.Font("宋体", 14F); this.btnLanguage.ForeColor = System.Drawing.Color.White; this.btnLanguage.Location = new System.Drawing.Point(1194, 0); this.btnLanguage.Margin = new System.Windows.Forms.Padding(0); 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.Size = new System.Drawing.Size(199, 53); this.btnLanguage.TabIndex = 4; 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); // // btnData // this.btnData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnData.ButtonType = Rs.Controls.EButtonType.Data; this.btnData.Cursor = System.Windows.Forms.Cursors.Hand; this.btnData.Dock = System.Windows.Forms.DockStyle.Fill; this.btnData.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnData.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnData.Font = new System.Drawing.Font("宋体", 14F); this.btnData.ForeColor = System.Drawing.Color.White; this.btnData.Location = new System.Drawing.Point(199, 0); this.btnData.Margin = new System.Windows.Forms.Padding(0); 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.Size = new System.Drawing.Size(199, 53); this.btnData.TabIndex = 3; 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); // // 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; this.btnMain.Dock = System.Windows.Forms.DockStyle.Fill; this.btnMain.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnMain.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMain.Font = new System.Drawing.Font("宋体", 14F); this.btnMain.ForeColor = System.Drawing.Color.White; this.btnMain.Location = new System.Drawing.Point(0, 0); this.btnMain.Margin = new System.Windows.Forms.Padding(0); this.btnMain.Name = "btnMain"; this.btnMain.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0); 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 = "主页"; this.btnMain.Size = new System.Drawing.Size(199, 53); this.btnMain.TabIndex = 2; 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); // // 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; this.btnSystem.Dock = System.Windows.Forms.DockStyle.Fill; this.btnSystem.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnSystem.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSystem.Font = new System.Drawing.Font("宋体", 14F); this.btnSystem.ForeColor = System.Drawing.Color.White; this.btnSystem.Location = new System.Drawing.Point(597, 0); this.btnSystem.Margin = new System.Windows.Forms.Padding(0); 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.Size = new System.Drawing.Size(199, 53); this.btnSystem.TabIndex = 1; 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); // // 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; this.btnRecipe.Dock = System.Windows.Forms.DockStyle.Fill; this.btnRecipe.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnRecipe.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRecipe.Font = new System.Drawing.Font("宋体", 14F); this.btnRecipe.ForeColor = System.Drawing.Color.White; this.btnRecipe.Location = new System.Drawing.Point(398, 0); this.btnRecipe.Margin = new System.Windows.Forms.Padding(0); 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.Size = new System.Drawing.Size(199, 53); this.btnRecipe.TabIndex = 0; 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); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); 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); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 907); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1594, 33); this.panel1.TabIndex = 7; // // panel6 // this.panel6.Controls.Add(this.lblInitializeState); this.panel6.Dock = System.Windows.Forms.DockStyle.Left; this.panel6.Location = new System.Drawing.Point(827, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(237, 33); this.panel6.TabIndex = 6; // // lblInitializeState // this.lblInitializeState.Dock = System.Windows.Forms.DockStyle.Fill; this.lblInitializeState.ForeColor = System.Drawing.Color.White; this.lblInitializeState.Location = new System.Drawing.Point(0, 0); this.lblInitializeState.Name = "lblInitializeState"; this.lblInitializeState.Size = new System.Drawing.Size(237, 33); this.lblInitializeState.TabIndex = 3; this.lblInitializeState.Text = "InitializeState:"; this.lblInitializeState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(281, 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(281, 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); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left; this.panelEx2.Location = new System.Drawing.Point(166, 0); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(165, 33); this.panelEx2.TabIndex = 2; // // lblRunState // this.lblRunState.Dock = System.Windows.Forms.DockStyle.Fill; this.lblRunState.ForeColor = System.Drawing.Color.White; this.lblRunState.Location = new System.Drawing.Point(0, 0); this.lblRunState.Name = "lblRunState"; this.lblRunState.Size = new System.Drawing.Size(165, 33); this.lblRunState.TabIndex = 2; this.lblRunState.Text = "RunState:"; this.lblRunState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(166, 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(43, 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(52, 0); this.lblMachineState.Name = "lblMachineState"; this.lblMachineState.Size = new System.Drawing.Size(111, 33); this.lblMachineState.TabIndex = 1; this.lblMachineState.Text = "Noinit"; this.lblMachineState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panelEx1 // this.panelEx1.Controls.Add(this.panel2); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx1.Location = new System.Drawing.Point(1357, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(237, 33); this.panelEx1.TabIndex = 0; // // panel2 // this.panel2.Controls.Add(this.lblVersion); this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.Location = new System.Drawing.Point(69, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(168, 33); this.panel2.TabIndex = 0; // // lblVersion // this.lblVersion.Dock = System.Windows.Forms.DockStyle.Fill; this.lblVersion.ForeColor = System.Drawing.Color.White; this.lblVersion.Location = new System.Drawing.Point(0, 0); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(168, 33); this.lblVersion.TabIndex = 0; this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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); // // Home // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1594, 940); this.Controls.Add(this.panel_main); this.Controls.Add(this.tableLayoutPanel2); this.Controls.Add(this.panel1); this.HeadText = "三温"; this.Name = "Home"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Home2"; 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.panel1.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; } }