panSight3DForm/PanSight3DForm/Form1.Designer.cs

958 lines
48 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();
2024-09-25 09:19:11 -04:00
this.btn_connect = new System.Windows.Forms.Button();
2024-09-14 23:29:15 -04:00
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btn_algSetting = new AntdUI.Button();
2024-09-25 09:19:11 -04:00
this.btn_cameraSetting = new AntdUI.Button();
this.lb_status = new AntdUI.Label();
2024-09-14 23:29:15 -04:00
this.tabControl2 = new System.Windows.Forms.TabControl();
this.CameraSetting = new System.Windows.Forms.TabPage();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label2 = new AntdUI.Label();
this.panel1 = new System.Windows.Forms.Panel();
2024-09-25 09:19:11 -04:00
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.labelState = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.textBoxRemoteIp = new System.Windows.Forms.TextBox();
this.textBoxLocalIp = new System.Windows.Forms.TextBox();
2024-09-14 23:29:15 -04:00
this.groupBox4 = new System.Windows.Forms.GroupBox();
2024-09-25 09:19:11 -04:00
this.cbb_gain = new System.Windows.Forms.ComboBox();
2024-09-14 23:29:15 -04:00
this.label10 = new System.Windows.Forms.Label();
2024-09-25 09:19:11 -04:00
this.nup_jiguang = new System.Windows.Forms.NumericUpDown();
2024-09-14 23:29:15 -04:00
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
2024-09-25 09:19:11 -04:00
this.nud_expo = new System.Windows.Forms.NumericUpDown();
2024-09-14 23:29:15 -04:00
this.label14 = new System.Windows.Forms.Label();
2024-09-25 09:19:11 -04:00
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.nud_x = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.nud_y = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.nud_frameData = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cb_transmode = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.AlgSetting = new System.Windows.Forms.TabPage();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.label3 = new AntdUI.Label();
this.panel2 = new System.Windows.Forms.Panel();
2024-09-14 23:29:15 -04:00
this.panel3 = new System.Windows.Forms.Panel();
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();
2024-09-25 09:19:11 -04:00
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
2024-09-14 23:29:15 -04:00
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.tableLayoutPanel3.SuspendLayout();
this.panel1.SuspendLayout();
2024-09-25 09:19:11 -04:00
this.groupBox6.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nup_jiguang)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nud_expo)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nud_x)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nud_y)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nud_frameData)).BeginInit();
this.groupBox2.SuspendLayout();
this.AlgSetting.SuspendLayout();
2024-09-14 23:29:15 -04:00
this.tableLayoutPanel4.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.groupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
2024-09-25 09:19:11 -04:00
this.groupBox7.SuspendLayout();
2024-09-14 23:29:15 -04:00
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
2024-09-25 09:19:11 -04:00
this.tabControl1.Location = new System.Drawing.Point(3, 65);
2024-09-14 23:29:15 -04:00
this.tabControl1.Name = "tabControl1";
this.tableLayoutPanel1.SetRowSpan(this.tabControl1, 2);
this.tabControl1.SelectedIndex = 0;
2024-09-25 09:19:11 -04:00
this.tabControl1.Size = new System.Drawing.Size(751, 622);
2024-09-14 23:29:15 -04:00
this.tabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.pictureBox1);
2024-09-25 09:19:11 -04:00
this.tabPage1.Location = new System.Drawing.Point(4, 22);
2024-09-14 23:29:15 -04:00
this.tabPage1.Name = "tabPage1";
2024-09-25 09:19:11 -04:00
this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage1.Size = new System.Drawing.Size(743, 596);
2024-09-14 23:29:15 -04:00
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")));
2024-09-25 09:19:11 -04:00
this.pictureBox1.Location = new System.Drawing.Point(3, 3);
2024-09-14 23:29:15 -04:00
this.pictureBox1.Name = "pictureBox1";
2024-09-25 09:19:11 -04:00
this.pictureBox1.Size = new System.Drawing.Size(737, 590);
2024-09-14 23:29:15 -04:00
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.pictureBox2);
2024-09-25 09:19:11 -04:00
this.tabPage2.Location = new System.Drawing.Point(4, 22);
2024-09-14 23:29:15 -04:00
this.tabPage2.Name = "tabPage2";
2024-09-25 09:19:11 -04:00
this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.tabPage2.Size = new System.Drawing.Size(744, 595);
2024-09-14 23:29:15 -04:00
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")));
2024-09-25 09:19:11 -04:00
this.pictureBox2.Location = new System.Drawing.Point(3, 3);
2024-09-14 23:29:15 -04:00
this.pictureBox2.Name = "pictureBox2";
2024-09-25 09:19:11 -04:00
this.pictureBox2.Size = new System.Drawing.Size(738, 589);
2024-09-14 23:29:15 -04:00
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));
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 355F));
2024-09-14 23:29:15 -04:00
this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel1.Controls.Add(this.lb_status, 1, 0);
2024-09-14 23:29:15 -04:00
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;
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 62F));
2024-09-14 23:29:15 -04:00
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));
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel1.Size = new System.Drawing.Size(1112, 690);
2024-09-14 23:29:15 -04:00
this.tableLayoutPanel1.TabIndex = 0;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 3;
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 110F));
2024-09-14 23:29:15 -04:00
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 292F));
this.tableLayoutPanel2.Controls.Add(this.btn_connect, 0, 0);
2024-09-14 23:29:15 -04:00
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));
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel2.Size = new System.Drawing.Size(757, 62);
2024-09-14 23:29:15 -04:00
this.tableLayoutPanel2.TabIndex = 3;
//
2024-09-25 09:19:11 -04:00
// btn_connect
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.btn_connect.BackColor = System.Drawing.Color.OliveDrab;
this.btn_connect.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_connect.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_connect.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.btn_connect.Location = new System.Drawing.Point(3, 3);
this.btn_connect.Name = "btn_connect";
this.btn_connect.Size = new System.Drawing.Size(104, 56);
this.btn_connect.TabIndex = 0;
this.btn_connect.Text = "连接";
this.btn_connect.UseVisualStyleBackColor = false;
this.btn_connect.Click += new System.EventHandler(this.btn_connect_Click);
2024-09-14 23:29:15 -04:00
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btn_algSetting);
this.groupBox1.Controls.Add(this.btn_cameraSetting);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
2024-09-25 09:19:11 -04:00
this.groupBox1.Location = new System.Drawing.Point(112, 2);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-09-14 23:29:15 -04:00
this.groupBox1.Name = "groupBox1";
2024-09-25 09:19:11 -04:00
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Size = new System.Drawing.Size(351, 58);
2024-09-14 23:29:15 -04:00
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "参数设定";
//
// 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;
2024-09-25 09:19:11 -04:00
this.btn_algSetting.Location = new System.Drawing.Point(117, 10);
this.btn_algSetting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-09-14 23:29:15 -04:00
this.btn_algSetting.Name = "btn_algSetting";
this.btn_algSetting.Radius = 1;
this.btn_algSetting.Shape = AntdUI.TShape.Round;
2024-09-25 09:19:11 -04:00
this.btn_algSetting.Size = new System.Drawing.Size(118, 50);
2024-09-14 23:29:15 -04:00
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);
//
2024-09-25 09:19:11 -04:00
// btn_cameraSetting
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
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(4, 8);
this.btn_cameraSetting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
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(118, 50);
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);
//
// lb_status
//
this.lb_status.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.lb_status.Dock = System.Windows.Forms.DockStyle.Fill;
this.lb_status.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_status.Location = new System.Drawing.Point(757, 0);
this.lb_status.Margin = new System.Windows.Forms.Padding(0);
this.lb_status.Name = "lb_status";
this.lb_status.Size = new System.Drawing.Size(355, 62);
this.lb_status.TabIndex = 4;
this.lb_status.Text = "状态: 未连接";
this.lb_status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
2024-09-14 23:29:15 -04:00
//
// 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);
2024-09-25 09:19:11 -04:00
this.tabControl2.Location = new System.Drawing.Point(757, 62);
2024-09-14 23:29:15 -04:00
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;
2024-09-25 09:19:11 -04:00
this.tabControl2.Size = new System.Drawing.Size(355, 628);
2024-09-14 23:29:15 -04:00
this.tabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControl2.TabIndex = 5;
//
// CameraSetting
//
this.CameraSetting.Controls.Add(this.tableLayoutPanel3);
2024-09-25 09:19:11 -04:00
this.CameraSetting.Location = new System.Drawing.Point(4, 5);
this.CameraSetting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-09-14 23:29:15 -04:00
this.CameraSetting.Name = "CameraSetting";
2024-09-25 09:19:11 -04:00
this.CameraSetting.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.CameraSetting.Size = new System.Drawing.Size(347, 619);
2024-09-14 23:29:15 -04:00
this.CameraSetting.TabIndex = 0;
this.CameraSetting.Text = "相机设定";
this.CameraSetting.UseVisualStyleBackColor = true;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
this.tableLayoutPanel3.ColumnCount = 2;
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 101F));
2024-09-14 23:29:15 -04:00
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;
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel3.Location = new System.Drawing.Point(2, 2);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-09-14 23:29:15 -04:00
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
2024-09-14 23:29:15 -04:00
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
2024-09-25 09:19:11 -04:00
this.tableLayoutPanel3.Size = new System.Drawing.Size(343, 615);
2024-09-14 23:29:15 -04:00
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";
2024-09-25 09:19:11 -04:00
this.label2.Size = new System.Drawing.Size(101, 40);
2024-09-14 23:29:15 -04:00
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);
2024-09-25 09:19:11 -04:00
this.panel1.Controls.Add(this.groupBox6);
2024-09-14 23:29:15 -04:00
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;
2024-09-25 09:19:11 -04:00
this.panel1.Location = new System.Drawing.Point(2, 42);
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-09-14 23:29:15 -04:00
this.panel1.Name = "panel1";
2024-09-25 09:19:11 -04:00
this.panel1.Size = new System.Drawing.Size(339, 571);
2024-09-14 23:29:15 -04:00
this.panel1.TabIndex = 1;
//
2024-09-25 09:19:11 -04:00
// groupBox6
//
this.groupBox6.Controls.Add(this.labelState);
this.groupBox6.Controls.Add(this.label1);
this.groupBox6.Controls.Add(this.label16);
this.groupBox6.Controls.Add(this.textBoxRemoteIp);
this.groupBox6.Controls.Add(this.textBoxLocalIp);
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox6.Location = new System.Drawing.Point(0, 287);
this.groupBox6.Margin = new System.Windows.Forms.Padding(2, 8, 2, 2);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox6.Size = new System.Drawing.Size(339, 114);
this.groupBox6.TabIndex = 3;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "ip";
//
// labelState
//
this.labelState.AutoSize = true;
this.labelState.Location = new System.Drawing.Point(260, 66);
this.labelState.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelState.Name = "labelState";
this.labelState.Size = new System.Drawing.Size(41, 12);
this.labelState.TabIndex = 12;
this.labelState.Text = "未连接";
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// label1
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(41, 66);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 10;
this.label1.Text = "相机IP";
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// label16
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(41, 34);
this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 11;
this.label16.Text = "本地IP";
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// textBoxRemoteIp
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.textBoxRemoteIp.Location = new System.Drawing.Point(91, 63);
this.textBoxRemoteIp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBoxRemoteIp.Name = "textBoxRemoteIp";
this.textBoxRemoteIp.Size = new System.Drawing.Size(151, 21);
this.textBoxRemoteIp.TabIndex = 8;
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// textBoxLocalIp
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.textBoxLocalIp.Location = new System.Drawing.Point(91, 30);
this.textBoxLocalIp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBoxLocalIp.Name = "textBoxLocalIp";
this.textBoxLocalIp.Size = new System.Drawing.Size(151, 21);
this.textBoxLocalIp.TabIndex = 9;
2024-09-14 23:29:15 -04:00
//
// groupBox4
//
2024-09-25 09:19:11 -04:00
this.groupBox4.Controls.Add(this.cbb_gain);
2024-09-14 23:29:15 -04:00
this.groupBox4.Controls.Add(this.label10);
2024-09-25 09:19:11 -04:00
this.groupBox4.Controls.Add(this.nup_jiguang);
2024-09-14 23:29:15 -04:00
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Controls.Add(this.label13);
2024-09-25 09:19:11 -04:00
this.groupBox4.Controls.Add(this.nud_expo);
2024-09-14 23:29:15 -04:00
this.groupBox4.Controls.Add(this.label14);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
2024-09-25 09:19:11 -04:00
this.groupBox4.Location = new System.Drawing.Point(0, 173);
this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 8, 2, 2);
2024-09-14 23:29:15 -04:00
this.groupBox4.Name = "groupBox4";
2024-09-25 09:19:11 -04:00
this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox4.Size = new System.Drawing.Size(339, 114);
2024-09-14 23:29:15 -04:00
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "光亮设定";
//
2024-09-25 09:19:11 -04:00
// cbb_gain
//
this.cbb_gain.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbb_gain.FormattingEnabled = true;
this.cbb_gain.Items.AddRange(new object[] {
"1",
"2",
"3"});
this.cbb_gain.Location = new System.Drawing.Point(93, 55);
this.cbb_gain.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cbb_gain.Name = "cbb_gain";
this.cbb_gain.Size = new System.Drawing.Size(66, 20);
this.cbb_gain.TabIndex = 8;
//
2024-09-14 23:29:15 -04:00
// label10
//
this.label10.AutoSize = true;
2024-09-25 09:19:11 -04:00
this.label10.Location = new System.Drawing.Point(170, 86);
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
2024-09-14 23:29:15 -04:00
this.label10.Name = "label10";
2024-09-25 09:19:11 -04:00
this.label10.Size = new System.Drawing.Size(59, 12);
2024-09-14 23:29:15 -04:00
this.label10.TabIndex = 7;
this.label10.Text = "(20~1023)";
//
2024-09-25 09:19:11 -04:00
// nup_jiguang
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.nup_jiguang.Location = new System.Drawing.Point(93, 82);
this.nup_jiguang.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nup_jiguang.Maximum = new decimal(new int[] {
1023,
0,
0,
0});
this.nup_jiguang.Name = "nup_jiguang";
this.nup_jiguang.Size = new System.Drawing.Size(64, 21);
this.nup_jiguang.TabIndex = 5;
2024-09-14 23:29:15 -04:00
//
// label12
//
this.label12.AutoSize = true;
2024-09-25 09:19:11 -04:00
this.label12.Location = new System.Drawing.Point(22, 83);
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
2024-09-14 23:29:15 -04:00
this.label12.Name = "label12";
2024-09-25 09:19:11 -04:00
this.label12.Size = new System.Drawing.Size(53, 12);
2024-09-14 23:29:15 -04:00
this.label12.TabIndex = 4;
this.label12.Text = "激光功率";
//
// label13
//
this.label13.AutoSize = true;
2024-09-25 09:19:11 -04:00
this.label13.Location = new System.Drawing.Point(22, 55);
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
2024-09-14 23:29:15 -04:00
this.label13.Name = "label13";
2024-09-25 09:19:11 -04:00
this.label13.Size = new System.Drawing.Size(29, 12);
2024-09-14 23:29:15 -04:00
this.label13.TabIndex = 2;
this.label13.Text = "增益";
//
2024-09-25 09:19:11 -04:00
// nud_expo
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.nud_expo.Location = new System.Drawing.Point(93, 22);
this.nud_expo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nud_expo.Maximum = new decimal(new int[] {
2000,
0,
0,
0});
this.nud_expo.Name = "nud_expo";
this.nud_expo.Size = new System.Drawing.Size(64, 21);
this.nud_expo.TabIndex = 1;
2024-09-14 23:29:15 -04:00
//
// label14
//
this.label14.AutoSize = true;
2024-09-25 09:19:11 -04:00
this.label14.Location = new System.Drawing.Point(22, 24);
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
2024-09-14 23:29:15 -04:00
this.label14.Name = "label14";
2024-09-25 09:19:11 -04:00
this.label14.Size = new System.Drawing.Size(53, 12);
2024-09-14 23:29:15 -04:00
this.label14.TabIndex = 0;
this.label14.Text = "曝光时间";
//
2024-09-25 09:19:11 -04:00
// groupBox3
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.nud_x);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.nud_y);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.nud_frameData);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Location = new System.Drawing.Point(0, 59);
this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 8, 2, 2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox3.Size = new System.Drawing.Size(339, 114);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "触发设定";
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// label9
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(169, 83);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 7;
this.label9.Text = "(mm)";
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// label8
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(169, 56);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 6;
this.label8.Text = "(mm)";
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// nud_x
//
this.nud_x.DecimalPlaces = 4;
this.nud_x.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.nud_x.Location = new System.Drawing.Point(92, 78);
this.nud_x.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nud_x.Maximum = new decimal(new int[] {
2000,
0,
0,
0});
this.nud_x.Name = "nud_x";
this.nud_x.Size = new System.Drawing.Size(64, 21);
this.nud_x.TabIndex = 5;
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// label7
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(22, 83);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(11, 12);
this.label7.TabIndex = 4;
this.label7.Text = "X";
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// nud_y
//
this.nud_y.DecimalPlaces = 4;
this.nud_y.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.nud_y.Location = new System.Drawing.Point(92, 50);
this.nud_y.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nud_y.Maximum = new decimal(new int[] {
2000,
0,
0,
0});
this.nud_y.Name = "nud_y";
this.nud_y.Size = new System.Drawing.Size(64, 21);
this.nud_y.TabIndex = 3;
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// label6
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(22, 55);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(11, 12);
this.label6.TabIndex = 2;
this.label6.Text = "Y";
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
// nud_frameData
2024-09-14 23:29:15 -04:00
//
2024-09-25 09:19:11 -04:00
this.nud_frameData.Location = new System.Drawing.Point(92, 19);
this.nud_frameData.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.nud_frameData.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.nud_frameData.Name = "nud_frameData";
this.nud_frameData.Size = new System.Drawing.Size(64, 21);
this.nud_frameData.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(22, 24);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 0;
this.label5.Text = "帧率";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cb_transmode);
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(2, 2, 2, 8);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Size = new System.Drawing.Size(339, 59);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "触发模式";
//
// cb_transmode
//
this.cb_transmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_transmode.FormattingEnabled = true;
this.cb_transmode.Items.AddRange(new object[] {
"连续",
"软件批处理",
"硬件批处理"});
this.cb_transmode.Location = new System.Drawing.Point(84, 22);
this.cb_transmode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.cb_transmode.Name = "cb_transmode";
this.cb_transmode.Size = new System.Drawing.Size(64, 20);
this.cb_transmode.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 24);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "触发模式";
//
// AlgSetting
//
this.AlgSetting.Controls.Add(this.tableLayoutPanel4);
this.AlgSetting.Location = new System.Drawing.Point(4, 5);
this.AlgSetting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.AlgSetting.Name = "AlgSetting";
this.AlgSetting.Size = new System.Drawing.Size(347, 618);
this.AlgSetting.TabIndex = 1;
this.AlgSetting.Text = "算法设定";
this.AlgSetting.UseVisualStyleBackColor = true;
//
// 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, 101F));
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.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 2;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(347, 618);
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(101, 40);
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(2, 42);
this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(343, 574);
this.panel2.TabIndex = 1;
//
// 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.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(343, 574);
this.panel3.TabIndex = 2;
2024-09-14 23:29:15 -04:00
//
// groupBox5
//
this.groupBox5.Controls.Add(this.dataGridView1);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
2024-09-25 09:19:11 -04:00
this.groupBox5.Location = new System.Drawing.Point(0, 116);
this.groupBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 8);
2024-09-14 23:29:15 -04:00
this.groupBox5.Name = "groupBox5";
2024-09-25 09:19:11 -04:00
this.groupBox5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox5.Size = new System.Drawing.Size(343, 161);
2024-09-14 23:29:15 -04:00
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;
2024-09-25 09:19:11 -04:00
this.dataGridView1.Location = new System.Drawing.Point(2, 16);
this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
2024-09-14 23:29:15 -04:00
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 27;
2024-09-25 09:19:11 -04:00
this.dataGridView1.Size = new System.Drawing.Size(339, 143);
2024-09-14 23:29:15 -04:00
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;
//
2024-09-25 09:19:11 -04:00
// 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(2, 2, 2, 8);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox7.Size = new System.Drawing.Size(343, 116);
this.groupBox7.TabIndex = 0;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "算法设定";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(86, 62);
this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(76, 21);
this.textBox2.TabIndex = 3;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(86, 26);
this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(76, 21);
this.textBox1.TabIndex = 2;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(4, 62);
this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(41, 12);
this.label15.TabIndex = 1;
this.label15.Text = "标准值";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(4, 29);
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 0;
this.label11.Text = "误差范围";
//
2024-09-14 23:29:15 -04:00
// Form1
//
2024-09-25 09:19:11 -04:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
2024-09-14 23:29:15 -04:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-09-25 09:19:11 -04:00
this.ClientSize = new System.Drawing.Size(1112, 690);
2024-09-14 23:29:15 -04:00
this.Controls.Add(this.tableLayoutPanel1);
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.tableLayoutPanel3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
2024-09-25 09:19:11 -04:00
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
2024-09-14 23:29:15 -04:00
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
2024-09-25 09:19:11 -04:00
((System.ComponentModel.ISupportInitialize)(this.nup_jiguang)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nud_expo)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nud_x)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nud_y)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nud_frameData)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.AlgSetting.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.panel2.ResumeLayout(false);
2024-09-14 23:29:15 -04:00
this.panel3.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
2024-09-25 09:19:11 -04:00
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
2024-09-14 23:29:15 -04:00
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;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.Button btn_connect;
2024-09-14 23:29:15 -04:00
private System.Windows.Forms.GroupBox groupBox1;
private AntdUI.Button btn_algSetting;
private AntdUI.Button btn_cameraSetting;
2024-09-25 09:19:11 -04:00
private AntdUI.Label lb_status;
2024-09-14 23:29:15 -04:00
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;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.ComboBox cb_transmode;
2024-09-14 23:29:15 -04:00
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox4;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.ComboBox cbb_gain;
2024-09-14 23:29:15 -04:00
private System.Windows.Forms.Label label10;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.NumericUpDown nup_jiguang;
2024-09-14 23:29:15 -04:00
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.NumericUpDown nud_expo;
2024-09-14 23:29:15 -04:00
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.NumericUpDown nud_x;
2024-09-14 23:29:15 -04:00
private System.Windows.Forms.Label label7;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.NumericUpDown nud_y;
2024-09-14 23:29:15 -04:00
private System.Windows.Forms.Label label6;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.NumericUpDown nud_frameData;
2024-09-14 23:29:15 -04:00
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;
2024-09-25 09:19:11 -04:00
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Label labelState;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox textBoxRemoteIp;
private System.Windows.Forms.TextBox textBoxLocalIp;
2024-09-14 23:29:15 -04:00
}
}