mirror of
https://github.com/d-moco/panSight3DForm.git
synced 2025-01-10 12:37:15 -05:00
1155 lines
59 KiB
C#
1155 lines
59 KiB
C#
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()
|
||
{
|
||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||
this.hWindowControlHeight = new HalconDotNet.HWindowControl();
|
||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||
this.hWindowControlGray = new HalconDotNet.HWindowControl();
|
||
this.pictureBoxDisplayGray = new System.Windows.Forms.PictureBox();
|
||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.btn_connect = new System.Windows.Forms.Button();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.btn_algSetting = new AntdUI.Button();
|
||
this.btn_cameraSetting = new AntdUI.Button();
|
||
this.lb_status = new AntdUI.Label();
|
||
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();
|
||
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
||
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();
|
||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.cbb_gain = new System.Windows.Forms.ComboBox();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.nup_jiguang = new System.Windows.Forms.NumericUpDown();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.nud_expo = new System.Windows.Forms.NumericUpDown();
|
||
this.label14 = new System.Windows.Forms.Label();
|
||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
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.numericUpDownLineNum = new System.Windows.Forms.NumericUpDown();
|
||
this.label17 = new System.Windows.Forms.Label();
|
||
this.checkBoxGray = new System.Windows.Forms.CheckBox();
|
||
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
||
this.labelMsg = new System.Windows.Forms.Label();
|
||
this.labelTips = new System.Windows.Forms.Label();
|
||
this.buttonStart = new System.Windows.Forms.Button();
|
||
this.buttonCapture = new System.Windows.Forms.Button();
|
||
this.buttonStop = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
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();
|
||
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();
|
||
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();
|
||
this.tabControl1.SuspendLayout();
|
||
this.tabPage1.SuspendLayout();
|
||
this.tabPage2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxDisplayGray)).BeginInit();
|
||
this.tableLayoutPanel1.SuspendLayout();
|
||
this.tableLayoutPanel2.SuspendLayout();
|
||
this.groupBox1.SuspendLayout();
|
||
this.tabControl2.SuspendLayout();
|
||
this.CameraSetting.SuspendLayout();
|
||
this.tableLayoutPanel3.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
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();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownLineNum)).BeginInit();
|
||
this.groupBox8.SuspendLayout();
|
||
this.AlgSetting.SuspendLayout();
|
||
this.tableLayoutPanel4.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
this.panel3.SuspendLayout();
|
||
this.groupBox5.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
this.groupBox7.SuspendLayout();
|
||
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(3, 65);
|
||
this.tabControl1.Name = "tabControl1";
|
||
this.tableLayoutPanel1.SetRowSpan(this.tabControl1, 2);
|
||
this.tabControl1.SelectedIndex = 0;
|
||
this.tabControl1.Size = new System.Drawing.Size(751, 622);
|
||
this.tabControl1.TabIndex = 2;
|
||
//
|
||
// tabPage1
|
||
//
|
||
this.tabPage1.Controls.Add(this.hWindowControlHeight);
|
||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||
this.tabPage1.Name = "tabPage1";
|
||
this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
||
this.tabPage1.Size = new System.Drawing.Size(743, 596);
|
||
this.tabPage1.TabIndex = 0;
|
||
this.tabPage1.Text = "高度图";
|
||
this.tabPage1.UseVisualStyleBackColor = true;
|
||
//
|
||
// hWindowControlHeight
|
||
//
|
||
this.hWindowControlHeight.BackColor = System.Drawing.Color.Black;
|
||
this.hWindowControlHeight.BorderColor = System.Drawing.Color.Black;
|
||
this.hWindowControlHeight.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.hWindowControlHeight.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480);
|
||
this.hWindowControlHeight.Location = new System.Drawing.Point(3, 3);
|
||
this.hWindowControlHeight.Name = "hWindowControlHeight";
|
||
this.hWindowControlHeight.Size = new System.Drawing.Size(737, 590);
|
||
this.hWindowControlHeight.TabIndex = 18;
|
||
this.hWindowControlHeight.WindowSize = new System.Drawing.Size(737, 590);
|
||
//
|
||
// tabPage2
|
||
//
|
||
this.tabPage2.Controls.Add(this.hWindowControlGray);
|
||
this.tabPage2.Controls.Add(this.pictureBoxDisplayGray);
|
||
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
||
this.tabPage2.Name = "tabPage2";
|
||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
||
this.tabPage2.Size = new System.Drawing.Size(744, 595);
|
||
this.tabPage2.TabIndex = 1;
|
||
this.tabPage2.Text = "灰度图";
|
||
this.tabPage2.UseVisualStyleBackColor = true;
|
||
//
|
||
// hWindowControlGray
|
||
//
|
||
this.hWindowControlGray.BackColor = System.Drawing.Color.Black;
|
||
this.hWindowControlGray.BorderColor = System.Drawing.Color.Black;
|
||
this.hWindowControlGray.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.hWindowControlGray.ImagePart = new System.Drawing.Rectangle(0, 0, 640, 480);
|
||
this.hWindowControlGray.Location = new System.Drawing.Point(3, 3);
|
||
this.hWindowControlGray.Name = "hWindowControlGray";
|
||
this.hWindowControlGray.Size = new System.Drawing.Size(738, 589);
|
||
this.hWindowControlGray.TabIndex = 19;
|
||
this.hWindowControlGray.WindowSize = new System.Drawing.Size(738, 589);
|
||
//
|
||
// pictureBoxDisplayGray
|
||
//
|
||
this.pictureBoxDisplayGray.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBoxDisplayGray.Location = new System.Drawing.Point(3, 3);
|
||
this.pictureBoxDisplayGray.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.pictureBoxDisplayGray.Name = "pictureBoxDisplayGray";
|
||
this.pictureBoxDisplayGray.Size = new System.Drawing.Size(738, 589);
|
||
this.pictureBoxDisplayGray.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.pictureBoxDisplayGray.TabIndex = 15;
|
||
this.pictureBoxDisplayGray.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, 355F));
|
||
this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
||
this.tableLayoutPanel1.Controls.Add(this.lb_status, 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, 62F));
|
||
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(1112, 690);
|
||
this.tableLayoutPanel1.TabIndex = 0;
|
||
//
|
||
// tableLayoutPanel2
|
||
//
|
||
this.tableLayoutPanel2.ColumnCount = 3;
|
||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 110F));
|
||
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, 292F));
|
||
this.tableLayoutPanel2.Controls.Add(this.btn_connect, 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(757, 62);
|
||
this.tableLayoutPanel2.TabIndex = 3;
|
||
//
|
||
// btn_connect
|
||
//
|
||
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);
|
||
//
|
||
// 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(112, 2);
|
||
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.groupBox1.Size = new System.Drawing.Size(351, 58);
|
||
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;
|
||
this.btn_algSetting.Location = new System.Drawing.Point(117, 10);
|
||
this.btn_algSetting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
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(118, 50);
|
||
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);
|
||
//
|
||
// 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(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;
|
||
//
|
||
// 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(757, 62);
|
||
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(355, 628);
|
||
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, 24);
|
||
this.CameraSetting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.CameraSetting.Name = "CameraSetting";
|
||
this.CameraSetting.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.CameraSetting.Size = new System.Drawing.Size(347, 600);
|
||
this.CameraSetting.TabIndex = 0;
|
||
this.CameraSetting.Text = "相机设定";
|
||
this.CameraSetting.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, 101F));
|
||
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(2, 2);
|
||
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
||
this.tableLayoutPanel3.RowCount = 2;
|
||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
||
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel3.Size = new System.Drawing.Size(343, 596);
|
||
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(101, 40);
|
||
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.groupBox6);
|
||
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(2, 42);
|
||
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(339, 552);
|
||
this.panel1.TabIndex = 1;
|
||
//
|
||
// groupBox6
|
||
//
|
||
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, 466);
|
||
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";
|
||
//
|
||
// label1
|
||
//
|
||
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";
|
||
//
|
||
// label16
|
||
//
|
||
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";
|
||
//
|
||
// textBoxRemoteIp
|
||
//
|
||
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;
|
||
//
|
||
// textBoxLocalIp
|
||
//
|
||
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;
|
||
//
|
||
// groupBox4
|
||
//
|
||
this.groupBox4.Controls.Add(this.button3);
|
||
this.groupBox4.Controls.Add(this.cbb_gain);
|
||
this.groupBox4.Controls.Add(this.label10);
|
||
this.groupBox4.Controls.Add(this.nup_jiguang);
|
||
this.groupBox4.Controls.Add(this.label12);
|
||
this.groupBox4.Controls.Add(this.label13);
|
||
this.groupBox4.Controls.Add(this.nud_expo);
|
||
this.groupBox4.Controls.Add(this.label14);
|
||
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupBox4.Location = new System.Drawing.Point(0, 352);
|
||
this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 8, 2, 2);
|
||
this.groupBox4.Name = "groupBox4";
|
||
this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.groupBox4.Size = new System.Drawing.Size(339, 114);
|
||
this.groupBox4.TabIndex = 2;
|
||
this.groupBox4.TabStop = false;
|
||
this.groupBox4.Text = "光亮设定";
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(221, 42);
|
||
this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(56, 18);
|
||
this.button3.TabIndex = 9;
|
||
this.button3.Text = "设置";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// 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;
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Location = new System.Drawing.Point(170, 86);
|
||
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(59, 12);
|
||
this.label10.TabIndex = 7;
|
||
this.label10.Text = "(20~1023)";
|
||
//
|
||
// nup_jiguang
|
||
//
|
||
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;
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.AutoSize = true;
|
||
this.label12.Location = new System.Drawing.Point(22, 83);
|
||
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(53, 12);
|
||
this.label12.TabIndex = 4;
|
||
this.label12.Text = "激光功率";
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.Location = new System.Drawing.Point(22, 55);
|
||
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(29, 12);
|
||
this.label13.TabIndex = 2;
|
||
this.label13.Text = "增益";
|
||
//
|
||
// nud_expo
|
||
//
|
||
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;
|
||
//
|
||
// label14
|
||
//
|
||
this.label14.AutoSize = true;
|
||
this.label14.Location = new System.Drawing.Point(22, 24);
|
||
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label14.Name = "label14";
|
||
this.label14.Size = new System.Drawing.Size(53, 12);
|
||
this.label14.TabIndex = 0;
|
||
this.label14.Text = "曝光时间";
|
||
//
|
||
// groupBox3
|
||
//
|
||
this.groupBox3.Controls.Add(this.button2);
|
||
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, 238);
|
||
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 = "触发设定";
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(221, 53);
|
||
this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(56, 18);
|
||
this.button2.TabIndex = 8;
|
||
this.button2.Text = "设置";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// label9
|
||
//
|
||
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)";
|
||
//
|
||
// label8
|
||
//
|
||
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)";
|
||
//
|
||
// 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;
|
||
//
|
||
// label7
|
||
//
|
||
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";
|
||
//
|
||
// 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;
|
||
//
|
||
// label6
|
||
//
|
||
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";
|
||
//
|
||
// nud_frameData
|
||
//
|
||
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[] {
|
||
2000,
|
||
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.numericUpDownLineNum);
|
||
this.groupBox2.Controls.Add(this.label17);
|
||
this.groupBox2.Controls.Add(this.checkBoxGray);
|
||
this.groupBox2.Controls.Add(this.groupBox8);
|
||
this.groupBox2.Controls.Add(this.button1);
|
||
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, 238);
|
||
this.groupBox2.TabIndex = 0;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "触发模式";
|
||
//
|
||
// numericUpDownLineNum
|
||
//
|
||
this.numericUpDownLineNum.Increment = new decimal(new int[] {
|
||
10,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDownLineNum.Location = new System.Drawing.Point(64, 53);
|
||
this.numericUpDownLineNum.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.numericUpDownLineNum.Maximum = new decimal(new int[] {
|
||
65535,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDownLineNum.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDownLineNum.Name = "numericUpDownLineNum";
|
||
this.numericUpDownLineNum.Size = new System.Drawing.Size(64, 21);
|
||
this.numericUpDownLineNum.TabIndex = 14;
|
||
this.numericUpDownLineNum.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label17
|
||
//
|
||
this.label17.AutoSize = true;
|
||
this.label17.Location = new System.Drawing.Point(21, 58);
|
||
this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label17.Name = "label17";
|
||
this.label17.Size = new System.Drawing.Size(41, 12);
|
||
this.label17.TabIndex = 13;
|
||
this.label17.Text = "线数:";
|
||
//
|
||
// checkBoxGray
|
||
//
|
||
this.checkBoxGray.AutoSize = true;
|
||
this.checkBoxGray.Location = new System.Drawing.Point(185, 26);
|
||
this.checkBoxGray.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.checkBoxGray.Name = "checkBoxGray";
|
||
this.checkBoxGray.Size = new System.Drawing.Size(48, 16);
|
||
this.checkBoxGray.TabIndex = 12;
|
||
this.checkBoxGray.Text = "灰度";
|
||
this.checkBoxGray.UseVisualStyleBackColor = true;
|
||
//
|
||
// groupBox8
|
||
//
|
||
this.groupBox8.Controls.Add(this.labelMsg);
|
||
this.groupBox8.Controls.Add(this.labelTips);
|
||
this.groupBox8.Controls.Add(this.buttonStart);
|
||
this.groupBox8.Controls.Add(this.buttonCapture);
|
||
this.groupBox8.Controls.Add(this.buttonStop);
|
||
this.groupBox8.Location = new System.Drawing.Point(0, 76);
|
||
this.groupBox8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.groupBox8.Name = "groupBox8";
|
||
this.groupBox8.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.groupBox8.Size = new System.Drawing.Size(338, 158);
|
||
this.groupBox8.TabIndex = 8;
|
||
this.groupBox8.TabStop = false;
|
||
this.groupBox8.Text = "深度模式数据抓取";
|
||
//
|
||
// labelMsg
|
||
//
|
||
this.labelMsg.AutoSize = true;
|
||
this.labelMsg.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.labelMsg.ForeColor = System.Drawing.Color.Blue;
|
||
this.labelMsg.Location = new System.Drawing.Point(21, 102);
|
||
this.labelMsg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.labelMsg.Name = "labelMsg";
|
||
this.labelMsg.Size = new System.Drawing.Size(0, 12);
|
||
this.labelMsg.TabIndex = 12;
|
||
//
|
||
// labelTips
|
||
//
|
||
this.labelTips.AutoSize = true;
|
||
this.labelTips.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.labelTips.ForeColor = System.Drawing.Color.Blue;
|
||
this.labelTips.Location = new System.Drawing.Point(20, 129);
|
||
this.labelTips.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.labelTips.Name = "labelTips";
|
||
this.labelTips.Size = new System.Drawing.Size(89, 12);
|
||
this.labelTips.TabIndex = 11;
|
||
this.labelTips.Text = "提示信息......";
|
||
//
|
||
// buttonStart
|
||
//
|
||
this.buttonStart.BackColor = System.Drawing.Color.Khaki;
|
||
this.buttonStart.Location = new System.Drawing.Point(27, 19);
|
||
this.buttonStart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.buttonStart.Name = "buttonStart";
|
||
this.buttonStart.Size = new System.Drawing.Size(110, 35);
|
||
this.buttonStart.TabIndex = 5;
|
||
this.buttonStart.Text = "准备接收";
|
||
this.buttonStart.UseVisualStyleBackColor = false;
|
||
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
||
//
|
||
// buttonCapture
|
||
//
|
||
this.buttonCapture.BackColor = System.Drawing.Color.Khaki;
|
||
this.buttonCapture.Location = new System.Drawing.Point(166, 27);
|
||
this.buttonCapture.Name = "buttonCapture";
|
||
this.buttonCapture.Size = new System.Drawing.Size(112, 46);
|
||
this.buttonCapture.TabIndex = 3;
|
||
this.buttonCapture.Text = "触发一次采集";
|
||
this.buttonCapture.UseVisualStyleBackColor = false;
|
||
this.buttonCapture.Click += new System.EventHandler(this.buttonCapture_Click);
|
||
//
|
||
// buttonStop
|
||
//
|
||
this.buttonStop.Location = new System.Drawing.Point(27, 58);
|
||
this.buttonStop.Name = "buttonStop";
|
||
this.buttonStop.Size = new System.Drawing.Size(110, 35);
|
||
this.buttonStop.TabIndex = 3;
|
||
this.buttonStop.Text = "停止接收";
|
||
this.buttonStop.UseVisualStyleBackColor = true;
|
||
this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(243, 24);
|
||
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(56, 18);
|
||
this.button1.TabIndex = 2;
|
||
this.button1.Text = "设置";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// cb_transmode
|
||
//
|
||
this.cb_transmode.AutoCompleteCustomSource.AddRange(new string[] {
|
||
"内部触发",
|
||
"外部触发",
|
||
"编码器触发"});
|
||
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(82, 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, 619);
|
||
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, 619);
|
||
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, 575);
|
||
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, 575);
|
||
this.panel3.TabIndex = 2;
|
||
//
|
||
// groupBox5
|
||
//
|
||
this.groupBox5.Controls.Add(this.dataGridView1);
|
||
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupBox5.Location = new System.Drawing.Point(0, 116);
|
||
this.groupBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 8);
|
||
this.groupBox5.Name = "groupBox5";
|
||
this.groupBox5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.groupBox5.Size = new System.Drawing.Size(343, 161);
|
||
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(2, 16);
|
||
this.dataGridView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||
this.dataGridView1.Name = "dataGridView1";
|
||
this.dataGridView1.RowHeadersWidth = 51;
|
||
this.dataGridView1.RowTemplate.Height = 27;
|
||
this.dataGridView1.Size = new System.Drawing.Size(339, 143);
|
||
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;
|
||
//
|
||
// 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 = "误差范围";
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1112, 690);
|
||
this.Controls.Add(this.tableLayoutPanel1);
|
||
this.Name = "Form1";
|
||
this.Text = "Form1";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
|
||
this.tabControl1.ResumeLayout(false);
|
||
this.tabPage1.ResumeLayout(false);
|
||
this.tabPage2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxDisplayGray)).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);
|
||
this.groupBox6.ResumeLayout(false);
|
||
this.groupBox6.PerformLayout();
|
||
this.groupBox4.ResumeLayout(false);
|
||
this.groupBox4.PerformLayout();
|
||
((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();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownLineNum)).EndInit();
|
||
this.groupBox8.ResumeLayout(false);
|
||
this.groupBox8.PerformLayout();
|
||
this.AlgSetting.ResumeLayout(false);
|
||
this.tableLayoutPanel4.ResumeLayout(false);
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel3.ResumeLayout(false);
|
||
this.groupBox5.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
this.groupBox7.ResumeLayout(false);
|
||
this.groupBox7.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TabControl tabControl1;
|
||
private System.Windows.Forms.TabPage tabPage1;
|
||
private System.Windows.Forms.TabPage tabPage2;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
||
private System.Windows.Forms.Button btn_connect;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private AntdUI.Button btn_algSetting;
|
||
private AntdUI.Button btn_cameraSetting;
|
||
private AntdUI.Label lb_status;
|
||
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 cb_transmode;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.GroupBox groupBox4;
|
||
private System.Windows.Forms.ComboBox cbb_gain;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.NumericUpDown nup_jiguang;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.NumericUpDown nud_expo;
|
||
private System.Windows.Forms.Label label14;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.NumericUpDown nud_x;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.NumericUpDown nud_y;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.NumericUpDown nud_frameData;
|
||
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;
|
||
private System.Windows.Forms.GroupBox groupBox6;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label16;
|
||
private System.Windows.Forms.TextBox textBoxRemoteIp;
|
||
private System.Windows.Forms.TextBox textBoxLocalIp;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button buttonCapture;
|
||
private System.Windows.Forms.GroupBox groupBox8;
|
||
private System.Windows.Forms.CheckBox checkBoxGray;
|
||
private System.Windows.Forms.NumericUpDown numericUpDownLineNum;
|
||
private System.Windows.Forms.Label label17;
|
||
private System.Windows.Forms.Label labelTips;
|
||
private System.Windows.Forms.Button buttonStart;
|
||
private System.Windows.Forms.Button buttonStop;
|
||
private System.Windows.Forms.PictureBox pictureBoxDisplayGray;
|
||
private System.Windows.Forms.Label labelMsg;
|
||
private HalconDotNet.HWindowControl hWindowControlHeight;
|
||
private HalconDotNet.HWindowControl hWindowControlGray;
|
||
}
|
||
}
|
||
|