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.

656 lines
37 KiB
C#

namespace Rs.MotionPlat.Recipe
{
partial class TurnoverTrayCheckHeight
{
/// <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();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.moveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panelEx2 = new Rs.Controls.PanelEx();
this.panelEx5 = new Rs.Controls.PanelEx();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.dgvRunPoints = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewLinkColumn1 = new System.Windows.Forms.DataGridViewLinkColumn();
this.panelEx4 = new Rs.Controls.PanelEx();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.rsTray1 = new Rs.Controls.RsTray();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.lblTestValue = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtTurnoverTrayTestHeightOffsetX = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtTurnoverTrayOffsetHeight = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.panelEx3 = new Rs.Controls.PanelEx();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnCreateTrayStatus = new System.Windows.Forms.Button();
this.btnTeachMarkY1 = new System.Windows.Forms.Button();
this.btnTeachMarkX1 = new System.Windows.Forms.Button();
this.btnCreateMatrix = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.txtMarkY1 = new System.Windows.Forms.TextBox();
this.txtMarkX1 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.panelEx1 = new Rs.Controls.PanelEx();
this.testHeightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.panelEx5.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRunPoints)).BeginInit();
this.panelEx4.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.panelEx3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.moveToolStripMenuItem,
this.testHeightToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 70);
//
// moveToolStripMenuItem
//
this.moveToolStripMenuItem.Name = "moveToolStripMenuItem";
this.moveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.moveToolStripMenuItem.Text = "Move";
this.moveToolStripMenuItem.Click += new System.EventHandler(this.moveToolStripMenuItem_Click);
//
// panelEx2
//
this.panelEx2.Controls.Add(this.panelEx5);
this.panelEx2.Controls.Add(this.panelEx4);
this.panelEx2.Controls.Add(this.panelEx3);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(705, 843);
this.panelEx2.TabIndex = 4;
//
// panelEx5
//
this.panelEx5.Controls.Add(this.groupBox3);
this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx5.Location = new System.Drawing.Point(0, 463);
this.panelEx5.Name = "panelEx5";
this.panelEx5.Size = new System.Drawing.Size(705, 380);
this.panelEx5.TabIndex = 2;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.tableLayoutPanel1);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.ForeColor = System.Drawing.Color.White;
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(705, 380);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Points";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Controls.Add(this.groupBox5, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 17);
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(699, 360);
this.tableLayoutPanel1.TabIndex = 0;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.dgvRunPoints);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.ForeColor = System.Drawing.Color.White;
this.groupBox5.Location = new System.Drawing.Point(3, 3);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(693, 354);
this.groupBox5.TabIndex = 1;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "RunPoints";
//
// dgvRunPoints
//
this.dgvRunPoints.AllowUserToAddRows = false;
this.dgvRunPoints.AllowUserToDeleteRows = false;
this.dgvRunPoints.AllowUserToResizeColumns = false;
this.dgvRunPoints.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvRunPoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvRunPoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.dgvRunPoints.ColumnHeadersHeight = 30;
this.dgvRunPoints.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewLinkColumn1});
this.dgvRunPoints.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvRunPoints.EnableHeadersVisualStyles = false;
this.dgvRunPoints.GridColor = System.Drawing.SystemColors.ActiveCaption;
this.dgvRunPoints.Location = new System.Drawing.Point(3, 17);
this.dgvRunPoints.MultiSelect = false;
this.dgvRunPoints.Name = "dgvRunPoints";
this.dgvRunPoints.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.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgvRunPoints.RowHeadersVisible = false;
this.dgvRunPoints.RowHeadersWidth = 30;
this.dgvRunPoints.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvRunPoints.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.dgvRunPoints.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.White;
this.dgvRunPoints.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.dgvRunPoints.RowTemplate.Height = 23;
this.dgvRunPoints.Size = new System.Drawing.Size(687, 334);
this.dgvRunPoints.TabIndex = 6;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "SlotIndex";
this.dataGridViewTextBoxColumn1.FillWeight = 10F;
this.dataGridViewTextBoxColumn1.HeaderText = "IX";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "X";
dataGridViewCellStyle2.Format = "0.000";
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewTextBoxColumn2.FillWeight = 35F;
this.dataGridViewTextBoxColumn2.HeaderText = "X";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Y";
dataGridViewCellStyle3.Format = "0.000";
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle3;
this.dataGridViewTextBoxColumn3.FillWeight = 35F;
this.dataGridViewTextBoxColumn3.HeaderText = "Y";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
//
// dataGridViewLinkColumn1
//
this.dataGridViewLinkColumn1.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.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle4;
this.dataGridViewLinkColumn1.FillWeight = 20F;
this.dataGridViewLinkColumn1.HeaderText = "Move";
this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
this.dataGridViewLinkColumn1.LinkColor = System.Drawing.Color.Lime;
this.dataGridViewLinkColumn1.Name = "dataGridViewLinkColumn1";
this.dataGridViewLinkColumn1.ReadOnly = true;
this.dataGridViewLinkColumn1.Text = "Go";
this.dataGridViewLinkColumn1.TrackVisitedState = false;
this.dataGridViewLinkColumn1.UseColumnTextForLinkValue = true;
this.dataGridViewLinkColumn1.Visible = false;
this.dataGridViewLinkColumn1.VisitedLinkColor = System.Drawing.Color.White;
//
// panelEx4
//
this.panelEx4.Controls.Add(this.groupBox2);
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx4.Location = new System.Drawing.Point(0, 201);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(705, 262);
this.panelEx4.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.rsTray1);
this.groupBox2.Controls.Add(this.groupBox4);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.ForeColor = System.Drawing.Color.White;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(705, 262);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Tray";
//
// rsTray1
//
this.rsTray1.CanDraw = true;
this.rsTray1.ColSpace = 5;
this.rsTray1.ColumnNum = 8;
this.rsTray1.Dock = System.Windows.Forms.DockStyle.Fill;
this.rsTray1.HeadText = "周转盘";
this.rsTray1.InitSlotStatus = Rs.Controls.ESlotStatus.NotHave;
this.rsTray1.ItemName = null;
this.rsTray1.LeftSpaceWidth = 20;
this.rsTray1.Location = new System.Drawing.Point(3, 17);
this.rsTray1.Name = "rsTray1";
this.rsTray1.OffsetX = 0F;
this.rsTray1.OffsetY = 0F;
this.rsTray1.OffsetYEven = 0F;
this.rsTray1.RowNum = 4;
this.rsTray1.RowSpace = 5;
this.rsTray1.SelectSlot = null;
this.rsTray1.ShowStatus = false;
this.rsTray1.ShowText = true;
this.rsTray1.SinglePoint = false;
this.rsTray1.Size = new System.Drawing.Size(516, 242);
this.rsTray1.SortDir = Rs.Controls.ESortDir.LeftToRight;
this.rsTray1.Status = null;
this.rsTray1.TabIndex = 3;
this.rsTray1.TopSpaceHeight = 20;
this.rsTray1.SlotClickEvent += new System.Action<Rs.Controls.TraySlot, System.Windows.Forms.MouseEventArgs>(this.rsTray1_SlotClickEvent);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.lblTestValue);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.txtTurnoverTrayTestHeightOffsetX);
this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Controls.Add(this.txtTurnoverTrayOffsetHeight);
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.button6);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Right;
this.groupBox4.ForeColor = System.Drawing.Color.White;
this.groupBox4.Location = new System.Drawing.Point(519, 17);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(183, 242);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "测高";
//
// lblTestValue
//
this.lblTestValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblTestValue.AutoSize = true;
this.lblTestValue.Location = new System.Drawing.Point(144, 151);
this.lblTestValue.Name = "lblTestValue";
this.lblTestValue.Size = new System.Drawing.Size(23, 12);
this.lblTestValue.TabIndex = 56;
this.lblTestValue.Text = "0.0";
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(49, 151);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 57;
this.label5.Text = "测高结果:";
//
// txtTurnoverTrayTestHeightOffsetX
//
this.txtTurnoverTrayTestHeightOffsetX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtTurnoverTrayTestHeightOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtTurnoverTrayTestHeightOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTurnoverTrayTestHeightOffsetX.Font = new System.Drawing.Font("宋体", 9F);
this.txtTurnoverTrayTestHeightOffsetX.ForeColor = System.Drawing.Color.White;
this.txtTurnoverTrayTestHeightOffsetX.Location = new System.Drawing.Point(87, 57);
this.txtTurnoverTrayTestHeightOffsetX.Name = "txtTurnoverTrayTestHeightOffsetX";
this.txtTurnoverTrayTestHeightOffsetX.Size = new System.Drawing.Size(85, 21);
this.txtTurnoverTrayTestHeightOffsetX.TabIndex = 53;
this.txtTurnoverTrayTestHeightOffsetX.Tag = "SysParam";
this.txtTurnoverTrayTestHeightOffsetX.Text = "0.01";
this.txtTurnoverTrayTestHeightOffsetX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtTurnoverTrayTestHeightOffsetX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTurnoverTrayTestHeightOffsetX_KeyUp);
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 59);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 47;
this.label1.Text = "测高偏移:";
//
// txtTurnoverTrayOffsetHeight
//
this.txtTurnoverTrayOffsetHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtTurnoverTrayOffsetHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtTurnoverTrayOffsetHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTurnoverTrayOffsetHeight.Font = new System.Drawing.Font("宋体", 9F);
this.txtTurnoverTrayOffsetHeight.ForeColor = System.Drawing.Color.White;
this.txtTurnoverTrayOffsetHeight.Location = new System.Drawing.Point(87, 20);
this.txtTurnoverTrayOffsetHeight.Name = "txtTurnoverTrayOffsetHeight";
this.txtTurnoverTrayOffsetHeight.Size = new System.Drawing.Size(85, 21);
this.txtTurnoverTrayOffsetHeight.TabIndex = 53;
this.txtTurnoverTrayOffsetHeight.Tag = "SysParam";
this.txtTurnoverTrayOffsetHeight.Text = "0.01";
this.txtTurnoverTrayOffsetHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtTurnoverTrayOffsetHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTurnoverCheckBaseHeight_KeyUp);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(27, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 47;
this.label2.Text = "高度差:";
//
// button6
//
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button6.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.ForeColor = System.Drawing.Color.White;
this.button6.Location = new System.Drawing.Point(34, 94);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(133, 31);
this.button6.TabIndex = 49;
this.button6.Tag = "LoadY";
this.button6.Text = "测高";
this.button6.UseVisualStyleBackColor = false;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// panelEx3
//
this.panelEx3.Controls.Add(this.groupBox1);
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx3.Location = new System.Drawing.Point(0, 0);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(705, 201);
this.panelEx3.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnCreateTrayStatus);
this.groupBox1.Controls.Add(this.btnTeachMarkY1);
this.groupBox1.Controls.Add(this.btnTeachMarkX1);
this.groupBox1.Controls.Add(this.btnCreateMatrix);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.txtMarkY1);
this.groupBox1.Controls.Add(this.txtMarkX1);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(705, 201);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "MarkPoint";
//
// btnCreateTrayStatus
//
this.btnCreateTrayStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnCreateTrayStatus.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnCreateTrayStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCreateTrayStatus.ForeColor = System.Drawing.Color.White;
this.btnCreateTrayStatus.Location = new System.Drawing.Point(12, 133);
this.btnCreateTrayStatus.Name = "btnCreateTrayStatus";
this.btnCreateTrayStatus.Size = new System.Drawing.Size(133, 51);
this.btnCreateTrayStatus.TabIndex = 55;
this.btnCreateTrayStatus.Tag = "LoadY";
this.btnCreateTrayStatus.Text = "CreateTrayStatus";
this.btnCreateTrayStatus.UseVisualStyleBackColor = false;
//
// btnTeachMarkY1
//
this.btnTeachMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnTeachMarkY1.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTeachMarkY1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTeachMarkY1.ForeColor = System.Drawing.Color.White;
this.btnTeachMarkY1.Location = new System.Drawing.Point(190, 46);
this.btnTeachMarkY1.Name = "btnTeachMarkY1";
this.btnTeachMarkY1.Size = new System.Drawing.Size(79, 25);
this.btnTeachMarkY1.TabIndex = 51;
this.btnTeachMarkY1.Tag = "LoadY";
this.btnTeachMarkY1.Text = "示教";
this.btnTeachMarkY1.UseVisualStyleBackColor = false;
this.btnTeachMarkY1.Click += new System.EventHandler(this.Teach_Click);
//
// btnTeachMarkX1
//
this.btnTeachMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnTeachMarkX1.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnTeachMarkX1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnTeachMarkX1.ForeColor = System.Drawing.Color.White;
this.btnTeachMarkX1.Location = new System.Drawing.Point(190, 15);
this.btnTeachMarkX1.Name = "btnTeachMarkX1";
this.btnTeachMarkX1.Size = new System.Drawing.Size(79, 25);
this.btnTeachMarkX1.TabIndex = 52;
this.btnTeachMarkX1.Tag = "LoadX";
this.btnTeachMarkX1.Text = "示教";
this.btnTeachMarkX1.UseVisualStyleBackColor = false;
this.btnTeachMarkX1.Click += new System.EventHandler(this.Teach_Click);
//
// btnCreateMatrix
//
this.btnCreateMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCreateMatrix.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnCreateMatrix.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnCreateMatrix.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCreateMatrix.ForeColor = System.Drawing.Color.White;
this.btnCreateMatrix.Location = new System.Drawing.Point(563, 133);
this.btnCreateMatrix.Name = "btnCreateMatrix";
this.btnCreateMatrix.Size = new System.Drawing.Size(133, 50);
this.btnCreateMatrix.TabIndex = 49;
this.btnCreateMatrix.Tag = "LoadY";
this.btnCreateMatrix.Text = "CreateMatrix";
this.btnCreateMatrix.UseVisualStyleBackColor = false;
this.btnCreateMatrix.Click += new System.EventHandler(this.btnCreateMatrix_Click);
//
// button5
//
this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button5.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.ForeColor = System.Drawing.Color.White;
this.button5.Location = new System.Drawing.Point(299, 46);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(79, 25);
this.button5.TabIndex = 49;
this.button5.Tag = "LoadY";
this.button5.Text = "运动到此";
this.button5.UseVisualStyleBackColor = false;
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.button4.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.ForeColor = System.Drawing.Color.White;
this.button4.Location = new System.Drawing.Point(299, 15);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(79, 25);
this.button4.TabIndex = 50;
this.button4.Tag = "LoadX";
this.button4.Text = "运动到此";
this.button4.UseVisualStyleBackColor = false;
//
// txtMarkY1
//
this.txtMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtMarkY1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtMarkY1.Font = new System.Drawing.Font("宋体", 9F);
this.txtMarkY1.ForeColor = System.Drawing.Color.White;
this.txtMarkY1.Location = new System.Drawing.Point(81, 50);
this.txtMarkY1.Name = "txtMarkY1";
this.txtMarkY1.ReadOnly = true;
this.txtMarkY1.Size = new System.Drawing.Size(85, 21);
this.txtMarkY1.TabIndex = 53;
this.txtMarkY1.Tag = "TurnoverY";
this.txtMarkY1.Text = "0.01";
this.txtMarkY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txtMarkX1
//
this.txtMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtMarkX1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtMarkX1.Font = new System.Drawing.Font("宋体", 9F);
this.txtMarkX1.ForeColor = System.Drawing.Color.White;
this.txtMarkX1.Location = new System.Drawing.Point(81, 19);
this.txtMarkX1.Name = "txtMarkX1";
this.txtMarkX1.ReadOnly = true;
this.txtMarkX1.Size = new System.Drawing.Size(85, 21);
this.txtMarkX1.TabIndex = 54;
this.txtMarkX1.Tag = "TurnoverX";
this.txtMarkX1.Text = "0.01";
this.txtMarkX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(52, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(23, 12);
this.label4.TabIndex = 47;
this.label4.Text = "Y1:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(52, 21);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 12);
this.label3.TabIndex = 48;
this.label3.Text = "X1:";
//
// panelEx1
//
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Right;
this.panelEx1.Location = new System.Drawing.Point(705, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(1030, 843);
this.panelEx1.TabIndex = 3;
//
// testHeightToolStripMenuItem
//
this.testHeightToolStripMenuItem.Name = "testHeightToolStripMenuItem";
this.testHeightToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.testHeightToolStripMenuItem.Text = "TestHeight";
this.testHeightToolStripMenuItem.Click += new System.EventHandler(this.testHeightToolStripMenuItem_Click);
//
// TurnoverTrayCheckHeight
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1735, 843);
this.Controls.Add(this.panelEx2);
this.Controls.Add(this.panelEx1);
this.Name = "TurnoverTrayCheckHeight";
this.Text = "TurnoverTrayCheckHeight";
this.Load += new System.EventHandler(this.TurnoverTrayCheckHeight_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.panelEx5.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvRunPoints)).EndInit();
this.panelEx4.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.panelEx3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Controls.PanelEx panelEx1;
private Controls.PanelEx panelEx2;
private Controls.PanelEx panelEx5;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Controls.PanelEx panelEx4;
private System.Windows.Forms.GroupBox groupBox2;
private Controls.PanelEx panelEx3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnCreateTrayStatus;
private System.Windows.Forms.Button btnCreateMatrix;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.DataGridView dgvRunPoints;
private System.Windows.Forms.Button btnTeachMarkY1;
private System.Windows.Forms.Button btnTeachMarkX1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox txtMarkY1;
private System.Windows.Forms.TextBox txtMarkX1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox txtTurnoverTrayOffsetHeight;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button6;
private Controls.RsTray rsTray1;
private System.Windows.Forms.Label lblTestValue;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtTurnoverTrayTestHeightOffsetX;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStripMenuItem testHeightToolStripMenuItem;
}
}