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.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.timer1 = new System.Windows.Forms.Timer(this.components); this.panelEx2 = new Rs.Controls.PanelEx(); this.tableLayoutPanel2.SuspendLayout(); this.panel1.SuspendLayout(); this.tableLayoutPanel3.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.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; // // 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; // // panelEx1 // this.panelEx1.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx1.Location = new System.Drawing.Point(597, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(997, 33); this.panelEx1.TabIndex = 0; // // timer1 // this.timer1.Interval = 300; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // panelEx2 // this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left; this.panelEx2.Location = new System.Drawing.Point(158, 0); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(200, 33); this.panelEx2.TabIndex = 2; // // 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.tableLayoutPanel3.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; } }