You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
289 lines
14 KiB
C#
289 lines
14 KiB
C#
namespace Rs.MotionPlat.SysConfig
|
|
{
|
|
partial class LookCamera
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.btnDownCameraGrab = new System.Windows.Forms.Button();
|
|
this.btnUpCameraGrab = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.himgNozzle8 = new ChoiceTech.Halcon.Control.HWindow_Final();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.txtDownCameraGain = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtUpCameraGain = new System.Windows.Forms.TextBox();
|
|
this.txtDownCameraExposureTime = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtUpCameraExposureTime = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.checkBox1);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Controls.Add(this.btnDownCameraGrab);
|
|
this.panel1.Controls.Add(this.btnUpCameraGrab);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 40);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(633, 56);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.ForeColor = System.Drawing.Color.White;
|
|
this.checkBox1.Location = new System.Drawing.Point(549, 22);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(72, 16);
|
|
this.checkBox1.TabIndex = 48;
|
|
this.checkBox1.Text = "连续取图";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(1007, 21);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
this.button2.TabIndex = 47;
|
|
this.button2.Text = "button1";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(897, 21);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 47;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// btnDownCameraGrab
|
|
//
|
|
this.btnDownCameraGrab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnDownCameraGrab.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnDownCameraGrab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnDownCameraGrab.ForeColor = System.Drawing.Color.White;
|
|
this.btnDownCameraGrab.Location = new System.Drawing.Point(159, 14);
|
|
this.btnDownCameraGrab.Name = "btnDownCameraGrab";
|
|
this.btnDownCameraGrab.Size = new System.Drawing.Size(96, 30);
|
|
this.btnDownCameraGrab.TabIndex = 46;
|
|
this.btnDownCameraGrab.Tag = "TurnoverY";
|
|
this.btnDownCameraGrab.Text = "下相机拍照";
|
|
this.btnDownCameraGrab.UseVisualStyleBackColor = false;
|
|
this.btnDownCameraGrab.Click += new System.EventHandler(this.btnDownCameraGrab_Click);
|
|
//
|
|
// btnUpCameraGrab
|
|
//
|
|
this.btnUpCameraGrab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
this.btnUpCameraGrab.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
this.btnUpCameraGrab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnUpCameraGrab.ForeColor = System.Drawing.Color.White;
|
|
this.btnUpCameraGrab.Location = new System.Drawing.Point(12, 14);
|
|
this.btnUpCameraGrab.Name = "btnUpCameraGrab";
|
|
this.btnUpCameraGrab.Size = new System.Drawing.Size(96, 30);
|
|
this.btnUpCameraGrab.TabIndex = 46;
|
|
this.btnUpCameraGrab.Tag = "TurnoverY";
|
|
this.btnUpCameraGrab.Text = "上相机拍照";
|
|
this.btnUpCameraGrab.UseVisualStyleBackColor = false;
|
|
this.btnUpCameraGrab.Click += new System.EventHandler(this.btnUpCameraGrab_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.himgNozzle8);
|
|
this.panel2.Controls.Add(this.panel3);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 96);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(633, 748);
|
|
this.panel2.TabIndex = 4;
|
|
//
|
|
// himgNozzle8
|
|
//
|
|
this.himgNozzle8.BackColor = System.Drawing.Color.Transparent;
|
|
this.himgNozzle8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.himgNozzle8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.himgNozzle8.DrawModel = false;
|
|
this.himgNozzle8.ForeColor = System.Drawing.Color.White;
|
|
this.himgNozzle8.Image = null;
|
|
this.himgNozzle8.Location = new System.Drawing.Point(0, 0);
|
|
this.himgNozzle8.Margin = new System.Windows.Forms.Padding(4);
|
|
this.himgNozzle8.Name = "himgNozzle8";
|
|
this.himgNozzle8.Size = new System.Drawing.Size(633, 701);
|
|
this.himgNozzle8.TabIndex = 15;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.txtDownCameraGain);
|
|
this.panel3.Controls.Add(this.label3);
|
|
this.panel3.Controls.Add(this.txtUpCameraGain);
|
|
this.panel3.Controls.Add(this.txtDownCameraExposureTime);
|
|
this.panel3.Controls.Add(this.label1);
|
|
this.panel3.Controls.Add(this.label2);
|
|
this.panel3.Controls.Add(this.txtUpCameraExposureTime);
|
|
this.panel3.Controls.Add(this.label4);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel3.Location = new System.Drawing.Point(0, 701);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(633, 47);
|
|
this.panel3.TabIndex = 14;
|
|
//
|
|
// txtDownCameraGain
|
|
//
|
|
this.txtDownCameraGain.Location = new System.Drawing.Point(556, 16);
|
|
this.txtDownCameraGain.Name = "txtDownCameraGain";
|
|
this.txtDownCameraGain.Size = new System.Drawing.Size(65, 21);
|
|
this.txtDownCameraGain.TabIndex = 3;
|
|
this.txtDownCameraGain.Text = "8";
|
|
this.txtDownCameraGain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtDownCameraGain_KeyUp);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.Color.White;
|
|
this.label3.Location = new System.Drawing.Point(482, 20);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(71, 12);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "下相机增益:";
|
|
//
|
|
// txtUpCameraGain
|
|
//
|
|
this.txtUpCameraGain.Location = new System.Drawing.Point(237, 13);
|
|
this.txtUpCameraGain.Name = "txtUpCameraGain";
|
|
this.txtUpCameraGain.Size = new System.Drawing.Size(65, 21);
|
|
this.txtUpCameraGain.TabIndex = 3;
|
|
this.txtUpCameraGain.Text = "3";
|
|
this.txtUpCameraGain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtUpCameraGain_KeyUp);
|
|
//
|
|
// txtDownCameraExposureTime
|
|
//
|
|
this.txtDownCameraExposureTime.Location = new System.Drawing.Point(405, 15);
|
|
this.txtDownCameraExposureTime.Name = "txtDownCameraExposureTime";
|
|
this.txtDownCameraExposureTime.Size = new System.Drawing.Size(65, 21);
|
|
this.txtDownCameraExposureTime.TabIndex = 3;
|
|
this.txtDownCameraExposureTime.Text = "50";
|
|
this.txtDownCameraExposureTime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtDownCameraExposureTime_KeyUp);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(163, 17);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(71, 12);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "上相机增益:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
|
this.label2.Location = new System.Drawing.Point(331, 19);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(71, 12);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "下相机曝光:";
|
|
//
|
|
// txtUpCameraExposureTime
|
|
//
|
|
this.txtUpCameraExposureTime.Location = new System.Drawing.Point(86, 12);
|
|
this.txtUpCameraExposureTime.Name = "txtUpCameraExposureTime";
|
|
this.txtUpCameraExposureTime.Size = new System.Drawing.Size(65, 21);
|
|
this.txtUpCameraExposureTime.TabIndex = 3;
|
|
this.txtUpCameraExposureTime.Text = "50";
|
|
this.txtUpCameraExposureTime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtUpCameraExposureTime_KeyUp);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(12, 16);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(71, 12);
|
|
this.label4.TabIndex = 2;
|
|
this.label4.Text = "上相机曝光:";
|
|
//
|
|
// LookCamera
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(633, 844);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.HeadText = "相机";
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "LookCamera";
|
|
this.ShowMax = false;
|
|
this.ShowMin = false;
|
|
this.Text = "LookCamera";
|
|
this.Load += new System.EventHandler(this.LookCamera_Load);
|
|
this.Controls.SetChildIndex(this.panel1, 0);
|
|
this.Controls.SetChildIndex(this.panel2, 0);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnDownCameraGrab;
|
|
private System.Windows.Forms.Button btnUpCameraGrab;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private ChoiceTech.Halcon.Control.HWindow_Final himgNozzle8;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.TextBox txtDownCameraGain;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtUpCameraGain;
|
|
private System.Windows.Forms.TextBox txtDownCameraExposureTime;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtUpCameraExposureTime;
|
|
private System.Windows.Forms.Label label4;
|
|
}
|
|
} |