namespace Rs.MotionPlat.SysConfig { partial class DownCameraCalibration { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle(); 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.panelEx2 = new Rs.Controls.PanelEx(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dgvRotateCenter = 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.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.button1 = new System.Windows.Forms.Button(); this.btnTestModel = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); 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 = new Rs.Controls.PanelEx(); this.cameraTemplate1 = new Rs.MotionPlat.CameraTemplate(); this.panelEx2.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRotateCenter)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPixCalib)).BeginInit(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // panelEx2 // this.panelEx2.Controls.Add(this.groupBox2); 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, 822); this.panelEx2.TabIndex = 1; // // groupBox2 // this.groupBox2.Controls.Add(this.dgvRotateCenter); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.btnTestModel); this.groupBox2.Controls.Add(this.textBox3); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.textBox2); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Location = new System.Drawing.Point(0, 277); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(519, 274); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "旋转中心标定"; // // dgvRotateCenter // this.dgvRotateCenter.AllowUserToAddRows = false; this.dgvRotateCenter.AllowUserToDeleteRows = false; this.dgvRotateCenter.AllowUserToResizeColumns = false; this.dgvRotateCenter.AllowUserToResizeRows = false; dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); dataGridViewCellStyle16.ForeColor = System.Drawing.Color.White; this.dgvRotateCenter.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16; this.dgvRotateCenter.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvRotateCenter.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.dgvRotateCenter.ColumnHeadersHeight = 30; this.dgvRotateCenter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4}); this.dgvRotateCenter.Dock = System.Windows.Forms.DockStyle.Left; this.dgvRotateCenter.EnableHeadersVisualStyles = false; this.dgvRotateCenter.GridColor = System.Drawing.SystemColors.ActiveCaption; this.dgvRotateCenter.Location = new System.Drawing.Point(3, 17); this.dgvRotateCenter.MultiSelect = false; this.dgvRotateCenter.Name = "dgvRotateCenter"; this.dgvRotateCenter.ReadOnly = true; dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle20.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvRotateCenter.RowHeadersDefaultCellStyle = dataGridViewCellStyle20; this.dgvRotateCenter.RowHeadersVisible = false; this.dgvRotateCenter.RowHeadersWidth = 30; this.dgvRotateCenter.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvRotateCenter.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.dgvRotateCenter.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.White; this.dgvRotateCenter.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36))))); this.dgvRotateCenter.RowTemplate.Height = 23; this.dgvRotateCenter.Size = new System.Drawing.Size(261, 254); this.dgvRotateCenter.TabIndex = 8; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Index"; this.dataGridViewTextBoxColumn1.FillWeight = 26.47716F; this.dataGridViewTextBoxColumn1.HeaderText = "Row"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "X"; dataGridViewCellStyle17.Format = "0.000"; this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle17; this.dataGridViewTextBoxColumn2.FillWeight = 25.76511F; this.dataGridViewTextBoxColumn2.HeaderText = "Column"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Y"; dataGridViewCellStyle18.Format = "0.000"; this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle18; this.dataGridViewTextBoxColumn3.FillWeight = 24.21075F; this.dataGridViewTextBoxColumn3.HeaderText = "Angle"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // dataGridViewTextBoxColumn4 // dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle19.BackColor = System.Drawing.Color.Silver; dataGridViewCellStyle19.ForeColor = System.Drawing.Color.White; this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle19; this.dataGridViewTextBoxColumn4.FillWeight = 26.00443F; this.dataGridViewTextBoxColumn4.HeaderText = "Score"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(296, 210); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(197, 54); this.button1.TabIndex = 6; this.button1.Text = "计算"; this.button1.UseVisualStyleBackColor = false; // // 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(417, 17); this.btnTestModel.Name = "btnTestModel"; this.btnTestModel.Size = new System.Drawing.Size(61, 24); this.btnTestModel.TabIndex = 6; this.btnTestModel.Text = "旋转"; this.btnTestModel.UseVisualStyleBackColor = false; // // 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(344, 76); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(53, 21); this.textBox3.TabIndex = 5; this.textBox3.Text = "0"; this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(294, 79); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 1; this.label3.Text = "旋转X:"; // // 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(344, 103); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(53, 21); this.textBox2.TabIndex = 5; this.textBox2.Text = "0"; this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(294, 106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 1; this.label2.Text = "旋转Y:"; // // 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(344, 18); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(53, 21); this.textBox1.TabIndex = 5; this.textBox1.Text = "10"; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(276, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 12); this.label1.TabIndex = 1; this.label1.Text = "旋转角度:"; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.Red; this.label10.Location = new System.Drawing.Point(294, 145); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(95, 12); this.label10.TabIndex = 1; this.label10.Text = "旋转角度至少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 = 0; 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:"; // // 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(874, 822); this.panelEx1.TabIndex = 2; // // 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(874, 822); this.cameraTemplate1.TabIndex = 0; // // DownCameraCalibration // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1393, 822); this.Controls.Add(this.panelEx1); this.Controls.Add(this.panelEx2); this.Name = "DownCameraCalibration"; this.Text = "下相机标定"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DownCameraCalibration_FormClosing); this.Load += new System.EventHandler(this.DownCameraCalibration_Load); this.panelEx2.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRotateCenter)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvPixCalib)).EndInit(); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Controls.PanelEx panelEx2; private Controls.PanelEx panelEx1; private CameraTemplate cameraTemplate1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button btnTestModel; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnMove; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtMoveOffset; private System.Windows.Forms.Button btnCalcPix; private System.Windows.Forms.TextBox txtMmPerPixX; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtMmPerPixY; private System.Windows.Forms.Label label5; private System.Windows.Forms.DataGridView dgvRotateCenter; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; 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.Label label7; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Button btnGetMatchResult; } }