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.
434 lines
24 KiB
C#
434 lines
24 KiB
C#
namespace Rs.MotionPlat
|
|
{
|
|
partial class TrayRecipe
|
|
{
|
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TrayRecipe));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.rsTray1 = new Rs.Controls.RsTray();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panelEx1 = new Rs.Controls.PanelEx();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.X = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Move = new System.Windows.Forms.DataGridViewLinkColumn();
|
|
this.panelEx2 = new Rs.Controls.PanelEx();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.slot_lefttop = new Rs.MotionPlat.TrayLocation();
|
|
this.panel_bottom = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.slot_leftbottom = new Rs.MotionPlat.TrayLocation();
|
|
this.slot_rightbottom = new Rs.MotionPlat.TrayLocation();
|
|
this.cameraTemplate1 = new Rs.MotionPlat.CameraTemplate();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.tsmi_go = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panelEx1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panelEx2.SuspendLayout();
|
|
this.panel5.SuspendLayout();
|
|
this.panel_bottom.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.cameraTemplate1, 1, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
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(1416, 816);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Controls.Add(this.panel_bottom);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(560, 810);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.panel4);
|
|
this.panel2.Controls.Add(this.panel3);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(560, 585);
|
|
this.panel2.TabIndex = 1;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Controls.Add(this.rsTray1);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel4.Location = new System.Drawing.Point(258, 0);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.panel4.Size = new System.Drawing.Size(302, 585);
|
|
this.panel4.TabIndex = 1;
|
|
//
|
|
// rsTray1
|
|
//
|
|
this.rsTray1.CanDraw = false;
|
|
this.rsTray1.ColSpace = 5;
|
|
this.rsTray1.ColumnNum = 10;
|
|
this.rsTray1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.rsTray1.HeadText = null;
|
|
this.rsTray1.InitSlotStatus = Rs.Controls.ESlotStatus.Have;
|
|
this.rsTray1.ItemName = null;
|
|
this.rsTray1.LeftSpaceWidth = 20;
|
|
this.rsTray1.Location = new System.Drawing.Point(5, 0);
|
|
this.rsTray1.Name = "rsTray1";
|
|
this.rsTray1.OffsetX = 0F;
|
|
this.rsTray1.OffsetY = 0F;
|
|
this.rsTray1.OffsetYEven = 0F;
|
|
this.rsTray1.RowNum = 9;
|
|
this.rsTray1.RowSpace = 3;
|
|
this.rsTray1.SelectSlot = null;
|
|
this.rsTray1.ShowText = true;
|
|
this.rsTray1.SinglePoint = false;
|
|
this.rsTray1.Size = new System.Drawing.Size(297, 585);
|
|
this.rsTray1.TabIndex = 0;
|
|
this.rsTray1.TopSpaceHeight = 20;
|
|
this.rsTray1.SlotClickEvent += new System.Action<Rs.Controls.TraySlot, System.Windows.Forms.MouseEventArgs>(this.rsTray1_SlotClickEvent);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.panelEx1);
|
|
this.panel3.Controls.Add(this.panel5);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(258, 585);
|
|
this.panel3.TabIndex = 0;
|
|
//
|
|
// panelEx1
|
|
//
|
|
this.panelEx1.Controls.Add(this.dataGridView1);
|
|
this.panelEx1.Controls.Add(this.panelEx2);
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 225);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
|
|
this.panelEx1.Size = new System.Drawing.Size(258, 360);
|
|
this.panelEx1.TabIndex = 1;
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
this.dataGridView1.AllowUserToResizeColumns = false;
|
|
this.dataGridView1.AllowUserToResizeRows = false;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.dataGridView1.ColumnHeadersHeight = 30;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Index,
|
|
this.X,
|
|
this.Y,
|
|
this.Move});
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.EnableHeadersVisualStyles = false;
|
|
this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 42);
|
|
this.dataGridView1.MultiSelect = false;
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
this.dataGridView1.RowHeadersVisible = false;
|
|
this.dataGridView1.RowHeadersWidth = 30;
|
|
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.dataGridView1.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.dataGridView1.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.White;
|
|
this.dataGridView1.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(258, 318);
|
|
this.dataGridView1.TabIndex = 2;
|
|
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
|
|
//
|
|
// Index
|
|
//
|
|
this.Index.DataPropertyName = "Index";
|
|
this.Index.FillWeight = 10F;
|
|
this.Index.HeaderText = "IX";
|
|
this.Index.Name = "Index";
|
|
this.Index.ReadOnly = true;
|
|
//
|
|
// X
|
|
//
|
|
this.X.DataPropertyName = "X";
|
|
dataGridViewCellStyle2.Format = "0.000";
|
|
this.X.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.X.FillWeight = 35F;
|
|
this.X.HeaderText = "X";
|
|
this.X.Name = "X";
|
|
this.X.ReadOnly = true;
|
|
//
|
|
// Y
|
|
//
|
|
this.Y.DataPropertyName = "Y";
|
|
dataGridViewCellStyle3.Format = "0.000";
|
|
this.Y.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.Y.FillWeight = 35F;
|
|
this.Y.HeaderText = "Y";
|
|
this.Y.Name = "Y";
|
|
this.Y.ReadOnly = true;
|
|
//
|
|
// Move
|
|
//
|
|
this.Move.ActiveLinkColor = System.Drawing.Color.White;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.Silver;
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
|
|
this.Move.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.Move.FillWeight = 20F;
|
|
this.Move.HeaderText = "Move";
|
|
this.Move.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
this.Move.LinkColor = System.Drawing.Color.Lime;
|
|
this.Move.Name = "Move";
|
|
this.Move.ReadOnly = true;
|
|
this.Move.Text = "Go";
|
|
this.Move.TrackVisitedState = false;
|
|
this.Move.UseColumnTextForLinkValue = true;
|
|
this.Move.VisitedLinkColor = System.Drawing.Color.White;
|
|
//
|
|
// panelEx2
|
|
//
|
|
this.panelEx2.Controls.Add(this.label1);
|
|
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelEx2.Location = new System.Drawing.Point(0, 5);
|
|
this.panelEx2.Name = "panelEx2";
|
|
this.panelEx2.Size = new System.Drawing.Size(258, 37);
|
|
this.panelEx2.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(258, 37);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "SlotLocation";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Controls.Add(this.slot_lefttop);
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel5.Location = new System.Drawing.Point(0, 0);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(258, 225);
|
|
this.panel5.TabIndex = 0;
|
|
//
|
|
// slot_lefttop
|
|
//
|
|
this.slot_lefttop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.slot_lefttop.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.slot_lefttop.HeadText = "LeftTop";
|
|
this.slot_lefttop.Location = new System.Drawing.Point(0, 0);
|
|
this.slot_lefttop.Name = "slot_lefttop";
|
|
this.slot_lefttop.Position = ((System.Drawing.PointF)(resources.GetObject("slot_lefttop.Position")));
|
|
this.slot_lefttop.Size = new System.Drawing.Size(258, 225);
|
|
this.slot_lefttop.TabIndex = 0;
|
|
this.slot_lefttop.SavePosEvent += new System.EventHandler(this.SavePosEvent);
|
|
this.slot_lefttop.MoveCameraEvent += new System.EventHandler(this.slot_lefttop_MoveCameraEvent);
|
|
this.slot_lefttop.FetchPositionEvent += new System.EventHandler(this.slot_lefttop_FetchPositionEvent);
|
|
//
|
|
// panel_bottom
|
|
//
|
|
this.panel_bottom.Controls.Add(this.tableLayoutPanel2);
|
|
this.panel_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel_bottom.Location = new System.Drawing.Point(0, 585);
|
|
this.panel_bottom.Name = "panel_bottom";
|
|
this.panel_bottom.Size = new System.Drawing.Size(560, 225);
|
|
this.panel_bottom.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 3;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 270F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 270F));
|
|
this.tableLayoutPanel2.Controls.Add(this.slot_leftbottom, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.slot_rightbottom, 2, 0);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 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(560, 225);
|
|
this.tableLayoutPanel2.TabIndex = 0;
|
|
//
|
|
// slot_leftbottom
|
|
//
|
|
this.slot_leftbottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.slot_leftbottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.slot_leftbottom.HeadText = "LeftBottom";
|
|
this.slot_leftbottom.Location = new System.Drawing.Point(3, 3);
|
|
this.slot_leftbottom.Name = "slot_leftbottom";
|
|
this.slot_leftbottom.Position = ((System.Drawing.PointF)(resources.GetObject("slot_leftbottom.Position")));
|
|
this.slot_leftbottom.Size = new System.Drawing.Size(264, 219);
|
|
this.slot_leftbottom.TabIndex = 0;
|
|
this.slot_leftbottom.SavePosEvent += new System.EventHandler(this.SavePosEvent);
|
|
this.slot_leftbottom.MoveCameraEvent += new System.EventHandler(this.slot_leftbottom_MoveCameraEvent);
|
|
this.slot_leftbottom.FetchPositionEvent += new System.EventHandler(this.slot_leftbottom_FetchPositionEvent);
|
|
//
|
|
// slot_rightbottom
|
|
//
|
|
this.slot_rightbottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.slot_rightbottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.slot_rightbottom.HeadText = "RightBottom";
|
|
this.slot_rightbottom.Location = new System.Drawing.Point(293, 3);
|
|
this.slot_rightbottom.Name = "slot_rightbottom";
|
|
this.slot_rightbottom.Position = ((System.Drawing.PointF)(resources.GetObject("slot_rightbottom.Position")));
|
|
this.slot_rightbottom.Size = new System.Drawing.Size(264, 219);
|
|
this.slot_rightbottom.TabIndex = 0;
|
|
this.slot_rightbottom.Visible = false;
|
|
this.slot_rightbottom.SavePosEvent += new System.EventHandler(this.SavePosEvent);
|
|
this.slot_rightbottom.MoveCameraEvent += new System.EventHandler(this.slot_rightbottom_MoveCameraEvent);
|
|
//
|
|
// cameraTemplate1
|
|
//
|
|
this.cameraTemplate1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
this.cameraTemplate1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cameraTemplate1.ItemName = "Default";
|
|
this.cameraTemplate1.Location = new System.Drawing.Point(569, 3);
|
|
this.cameraTemplate1.Name = "cameraTemplate1";
|
|
this.cameraTemplate1.Size = new System.Drawing.Size(844, 810);
|
|
this.cameraTemplate1.TabIndex = 1;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmi_go});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(94, 26);
|
|
//
|
|
// tsmi_go
|
|
//
|
|
this.tsmi_go.Name = "tsmi_go";
|
|
this.tsmi_go.Size = new System.Drawing.Size(93, 22);
|
|
this.tsmi_go.Text = "Go";
|
|
this.tsmi_go.Click += new System.EventHandler(this.tsmi_go_Click);
|
|
//
|
|
// TrayRecipe
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1416, 816);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "TrayRecipe";
|
|
this.Text = "TrayRecipe";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TrayRecipe_FormClosing);
|
|
this.Load += new System.EventHandler(this.TrayRecipe_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panelEx1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panelEx2.ResumeLayout(false);
|
|
this.panel5.ResumeLayout(false);
|
|
this.panel_bottom.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private Controls.RsTray rsTray1;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel_bottom;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private CameraTemplate cameraTemplate1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private Controls.PanelEx panelEx1;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private Controls.PanelEx panelEx2;
|
|
private System.Windows.Forms.Label label1;
|
|
private TrayLocation slot_lefttop;
|
|
private TrayLocation slot_leftbottom;
|
|
private TrayLocation slot_rightbottom;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmi_go;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn X;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Y;
|
|
private System.Windows.Forms.DataGridViewLinkColumn Move;
|
|
}
|
|
} |