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.

555 lines
31 KiB
C#

namespace Rs.MotionPlat.Recipe
{
partial class FixtureTrayExceptionNozzle
{
/// <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.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.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.txtTestFixtureForceNozzePressHeight = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
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.btnMoveMarkY1 = new System.Windows.Forms.Button();
this.btnMoveMarkX1 = new System.Windows.Forms.Button();
this.txtMarkY1 = new System.Windows.Forms.TextBox();
this.txtMarkX1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.moveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
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.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.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// 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.Left;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(849, 861);
this.panelEx2.TabIndex = 6;
//
// panelEx5
//
this.panelEx5.Controls.Add(this.groupBox3);
this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx5.Location = new System.Drawing.Point(0, 453);
this.panelEx5.Name = "panelEx5";
this.panelEx5.Size = new System.Drawing.Size(849, 408);
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(849, 408);
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(843, 388);
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(837, 382);
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(831, 362);
this.dgvRunPoints.TabIndex = 6;
//
// panelEx4
//
this.panelEx4.Controls.Add(this.groupBox2);
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx4.Location = new System.Drawing.Point(0, 191);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(849, 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(849, 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 = 2;
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(596, 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.txtTestFixtureForceNozzePressHeight);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Right;
this.groupBox4.ForeColor = System.Drawing.Color.White;
this.groupBox4.Location = new System.Drawing.Point(599, 17);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(247, 242);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "点位";
//
// txtTestFixtureForceNozzePressHeight
//
this.txtTestFixtureForceNozzePressHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtTestFixtureForceNozzePressHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTestFixtureForceNozzePressHeight.Font = new System.Drawing.Font("宋体", 9F);
this.txtTestFixtureForceNozzePressHeight.ForeColor = System.Drawing.Color.White;
this.txtTestFixtureForceNozzePressHeight.Location = new System.Drawing.Point(154, 28);
this.txtTestFixtureForceNozzePressHeight.Name = "txtTestFixtureForceNozzePressHeight";
this.txtTestFixtureForceNozzePressHeight.Size = new System.Drawing.Size(85, 21);
this.txtTestFixtureForceNozzePressHeight.TabIndex = 53;
this.txtTestFixtureForceNozzePressHeight.Tag = "SysParam";
this.txtTestFixtureForceNozzePressHeight.Text = "0.01";
this.txtTestFixtureForceNozzePressHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(38, 30);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(95, 12);
this.label8.TabIndex = 47;
this.label8.Text = "治具盘压料高度:";
//
// 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(849, 191);
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.btnMoveMarkY1);
this.groupBox1.Controls.Add(this.btnMoveMarkX1);
this.groupBox1.Controls.Add(this.txtMarkY1);
this.groupBox1.Controls.Add(this.txtMarkX1);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
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(849, 191);
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(10, 128);
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(228, 46);
this.btnTeachMarkY1.Name = "btnTeachMarkY1";
this.btnTeachMarkY1.Size = new System.Drawing.Size(79, 25);
this.btnTeachMarkY1.TabIndex = 51;
this.btnTeachMarkY1.Tag = "TurnoverY";
this.btnTeachMarkY1.Text = "示教";
this.btnTeachMarkY1.UseVisualStyleBackColor = false;
this.btnTeachMarkY1.Click += new System.EventHandler(this.btnTeach_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(228, 15);
this.btnTeachMarkX1.Name = "btnTeachMarkX1";
this.btnTeachMarkX1.Size = new System.Drawing.Size(79, 25);
this.btnTeachMarkX1.TabIndex = 52;
this.btnTeachMarkX1.Tag = "TurnoverX";
this.btnTeachMarkX1.Text = "示教";
this.btnTeachMarkX1.UseVisualStyleBackColor = false;
this.btnTeachMarkX1.Click += new System.EventHandler(this.btnTeach_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(705, 128);
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);
//
// btnMoveMarkY1
//
this.btnMoveMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnMoveMarkY1.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMoveMarkY1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMoveMarkY1.ForeColor = System.Drawing.Color.White;
this.btnMoveMarkY1.Location = new System.Drawing.Point(337, 46);
this.btnMoveMarkY1.Name = "btnMoveMarkY1";
this.btnMoveMarkY1.Size = new System.Drawing.Size(79, 25);
this.btnMoveMarkY1.TabIndex = 49;
this.btnMoveMarkY1.Tag = "TurnoverY";
this.btnMoveMarkY1.Text = "运动到此";
this.btnMoveMarkY1.UseVisualStyleBackColor = false;
//
// btnMoveMarkX1
//
this.btnMoveMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnMoveMarkX1.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMoveMarkX1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMoveMarkX1.ForeColor = System.Drawing.Color.White;
this.btnMoveMarkX1.Location = new System.Drawing.Point(337, 15);
this.btnMoveMarkX1.Name = "btnMoveMarkX1";
this.btnMoveMarkX1.Size = new System.Drawing.Size(79, 25);
this.btnMoveMarkX1.TabIndex = 50;
this.btnMoveMarkX1.Tag = "TurnoverX";
this.btnMoveMarkX1.Text = "运动到此";
this.btnMoveMarkX1.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(119, 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(119, 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;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 54);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(113, 12);
this.label6.TabIndex = 47;
this.label6.Text = "DischargeNozzleY1:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(113, 12);
this.label5.TabIndex = 48;
this.label5.Text = "DischargeNozzleX1:";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.moveToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(110, 26);
//
// moveToolStripMenuItem
//
this.moveToolStripMenuItem.Name = "moveToolStripMenuItem";
this.moveToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
this.moveToolStripMenuItem.Text = "Move";
this.moveToolStripMenuItem.Click += new System.EventHandler(this.moveToolStripMenuItem_Click);
//
// 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 = 40F;
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 = 40F;
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;
//
// FixtureTrayExceptionNozzle
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1373, 861);
this.Controls.Add(this.panelEx2);
this.Name = "FixtureTrayExceptionNozzle";
this.Text = "FixtureTrayExceptionNozzle";
this.Load += new System.EventHandler(this.FixtureTrayExceptionNozzle_Load);
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.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Controls.PanelEx panelEx2;
private Controls.PanelEx panelEx5;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.DataGridView dgvRunPoints;
private Controls.PanelEx panelEx4;
private System.Windows.Forms.GroupBox groupBox2;
private Controls.RsTray rsTray1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox txtTestFixtureForceNozzePressHeight;
private System.Windows.Forms.Label label8;
private Controls.PanelEx panelEx3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnCreateTrayStatus;
private System.Windows.Forms.Button btnTeachMarkY1;
private System.Windows.Forms.Button btnTeachMarkX1;
private System.Windows.Forms.Button btnCreateMatrix;
private System.Windows.Forms.Button btnMoveMarkY1;
private System.Windows.Forms.Button btnMoveMarkX1;
private System.Windows.Forms.TextBox txtMarkY1;
private System.Windows.Forms.TextBox txtMarkX1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
}
}