namespace Rs.MotionPlat.Recipe { partial class ExceptionTrayConfig { /// /// 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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.nozzle1GOToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dumpProductToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 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.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.txtExceptionTrayForceNozzleDumpHeight = new System.Windows.Forms.TextBox(); this.label2 = 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.btnSaveSlotOffsetDistY = new System.Windows.Forms.Button(); this.btnTeachMarkY1 = new System.Windows.Forms.Button(); this.btnSaveSlotOffsetDistX = 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.txtSlotOffsetDistY = new System.Windows.Forms.TextBox(); this.txtSlotOffsetDistX = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtMarkY1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtMarkX1 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.panelEx1 = new Rs.Controls.PanelEx(); this.contextMenuStrip1.SuspendLayout(); this.panelEx2.SuspendLayout(); this.panelEx5.SuspendLayout(); this.groupBox3.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.nozzle1GOToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(117, 26); // // nozzle1GOToolStripMenuItem // this.nozzle1GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dumpProductToolStripMenuItem, this.moveToolStripMenuItem}); this.nozzle1GOToolStripMenuItem.Name = "nozzle1GOToolStripMenuItem"; this.nozzle1GOToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.nozzle1GOToolStripMenuItem.Text = "Nozzle"; // // dumpProductToolStripMenuItem // this.dumpProductToolStripMenuItem.Name = "dumpProductToolStripMenuItem"; this.dumpProductToolStripMenuItem.Size = new System.Drawing.Size(156, 22); this.dumpProductToolStripMenuItem.Text = "DumpProduct"; this.dumpProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click); // // moveToolStripMenuItem // this.moveToolStripMenuItem.Name = "moveToolStripMenuItem"; this.moveToolStripMenuItem.Size = new System.Drawing.Size(156, 22); this.moveToolStripMenuItem.Text = "Move"; this.moveToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_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(759, 853); this.panelEx2.TabIndex = 4; // // panelEx5 // this.panelEx5.Controls.Add(this.groupBox3); this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx5.Location = new System.Drawing.Point(0, 399); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(759, 454); this.panelEx5.TabIndex = 2; // // groupBox3 // this.groupBox3.Controls.Add(this.dgvRunPoints); 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(759, 454); this.groupBox3.TabIndex = 3; this.groupBox3.TabStop = false; this.groupBox3.Text = "Points"; // // 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(753, 434); 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"; dataGridViewCellStyle2.Format = "0.000"; this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewTextBoxColumn2.FillWeight = 35F; this.dataGridViewTextBoxColumn2.HeaderText = "X"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Y"; dataGridViewCellStyle3.Format = "0.000"; this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle3; this.dataGridViewTextBoxColumn3.FillWeight = 35F; this.dataGridViewTextBoxColumn3.HeaderText = "Y"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // dataGridViewLinkColumn1 // this.dataGridViewLinkColumn1.ActiveLinkColor = System.Drawing.Color.White; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.Color.Silver; dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle4; this.dataGridViewLinkColumn1.FillWeight = 20F; this.dataGridViewLinkColumn1.HeaderText = "Move"; this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; this.dataGridViewLinkColumn1.LinkColor = System.Drawing.Color.Lime; this.dataGridViewLinkColumn1.Name = "dataGridViewLinkColumn1"; this.dataGridViewLinkColumn1.ReadOnly = true; this.dataGridViewLinkColumn1.Text = "Go"; this.dataGridViewLinkColumn1.TrackVisitedState = false; this.dataGridViewLinkColumn1.UseColumnTextForLinkValue = true; this.dataGridViewLinkColumn1.Visible = false; this.dataGridViewLinkColumn1.VisitedLinkColor = System.Drawing.Color.White; // // panelEx4 // this.panelEx4.Controls.Add(this.groupBox2); this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx4.Location = new System.Drawing.Point(0, 235); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(759, 164); 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(759, 164); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Tray"; // // rsTray1 // this.rsTray1.CanDraw = true; this.rsTray1.ColSpace = 50; this.rsTray1.ColumnNum = 2; this.rsTray1.Dock = System.Windows.Forms.DockStyle.Fill; this.rsTray1.HeadText = "ExceptionTray"; 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 = 1; 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(505, 144); 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_1); // // groupBox4 // this.groupBox4.Controls.Add(this.txtExceptionTrayForceNozzleDumpHeight); this.groupBox4.Controls.Add(this.label2); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Right; this.groupBox4.ForeColor = System.Drawing.Color.White; this.groupBox4.Location = new System.Drawing.Point(508, 17); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(248, 144); this.groupBox4.TabIndex = 1; this.groupBox4.TabStop = false; this.groupBox4.Text = "点位"; // // txtExceptionTrayForceNozzleDumpHeight // this.txtExceptionTrayForceNozzleDumpHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtExceptionTrayForceNozzleDumpHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtExceptionTrayForceNozzleDumpHeight.Font = new System.Drawing.Font("宋体", 9F); this.txtExceptionTrayForceNozzleDumpHeight.ForeColor = System.Drawing.Color.White; this.txtExceptionTrayForceNozzleDumpHeight.Location = new System.Drawing.Point(155, 25); this.txtExceptionTrayForceNozzleDumpHeight.Name = "txtExceptionTrayForceNozzleDumpHeight"; this.txtExceptionTrayForceNozzleDumpHeight.Size = new System.Drawing.Size(85, 21); this.txtExceptionTrayForceNozzleDumpHeight.TabIndex = 53; this.txtExceptionTrayForceNozzleDumpHeight.Tag = "SysParam"; this.txtExceptionTrayForceNozzleDumpHeight.Text = "0.01"; this.txtExceptionTrayForceNozzleDumpHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtExceptionTrayForceNozzleDumpHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtPoint_KeyUp); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(119, 12); this.label2.TabIndex = 47; this.label2.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(759, 235); this.panelEx3.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.btnCreateTrayStatus); this.groupBox1.Controls.Add(this.btnSaveSlotOffsetDistY); this.groupBox1.Controls.Add(this.btnTeachMarkY1); this.groupBox1.Controls.Add(this.btnSaveSlotOffsetDistX); 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.txtSlotOffsetDistY); this.groupBox1.Controls.Add(this.txtSlotOffsetDistX); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtMarkY1); this.groupBox1.Controls.Add(this.label3); 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(759, 235); 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(9, 172); 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; // // 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(628, 44); this.btnSaveSlotOffsetDistY.Name = "btnSaveSlotOffsetDistY"; this.btnSaveSlotOffsetDistY.Size = new System.Drawing.Size(79, 25); this.btnSaveSlotOffsetDistY.TabIndex = 51; this.btnSaveSlotOffsetDistY.Tag = ""; this.btnSaveSlotOffsetDistY.Text = "Save"; this.btnSaveSlotOffsetDistY.UseVisualStyleBackColor = false; this.btnSaveSlotOffsetDistY.Click += new System.EventHandler(this.btnSavePoint_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(176, 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); // // 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(628, 13); this.btnSaveSlotOffsetDistX.Name = "btnSaveSlotOffsetDistX"; this.btnSaveSlotOffsetDistX.Size = new System.Drawing.Size(79, 25); this.btnSaveSlotOffsetDistX.TabIndex = 52; this.btnSaveSlotOffsetDistX.Tag = ""; this.btnSaveSlotOffsetDistX.Text = "Save"; this.btnSaveSlotOffsetDistX.UseVisualStyleBackColor = false; this.btnSaveSlotOffsetDistX.Click += new System.EventHandler(this.btnSavePoint_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(176, 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.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(619, 173); 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(285, 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; 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(285, 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; this.btnMoveMarkX1.Click += new System.EventHandler(this.btnMove_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(519, 48); this.txtSlotOffsetDistY.Name = "txtSlotOffsetDistY"; this.txtSlotOffsetDistY.Size = new System.Drawing.Size(85, 21); this.txtSlotOffsetDistY.TabIndex = 53; this.txtSlotOffsetDistY.Tag = ""; 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(519, 17); this.txtSlotOffsetDistX.Name = "txtSlotOffsetDistX"; this.txtSlotOffsetDistX.Size = new System.Drawing.Size(85, 21); this.txtSlotOffsetDistX.TabIndex = 54; this.txtSlotOffsetDistX.Tag = ""; this.txtSlotOffsetDistX.Text = "0.01"; this.txtSlotOffsetDistX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(410, 51); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 47; this.label4.Text = "SlotOffsetY:"; // // 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(67, 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; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(410, 20); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 48; this.label3.Text = "SlotOffsetX:"; // // 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(67, 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(18, 54); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 12); this.label6.TabIndex = 47; this.label6.Text = "MarkY1:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(18, 23); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 12); this.label5.TabIndex = 48; this.label5.Text = "MarkX1:"; // // panelEx1 // this.panelEx1.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx1.Location = new System.Drawing.Point(759, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(1030, 853); this.panelEx1.TabIndex = 3; // // ExceptionTrayConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1789, 853); this.Controls.Add(this.panelEx2); this.Controls.Add(this.panelEx1); this.Name = "ExceptionTrayConfig"; this.Text = "ExceptionTrayConfig"; this.Load += new System.EventHandler(this.ExceptionTrayConfig_Load); this.contextMenuStrip1.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx5.ResumeLayout(false); this.groupBox3.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.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.Button btnCreateTrayStatus; private System.Windows.Forms.Button btnSaveSlotOffsetDistY; private System.Windows.Forms.Button btnTeachMarkY1; private System.Windows.Forms.Button btnSaveSlotOffsetDistX; 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 txtSlotOffsetDistY; private System.Windows.Forms.TextBox txtSlotOffsetDistX; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtMarkY1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtMarkX1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; 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 nozzle1GOToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dumpProductToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem; private Controls.RsTray rsTray1; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.TextBox txtExceptionTrayForceNozzleDumpHeight; private System.Windows.Forms.Label label2; } }