namespace Rs.MotionPlat { partial class CameraTemplate { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx3 = new Rs.Controls.PanelEx(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panelEx2 = new Rs.Controls.PanelEx(); this.lblHeadText = new System.Windows.Forms.Label(); this.panelEx1 = new Rs.Controls.PanelEx(); this.panelEx5 = new Rs.Controls.PanelEx(); this.btnDrawCircle = new System.Windows.Forms.Button(); this.btnDrawRectangle2 = new System.Windows.Forms.Button(); this.panelEx4 = new Rs.Controls.PanelEx(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnGrab = new System.Windows.Forms.Button(); this.btnLoadImage = new System.Windows.Forms.Button(); this.btnGrabContinue = new System.Windows.Forms.Button(); this.hWindow_Final1 = new ChoiceTech.Halcon.Control.HWindow_Final(); this.panelEx7 = new Rs.Controls.PanelEx(); this.btnStudy = new System.Windows.Forms.Button(); this.panelEx10 = new Rs.Controls.PanelEx(); this.panelEx11 = new Rs.Controls.PanelEx(); this.hWindow_Final2 = new ChoiceTech.Halcon.Control.HWindow_Final(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnDrawAny = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.btnPaint = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); this.label12 = new System.Windows.Forms.Label(); this.textBox5 = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.tbarContrast = new System.Windows.Forms.TrackBar(); this.label8 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.lblContrast = new System.Windows.Forms.Label(); this.rbtnBrushRectangle = new System.Windows.Forms.RadioButton(); this.rbtnBrushCircle = new System.Windows.Forms.RadioButton(); this.btnWholePaint = new System.Windows.Forms.Button(); this.btnSaveModel = new System.Windows.Forms.Button(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.btnTestModel = new System.Windows.Forms.Button(); this.dataGridView1 = 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.DataGridViewTextBoxColumn(); this.panelEx3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panelEx2.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx5.SuspendLayout(); this.panelEx4.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panelEx7.SuspendLayout(); this.panelEx10.SuspendLayout(); this.panelEx11.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbarContrast)).BeginInit(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // panelEx3 // this.panelEx3.Controls.Add(this.panelEx7); this.panelEx3.Controls.Add(this.pictureBox1); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx3.Location = new System.Drawing.Point(0, 40); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(538, 698); this.panelEx3.TabIndex = 2; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Black; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(538, 698); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // panelEx2 // this.panelEx2.Controls.Add(this.lblHeadText); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx2.Location = new System.Drawing.Point(0, 0); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(538, 40); this.panelEx2.TabIndex = 1; // // lblHeadText // this.lblHeadText.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.lblHeadText.Dock = System.Windows.Forms.DockStyle.Fill; this.lblHeadText.ForeColor = System.Drawing.Color.White; this.lblHeadText.Location = new System.Drawing.Point(0, 0); this.lblHeadText.Name = "lblHeadText"; this.lblHeadText.Size = new System.Drawing.Size(538, 40); this.lblHeadText.TabIndex = 1; this.lblHeadText.Text = "视觉模板"; this.lblHeadText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panelEx1 // this.panelEx1.Controls.Add(this.groupBox5); this.panelEx1.Controls.Add(this.groupBox1); this.panelEx1.Controls.Add(this.groupBox4); this.panelEx1.Controls.Add(this.groupBox3); this.panelEx1.Controls.Add(this.groupBox2); this.panelEx1.Controls.Add(this.panelEx5); this.panelEx1.Controls.Add(this.panelEx4); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx1.Location = new System.Drawing.Point(538, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(328, 738); this.panelEx1.TabIndex = 0; // // panelEx5 // this.panelEx5.Controls.Add(this.panelEx11); this.panelEx5.Controls.Add(this.panelEx10); this.panelEx5.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx5.Location = new System.Drawing.Point(0, 40); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(328, 188); this.panelEx5.TabIndex = 11; // // btnDrawCircle // this.btnDrawCircle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnDrawCircle.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDrawCircle.Location = new System.Drawing.Point(112, 25); this.btnDrawCircle.Name = "btnDrawCircle"; this.btnDrawCircle.Size = new System.Drawing.Size(75, 23); this.btnDrawCircle.TabIndex = 8; this.btnDrawCircle.Text = "画圆"; this.btnDrawCircle.UseVisualStyleBackColor = false; this.btnDrawCircle.Click += new System.EventHandler(this.btnDrawCircle_Click); // // btnDrawRectangle2 // this.btnDrawRectangle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnDrawRectangle2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDrawRectangle2.Location = new System.Drawing.Point(11, 25); this.btnDrawRectangle2.Name = "btnDrawRectangle2"; this.btnDrawRectangle2.Size = new System.Drawing.Size(75, 23); this.btnDrawRectangle2.TabIndex = 8; this.btnDrawRectangle2.Text = "画矩形"; this.btnDrawRectangle2.UseVisualStyleBackColor = false; this.btnDrawRectangle2.Click += new System.EventHandler(this.btnDrawRectangle); // // panelEx4 // this.panelEx4.Controls.Add(this.tableLayoutPanel1); this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx4.Location = new System.Drawing.Point(0, 0); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(328, 40); this.panelEx4.TabIndex = 2; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Controls.Add(this.btnGrab, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnLoadImage, 1, 0); this.tableLayoutPanel1.Controls.Add(this.btnGrabContinue, 2, 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(328, 40); this.tableLayoutPanel1.TabIndex = 0; // // btnGrab // this.btnGrab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnGrab.Dock = System.Windows.Forms.DockStyle.Fill; 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(3, 3); this.btnGrab.Name = "btnGrab"; this.btnGrab.Size = new System.Drawing.Size(103, 34); this.btnGrab.TabIndex = 0; this.btnGrab.Text = "拍照取图"; this.btnGrab.UseVisualStyleBackColor = false; this.btnGrab.Click += new System.EventHandler(this.btnGrab_Click); // // btnLoadImage // this.btnLoadImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnLoadImage.Dock = System.Windows.Forms.DockStyle.Fill; this.btnLoadImage.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnLoadImage.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnLoadImage.ForeColor = System.Drawing.Color.White; this.btnLoadImage.Location = new System.Drawing.Point(112, 3); this.btnLoadImage.Name = "btnLoadImage"; this.btnLoadImage.Size = new System.Drawing.Size(103, 34); this.btnLoadImage.TabIndex = 1; this.btnLoadImage.Text = "加载图片"; this.btnLoadImage.UseVisualStyleBackColor = false; this.btnLoadImage.Click += new System.EventHandler(this.btnLoadImage_Click); // // btnGrabContinue // this.btnGrabContinue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnGrabContinue.Dock = System.Windows.Forms.DockStyle.Fill; this.btnGrabContinue.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnGrabContinue.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnGrabContinue.ForeColor = System.Drawing.Color.White; this.btnGrabContinue.Location = new System.Drawing.Point(221, 3); this.btnGrabContinue.Name = "btnGrabContinue"; this.btnGrabContinue.Size = new System.Drawing.Size(104, 34); this.btnGrabContinue.TabIndex = 1; this.btnGrabContinue.Text = "连续取图"; this.btnGrabContinue.UseVisualStyleBackColor = false; this.btnGrabContinue.Click += new System.EventHandler(this.btnGrabContinue_Click); // // hWindow_Final1 // this.hWindow_Final1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); 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.Name = "hWindow_Final1"; this.hWindow_Final1.Size = new System.Drawing.Size(538, 698); this.hWindow_Final1.TabIndex = 3; // // panelEx7 // this.panelEx7.Controls.Add(this.hWindow_Final1); this.panelEx7.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx7.Location = new System.Drawing.Point(0, 0); this.panelEx7.Name = "panelEx7"; this.panelEx7.Size = new System.Drawing.Size(538, 698); this.panelEx7.TabIndex = 3; // // btnStudy // this.btnStudy.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnStudy.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnStudy.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnStudy.ForeColor = System.Drawing.Color.White; this.btnStudy.Location = new System.Drawing.Point(6, 6); this.btnStudy.Name = "btnStudy"; this.btnStudy.Size = new System.Drawing.Size(76, 34); this.btnStudy.TabIndex = 1; this.btnStudy.Text = "学习"; this.btnStudy.UseVisualStyleBackColor = false; this.btnStudy.Click += new System.EventHandler(this.btnStudy_Click); // // panelEx10 // this.panelEx10.Controls.Add(this.btnTestModel); this.panelEx10.Controls.Add(this.btnSaveModel); this.panelEx10.Controls.Add(this.btnStudy); this.panelEx10.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx10.Location = new System.Drawing.Point(239, 0); this.panelEx10.Name = "panelEx10"; this.panelEx10.Size = new System.Drawing.Size(89, 188); this.panelEx10.TabIndex = 1; // // panelEx11 // this.panelEx11.Controls.Add(this.hWindow_Final2); this.panelEx11.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx11.Location = new System.Drawing.Point(0, 0); this.panelEx11.Name = "panelEx11"; this.panelEx11.Size = new System.Drawing.Size(239, 188); this.panelEx11.TabIndex = 2; // // hWindow_Final2 // this.hWindow_Final2.BackColor = System.Drawing.Color.Transparent; this.hWindow_Final2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.hWindow_Final2.Dock = System.Windows.Forms.DockStyle.Fill; this.hWindow_Final2.DrawModel = true; this.hWindow_Final2.ForeColor = System.Drawing.Color.White; this.hWindow_Final2.Image = null; this.hWindow_Final2.Location = new System.Drawing.Point(0, 0); this.hWindow_Final2.Name = "hWindow_Final2"; this.hWindow_Final2.Size = new System.Drawing.Size(239, 188); this.hWindow_Final2.TabIndex = 3; // // groupBox2 // this.groupBox2.Controls.Add(this.textBox4); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Location = new System.Drawing.Point(0, 228); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(328, 61); this.groupBox2.TabIndex = 13; this.groupBox2.TabStop = false; this.groupBox2.Text = "相机参数"; // // textBox4 // this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox4.ForeColor = System.Drawing.Color.White; this.textBox4.Location = new System.Drawing.Point(247, 20); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(49, 21); this.textBox4.TabIndex = 4; this.textBox4.Text = "0"; this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label11 // this.label11.AutoSize = true; this.label11.ForeColor = System.Drawing.Color.White; this.label11.Location = new System.Drawing.Point(205, 25); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(35, 12); this.label11.TabIndex = 3; this.label11.Text = "增益:"; // // textBox1 // this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.ForeColor = System.Drawing.Color.White; this.textBox1.Location = new System.Drawing.Point(75, 20); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(53, 21); this.textBox1.TabIndex = 4; this.textBox1.Text = "50"; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(9, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 12); this.label1.TabIndex = 3; this.label1.Text = "曝光时间:"; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(134, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 3; this.label2.Text = "us"; // // groupBox3 // this.groupBox3.Controls.Add(this.btnDrawRectangle2); this.groupBox3.Controls.Add(this.btnDrawAny); this.groupBox3.Controls.Add(this.btnDrawCircle); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox3.ForeColor = System.Drawing.Color.White; this.groupBox3.Location = new System.Drawing.Point(0, 289); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(328, 63); this.groupBox3.TabIndex = 14; this.groupBox3.TabStop = false; this.groupBox3.Text = "绘制模板"; // // btnDrawAny // this.btnDrawAny.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnDrawAny.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDrawAny.Location = new System.Drawing.Point(221, 25); this.btnDrawAny.Name = "btnDrawAny"; this.btnDrawAny.Size = new System.Drawing.Size(75, 23); this.btnDrawAny.TabIndex = 8; this.btnDrawAny.Text = "任意"; this.btnDrawAny.UseVisualStyleBackColor = false; this.btnDrawAny.Click += new System.EventHandler(this.btnDrawAny_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.rbtnBrushCircle); this.groupBox4.Controls.Add(this.rbtnBrushRectangle); this.groupBox4.Controls.Add(this.textBox5); this.groupBox4.Controls.Add(this.btnWholePaint); this.groupBox4.Controls.Add(this.btnPaint); this.groupBox4.Controls.Add(this.label12); this.groupBox4.Controls.Add(this.btnClear); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox4.ForeColor = System.Drawing.Color.White; this.groupBox4.Location = new System.Drawing.Point(0, 352); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(328, 90); this.groupBox4.TabIndex = 15; this.groupBox4.TabStop = false; this.groupBox4.Text = "涂抹与擦除"; // // btnPaint // this.btnPaint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnPaint.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPaint.Location = new System.Drawing.Point(110, 61); this.btnPaint.Name = "btnPaint"; this.btnPaint.Size = new System.Drawing.Size(75, 23); this.btnPaint.TabIndex = 8; this.btnPaint.Text = "涂抹"; this.btnPaint.UseVisualStyleBackColor = false; this.btnPaint.Click += new System.EventHandler(this.btnPaint_Click); // // btnClear // this.btnClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClear.Location = new System.Drawing.Point(239, 61); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(75, 23); this.btnClear.TabIndex = 8; this.btnClear.Text = "擦除"; this.btnClear.UseVisualStyleBackColor = false; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // label12 // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.White; this.label12.Location = new System.Drawing.Point(10, 26); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(59, 12); this.label12.TabIndex = 3; this.label12.Text = "画笔大小:"; // // textBox5 // this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox5.ForeColor = System.Drawing.Color.White; this.textBox5.Location = new System.Drawing.Point(75, 24); this.textBox5.Name = "textBox5"; this.textBox5.Size = new System.Drawing.Size(71, 21); this.textBox5.TabIndex = 4; this.textBox5.Text = "5"; this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // groupBox1 // this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.textBox6); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.textBox3); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.trackBar1); this.groupBox1.Controls.Add(this.tbarContrast); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.lblContrast); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Location = new System.Drawing.Point(0, 442); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(328, 172); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; this.groupBox1.Text = "定位参数"; // // textBox3 // this.textBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox3.ForeColor = System.Drawing.Color.White; this.textBox3.Location = new System.Drawing.Point(222, 100); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(71, 21); this.textBox3.TabIndex = 4; this.textBox3.Text = "5"; this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textBox2 // this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox2.ForeColor = System.Drawing.Color.White; this.textBox2.Location = new System.Drawing.Point(73, 100); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(71, 21); this.textBox2.TabIndex = 4; this.textBox2.Text = "-5"; this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // trackBar1 // this.trackBar1.AutoSize = false; this.trackBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(26)))), ((int)(((byte)(26))))); this.trackBar1.LargeChange = 1; this.trackBar1.Location = new System.Drawing.Point(66, 55); this.trackBar1.Maximum = 30; this.trackBar1.Minimum = 1; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(227, 21); this.trackBar1.TabIndex = 4; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar1.Value = 5; // // tbarContrast // this.tbarContrast.AutoSize = false; this.tbarContrast.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(26)))), ((int)(((byte)(26))))); this.tbarContrast.LargeChange = 1; this.tbarContrast.Location = new System.Drawing.Point(66, 24); this.tbarContrast.Maximum = 160; this.tbarContrast.Minimum = 1; this.tbarContrast.Name = "tbarContrast"; this.tbarContrast.Size = new System.Drawing.Size(227, 21); this.tbarContrast.TabIndex = 4; this.tbarContrast.TickStyle = System.Windows.Forms.TickStyle.None; this.tbarContrast.Value = 30; this.tbarContrast.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged); // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.White; this.label8.Location = new System.Drawing.Point(180, 105); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(23, 12); this.label8.TabIndex = 3; this.label8.Text = "-->"; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(9, 105); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(59, 12); this.label5.TabIndex = 3; this.label5.Text = "角度范围:"; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(21, 64); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(47, 12); this.label4.TabIndex = 3; this.label4.Text = "对比度:"; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.White; this.label10.Location = new System.Drawing.Point(149, 105); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(17, 12); this.label10.TabIndex = 3; this.label10.Text = "度"; // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.White; this.label9.Location = new System.Drawing.Point(299, 105); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(17, 12); this.label9.TabIndex = 3; this.label9.Text = "度"; // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(299, 59); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(11, 12); this.label7.TabIndex = 3; this.label7.Text = "0"; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(33, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 12); this.label3.TabIndex = 3; this.label3.Text = "阈值:"; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(33, 142); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(35, 12); this.label13.TabIndex = 3; this.label13.Text = "分数:"; // // textBox6 // this.textBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox6.ForeColor = System.Drawing.Color.White; this.textBox6.Location = new System.Drawing.Point(75, 140); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(69, 21); this.textBox6.TabIndex = 4; this.textBox6.Text = "0"; this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.White; this.label14.Location = new System.Drawing.Point(164, 147); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(35, 12); this.label14.TabIndex = 3; this.label14.Text = "极性:"; // // comboBox1 // this.comboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboBox1.ForeColor = System.Drawing.Color.White; this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "忽略极性", "使用极性"}); this.comboBox1.Location = new System.Drawing.Point(206, 139); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(114, 20); this.comboBox1.TabIndex = 5; // // lblContrast // this.lblContrast.AutoSize = true; this.lblContrast.ForeColor = System.Drawing.Color.White; this.lblContrast.Location = new System.Drawing.Point(299, 28); this.lblContrast.Name = "lblContrast"; this.lblContrast.Size = new System.Drawing.Size(17, 12); this.lblContrast.TabIndex = 3; this.lblContrast.Text = "30"; // // rbtnBrushRectangle // this.rbtnBrushRectangle.AutoSize = true; this.rbtnBrushRectangle.BackColor = System.Drawing.Color.Black; this.rbtnBrushRectangle.FlatAppearance.BorderSize = 0; this.rbtnBrushRectangle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red; this.rbtnBrushRectangle.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rbtnBrushRectangle.Location = new System.Drawing.Point(156, 26); this.rbtnBrushRectangle.Name = "rbtnBrushRectangle"; this.rbtnBrushRectangle.Size = new System.Drawing.Size(46, 16); this.rbtnBrushRectangle.TabIndex = 9; this.rbtnBrushRectangle.Text = "矩形"; this.rbtnBrushRectangle.UseVisualStyleBackColor = false; // // rbtnBrushCircle // this.rbtnBrushCircle.AutoSize = true; this.rbtnBrushCircle.BackColor = System.Drawing.Color.Black; this.rbtnBrushCircle.Checked = true; this.rbtnBrushCircle.FlatAppearance.BorderColor = System.Drawing.Color.Lime; this.rbtnBrushCircle.FlatAppearance.BorderSize = 0; this.rbtnBrushCircle.FlatAppearance.CheckedBackColor = System.Drawing.Color.Red; this.rbtnBrushCircle.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.rbtnBrushCircle.Location = new System.Drawing.Point(210, 26); this.rbtnBrushCircle.Name = "rbtnBrushCircle"; this.rbtnBrushCircle.Size = new System.Drawing.Size(46, 16); this.rbtnBrushCircle.TabIndex = 10; this.rbtnBrushCircle.TabStop = true; this.rbtnBrushCircle.Text = "圆形"; this.rbtnBrushCircle.UseVisualStyleBackColor = false; // // btnWholePaint // this.btnWholePaint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnWholePaint.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnWholePaint.Location = new System.Drawing.Point(11, 61); this.btnWholePaint.Name = "btnWholePaint"; this.btnWholePaint.Size = new System.Drawing.Size(75, 23); this.btnWholePaint.TabIndex = 8; this.btnWholePaint.Text = "一键涂抹"; this.btnWholePaint.UseVisualStyleBackColor = false; this.btnWholePaint.Click += new System.EventHandler(this.btnWholePaint_Click); // // btnSaveModel // this.btnSaveModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnSaveModel.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnSaveModel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSaveModel.ForeColor = System.Drawing.Color.White; this.btnSaveModel.Location = new System.Drawing.Point(7, 50); this.btnSaveModel.Name = "btnSaveModel"; this.btnSaveModel.Size = new System.Drawing.Size(76, 34); this.btnSaveModel.TabIndex = 1; this.btnSaveModel.Text = "保存模板"; this.btnSaveModel.UseVisualStyleBackColor = false; this.btnSaveModel.Click += new System.EventHandler(this.btnSaveModel_Click); // // groupBox5 // this.groupBox5.Controls.Add(this.dataGridView1); this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox5.ForeColor = System.Drawing.Color.White; this.groupBox5.Location = new System.Drawing.Point(0, 614); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(328, 124); this.groupBox5.TabIndex = 17; this.groupBox5.TabStop = false; this.groupBox5.Text = "测试定位结果"; // // btnTestModel // this.btnTestModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnTestModel.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnTestModel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTestModel.ForeColor = System.Drawing.Color.White; this.btnTestModel.Location = new System.Drawing.Point(7, 148); this.btnTestModel.Name = "btnTestModel"; this.btnTestModel.Size = new System.Drawing.Size(76, 34); this.btnTestModel.TabIndex = 1; this.btnTestModel.Text = "测试模板"; this.btnTestModel.UseVisualStyleBackColor = false; this.btnTestModel.Click += new System.EventHandler(this.btnTestModel_Click); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeColumns = false; this.dataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White; this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.dataGridView1.ColumnHeadersHeight = 30; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Index, this.X, this.Y, this.Move}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.EnableHeadersVisualStyles = false; this.dataGridView1.GridColor = System.Drawing.SystemColors.ActiveCaption; this.dataGridView1.Location = new System.Drawing.Point(3, 17); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle15; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 30; this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGridView1.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.dataGridView1.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.White; this.dataGridView1.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(322, 104); this.dataGridView1.TabIndex = 3; // // Index // this.Index.DataPropertyName = "Index"; this.Index.FillWeight = 26.47716F; this.Index.HeaderText = "Row"; this.Index.Name = "Index"; this.Index.ReadOnly = true; // // X // this.X.DataPropertyName = "X"; dataGridViewCellStyle12.Format = "0.000"; this.X.DefaultCellStyle = dataGridViewCellStyle12; this.X.FillWeight = 25.76511F; this.X.HeaderText = "Column"; this.X.Name = "X"; this.X.ReadOnly = true; // // Y // this.Y.DataPropertyName = "Y"; dataGridViewCellStyle13.Format = "0.000"; this.Y.DefaultCellStyle = dataGridViewCellStyle13; this.Y.FillWeight = 24.21075F; this.Y.HeaderText = "Angle"; this.Y.Name = "Y"; this.Y.ReadOnly = true; // // Move // dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle14.BackColor = System.Drawing.Color.Silver; dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White; this.Move.DefaultCellStyle = dataGridViewCellStyle14; this.Move.FillWeight = 26.00443F; this.Move.HeaderText = "Score"; this.Move.Name = "Move"; this.Move.ReadOnly = true; this.Move.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Move.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // CameraTemplate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.Controls.Add(this.panelEx3); this.Controls.Add(this.panelEx2); this.Controls.Add(this.panelEx1); this.Name = "CameraTemplate"; this.Size = new System.Drawing.Size(866, 738); this.panelEx3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panelEx2.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx5.ResumeLayout(false); this.panelEx4.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.panelEx7.ResumeLayout(false); this.panelEx10.ResumeLayout(false); this.panelEx11.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbarContrast)).EndInit(); this.groupBox5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private Rs.Controls.PanelEx panelEx1; private Rs.Controls.PanelEx panelEx2; private Rs.Controls.PanelEx panelEx3; private System.Windows.Forms.Label lblHeadText; private Rs.Controls.PanelEx panelEx4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button btnGrab; private System.Windows.Forms.Button btnLoadImage; private System.Windows.Forms.Button btnGrabContinue; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button btnDrawRectangle2; private Controls.PanelEx panelEx5; private System.Windows.Forms.Button btnDrawCircle; private Controls.PanelEx panelEx7; private ChoiceTech.Halcon.Control.HWindow_Final hWindow_Final1; private System.Windows.Forms.Button btnStudy; private Controls.PanelEx panelEx11; private ChoiceTech.Halcon.Control.HWindow_Final hWindow_Final2; private Controls.PanelEx panelEx10; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.TrackBar tbarContrast; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Button btnPaint; private System.Windows.Forms.Label label12; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnDrawAny; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label lblContrast; private System.Windows.Forms.RadioButton rbtnBrushCircle; private System.Windows.Forms.RadioButton rbtnBrushRectangle; private System.Windows.Forms.Button btnWholePaint; private System.Windows.Forms.Button btnSaveModel; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Button btnTestModel; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn Index; private System.Windows.Forms.DataGridViewTextBoxColumn X; private System.Windows.Forms.DataGridViewTextBoxColumn Y; private System.Windows.Forms.DataGridViewTextBoxColumn Move; } }