namespace Rs.MotionPlat.Recipe { partial class TestFixtureTrayCheckHeight { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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.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.txtTestFixtureTrayTestHeightOffsetX = new System.Windows.Forms.TextBox(); this.txtTestFixtureTrayOffsetHeight = new System.Windows.Forms.TextBox(); this.lblTestValue = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnTestHeight = new System.Windows.Forms.Button(); this.panelEx3 = new Rs.Controls.PanelEx(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnSaveSlotOffsetDistY = new System.Windows.Forms.Button(); this.btnSaveSlotOffsetDistX = new System.Windows.Forms.Button(); this.txtSlotOffsetDistY = new System.Windows.Forms.TextBox(); this.txtSlotOffsetDistX = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.btnTeachMarkY1 = new System.Windows.Forms.Button(); this.btnTeachMarkX1 = new System.Windows.Forms.Button(); this.btnMoveMarkY1 = new System.Windows.Forms.Button(); this.btnMoveMarkX1 = new System.Windows.Forms.Button(); this.btnCreateTrayStatus = new System.Windows.Forms.Button(); this.btnCreateMatrix = 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(); ((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(779, 858); this.panelEx2.TabIndex = 5; // // panelEx5 // this.panelEx5.Controls.Add(this.groupBox3); this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx5.Location = new System.Drawing.Point(0, 445); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(779, 413); 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(779, 413); 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.dgvRunPoints, 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(773, 393); this.tableLayoutPanel1.TabIndex = 0; // // dgvRunPoints // this.dgvRunPoints.AllowUserToAddRows = false; this.dgvRunPoints.AllowUserToDeleteRows = false; this.dgvRunPoints.AllowUserToResizeColumns = false; this.dgvRunPoints.AllowUserToResizeRows = false; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White; this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; 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, 3); this.dgvRunPoints.MultiSelect = false; this.dgvRunPoints.Name = "dgvRunPoints"; this.dgvRunPoints.ReadOnly = true; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle10; 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(767, 387); this.dgvRunPoints.TabIndex = 7; // // 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"; dataGridViewCellStyle7.Format = "0.000"; this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle7; this.dataGridViewTextBoxColumn2.FillWeight = 35F; this.dataGridViewTextBoxColumn2.HeaderText = "X"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Y"; dataGridViewCellStyle8.Format = "0.000"; this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle8; this.dataGridViewTextBoxColumn3.FillWeight = 35F; this.dataGridViewTextBoxColumn3.HeaderText = "Y"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // dataGridViewLinkColumn1 // this.dataGridViewLinkColumn1.ActiveLinkColor = System.Drawing.Color.White; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.Color.Silver; dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White; this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle9; 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, 183); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(779, 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(779, 262); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Tray"; // // rsTray1 // this.rsTray1.CanDraw = true; this.rsTray1.ColSpace = 15; 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 = 15; this.rsTray1.SelectSlot = null; this.rsTray1.ShowStatus = false; this.rsTray1.ShowText = true; this.rsTray1.SinglePoint = false; this.rsTray1.Size = new System.Drawing.Size(597, 242); this.rsTray1.SortDir = Rs.Controls.ESortDir.LeftToRight; this.rsTray1.Status = null; this.rsTray1.TabIndex = 2; this.rsTray1.TopSpaceHeight = 20; this.rsTray1.SlotClickEvent += new System.Action(this.rsTray1_SlotClickEvent); // // groupBox4 // this.groupBox4.Controls.Add(this.txtTestFixtureTrayTestHeightOffsetX); this.groupBox4.Controls.Add(this.txtTestFixtureTrayOffsetHeight); this.groupBox4.Controls.Add(this.lblTestValue); this.groupBox4.Controls.Add(this.label6); this.groupBox4.Controls.Add(this.label5); this.groupBox4.Controls.Add(this.label1); this.groupBox4.Controls.Add(this.btnTestHeight); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Right; this.groupBox4.ForeColor = System.Drawing.Color.White; this.groupBox4.Location = new System.Drawing.Point(600, 17); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(176, 242); this.groupBox4.TabIndex = 1; this.groupBox4.TabStop = false; this.groupBox4.Text = "测高"; // // txtTestFixtureTrayTestHeightOffsetX // this.txtTestFixtureTrayTestHeightOffsetX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtTestFixtureTrayTestHeightOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtTestFixtureTrayTestHeightOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTestFixtureTrayTestHeightOffsetX.Font = new System.Drawing.Font("宋体", 9F); this.txtTestFixtureTrayTestHeightOffsetX.ForeColor = System.Drawing.Color.White; this.txtTestFixtureTrayTestHeightOffsetX.Location = new System.Drawing.Point(85, 60); this.txtTestFixtureTrayTestHeightOffsetX.Name = "txtTestFixtureTrayTestHeightOffsetX"; this.txtTestFixtureTrayTestHeightOffsetX.Size = new System.Drawing.Size(85, 21); this.txtTestFixtureTrayTestHeightOffsetX.TabIndex = 53; this.txtTestFixtureTrayTestHeightOffsetX.Tag = "SysParam"; this.txtTestFixtureTrayTestHeightOffsetX.Text = "0.01"; this.txtTestFixtureTrayTestHeightOffsetX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtTestFixtureTrayTestHeightOffsetX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTestFixtureTrayTestHeightOffsetX_KeyUp); // // txtTestFixtureTrayOffsetHeight // this.txtTestFixtureTrayOffsetHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtTestFixtureTrayOffsetHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtTestFixtureTrayOffsetHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTestFixtureTrayOffsetHeight.Font = new System.Drawing.Font("宋体", 9F); this.txtTestFixtureTrayOffsetHeight.ForeColor = System.Drawing.Color.White; this.txtTestFixtureTrayOffsetHeight.Location = new System.Drawing.Point(85, 21); this.txtTestFixtureTrayOffsetHeight.Name = "txtTestFixtureTrayOffsetHeight"; this.txtTestFixtureTrayOffsetHeight.Size = new System.Drawing.Size(85, 21); this.txtTestFixtureTrayOffsetHeight.TabIndex = 53; this.txtTestFixtureTrayOffsetHeight.Tag = "SysParam"; this.txtTestFixtureTrayOffsetHeight.Text = "0.01"; this.txtTestFixtureTrayOffsetHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtTestFixtureTrayOffsetHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtTestFixtureCheckBaseHeight_KeyUp); // // 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(124, 162); this.lblTestValue.Name = "lblTestValue"; this.lblTestValue.Size = new System.Drawing.Size(23, 12); this.lblTestValue.TabIndex = 47; this.lblTestValue.Text = "0.0"; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(13, 62); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(59, 12); this.label6.TabIndex = 47; this.label6.Text = "测量偏移:"; // // 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(29, 162); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(59, 12); this.label5.TabIndex = 47; this.label5.Text = "测高结果:"; // // 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(25, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 12); this.label1.TabIndex = 47; this.label1.Text = "高度差:"; // // btnTestHeight // this.btnTestHeight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnTestHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTestHeight.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnTestHeight.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTestHeight.ForeColor = System.Drawing.Color.White; this.btnTestHeight.Location = new System.Drawing.Point(40, 95); this.btnTestHeight.Name = "btnTestHeight"; this.btnTestHeight.Size = new System.Drawing.Size(130, 25); this.btnTestHeight.TabIndex = 49; this.btnTestHeight.Tag = "LoadY"; this.btnTestHeight.Text = "测高"; this.btnTestHeight.UseVisualStyleBackColor = false; this.btnTestHeight.Click += new System.EventHandler(this.btnTestHeight_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(779, 183); this.panelEx3.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.btnSaveSlotOffsetDistY); this.groupBox1.Controls.Add(this.btnSaveSlotOffsetDistX); this.groupBox1.Controls.Add(this.txtSlotOffsetDistY); this.groupBox1.Controls.Add(this.txtSlotOffsetDistX); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.btnTeachMarkY1); this.groupBox1.Controls.Add(this.btnTeachMarkX1); this.groupBox1.Controls.Add(this.btnMoveMarkY1); this.groupBox1.Controls.Add(this.btnMoveMarkX1); this.groupBox1.Controls.Add(this.btnCreateTrayStatus); this.groupBox1.Controls.Add(this.btnCreateMatrix); 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(779, 183); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "MarkPoint"; // // btnSaveSlotOffsetDistY // this.btnSaveSlotOffsetDistY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnSaveSlotOffsetDistY.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnSaveSlotOffsetDistY.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSaveSlotOffsetDistY.ForeColor = System.Drawing.Color.White; this.btnSaveSlotOffsetDistY.Location = new System.Drawing.Point(691, 46); this.btnSaveSlotOffsetDistY.Name = "btnSaveSlotOffsetDistY"; this.btnSaveSlotOffsetDistY.Size = new System.Drawing.Size(79, 25); this.btnSaveSlotOffsetDistY.TabIndex = 62; this.btnSaveSlotOffsetDistY.Tag = ""; this.btnSaveSlotOffsetDistY.Text = "Save"; this.btnSaveSlotOffsetDistY.UseVisualStyleBackColor = false; this.btnSaveSlotOffsetDistY.Click += new System.EventHandler(this.btnSavePoint_Click); // // btnSaveSlotOffsetDistX // this.btnSaveSlotOffsetDistX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnSaveSlotOffsetDistX.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnSaveSlotOffsetDistX.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSaveSlotOffsetDistX.ForeColor = System.Drawing.Color.White; this.btnSaveSlotOffsetDistX.Location = new System.Drawing.Point(691, 15); this.btnSaveSlotOffsetDistX.Name = "btnSaveSlotOffsetDistX"; this.btnSaveSlotOffsetDistX.Size = new System.Drawing.Size(79, 25); this.btnSaveSlotOffsetDistX.TabIndex = 63; this.btnSaveSlotOffsetDistX.Tag = ""; this.btnSaveSlotOffsetDistX.Text = "Save"; this.btnSaveSlotOffsetDistX.UseVisualStyleBackColor = false; this.btnSaveSlotOffsetDistX.Click += new System.EventHandler(this.btnSavePoint_Click); // // txtSlotOffsetDistY // this.txtSlotOffsetDistY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtSlotOffsetDistY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtSlotOffsetDistY.Font = new System.Drawing.Font("宋体", 9F); this.txtSlotOffsetDistY.ForeColor = System.Drawing.Color.White; this.txtSlotOffsetDistY.Location = new System.Drawing.Point(582, 50); this.txtSlotOffsetDistY.Name = "txtSlotOffsetDistY"; this.txtSlotOffsetDistY.Size = new System.Drawing.Size(85, 21); this.txtSlotOffsetDistY.TabIndex = 64; this.txtSlotOffsetDistY.Tag = "LoadY"; this.txtSlotOffsetDistY.Text = "0.01"; this.txtSlotOffsetDistY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtSlotOffsetDistX // this.txtSlotOffsetDistX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtSlotOffsetDistX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtSlotOffsetDistX.Font = new System.Drawing.Font("宋体", 9F); this.txtSlotOffsetDistX.ForeColor = System.Drawing.Color.White; this.txtSlotOffsetDistX.Location = new System.Drawing.Point(582, 19); this.txtSlotOffsetDistX.Name = "txtSlotOffsetDistX"; this.txtSlotOffsetDistX.Size = new System.Drawing.Size(85, 21); this.txtSlotOffsetDistX.TabIndex = 65; this.txtSlotOffsetDistX.Tag = "LoadX"; this.txtSlotOffsetDistX.Text = "0.01"; this.txtSlotOffsetDistX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(473, 53); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 60; this.label2.Text = "SlotOffsetY:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(473, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 61; this.label7.Text = "SlotOffsetX:"; // // 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(162, 47); this.btnTeachMarkY1.Name = "btnTeachMarkY1"; this.btnTeachMarkY1.Size = new System.Drawing.Size(79, 25); this.btnTeachMarkY1.TabIndex = 58; 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(162, 16); this.btnTeachMarkX1.Name = "btnTeachMarkX1"; this.btnTeachMarkX1.Size = new System.Drawing.Size(79, 25); this.btnTeachMarkX1.TabIndex = 59; this.btnTeachMarkX1.Tag = "TurnoverX"; this.btnTeachMarkX1.Text = "示教"; this.btnTeachMarkX1.UseVisualStyleBackColor = false; this.btnTeachMarkX1.Click += new System.EventHandler(this.btnTeach_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(271, 47); this.btnMoveMarkY1.Name = "btnMoveMarkY1"; this.btnMoveMarkY1.Size = new System.Drawing.Size(79, 25); this.btnMoveMarkY1.TabIndex = 56; this.btnMoveMarkY1.Tag = "TurnoverY"; this.btnMoveMarkY1.Text = "运动到此"; this.btnMoveMarkY1.UseVisualStyleBackColor = false; this.btnMoveMarkY1.Click += new System.EventHandler(this.btnMove_Click); // // 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(271, 16); this.btnMoveMarkX1.Name = "btnMoveMarkX1"; this.btnMoveMarkX1.Size = new System.Drawing.Size(79, 25); this.btnMoveMarkX1.TabIndex = 57; this.btnMoveMarkX1.Tag = "TurnoverX"; this.btnMoveMarkX1.Text = "运动到此"; this.btnMoveMarkX1.UseVisualStyleBackColor = false; this.btnMoveMarkX1.Click += new System.EventHandler(this.btnMove_Click); // // btnCreateTrayStatus // this.btnCreateTrayStatus.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 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, 126); 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; this.btnCreateTrayStatus.Visible = false; // // btnCreateMatrix // this.btnCreateMatrix.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 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(637, 127); 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); // // 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(50, 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(50, 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(21, 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(21, 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(779, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(1030, 858); this.panelEx1.TabIndex = 4; // // 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); // // TestFixtureTrayCheckHeight // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1809, 858); this.Controls.Add(this.panelEx2); this.Controls.Add(this.panelEx1); this.Name = "TestFixtureTrayCheckHeight"; this.Text = "TestFixtureTrayCheckHeight"; this.Load += new System.EventHandler(this.TestFixtureTrayCheckHeight_Load); this.contextMenuStrip1.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx5.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.tableLayoutPanel1.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.TextBox txtTestFixtureTrayOffsetHeight; private System.Windows.Forms.TextBox txtMarkY1; private System.Windows.Forms.TextBox txtMarkX1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private Controls.RsTray rsTray1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Button btnTestHeight; private System.Windows.Forms.Label lblTestValue; private System.Windows.Forms.Label label5; private System.Windows.Forms.DataGridView dgvRunPoints; 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.Button btnTeachMarkY1; private System.Windows.Forms.Button btnTeachMarkX1; private System.Windows.Forms.Button btnMoveMarkY1; private System.Windows.Forms.Button btnMoveMarkX1; private System.Windows.Forms.Button btnSaveSlotOffsetDistY; private System.Windows.Forms.Button btnSaveSlotOffsetDistX; private System.Windows.Forms.TextBox txtSlotOffsetDistY; private System.Windows.Forms.TextBox txtSlotOffsetDistX; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtTestFixtureTrayTestHeightOffsetX; private System.Windows.Forms.Label label6; private System.Windows.Forms.ToolStripMenuItem testHeightToolStripMenuItem; } }