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.

374 lines
20 KiB
C#

namespace Rs.MotionPlat.SysConfig
{
partial class UpCameraCalibration
{
/// <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()
{
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.cameraTemplate1 = new Rs.MotionPlat.CameraTemplate();
this.panelEx1 = new Rs.Controls.PanelEx();
this.panelEx2 = new Rs.Controls.PanelEx();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dgvPixCalib = 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.btnCalcPix = new System.Windows.Forms.Button();
this.btnGetMatchResult = new System.Windows.Forms.Button();
this.btnMove = new System.Windows.Forms.Button();
this.txtMmPerPixX = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtMoveOffset = new System.Windows.Forms.TextBox();
this.txtMmPerPixY = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panelEx1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPixCalib)).BeginInit();
this.SuspendLayout();
//
// cameraTemplate1
//
this.cameraTemplate1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.cameraTemplate1.Dock = System.Windows.Forms.DockStyle.Fill;
this.cameraTemplate1.Location = new System.Drawing.Point(0, 0);
this.cameraTemplate1.Name = "cameraTemplate1";
this.cameraTemplate1.Size = new System.Drawing.Size(688, 799);
this.cameraTemplate1.TabIndex = 0;
//
// panelEx1
//
this.panelEx1.Controls.Add(this.cameraTemplate1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(519, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(688, 799);
this.panelEx1.TabIndex = 4;
//
// panelEx2
//
this.panelEx2.Controls.Add(this.groupBox1);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(519, 799);
this.panelEx2.TabIndex = 3;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dgvPixCalib);
this.groupBox1.Controls.Add(this.btnCalcPix);
this.groupBox1.Controls.Add(this.btnGetMatchResult);
this.groupBox1.Controls.Add(this.btnMove);
this.groupBox1.Controls.Add(this.txtMmPerPixX);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtMoveOffset);
this.groupBox1.Controls.Add(this.txtMmPerPixY);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
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(519, 277);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "像素当量标定";
//
// dgvPixCalib
//
this.dgvPixCalib.AllowUserToAddRows = false;
this.dgvPixCalib.AllowUserToDeleteRows = false;
this.dgvPixCalib.AllowUserToResizeColumns = false;
this.dgvPixCalib.AllowUserToResizeRows = false;
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
this.dgvPixCalib.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
this.dgvPixCalib.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvPixCalib.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.dgvPixCalib.ColumnHeadersHeight = 30;
this.dgvPixCalib.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Index,
this.X,
this.Y,
this.Move});
this.dgvPixCalib.Dock = System.Windows.Forms.DockStyle.Left;
this.dgvPixCalib.EnableHeadersVisualStyles = false;
this.dgvPixCalib.GridColor = System.Drawing.SystemColors.ActiveCaption;
this.dgvPixCalib.Location = new System.Drawing.Point(3, 17);
this.dgvPixCalib.MultiSelect = false;
this.dgvPixCalib.Name = "dgvPixCalib";
this.dgvPixCalib.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.dgvPixCalib.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.dgvPixCalib.RowHeadersVisible = false;
this.dgvPixCalib.RowHeadersWidth = 30;
this.dgvPixCalib.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvPixCalib.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.dgvPixCalib.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.White;
this.dgvPixCalib.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.dgvPixCalib.RowTemplate.Height = 23;
this.dgvPixCalib.Size = new System.Drawing.Size(261, 257);
this.dgvPixCalib.TabIndex = 7;
//
// 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;
//
// btnCalcPix
//
this.btnCalcPix.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnCalcPix.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnCalcPix.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCalcPix.ForeColor = System.Drawing.Color.White;
this.btnCalcPix.Location = new System.Drawing.Point(296, 212);
this.btnCalcPix.Name = "btnCalcPix";
this.btnCalcPix.Size = new System.Drawing.Size(197, 54);
this.btnCalcPix.TabIndex = 6;
this.btnCalcPix.Text = "计算";
this.btnCalcPix.UseVisualStyleBackColor = false;
this.btnCalcPix.Click += new System.EventHandler(this.btnCalcPix_Click);
//
// btnGetMatchResult
//
this.btnGetMatchResult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnGetMatchResult.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnGetMatchResult.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGetMatchResult.ForeColor = System.Drawing.Color.White;
this.btnGetMatchResult.Location = new System.Drawing.Point(407, 56);
this.btnGetMatchResult.Name = "btnGetMatchResult";
this.btnGetMatchResult.Size = new System.Drawing.Size(90, 24);
this.btnGetMatchResult.TabIndex = 6;
this.btnGetMatchResult.Text = "获取匹配结果";
this.btnGetMatchResult.UseVisualStyleBackColor = false;
this.btnGetMatchResult.Click += new System.EventHandler(this.btnGetMatchResult_Click);
//
// btnMove
//
this.btnMove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnMove.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMove.ForeColor = System.Drawing.Color.White;
this.btnMove.Location = new System.Drawing.Point(282, 56);
this.btnMove.Name = "btnMove";
this.btnMove.Size = new System.Drawing.Size(90, 24);
this.btnMove.TabIndex = 6;
this.btnMove.Text = "移动";
this.btnMove.UseVisualStyleBackColor = false;
this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
//
// txtMmPerPixX
//
this.txtMmPerPixX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtMmPerPixX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtMmPerPixX.ForeColor = System.Drawing.Color.White;
this.txtMmPerPixX.Location = new System.Drawing.Point(311, 99);
this.txtMmPerPixX.Name = "txtMmPerPixX";
this.txtMmPerPixX.Size = new System.Drawing.Size(98, 21);
this.txtMmPerPixX.TabIndex = 5;
this.txtMmPerPixX.Text = "0";
this.txtMmPerPixX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(284, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 1;
this.label4.Text = "移动距离:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(415, 135);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 1;
this.label9.Text = "mm/pulse";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(415, 102);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 1;
this.label8.Text = "mm/pulse";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(284, 102);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(17, 12);
this.label6.TabIndex = 1;
this.label6.Text = "X:";
//
// txtMoveOffset
//
this.txtMoveOffset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtMoveOffset.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtMoveOffset.ForeColor = System.Drawing.Color.White;
this.txtMoveOffset.Location = new System.Drawing.Point(344, 29);
this.txtMoveOffset.Name = "txtMoveOffset";
this.txtMoveOffset.Size = new System.Drawing.Size(53, 21);
this.txtMoveOffset.TabIndex = 5;
this.txtMoveOffset.Text = "5";
this.txtMoveOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txtMmPerPixY
//
this.txtMmPerPixY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.txtMmPerPixY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtMmPerPixY.ForeColor = System.Drawing.Color.White;
this.txtMmPerPixY.Location = new System.Drawing.Point(311, 126);
this.txtMmPerPixY.Name = "txtMmPerPixY";
this.txtMmPerPixY.Size = new System.Drawing.Size(98, 21);
this.txtMmPerPixY.TabIndex = 5;
this.txtMmPerPixY.Text = "0";
this.txtMmPerPixY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Red;
this.label7.Location = new System.Drawing.Point(294, 161);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(137, 36);
this.label7.TabIndex = 1;
this.label7.Text = "可以移动一次或者多次\r\n\r\n必须每次移动的距离相同\r\n";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(284, 129);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(17, 12);
this.label5.TabIndex = 1;
this.label5.Text = "Y:";
//
// UpCameraCalibration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1207, 799);
this.Controls.Add(this.panelEx1);
this.Controls.Add(this.panelEx2);
this.Name = "UpCameraCalibration";
this.Text = "上相机标定";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpCameraCalibration_FormClosing);
this.Load += new System.EventHandler(this.UpCameraCalibration_Load);
this.panelEx1.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvPixCalib)).EndInit();
this.ResumeLayout(false);
}
#endregion
private CameraTemplate cameraTemplate1;
private Controls.PanelEx panelEx1;
private Controls.PanelEx panelEx2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dgvPixCalib;
private System.Windows.Forms.DataGridViewTextBoxColumn Index;
private System.Windows.Forms.DataGridViewTextBoxColumn X;
private System.Windows.Forms.DataGridViewTextBoxColumn Y;
private System.Windows.Forms.DataGridViewTextBoxColumn Move;
private System.Windows.Forms.Button btnCalcPix;
private System.Windows.Forms.Button btnGetMatchResult;
private System.Windows.Forms.Button btnMove;
private System.Windows.Forms.TextBox txtMmPerPixX;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtMoveOffset;
private System.Windows.Forms.TextBox txtMmPerPixY;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
}
}