namespace Rs.MotionPlat.Recipe { partial class TurnoverTrayExceptionNozzle { /// /// 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 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.txtTurnoverTrayForceNozzleTakeHeight = 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.label2 = new System.Windows.Forms.Label(); this.btnCreateTrayStatus = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.btnTeachMarkY2 = new System.Windows.Forms.Button(); this.btnTeachMarkY1 = new System.Windows.Forms.Button(); this.btnTeachMarkX2 = new System.Windows.Forms.Button(); this.btnTeachMarkX1 = new System.Windows.Forms.Button(); this.btnCreateMatrix = new System.Windows.Forms.Button(); this.btnCalcAndMove = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.btnMoveMarkY2 = new System.Windows.Forms.Button(); this.btnMoveMarkY1 = new System.Windows.Forms.Button(); this.btnMoveMarkX2 = new System.Windows.Forms.Button(); this.btnMoveMarkX1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.txtMarkY2 = new System.Windows.Forms.TextBox(); this.txtMarkY1 = new System.Windows.Forms.TextBox(); this.txtMarkX2 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtMarkX1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); 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(950, 837); 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, 569); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(950, 268); 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(950, 268); 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(944, 248); 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(938, 242); 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(932, 222); 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, 307); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(950, 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(950, 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(697, 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(this.rsTray1_SlotClickEvent); // // groupBox4 // this.groupBox4.Controls.Add(this.txtTurnoverTrayForceNozzleTakeHeight); 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(700, 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 = "点位"; // // txtTurnoverTrayForceNozzleTakeHeight // this.txtTurnoverTrayForceNozzleTakeHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtTurnoverTrayForceNozzleTakeHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTurnoverTrayForceNozzleTakeHeight.Font = new System.Drawing.Font("宋体", 9F); this.txtTurnoverTrayForceNozzleTakeHeight.ForeColor = System.Drawing.Color.White; this.txtTurnoverTrayForceNozzleTakeHeight.Location = new System.Drawing.Point(154, 28); this.txtTurnoverTrayForceNozzleTakeHeight.Name = "txtTurnoverTrayForceNozzleTakeHeight"; this.txtTurnoverTrayForceNozzleTakeHeight.Size = new System.Drawing.Size(85, 21); this.txtTurnoverTrayForceNozzleTakeHeight.TabIndex = 53; this.txtTurnoverTrayForceNozzleTakeHeight.Tag = "SysParam"; this.txtTurnoverTrayForceNozzleTakeHeight.Text = "0.01"; this.txtTurnoverTrayForceNozzleTakeHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtTurnoverTrayForceNozzleTakeHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtPoint_KeyUp); // // 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(950, 307); this.panelEx3.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.btnCreateTrayStatus); this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.btnTeachMarkY2); this.groupBox1.Controls.Add(this.btnTeachMarkY1); this.groupBox1.Controls.Add(this.btnTeachMarkX2); this.groupBox1.Controls.Add(this.btnTeachMarkX1); this.groupBox1.Controls.Add(this.btnCreateMatrix); this.groupBox1.Controls.Add(this.btnCalcAndMove); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.btnMoveMarkY2); this.groupBox1.Controls.Add(this.btnMoveMarkY1); this.groupBox1.Controls.Add(this.btnMoveMarkX2); this.groupBox1.Controls.Add(this.btnMoveMarkX1); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.txtMarkY2); this.groupBox1.Controls.Add(this.txtMarkY1); this.groupBox1.Controls.Add(this.txtMarkX2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtMarkX1); this.groupBox1.Controls.Add(this.label3); 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(950, 307); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "MarkPoint"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 191); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(281, 48); this.label2.TabIndex = 56; this.label2.Text = "1、排料吸嘴1的特征点移动到下相机的中心点击示教\r\n2、把强力吸嘴的特征点移动到下相机中心点\r\n3、点击计算并运动,把强力洗头移动到1号穴位上方\r\n4、点击示教," + "记录强力洗头的取料位置"; // // 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, 250); 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; // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.ForeColor = System.Drawing.Color.White; this.button2.Location = new System.Drawing.Point(228, 154); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(79, 25); this.button2.TabIndex = 51; this.button2.Tag = "LoadY"; this.button2.Text = "示教"; this.button2.UseVisualStyleBackColor = false; // // btnTeachMarkY2 // this.btnTeachMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachMarkY2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnTeachMarkY2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTeachMarkY2.ForeColor = System.Drawing.Color.White; this.btnTeachMarkY2.Location = new System.Drawing.Point(228, 127); this.btnTeachMarkY2.Name = "btnTeachMarkY2"; this.btnTeachMarkY2.Size = new System.Drawing.Size(79, 25); this.btnTeachMarkY2.TabIndex = 51; this.btnTeachMarkY2.Tag = "TurnoverY"; this.btnTeachMarkY2.Text = "示教"; this.btnTeachMarkY2.UseVisualStyleBackColor = false; this.btnTeachMarkY2.Click += new System.EventHandler(this.btnTeach_Click); // // 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 = "LoadY"; this.btnTeachMarkY1.Text = "示教"; this.btnTeachMarkY1.UseVisualStyleBackColor = false; this.btnTeachMarkY1.Click += new System.EventHandler(this.btnTeach_Click); // // btnTeachMarkX2 // this.btnTeachMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTeachMarkX2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnTeachMarkX2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTeachMarkX2.ForeColor = System.Drawing.Color.White; this.btnTeachMarkX2.Location = new System.Drawing.Point(228, 96); this.btnTeachMarkX2.Name = "btnTeachMarkX2"; this.btnTeachMarkX2.Size = new System.Drawing.Size(79, 25); this.btnTeachMarkX2.TabIndex = 52; this.btnTeachMarkX2.Tag = "TurnoverX"; this.btnTeachMarkX2.Text = "示教"; this.btnTeachMarkX2.UseVisualStyleBackColor = false; this.btnTeachMarkX2.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 = "LoadX"; 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.Bottom | 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(808, 251); 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); // // btnCalcAndMove // this.btnCalcAndMove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnCalcAndMove.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnCalcAndMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCalcAndMove.ForeColor = System.Drawing.Color.White; this.btnCalcAndMove.Location = new System.Drawing.Point(578, 23); this.btnCalcAndMove.Name = "btnCalcAndMove"; this.btnCalcAndMove.Size = new System.Drawing.Size(123, 49); this.btnCalcAndMove.TabIndex = 49; this.btnCalcAndMove.Tag = "LoadY"; this.btnCalcAndMove.Text = "计算并运动"; this.btnCalcAndMove.UseVisualStyleBackColor = false; this.btnCalcAndMove.Click += new System.EventHandler(this.btnCalcAndMove_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(337, 154); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(79, 25); this.button1.TabIndex = 49; this.button1.Tag = "LoadY"; this.button1.Text = "运动到此"; this.button1.UseVisualStyleBackColor = false; // // btnMoveMarkY2 // this.btnMoveMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveMarkY2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnMoveMarkY2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMoveMarkY2.ForeColor = System.Drawing.Color.White; this.btnMoveMarkY2.Location = new System.Drawing.Point(337, 127); this.btnMoveMarkY2.Name = "btnMoveMarkY2"; this.btnMoveMarkY2.Size = new System.Drawing.Size(79, 25); this.btnMoveMarkY2.TabIndex = 49; this.btnMoveMarkY2.Tag = "TurnoverY"; this.btnMoveMarkY2.Text = "运动到此"; this.btnMoveMarkY2.UseVisualStyleBackColor = false; // // 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 = "LoadY"; this.btnMoveMarkY1.Text = "运动到此"; this.btnMoveMarkY1.UseVisualStyleBackColor = false; // // btnMoveMarkX2 // this.btnMoveMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnMoveMarkX2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnMoveMarkX2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMoveMarkX2.ForeColor = System.Drawing.Color.White; this.btnMoveMarkX2.Location = new System.Drawing.Point(337, 96); this.btnMoveMarkX2.Name = "btnMoveMarkX2"; this.btnMoveMarkX2.Size = new System.Drawing.Size(79, 25); this.btnMoveMarkX2.TabIndex = 50; this.btnMoveMarkX2.Tag = "TurnoverX"; this.btnMoveMarkX2.Text = "运动到此"; this.btnMoveMarkX2.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 = "LoadX"; this.btnMoveMarkX1.Text = "运动到此"; this.btnMoveMarkX1.UseVisualStyleBackColor = false; // // textBox1 // this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.Font = new System.Drawing.Font("宋体", 9F); this.textBox1.ForeColor = System.Drawing.Color.White; this.textBox1.Location = new System.Drawing.Point(119, 158); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(85, 21); this.textBox1.TabIndex = 53; this.textBox1.Tag = "LoadY"; this.textBox1.Text = "0.01"; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtMarkY2 // this.txtMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtMarkY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtMarkY2.Font = new System.Drawing.Font("宋体", 9F); this.txtMarkY2.ForeColor = System.Drawing.Color.White; this.txtMarkY2.Location = new System.Drawing.Point(119, 131); this.txtMarkY2.Name = "txtMarkY2"; this.txtMarkY2.ReadOnly = true; this.txtMarkY2.Size = new System.Drawing.Size(85, 21); this.txtMarkY2.TabIndex = 53; this.txtMarkY2.Tag = "TurnoverY"; this.txtMarkY2.Text = "0.01"; this.txtMarkY2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // 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 = "LoadY"; this.txtMarkY1.Text = "0.01"; this.txtMarkY1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // txtMarkX2 // this.txtMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtMarkX2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtMarkX2.Font = new System.Drawing.Font("宋体", 9F); this.txtMarkX2.ForeColor = System.Drawing.Color.White; this.txtMarkX2.Location = new System.Drawing.Point(119, 100); this.txtMarkX2.Name = "txtMarkX2"; this.txtMarkX2.ReadOnly = true; this.txtMarkX2.Size = new System.Drawing.Size(85, 21); this.txtMarkX2.TabIndex = 54; this.txtMarkX2.Tag = "TurnoverX"; this.txtMarkX2.Text = "0.01"; this.txtMarkX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(48, 160); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 47; this.label1.Text = "TurnoverZ:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(90, 133); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(23, 12); this.label4.TabIndex = 47; this.label4.Text = "Y1:"; // // 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 = "LoadX"; this.txtMarkX1.Text = "0.01"; this.txtMarkX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(90, 102); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 12); this.label3.TabIndex = 48; this.label3.Text = "X1:"; // // 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; // // TurnoverTrayExceptionNozzle // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1772, 837); this.Controls.Add(this.panelEx2); this.Name = "TurnoverTrayExceptionNozzle"; this.Text = "TurnoverTrayExceptionNozzle"; this.Load += new System.EventHandler(this.TurnoverTrayExceptionNozzle_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.PanelEx panelEx3; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnCreateTrayStatus; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button btnTeachMarkY2; private System.Windows.Forms.Button btnTeachMarkY1; private System.Windows.Forms.Button btnTeachMarkX2; private System.Windows.Forms.Button btnTeachMarkX1; private System.Windows.Forms.Button btnCreateMatrix; private System.Windows.Forms.Button btnCalcAndMove; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button btnMoveMarkY2; private System.Windows.Forms.Button btnMoveMarkY1; private System.Windows.Forms.Button btnMoveMarkX2; private System.Windows.Forms.Button btnMoveMarkX1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox txtMarkY2; private System.Windows.Forms.TextBox txtMarkY1; private System.Windows.Forms.TextBox txtMarkX2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtMarkX1; private System.Windows.Forms.Label label3; 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 Controls.RsTray rsTray1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.TextBox txtTurnoverTrayForceNozzleTakeHeight; private System.Windows.Forms.Label label8; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1; } }