You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

579 lines
32 KiB
C#

namespace Rs.MotionPlat.Recipe
{
partial class TurnoverTrayHaveOrNot
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle 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.panelEx1 = new Rs.Controls.PanelEx();
this.panelEx2 = new Rs.Controls.PanelEx();
this.panel4 = new System.Windows.Forms.Panel();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.lblProductCheckResult = new System.Windows.Forms.Label();
this.btnCheck = new System.Windows.Forms.Button();
this.txtTurnoverTrayHaveOrNotGrayMax = new System.Windows.Forms.TextBox();
this.btnGrab = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.btnDrawRegion = new System.Windows.Forms.Button();
this.btnSaveRegion = new System.Windows.Forms.Button();
this.lblCheckResult = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.txtTurnoverTrayHaveOrNotGrayArea = new System.Windows.Forms.TextBox();
this.txtTurnoverTrayHaveOrNotGrayMin = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.hWindow_Final1 = new ChoiceTech.Halcon.Control.HWindow_Final();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.gboxPoints = new System.Windows.Forms.GroupBox();
this.dgvBasePoints = new System.Windows.Forms.DataGridView();
this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.X = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Move = new System.Windows.Forms.DataGridViewLinkColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.trayStock = new Rs.Controls.RsTray();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.goToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.moveToolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
this.panelEx1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.panel4.SuspendLayout();
this.groupBox4.SuspendLayout();
this.panel3.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.gboxPoints.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvBasePoints)).BeginInit();
this.groupBox2.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.Controls.Add(this.panelEx2);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Right;
this.panelEx1.Location = new System.Drawing.Point(785, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(1030, 862);
this.panelEx1.TabIndex = 4;
//
// panelEx2
//
this.panelEx2.Controls.Add(this.panel4);
this.panelEx2.Controls.Add(this.panel3);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(1030, 862);
this.panelEx2.TabIndex = 5;
//
// panel4
//
this.panel4.Controls.Add(this.groupBox4);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(655, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(375, 862);
this.panel4.TabIndex = 1;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.lblProductCheckResult);
this.groupBox4.Controls.Add(this.btnCheck);
this.groupBox4.Controls.Add(this.txtTurnoverTrayHaveOrNotGrayMax);
this.groupBox4.Controls.Add(this.btnGrab);
this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Controls.Add(this.btnDrawRegion);
this.groupBox4.Controls.Add(this.btnSaveRegion);
this.groupBox4.Controls.Add(this.lblCheckResult);
this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Controls.Add(this.label29);
this.groupBox4.Controls.Add(this.txtTurnoverTrayHaveOrNotGrayArea);
this.groupBox4.Controls.Add(this.txtTurnoverTrayHaveOrNotGrayMin);
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox4.ForeColor = System.Drawing.Color.White;
this.groupBox4.Location = new System.Drawing.Point(0, 0);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(375, 429);
this.groupBox4.TabIndex = 51;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "参数设置";
//
// lblProductCheckResult
//
this.lblProductCheckResult.BackColor = System.Drawing.Color.Red;
this.lblProductCheckResult.Location = new System.Drawing.Point(134, 367);
this.lblProductCheckResult.Name = "lblProductCheckResult";
this.lblProductCheckResult.Size = new System.Drawing.Size(129, 44);
this.lblProductCheckResult.TabIndex = 51;
this.lblProductCheckResult.Text = "无";
this.lblProductCheckResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnCheck
//
this.btnCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnCheck.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnCheck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCheck.ForeColor = System.Drawing.Color.White;
this.btnCheck.Location = new System.Drawing.Point(23, 307);
this.btnCheck.Name = "btnCheck";
this.btnCheck.Size = new System.Drawing.Size(103, 36);
this.btnCheck.TabIndex = 8;
this.btnCheck.Text = "检测";
this.btnCheck.UseVisualStyleBackColor = false;
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
//
// txtTurnoverTrayHaveOrNotGrayMax
//
this.txtTurnoverTrayHaveOrNotGrayMax.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtTurnoverTrayHaveOrNotGrayMax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTurnoverTrayHaveOrNotGrayMax.Font = new System.Drawing.Font("宋体", 9F);
this.txtTurnoverTrayHaveOrNotGrayMax.ForeColor = System.Drawing.Color.White;
this.txtTurnoverTrayHaveOrNotGrayMax.Location = new System.Drawing.Point(269, 199);
this.txtTurnoverTrayHaveOrNotGrayMax.Name = "txtTurnoverTrayHaveOrNotGrayMax";
this.txtTurnoverTrayHaveOrNotGrayMax.Size = new System.Drawing.Size(60, 21);
this.txtTurnoverTrayHaveOrNotGrayMax.TabIndex = 50;
this.txtTurnoverTrayHaveOrNotGrayMax.Tag = "";
this.txtTurnoverTrayHaveOrNotGrayMax.Text = "1";
this.txtTurnoverTrayHaveOrNotGrayMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtTurnoverTrayHaveOrNotGrayMax.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
//
// btnGrab
//
this.btnGrab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnGrab.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnGrab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGrab.ForeColor = System.Drawing.Color.White;
this.btnGrab.Location = new System.Drawing.Point(22, 53);
this.btnGrab.Name = "btnGrab";
this.btnGrab.Size = new System.Drawing.Size(103, 36);
this.btnGrab.TabIndex = 8;
this.btnGrab.Text = "相机取图";
this.btnGrab.UseVisualStyleBackColor = false;
this.btnGrab.Click += new System.EventHandler(this.btnGrab_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(198, 201);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 49;
this.label1.Text = "灰度值max:";
//
// btnDrawRegion
//
this.btnDrawRegion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnDrawRegion.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnDrawRegion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDrawRegion.ForeColor = System.Drawing.Color.White;
this.btnDrawRegion.Location = new System.Drawing.Point(23, 126);
this.btnDrawRegion.Name = "btnDrawRegion";
this.btnDrawRegion.Size = new System.Drawing.Size(103, 36);
this.btnDrawRegion.TabIndex = 8;
this.btnDrawRegion.Text = "选择区域";
this.btnDrawRegion.UseVisualStyleBackColor = false;
this.btnDrawRegion.Click += new System.EventHandler(this.btnDrawRegion_Click);
//
// btnSaveRegion
//
this.btnSaveRegion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnSaveRegion.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnSaveRegion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSaveRegion.ForeColor = System.Drawing.Color.White;
this.btnSaveRegion.Location = new System.Drawing.Point(226, 126);
this.btnSaveRegion.Name = "btnSaveRegion";
this.btnSaveRegion.Size = new System.Drawing.Size(103, 36);
this.btnSaveRegion.TabIndex = 8;
this.btnSaveRegion.Text = "保存区域";
this.btnSaveRegion.UseVisualStyleBackColor = false;
this.btnSaveRegion.Click += new System.EventHandler(this.btnSaveRegion_Click);
//
// lblCheckResult
//
this.lblCheckResult.AutoSize = true;
this.lblCheckResult.ForeColor = System.Drawing.Color.White;
this.lblCheckResult.Location = new System.Drawing.Point(267, 319);
this.lblCheckResult.Name = "lblCheckResult";
this.lblCheckResult.Size = new System.Drawing.Size(11, 12);
this.lblCheckResult.TabIndex = 49;
this.lblCheckResult.Text = "0";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(198, 319);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 49;
this.label3.Text = "Result:";
//
// label29
//
this.label29.AutoSize = true;
this.label29.ForeColor = System.Drawing.Color.White;
this.label29.Location = new System.Drawing.Point(21, 201);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(65, 12);
this.label29.TabIndex = 49;
this.label29.Text = "灰度值min:";
//
// txtTurnoverTrayHaveOrNotGrayArea
//
this.txtTurnoverTrayHaveOrNotGrayArea.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtTurnoverTrayHaveOrNotGrayArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTurnoverTrayHaveOrNotGrayArea.Font = new System.Drawing.Font("宋体", 9F);
this.txtTurnoverTrayHaveOrNotGrayArea.ForeColor = System.Drawing.Color.White;
this.txtTurnoverTrayHaveOrNotGrayArea.Location = new System.Drawing.Point(92, 246);
this.txtTurnoverTrayHaveOrNotGrayArea.Name = "txtTurnoverTrayHaveOrNotGrayArea";
this.txtTurnoverTrayHaveOrNotGrayArea.Size = new System.Drawing.Size(60, 21);
this.txtTurnoverTrayHaveOrNotGrayArea.TabIndex = 50;
this.txtTurnoverTrayHaveOrNotGrayArea.Tag = "";
this.txtTurnoverTrayHaveOrNotGrayArea.Text = "1";
this.txtTurnoverTrayHaveOrNotGrayArea.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtTurnoverTrayHaveOrNotGrayArea.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
//
// txtTurnoverTrayHaveOrNotGrayMin
//
this.txtTurnoverTrayHaveOrNotGrayMin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtTurnoverTrayHaveOrNotGrayMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtTurnoverTrayHaveOrNotGrayMin.Font = new System.Drawing.Font("宋体", 9F);
this.txtTurnoverTrayHaveOrNotGrayMin.ForeColor = System.Drawing.Color.White;
this.txtTurnoverTrayHaveOrNotGrayMin.Location = new System.Drawing.Point(92, 199);
this.txtTurnoverTrayHaveOrNotGrayMin.Name = "txtTurnoverTrayHaveOrNotGrayMin";
this.txtTurnoverTrayHaveOrNotGrayMin.Size = new System.Drawing.Size(60, 21);
this.txtTurnoverTrayHaveOrNotGrayMin.TabIndex = 50;
this.txtTurnoverTrayHaveOrNotGrayMin.Tag = "";
this.txtTurnoverTrayHaveOrNotGrayMin.Text = "1";
this.txtTurnoverTrayHaveOrNotGrayMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtTurnoverTrayHaveOrNotGrayMin.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(21, 248);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 49;
this.label2.Text = "区域面积:";
//
// panel3
//
this.panel3.Controls.Add(this.hWindow_Final1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(655, 862);
this.panel3.TabIndex = 0;
//
// hWindow_Final1
//
this.hWindow_Final1.BackColor = System.Drawing.Color.Blue;
this.hWindow_Final1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.hWindow_Final1.Dock = System.Windows.Forms.DockStyle.Fill;
this.hWindow_Final1.DrawModel = false;
this.hWindow_Final1.ForeColor = System.Drawing.Color.White;
this.hWindow_Final1.Image = null;
this.hWindow_Final1.Location = new System.Drawing.Point(0, 0);
this.hWindow_Final1.Margin = new System.Windows.Forms.Padding(4);
this.hWindow_Final1.Name = "hWindow_Final1";
this.hWindow_Final1.Size = new System.Drawing.Size(655, 862);
this.hWindow_Final1.TabIndex = 14;
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(785, 862);
this.panel1.TabIndex = 6;
//
// panel2
//
this.panel2.Controls.Add(this.tableLayoutPanel1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 285);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(785, 577);
this.panel2.TabIndex = 3;
//
// 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.Controls.Add(this.gboxPoints, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
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(785, 577);
this.tableLayoutPanel1.TabIndex = 0;
//
// gboxPoints
//
this.gboxPoints.Controls.Add(this.dgvBasePoints);
this.gboxPoints.Dock = System.Windows.Forms.DockStyle.Fill;
this.gboxPoints.ForeColor = System.Drawing.Color.White;
this.gboxPoints.Location = new System.Drawing.Point(3, 3);
this.gboxPoints.Name = "gboxPoints";
this.gboxPoints.Size = new System.Drawing.Size(779, 571);
this.gboxPoints.TabIndex = 0;
this.gboxPoints.TabStop = false;
this.gboxPoints.Text = "Points";
//
// dgvBasePoints
//
this.dgvBasePoints.AllowUserToAddRows = false;
this.dgvBasePoints.AllowUserToDeleteRows = false;
this.dgvBasePoints.AllowUserToResizeColumns = false;
this.dgvBasePoints.AllowUserToResizeRows = false;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
this.dgvBasePoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvBasePoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvBasePoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.dgvBasePoints.ColumnHeadersHeight = 30;
this.dgvBasePoints.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Index,
this.X,
this.Y,
this.Move});
this.dgvBasePoints.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvBasePoints.EnableHeadersVisualStyles = false;
this.dgvBasePoints.GridColor = System.Drawing.SystemColors.ActiveCaption;
this.dgvBasePoints.Location = new System.Drawing.Point(3, 17);
this.dgvBasePoints.MultiSelect = false;
this.dgvBasePoints.Name = "dgvBasePoints";
this.dgvBasePoints.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.dgvBasePoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
this.dgvBasePoints.RowHeadersVisible = false;
this.dgvBasePoints.RowHeadersWidth = 30;
this.dgvBasePoints.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvBasePoints.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.dgvBasePoints.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.White;
this.dgvBasePoints.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.dgvBasePoints.RowTemplate.Height = 23;
this.dgvBasePoints.Size = new System.Drawing.Size(773, 551);
this.dgvBasePoints.TabIndex = 6;
//
// Index
//
this.Index.DataPropertyName = "SlotIndex";
this.Index.FillWeight = 10F;
this.Index.HeaderText = "Slot";
this.Index.Name = "Index";
this.Index.ReadOnly = true;
//
// X
//
this.X.DataPropertyName = "X";
dataGridViewCellStyle7.Format = "0.000";
this.X.DefaultCellStyle = dataGridViewCellStyle7;
this.X.FillWeight = 35F;
this.X.HeaderText = "X";
this.X.Name = "X";
this.X.ReadOnly = true;
//
// Y
//
this.Y.DataPropertyName = "Y";
dataGridViewCellStyle8.Format = "0.000";
this.Y.DefaultCellStyle = dataGridViewCellStyle8;
this.Y.FillWeight = 35F;
this.Y.HeaderText = "Y";
this.Y.Name = "Y";
this.Y.ReadOnly = true;
//
// Move
//
this.Move.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.Move.DefaultCellStyle = dataGridViewCellStyle9;
this.Move.FillWeight = 20F;
this.Move.HeaderText = "Move";
this.Move.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
this.Move.LinkColor = System.Drawing.Color.Lime;
this.Move.Name = "Move";
this.Move.ReadOnly = true;
this.Move.Text = "Go";
this.Move.TrackVisitedState = false;
this.Move.UseColumnTextForLinkValue = true;
this.Move.Visible = false;
this.Move.VisitedLinkColor = System.Drawing.Color.White;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.trayStock);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
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(785, 285);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Tray";
//
// trayStock
//
this.trayStock.CanDraw = true;
this.trayStock.ColSpace = 10;
this.trayStock.ColumnNum = 8;
this.trayStock.Dock = System.Windows.Forms.DockStyle.Fill;
this.trayStock.HeadText = "TurnoverTray";
this.trayStock.InitSlotStatus = Rs.Controls.ESlotStatus.NotHave;
this.trayStock.ItemName = null;
this.trayStock.LeftSpaceWidth = 20;
this.trayStock.Location = new System.Drawing.Point(3, 17);
this.trayStock.Name = "trayStock";
this.trayStock.OffsetX = 0F;
this.trayStock.OffsetY = 0F;
this.trayStock.OffsetYEven = 0F;
this.trayStock.RowNum = 4;
this.trayStock.RowSpace = 8;
this.trayStock.SelectSlot = null;
this.trayStock.ShowStatus = false;
this.trayStock.ShowText = true;
this.trayStock.SinglePoint = false;
this.trayStock.Size = new System.Drawing.Size(779, 265);
this.trayStock.SortDir = Rs.Controls.ESortDir.LeftToRight;
this.trayStock.Status = null;
this.trayStock.TabIndex = 0;
this.trayStock.TopSpaceHeight = 20;
this.trayStock.SlotClickEvent += new System.Action<Rs.Controls.TraySlot, System.Windows.Forms.MouseEventArgs>(this.rsTray1_SlotClickEvent);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.goToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(139, 26);
//
// goToolStripMenuItem
//
this.goToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.moveToolStripMenuItem9});
this.goToolStripMenuItem.Name = "goToolStripMenuItem";
this.goToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.goToolStripMenuItem.Text = "CameraGo";
//
// moveToolStripMenuItem9
//
this.moveToolStripMenuItem9.Name = "moveToolStripMenuItem9";
this.moveToolStripMenuItem9.Size = new System.Drawing.Size(109, 22);
this.moveToolStripMenuItem9.Text = "Move";
this.moveToolStripMenuItem9.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
//
// TurnoverTrayHaveOrNot
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1815, 862);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelEx1);
this.Name = "TurnoverTrayHaveOrNot";
this.Text = "TurnoverTrayHaveOrNot";
this.Load += new System.EventHandler(this.TurnoverTrayHaveOrNot_Load);
this.panelEx1.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.gboxPoints.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvBasePoints)).EndInit();
this.groupBox2.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Controls.PanelEx panelEx1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.GroupBox gboxPoints;
private System.Windows.Forms.DataGridView dgvBasePoints;
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
private System.Windows.Forms.DataGridViewTextBoxColumn X;
private System.Windows.Forms.DataGridViewTextBoxColumn Y;
private System.Windows.Forms.DataGridViewLinkColumn Move;
private System.Windows.Forms.GroupBox groupBox2;
private Controls.RsTray trayStock;
private Controls.PanelEx panelEx2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btnCheck;
private System.Windows.Forms.TextBox txtTurnoverTrayHaveOrNotGrayMax;
private System.Windows.Forms.Button btnGrab;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnDrawRegion;
private System.Windows.Forms.Button btnSaveRegion;
private System.Windows.Forms.Label lblCheckResult;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox txtTurnoverTrayHaveOrNotGrayArea;
private System.Windows.Forms.TextBox txtTurnoverTrayHaveOrNotGrayMin;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel3;
private ChoiceTech.Halcon.Control.HWindow_Final hWindow_Final1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem goToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem9;
private System.Windows.Forms.Label lblProductCheckResult;
}
}