panSight3DForm/PanSight3DForm/Form1.Designer.cs

800 lines
41 KiB
C#
Raw Normal View History

2024-09-14 23:29:15 -04:00
namespace PanSight3DForm
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btn_cameraSetting = new AntdUI.Button();
this.btn_algSetting = new AntdUI.Button();
this.label1 = new AntdUI.Label();
this.tabControl2 = new System.Windows.Forms.TabControl();
this.CameraSetting = new System.Windows.Forms.TabPage();
this.AlgSetting = new System.Windows.Forms.TabPage();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label2 = new AntdUI.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.label3 = new AntdUI.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label10 = new System.Windows.Forms.Label();
this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
this.label14 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.panel3 = new System.Windows.Forms.Panel();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.label11 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabControl2.SuspendLayout();
this.CameraSetting.SuspendLayout();
this.AlgSetting.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.panel1.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
this.panel3.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(4, 82);
this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabControl1.Name = "tabControl1";
this.tableLayoutPanel1.SetRowSpan(this.tabControl1, 2);
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1002, 776);
this.tabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.pictureBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage1.Size = new System.Drawing.Size(994, 747);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "高度图";
this.tabPage1.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(4, 4);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(986, 739);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.pictureBox2);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage2.Size = new System.Drawing.Size(994, 747);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "灰度图";
this.tabPage2.UseVisualStyleBackColor = true;
//
// pictureBox2
//
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(4, 4);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(986, 739);
this.pictureBox2.TabIndex = 0;
this.pictureBox2.TabStop = false;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
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, 473F));
this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.tabControl2, 1, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 78F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1483, 862);
this.tableLayoutPanel1.TabIndex = 0;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 3;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 147F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 389F));
this.tableLayoutPanel2.Controls.Add(this.button1, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox1, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1010, 78);
this.tableLayoutPanel2.TabIndex = 3;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.OliveDrab;
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
this.button1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button1.Location = new System.Drawing.Point(4, 4);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(139, 70);
this.button1.TabIndex = 0;
this.button1.Text = "连接";
this.button1.UseVisualStyleBackColor = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btn_algSetting);
this.groupBox1.Controls.Add(this.btn_cameraSetting);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(150, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(468, 72);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "参数设定";
//
// btn_cameraSetting
//
this.btn_cameraSetting.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_cameraSetting.IconRatio = 0.2F;
this.btn_cameraSetting.Location = new System.Drawing.Point(6, 10);
this.btn_cameraSetting.Name = "btn_cameraSetting";
this.btn_cameraSetting.Radius = 1;
this.btn_cameraSetting.Shape = AntdUI.TShape.Round;
this.btn_cameraSetting.Size = new System.Drawing.Size(158, 63);
this.btn_cameraSetting.TabIndex = 0;
this.btn_cameraSetting.Text = "相机设定";
this.btn_cameraSetting.WaveSize = 7;
this.btn_cameraSetting.Click += new System.EventHandler(this.btn_cameraSetting_Click);
//
// btn_algSetting
//
this.btn_algSetting.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_algSetting.IconRatio = 0.2F;
this.btn_algSetting.Location = new System.Drawing.Point(156, 12);
this.btn_algSetting.Name = "btn_algSetting";
this.btn_algSetting.Radius = 1;
this.btn_algSetting.Shape = AntdUI.TShape.Round;
this.btn_algSetting.Size = new System.Drawing.Size(158, 63);
this.btn_algSetting.TabIndex = 1;
this.btn_algSetting.Text = "算法设定";
this.btn_algSetting.WaveSize = 7;
this.btn_algSetting.Click += new System.EventHandler(this.btn_algSetting_Click);
//
// label1
//
this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(1010, 0);
this.label1.Margin = new System.Windows.Forms.Padding(0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(473, 78);
this.label1.TabIndex = 4;
this.label1.Text = "状态: 未连接";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tabControl2
//
this.tabControl2.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
this.tabControl2.Controls.Add(this.CameraSetting);
this.tabControl2.Controls.Add(this.AlgSetting);
this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl2.ItemSize = new System.Drawing.Size(0, 1);
this.tabControl2.Location = new System.Drawing.Point(1010, 78);
this.tabControl2.Margin = new System.Windows.Forms.Padding(0);
this.tabControl2.Name = "tabControl2";
this.tabControl2.Padding = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.SetRowSpan(this.tabControl2, 2);
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(473, 784);
this.tabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControl2.TabIndex = 5;
//
// CameraSetting
//
this.CameraSetting.Controls.Add(this.tableLayoutPanel3);
this.CameraSetting.Location = new System.Drawing.Point(4, 104);
this.CameraSetting.Name = "CameraSetting";
this.CameraSetting.Padding = new System.Windows.Forms.Padding(3);
this.CameraSetting.Size = new System.Drawing.Size(465, 676);
this.CameraSetting.TabIndex = 0;
this.CameraSetting.Text = "相机设定";
this.CameraSetting.UseVisualStyleBackColor = true;
//
// AlgSetting
//
this.AlgSetting.Controls.Add(this.tableLayoutPanel4);
this.AlgSetting.Location = new System.Drawing.Point(4, 5);
this.AlgSetting.Name = "AlgSetting";
this.AlgSetting.Size = new System.Drawing.Size(465, 775);
this.AlgSetting.TabIndex = 1;
this.AlgSetting.Text = "算法设定";
this.AlgSetting.UseVisualStyleBackColor = true;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.panel1, 0, 1);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(459, 670);
this.tableLayoutPanel3.TabIndex = 0;
//
// label2
//
this.label2.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.label2.CausesValidation = false;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(234)))), ((int)(((byte)(148)))));
this.label2.Location = new System.Drawing.Point(0, 0);
this.label2.Margin = new System.Windows.Forms.Padding(0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(135, 50);
this.label2.TabIndex = 0;
this.label2.Text = "相机设定";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.tableLayoutPanel3.SetColumnSpan(this.panel1, 2);
this.panel1.Controls.Add(this.groupBox4);
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 53);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(453, 614);
this.panel1.TabIndex = 1;
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.tableLayoutPanel4.ColumnCount = 2;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Controls.Add(this.label3, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.panel2, 0, 1);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 2;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(465, 775);
this.tableLayoutPanel4.TabIndex = 1;
//
// label3
//
this.label3.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.label3.CausesValidation = false;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(234)))), ((int)(((byte)(148)))));
this.label3.Location = new System.Drawing.Point(0, 0);
this.label3.Margin = new System.Windows.Forms.Padding(0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(135, 50);
this.label3.TabIndex = 0;
this.label3.Text = "算法设定";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.tableLayoutPanel4.SetColumnSpan(this.panel2, 2);
this.panel2.Controls.Add(this.panel3);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(3, 53);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(459, 719);
this.panel2.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.comboBox1);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(453, 74);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "触发模式";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 30);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 0;
this.label4.Text = "触发模式";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(112, 27);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(84, 23);
this.comboBox1.TabIndex = 1;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.numericUpDown3);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.numericUpDown2);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.numericUpDown1);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Location = new System.Drawing.Point(0, 74);
this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(453, 143);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "触发设定";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(29, 30);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(37, 15);
this.label5.TabIndex = 0;
this.label5.Text = "帧率";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(122, 24);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(86, 25);
this.numericUpDown1.TabIndex = 1;
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(122, 63);
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(86, 25);
this.numericUpDown2.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(29, 69);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(15, 15);
this.label6.TabIndex = 2;
this.label6.Text = "Y";
//
// numericUpDown3
//
this.numericUpDown3.Location = new System.Drawing.Point(122, 98);
this.numericUpDown3.Name = "numericUpDown3";
this.numericUpDown3.Size = new System.Drawing.Size(86, 25);
this.numericUpDown3.TabIndex = 5;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(29, 104);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(15, 15);
this.label7.TabIndex = 4;
this.label7.Text = "X";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(225, 70);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(39, 15);
this.label8.TabIndex = 6;
this.label8.Text = "(mm)";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(225, 104);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(39, 15);
this.label9.TabIndex = 7;
this.label9.Text = "(mm)";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.comboBox2);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Controls.Add(this.numericUpDown4);
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Controls.Add(this.label13);
this.groupBox4.Controls.Add(this.numericUpDown6);
this.groupBox4.Controls.Add(this.label14);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox4.Location = new System.Drawing.Point(0, 217);
this.groupBox4.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(453, 143);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "光亮设定";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(227, 108);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(79, 15);
this.label10.TabIndex = 7;
this.label10.Text = "(20~1023)";
//
// numericUpDown4
//
this.numericUpDown4.Location = new System.Drawing.Point(124, 102);
this.numericUpDown4.Name = "numericUpDown4";
this.numericUpDown4.Size = new System.Drawing.Size(86, 25);
this.numericUpDown4.TabIndex = 5;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(29, 104);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(67, 15);
this.label12.TabIndex = 4;
this.label12.Text = "激光功率";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(29, 69);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(37, 15);
this.label13.TabIndex = 2;
this.label13.Text = "增益";
//
// numericUpDown6
//
this.numericUpDown6.Location = new System.Drawing.Point(124, 28);
this.numericUpDown6.Name = "numericUpDown6";
this.numericUpDown6.Size = new System.Drawing.Size(86, 25);
this.numericUpDown6.TabIndex = 1;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(29, 30);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(67, 15);
this.label14.TabIndex = 0;
this.label14.Text = "曝光时间";
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(124, 69);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(86, 23);
this.comboBox2.TabIndex = 8;
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.panel3.Controls.Add(this.groupBox5);
this.panel3.Controls.Add(this.groupBox7);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(459, 719);
this.panel3.TabIndex = 2;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.textBox2);
this.groupBox7.Controls.Add(this.textBox1);
this.groupBox7.Controls.Add(this.label15);
this.groupBox7.Controls.Add(this.label11);
this.groupBox7.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox7.Location = new System.Drawing.Point(0, 0);
this.groupBox7.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(459, 145);
this.groupBox7.TabIndex = 0;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "算法设定";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 36);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(67, 15);
this.label11.TabIndex = 0;
this.label11.Text = "误差范围";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(6, 77);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(52, 15);
this.label15.TabIndex = 1;
this.label15.Text = "标准值";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(114, 33);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 25);
this.textBox1.TabIndex = 2;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(114, 77);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 25);
this.textBox2.TabIndex = 3;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.dataGridView1);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox5.Location = new System.Drawing.Point(0, 145);
this.groupBox5.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(459, 201);
this.groupBox5.TabIndex = 1;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "结果状态";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 21);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 27;
this.dataGridView1.Size = new System.Drawing.Size(453, 177);
this.dataGridView1.TabIndex = 0;
//
// Column1
//
this.Column1.HeaderText = "编号";
this.Column1.MinimumWidth = 6;
this.Column1.Name = "Column1";
this.Column1.Width = 125;
//
// Column2
//
this.Column2.HeaderText = "状态";
this.Column2.MinimumWidth = 6;
this.Column2.Name = "Column2";
this.Column2.Width = 125;
//
// Column3
//
this.Column3.HeaderText = "结果";
this.Column3.MinimumWidth = 6;
this.Column3.Name = "Column3";
this.Column3.Width = 125;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1483, 862);
this.Controls.Add(this.tableLayoutPanel1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "Form1";
this.Text = "Form1";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.tabControl2.ResumeLayout(false);
this.CameraSetting.ResumeLayout(false);
this.AlgSetting.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
this.panel3.ResumeLayout(false);
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox1;
private AntdUI.Button btn_algSetting;
private AntdUI.Button btn_cameraSetting;
private AntdUI.Label label1;
private System.Windows.Forms.TabControl tabControl2;
private System.Windows.Forms.TabPage CameraSetting;
private System.Windows.Forms.TabPage AlgSetting;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private AntdUI.Label label2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private AntdUI.Label label3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown numericUpDown4;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.NumericUpDown numericUpDown6;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown numericUpDown3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label11;
}
}