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.

356 lines
22 KiB
C#

namespace Rs.MotionPlat
{
partial class RecipeForm
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btnTray2 = new Rs.Controls.ButtonEx();
this.btnTray1 = new Rs.Controls.ButtonEx();
this.btnTray3 = new Rs.Controls.ButtonEx();
this.btnTray4 = new Rs.Controls.ButtonEx();
this.btnTray5 = new Rs.Controls.ButtonEx();
this.btnTray6 = new Rs.Controls.ButtonEx();
this.btnTray7 = new Rs.Controls.ButtonEx();
this.btnTray8 = new Rs.Controls.ButtonEx();
this.btnTranslate = new Rs.Controls.ButtonEx();
this.panelMain = new System.Windows.Forms.Panel();
this.btnDownCamera = new Rs.Controls.ButtonEx();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 11;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.btnTray2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnTray1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnTray3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.btnTray4, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.btnTray5, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.btnTray6, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.btnTray7, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.btnTray8, 7, 0);
this.tableLayoutPanel1.Controls.Add(this.btnTranslate, 8, 0);
this.tableLayoutPanel1.Controls.Add(this.btnDownCamera, 9, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1207, 43);
this.tableLayoutPanel1.TabIndex = 0;
//
// btnTray2
//
this.btnTray2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray2.ButtonType = Rs.Controls.EButtonType.None;
this.btnTray2.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTray2.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTray2.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTray2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTray2.Font = new System.Drawing.Font("宋体", 10F);
this.btnTray2.ForeColor = System.Drawing.Color.White;
this.btnTray2.Location = new System.Drawing.Point(120, 0);
this.btnTray2.Margin = new System.Windows.Forms.Padding(0);
this.btnTray2.Name = "btnTray2";
this.btnTray2.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTray2.Selected = false;
this.btnTray2.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTray2.ShowIcon = "";
this.btnTray2.ShowText = "料盘2";
this.btnTray2.Size = new System.Drawing.Size(120, 43);
this.btnTray2.TabIndex = 10;
this.btnTray2.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray2.UseVisualStyleBackColor = false;
this.btnTray2.Click += new System.EventHandler(this.Menu_Click);
//
// btnTray1
//
this.btnTray1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray1.ButtonType = Rs.Controls.EButtonType.None;
this.btnTray1.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTray1.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTray1.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTray1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTray1.Font = new System.Drawing.Font("宋体", 10F);
this.btnTray1.ForeColor = System.Drawing.Color.White;
this.btnTray1.Location = new System.Drawing.Point(0, 0);
this.btnTray1.Margin = new System.Windows.Forms.Padding(0);
this.btnTray1.Name = "btnTray1";
this.btnTray1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTray1.Selected = false;
this.btnTray1.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTray1.ShowIcon = "";
this.btnTray1.ShowText = "料盘1";
this.btnTray1.Size = new System.Drawing.Size(120, 43);
this.btnTray1.TabIndex = 8;
this.btnTray1.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray1.UseVisualStyleBackColor = false;
this.btnTray1.Click += new System.EventHandler(this.Menu_Click);
//
// btnTray3
//
this.btnTray3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray3.ButtonType = Rs.Controls.EButtonType.None;
this.btnTray3.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTray3.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTray3.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTray3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTray3.Font = new System.Drawing.Font("宋体", 10F);
this.btnTray3.ForeColor = System.Drawing.Color.White;
this.btnTray3.Location = new System.Drawing.Point(240, 0);
this.btnTray3.Margin = new System.Windows.Forms.Padding(0);
this.btnTray3.Name = "btnTray3";
this.btnTray3.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTray3.Selected = false;
this.btnTray3.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTray3.ShowIcon = "";
this.btnTray3.ShowText = "料盘3";
this.btnTray3.Size = new System.Drawing.Size(120, 43);
this.btnTray3.TabIndex = 10;
this.btnTray3.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray3.UseVisualStyleBackColor = false;
this.btnTray3.Click += new System.EventHandler(this.Menu_Click);
//
// btnTray4
//
this.btnTray4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray4.ButtonType = Rs.Controls.EButtonType.None;
this.btnTray4.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTray4.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTray4.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTray4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTray4.Font = new System.Drawing.Font("宋体", 10F);
this.btnTray4.ForeColor = System.Drawing.Color.White;
this.btnTray4.Location = new System.Drawing.Point(360, 0);
this.btnTray4.Margin = new System.Windows.Forms.Padding(0);
this.btnTray4.Name = "btnTray4";
this.btnTray4.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTray4.Selected = false;
this.btnTray4.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTray4.ShowIcon = "";
this.btnTray4.ShowText = "料盘4";
this.btnTray4.Size = new System.Drawing.Size(120, 43);
this.btnTray4.TabIndex = 10;
this.btnTray4.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray4.UseVisualStyleBackColor = false;
this.btnTray4.Click += new System.EventHandler(this.Menu_Click);
//
// btnTray5
//
this.btnTray5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray5.ButtonType = Rs.Controls.EButtonType.None;
this.btnTray5.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTray5.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTray5.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTray5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTray5.Font = new System.Drawing.Font("宋体", 10F);
this.btnTray5.ForeColor = System.Drawing.Color.White;
this.btnTray5.Location = new System.Drawing.Point(480, 0);
this.btnTray5.Margin = new System.Windows.Forms.Padding(0);
this.btnTray5.Name = "btnTray5";
this.btnTray5.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTray5.Selected = false;
this.btnTray5.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTray5.ShowIcon = "";
this.btnTray5.ShowText = "料盘5";
this.btnTray5.Size = new System.Drawing.Size(120, 43);
this.btnTray5.TabIndex = 10;
this.btnTray5.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray5.UseVisualStyleBackColor = false;
this.btnTray5.Click += new System.EventHandler(this.Menu_Click);
//
// btnTray6
//
this.btnTray6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray6.ButtonType = Rs.Controls.EButtonType.None;
this.btnTray6.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTray6.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTray6.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTray6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTray6.Font = new System.Drawing.Font("宋体", 10F);
this.btnTray6.ForeColor = System.Drawing.Color.White;
this.btnTray6.Location = new System.Drawing.Point(600, 0);
this.btnTray6.Margin = new System.Windows.Forms.Padding(0);
this.btnTray6.Name = "btnTray6";
this.btnTray6.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTray6.Selected = false;
this.btnTray6.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTray6.ShowIcon = "";
this.btnTray6.ShowText = "料盘6";
this.btnTray6.Size = new System.Drawing.Size(120, 43);
this.btnTray6.TabIndex = 10;
this.btnTray6.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray6.UseVisualStyleBackColor = false;
this.btnTray6.Click += new System.EventHandler(this.Menu_Click);
//
// btnTray7
//
this.btnTray7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray7.ButtonType = Rs.Controls.EButtonType.None;
this.btnTray7.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTray7.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTray7.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTray7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTray7.Font = new System.Drawing.Font("宋体", 10F);
this.btnTray7.ForeColor = System.Drawing.Color.White;
this.btnTray7.Location = new System.Drawing.Point(720, 0);
this.btnTray7.Margin = new System.Windows.Forms.Padding(0);
this.btnTray7.Name = "btnTray7";
this.btnTray7.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTray7.Selected = false;
this.btnTray7.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTray7.ShowIcon = "";
this.btnTray7.ShowText = "料盘7";
this.btnTray7.Size = new System.Drawing.Size(120, 43);
this.btnTray7.TabIndex = 10;
this.btnTray7.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray7.UseVisualStyleBackColor = false;
this.btnTray7.Click += new System.EventHandler(this.Menu_Click);
//
// btnTray8
//
this.btnTray8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray8.ButtonType = Rs.Controls.EButtonType.None;
this.btnTray8.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTray8.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTray8.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTray8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTray8.Font = new System.Drawing.Font("宋体", 10F);
this.btnTray8.ForeColor = System.Drawing.Color.White;
this.btnTray8.Location = new System.Drawing.Point(840, 0);
this.btnTray8.Margin = new System.Windows.Forms.Padding(0);
this.btnTray8.Name = "btnTray8";
this.btnTray8.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTray8.Selected = false;
this.btnTray8.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTray8.ShowIcon = "";
this.btnTray8.ShowText = "料盘8";
this.btnTray8.Size = new System.Drawing.Size(120, 43);
this.btnTray8.TabIndex = 10;
this.btnTray8.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTray8.UseVisualStyleBackColor = false;
this.btnTray8.Click += new System.EventHandler(this.Menu_Click);
//
// btnTranslate
//
this.btnTranslate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTranslate.ButtonType = Rs.Controls.EButtonType.None;
this.btnTranslate.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTranslate.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnTranslate.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTranslate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTranslate.Font = new System.Drawing.Font("宋体", 10F);
this.btnTranslate.ForeColor = System.Drawing.Color.White;
this.btnTranslate.Location = new System.Drawing.Point(960, 0);
this.btnTranslate.Margin = new System.Windows.Forms.Padding(0);
this.btnTranslate.Name = "btnTranslate";
this.btnTranslate.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnTranslate.Selected = false;
this.btnTranslate.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnTranslate.ShowIcon = "";
this.btnTranslate.ShowText = "中转盘";
this.btnTranslate.Size = new System.Drawing.Size(120, 43);
this.btnTranslate.TabIndex = 11;
this.btnTranslate.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnTranslate.UseVisualStyleBackColor = false;
this.btnTranslate.Click += new System.EventHandler(this.Menu_Click);
//
// panelMain
//
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelMain.Location = new System.Drawing.Point(0, 43);
this.panelMain.Name = "panelMain";
this.panelMain.Size = new System.Drawing.Size(1207, 732);
this.panelMain.TabIndex = 1;
//
// btnDownCamera
//
this.btnDownCamera.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnDownCamera.ButtonType = Rs.Controls.EButtonType.None;
this.btnDownCamera.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDownCamera.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnDownCamera.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnDownCamera.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDownCamera.Font = new System.Drawing.Font("宋体", 10F);
this.btnDownCamera.ForeColor = System.Drawing.Color.White;
this.btnDownCamera.Location = new System.Drawing.Point(1080, 0);
this.btnDownCamera.Margin = new System.Windows.Forms.Padding(0);
this.btnDownCamera.Name = "btnDownCamera";
this.btnDownCamera.Padding = new System.Windows.Forms.Padding(0, 0, 30, 0);
this.btnDownCamera.Selected = false;
this.btnDownCamera.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
this.btnDownCamera.ShowIcon = "";
this.btnDownCamera.ShowText = "下相机";
this.btnDownCamera.Size = new System.Drawing.Size(120, 43);
this.btnDownCamera.TabIndex = 11;
this.btnDownCamera.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
this.btnDownCamera.UseVisualStyleBackColor = false;
this.btnDownCamera.Click += new System.EventHandler(this.Menu_Click);
//
// RecipeForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1207, 775);
this.Controls.Add(this.panelMain);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "RecipeForm";
this.Text = "RecipeForm";
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Controls.ButtonEx btnTray1;
private System.Windows.Forms.Panel panelMain;
private Controls.ButtonEx btnTranslate;
private Controls.ButtonEx btnTray2;
private Controls.ButtonEx btnTray3;
private Controls.ButtonEx btnTray4;
private Controls.ButtonEx btnTray5;
private Controls.ButtonEx btnTray6;
private Controls.ButtonEx btnTray7;
private Controls.ButtonEx btnTray8;
private Controls.ButtonEx btnDownCamera;
}
}