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.

832 lines
43 KiB
C#

namespace Rs.MotionPlat.SysConfig
{
partial class CommonConfig
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.textBox8 = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.textBox6 = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.textBox10 = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboxCheckSafeEnable = new System.Windows.Forms.CheckBox();
this.cboxRunSpace = new System.Windows.Forms.CheckBox();
this.panelEx1 = new Rs.Controls.PanelEx();
this.btnSaveSpeedParam = new System.Windows.Forms.Button();
this.cboxCurRecipe = new System.Windows.Forms.ComboBox();
this.cboxDownScanCameraName = new System.Windows.Forms.ComboBox();
this.cboxDownLocationCameraName = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cboxUpCameraName = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.tbarTakeTraySpeed = new System.Windows.Forms.TrackBar();
this.tbarFlyCameraSpeed = new System.Windows.Forms.TrackBar();
this.label7 = new System.Windows.Forms.Label();
this.tbarWholeSpeed = new System.Windows.Forms.TrackBar();
this.label6 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lblFlyCameraSpeed = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblWholeSpeed = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtControlCenterPort = new System.Windows.Forms.TextBox();
this.label27 = new System.Windows.Forms.Label();
this.txtControlCenterIP = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtFlyGrabExposureTime = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.txtFlyGrabGain = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbarTakeTraySpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbarFlyCameraSpeed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbarWholeSpeed)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.groupBox3, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1568, 877);
this.tableLayoutPanel1.TabIndex = 1;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txtFlyGrabGain);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.txtFlyGrabExposureTime);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.ForeColor = System.Drawing.Color.White;
this.groupBox3.Location = new System.Drawing.Point(3, 441);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(778, 433);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "参数设定";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.tableLayoutPanel2);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.ForeColor = System.Drawing.Color.White;
this.groupBox2.Location = new System.Drawing.Point(787, 441);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(778, 433);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "参数设定";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 4;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel2.Controls.Add(this.groupBox6, 2, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox5, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox4, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox7, 3, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 17);
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(772, 413);
this.tableLayoutPanel2.TabIndex = 0;
//
// groupBox6
//
this.groupBox6.Controls.Add(this.textBox9);
this.groupBox6.Controls.Add(this.label17);
this.groupBox6.Controls.Add(this.textBox8);
this.groupBox6.Controls.Add(this.label16);
this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox6.ForeColor = System.Drawing.Color.White;
this.groupBox6.Location = new System.Drawing.Point(389, 3);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(187, 407);
this.groupBox6.TabIndex = 2;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "周转吸头";
//
// textBox9
//
this.textBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox9.Font = new System.Drawing.Font("宋体", 9F);
this.textBox9.ForeColor = System.Drawing.Color.White;
this.textBox9.Location = new System.Drawing.Point(121, 61);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(50, 21);
this.textBox9.TabIndex = 48;
this.textBox9.Tag = "SysParam";
this.textBox9.Text = "1";
this.textBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(20, 65);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(95, 12);
this.label17.TabIndex = 47;
this.label17.Text = "吸嘴放料破延时:";
//
// textBox8
//
this.textBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.textBox8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox8.Font = new System.Drawing.Font("宋体", 9F);
this.textBox8.ForeColor = System.Drawing.Color.White;
this.textBox8.Location = new System.Drawing.Point(121, 29);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(50, 21);
this.textBox8.TabIndex = 48;
this.textBox8.Tag = "SysParam";
this.textBox8.Text = "1";
this.textBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(20, 33);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(95, 12);
this.label16.TabIndex = 47;
this.label16.Text = "吸嘴取料吸延时:";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.textBox7);
this.groupBox5.Controls.Add(this.label15);
this.groupBox5.Controls.Add(this.textBox6);
this.groupBox5.Controls.Add(this.label11);
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.ForeColor = System.Drawing.Color.White;
this.groupBox5.Location = new System.Drawing.Point(196, 3);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(187, 407);
this.groupBox5.TabIndex = 1;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "周转盘";
//
// textBox7
//
this.textBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox7.Font = new System.Drawing.Font("宋体", 9F);
this.textBox7.ForeColor = System.Drawing.Color.White;
this.textBox7.Location = new System.Drawing.Point(118, 56);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(50, 21);
this.textBox7.TabIndex = 48;
this.textBox7.Tag = "SysParam";
this.textBox7.Text = "1";
this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(17, 60);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(107, 12);
this.label15.TabIndex = 47;
this.label15.Text = "周转盘真空破延时:";
//
// textBox6
//
this.textBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox6.Font = new System.Drawing.Font("宋体", 9F);
this.textBox6.ForeColor = System.Drawing.Color.White;
this.textBox6.Location = new System.Drawing.Point(118, 24);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(50, 21);
this.textBox6.TabIndex = 48;
this.textBox6.Tag = "SysParam";
this.textBox6.Text = "1";
this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(17, 28);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(107, 12);
this.label11.TabIndex = 47;
this.label11.Text = "周转盘真空吸延时:";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.textBox5);
this.groupBox4.Controls.Add(this.textBox4);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.ForeColor = System.Drawing.Color.White;
this.groupBox4.Location = new System.Drawing.Point(3, 3);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(187, 407);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "排料吸头";
//
// textBox5
//
this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox5.Font = new System.Drawing.Font("宋体", 9F);
this.textBox5.ForeColor = System.Drawing.Color.White;
this.textBox5.Location = new System.Drawing.Point(108, 51);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(50, 21);
this.textBox5.TabIndex = 48;
this.textBox5.Tag = "SysParam";
this.textBox5.Text = "1";
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox4
//
this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox4.Font = new System.Drawing.Font("宋体", 9F);
this.textBox4.ForeColor = System.Drawing.Color.White;
this.textBox4.Location = new System.Drawing.Point(108, 19);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(50, 21);
this.textBox4.TabIndex = 48;
this.textBox4.Tag = "SysParam";
this.textBox4.Text = "1";
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(7, 55);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(95, 12);
this.label10.TabIndex = 47;
this.label10.Text = "吸嘴放料破延时:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(7, 23);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(95, 12);
this.label9.TabIndex = 47;
this.label9.Text = "吸嘴取料吸延时:";
//
// groupBox7
//
this.groupBox7.Controls.Add(this.textBox11);
this.groupBox7.Controls.Add(this.label19);
this.groupBox7.Controls.Add(this.label18);
this.groupBox7.Controls.Add(this.textBox10);
this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox7.ForeColor = System.Drawing.Color.White;
this.groupBox7.Location = new System.Drawing.Point(582, 3);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(187, 407);
this.groupBox7.TabIndex = 2;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "测试位";
//
// textBox11
//
this.textBox11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.textBox11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox11.Font = new System.Drawing.Font("宋体", 9F);
this.textBox11.ForeColor = System.Drawing.Color.White;
this.textBox11.Location = new System.Drawing.Point(131, 61);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(50, 21);
this.textBox11.TabIndex = 48;
this.textBox11.Tag = "SysParam";
this.textBox11.Text = "1";
this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(6, 65);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(119, 12);
this.label19.TabIndex = 47;
this.label19.Text = "测试穴位真空破延时:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(6, 33);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(119, 12);
this.label18.TabIndex = 47;
this.label18.Text = "测试穴位真空吸延时:";
//
// textBox10
//
this.textBox10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.textBox10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox10.Font = new System.Drawing.Font("宋体", 9F);
this.textBox10.ForeColor = System.Drawing.Color.White;
this.textBox10.Location = new System.Drawing.Point(131, 29);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(50, 21);
this.textBox10.TabIndex = 48;
this.textBox10.Tag = "SysParam";
this.textBox10.Text = "1";
this.textBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboxCheckSafeEnable);
this.groupBox1.Controls.Add(this.cboxRunSpace);
this.groupBox1.Controls.Add(this.panelEx1);
this.groupBox1.Controls.Add(this.cboxCurRecipe);
this.groupBox1.Controls.Add(this.cboxDownScanCameraName);
this.groupBox1.Controls.Add(this.cboxDownLocationCameraName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.cboxUpCameraName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.tbarTakeTraySpeed);
this.groupBox1.Controls.Add(this.tbarFlyCameraSpeed);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.tbarWholeSpeed);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.lblFlyCameraSpeed);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.lblWholeSpeed);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtControlCenterPort);
this.groupBox1.Controls.Add(this.label27);
this.groupBox1.Controls.Add(this.txtControlCenterIP);
this.groupBox1.Controls.Add(this.label26);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(778, 432);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "参数设定";
//
// cboxCheckSafeEnable
//
this.cboxCheckSafeEnable.AutoSize = true;
this.cboxCheckSafeEnable.Location = new System.Drawing.Point(179, 341);
this.cboxCheckSafeEnable.Name = "cboxCheckSafeEnable";
this.cboxCheckSafeEnable.Size = new System.Drawing.Size(72, 16);
this.cboxCheckSafeEnable.TabIndex = 8;
this.cboxCheckSafeEnable.Text = "安全检查";
this.cboxCheckSafeEnable.UseVisualStyleBackColor = true;
//
// cboxRunSpace
//
this.cboxRunSpace.AutoSize = true;
this.cboxRunSpace.Location = new System.Drawing.Point(112, 340);
this.cboxRunSpace.Name = "cboxRunSpace";
this.cboxRunSpace.Size = new System.Drawing.Size(48, 16);
this.cboxRunSpace.TabIndex = 8;
this.cboxRunSpace.Text = "空跑";
this.cboxRunSpace.UseVisualStyleBackColor = true;
//
// panelEx1
//
this.panelEx1.Controls.Add(this.btnSaveSpeedParam);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx1.Location = new System.Drawing.Point(3, 363);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(772, 66);
this.panelEx1.TabIndex = 2;
//
// btnSaveSpeedParam
//
this.btnSaveSpeedParam.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSaveSpeedParam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.btnSaveSpeedParam.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.btnSaveSpeedParam.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSaveSpeedParam.ForeColor = System.Drawing.Color.White;
this.btnSaveSpeedParam.Location = new System.Drawing.Point(572, 6);
this.btnSaveSpeedParam.Name = "btnSaveSpeedParam";
this.btnSaveSpeedParam.Size = new System.Drawing.Size(197, 54);
this.btnSaveSpeedParam.TabIndex = 7;
this.btnSaveSpeedParam.Text = "保存";
this.btnSaveSpeedParam.UseVisualStyleBackColor = false;
this.btnSaveSpeedParam.Click += new System.EventHandler(this.btnSaveSpeedParam_Click);
//
// cboxCurRecipe
//
this.cboxCurRecipe.FormattingEnabled = true;
this.cboxCurRecipe.Items.AddRange(new object[] {
"Default"});
this.cboxCurRecipe.Location = new System.Drawing.Point(112, 297);
this.cboxCurRecipe.Name = "cboxCurRecipe";
this.cboxCurRecipe.Size = new System.Drawing.Size(348, 20);
this.cboxCurRecipe.TabIndex = 1;
//
// cboxDownScanCameraName
//
this.cboxDownScanCameraName.FormattingEnabled = true;
this.cboxDownScanCameraName.Location = new System.Drawing.Point(112, 260);
this.cboxDownScanCameraName.Name = "cboxDownScanCameraName";
this.cboxDownScanCameraName.Size = new System.Drawing.Size(348, 20);
this.cboxDownScanCameraName.TabIndex = 1;
//
// cboxDownLocationCameraName
//
this.cboxDownLocationCameraName.FormattingEnabled = true;
this.cboxDownLocationCameraName.Location = new System.Drawing.Point(112, 221);
this.cboxDownLocationCameraName.Name = "cboxDownLocationCameraName";
this.cboxDownLocationCameraName.Size = new System.Drawing.Size(348, 20);
this.cboxDownLocationCameraName.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(39, 300);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 0;
this.label4.Text = "配方:";
//
// cboxUpCameraName
//
this.cboxUpCameraName.FormattingEnabled = true;
this.cboxUpCameraName.Location = new System.Drawing.Point(112, 184);
this.cboxUpCameraName.Name = "cboxUpCameraName";
this.cboxUpCameraName.Size = new System.Drawing.Size(348, 20);
this.cboxUpCameraName.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(39, 263);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 0;
this.label2.Text = "扫码相机:";
//
// tbarTakeTraySpeed
//
this.tbarTakeTraySpeed.AutoSize = false;
this.tbarTakeTraySpeed.LargeChange = 1;
this.tbarTakeTraySpeed.Location = new System.Drawing.Point(105, 95);
this.tbarTakeTraySpeed.Maximum = 100;
this.tbarTakeTraySpeed.Minimum = 1;
this.tbarTakeTraySpeed.Name = "tbarTakeTraySpeed";
this.tbarTakeTraySpeed.Size = new System.Drawing.Size(379, 24);
this.tbarTakeTraySpeed.TabIndex = 1;
this.tbarTakeTraySpeed.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbarTakeTraySpeed.Value = 1;
this.tbarTakeTraySpeed.ValueChanged += new System.EventHandler(this.tbarFlyCameraSpeed_ValueChanged);
//
// tbarFlyCameraSpeed
//
this.tbarFlyCameraSpeed.AutoSize = false;
this.tbarFlyCameraSpeed.LargeChange = 1;
this.tbarFlyCameraSpeed.Location = new System.Drawing.Point(105, 65);
this.tbarFlyCameraSpeed.Maximum = 100;
this.tbarFlyCameraSpeed.Minimum = 1;
this.tbarFlyCameraSpeed.Name = "tbarFlyCameraSpeed";
this.tbarFlyCameraSpeed.Size = new System.Drawing.Size(379, 24);
this.tbarFlyCameraSpeed.TabIndex = 1;
this.tbarFlyCameraSpeed.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbarFlyCameraSpeed.Value = 1;
this.tbarFlyCameraSpeed.ValueChanged += new System.EventHandler(this.tbarFlyCameraSpeed_ValueChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(27, 224);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(71, 12);
this.label7.TabIndex = 0;
this.label7.Text = "下定位相机:";
//
// tbarWholeSpeed
//
this.tbarWholeSpeed.AutoSize = false;
this.tbarWholeSpeed.LargeChange = 1;
this.tbarWholeSpeed.Location = new System.Drawing.Point(105, 28);
this.tbarWholeSpeed.Maximum = 100;
this.tbarWholeSpeed.Minimum = 1;
this.tbarWholeSpeed.Name = "tbarWholeSpeed";
this.tbarWholeSpeed.Size = new System.Drawing.Size(379, 24);
this.tbarWholeSpeed.TabIndex = 1;
this.tbarWholeSpeed.TickStyle = System.Windows.Forms.TickStyle.None;
this.tbarWholeSpeed.Value = 1;
this.tbarWholeSpeed.ValueChanged += new System.EventHandler(this.tbarWholeSpeed_ValueChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(490, 99);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(17, 12);
this.label6.TabIndex = 0;
this.label6.Text = "5%";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(51, 187);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(47, 12);
this.label8.TabIndex = 0;
this.label8.Text = "上相机:";
//
// lblFlyCameraSpeed
//
this.lblFlyCameraSpeed.AutoSize = true;
this.lblFlyCameraSpeed.Location = new System.Drawing.Point(490, 69);
this.lblFlyCameraSpeed.Name = "lblFlyCameraSpeed";
this.lblFlyCameraSpeed.Size = new System.Drawing.Size(17, 12);
this.lblFlyCameraSpeed.TabIndex = 0;
this.lblFlyCameraSpeed.Text = "5%";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 99);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(83, 12);
this.label5.TabIndex = 0;
this.label5.Text = "搬运料盘速度:";
//
// lblWholeSpeed
//
this.lblWholeSpeed.AutoSize = true;
this.lblWholeSpeed.Location = new System.Drawing.Point(490, 32);
this.lblWholeSpeed.Name = "lblWholeSpeed";
this.lblWholeSpeed.Size = new System.Drawing.Size(17, 12);
this.lblWholeSpeed.TabIndex = 0;
this.lblWholeSpeed.Text = "5%";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(39, 69);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 0;
this.label3.Text = "飞拍速度:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "整体速度:";
//
// txtControlCenterPort
//
this.txtControlCenterPort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtControlCenterPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtControlCenterPort.Font = new System.Drawing.Font("宋体", 9F);
this.txtControlCenterPort.ForeColor = System.Drawing.Color.White;
this.txtControlCenterPort.Location = new System.Drawing.Point(378, 146);
this.txtControlCenterPort.Name = "txtControlCenterPort";
this.txtControlCenterPort.Size = new System.Drawing.Size(93, 21);
this.txtControlCenterPort.TabIndex = 42;
this.txtControlCenterPort.Text = "2048";
this.txtControlCenterPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(309, 148);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(59, 12);
this.label27.TabIndex = 0;
this.label27.Text = "中控端口:";
//
// txtControlCenterIP
//
this.txtControlCenterIP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtControlCenterIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtControlCenterIP.Font = new System.Drawing.Font("宋体", 9F);
this.txtControlCenterIP.ForeColor = System.Drawing.Color.White;
this.txtControlCenterIP.Location = new System.Drawing.Point(112, 144);
this.txtControlCenterIP.Name = "txtControlCenterIP";
this.txtControlCenterIP.Size = new System.Drawing.Size(178, 21);
this.txtControlCenterIP.TabIndex = 42;
this.txtControlCenterIP.Text = "127.0.0.1";
this.txtControlCenterIP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(51, 146);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(47, 12);
this.label26.TabIndex = 0;
this.label26.Text = "中控IP:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(23, 36);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(95, 12);
this.label12.TabIndex = 0;
this.label12.Text = "下相机飞拍曝光:";
//
// txtFlyGrabExposureTime
//
this.txtFlyGrabExposureTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtFlyGrabExposureTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtFlyGrabExposureTime.Font = new System.Drawing.Font("宋体", 9F);
this.txtFlyGrabExposureTime.ForeColor = System.Drawing.Color.White;
this.txtFlyGrabExposureTime.Location = new System.Drawing.Point(124, 34);
this.txtFlyGrabExposureTime.Name = "txtFlyGrabExposureTime";
this.txtFlyGrabExposureTime.Size = new System.Drawing.Size(83, 21);
this.txtFlyGrabExposureTime.TabIndex = 42;
this.txtFlyGrabExposureTime.Text = "60";
this.txtFlyGrabExposureTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtFlyGrabExposureTime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(224, 38);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(95, 12);
this.label13.TabIndex = 0;
this.label13.Text = "下相机飞拍增益:";
//
// txtFlyGrabGain
//
this.txtFlyGrabGain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
this.txtFlyGrabGain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtFlyGrabGain.Font = new System.Drawing.Font("宋体", 9F);
this.txtFlyGrabGain.ForeColor = System.Drawing.Color.White;
this.txtFlyGrabGain.Location = new System.Drawing.Point(325, 36);
this.txtFlyGrabGain.Name = "txtFlyGrabGain";
this.txtFlyGrabGain.Size = new System.Drawing.Size(83, 21);
this.txtFlyGrabGain.TabIndex = 42;
this.txtFlyGrabGain.Text = "60";
this.txtFlyGrabGain.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtFlyGrabGain.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp);
//
// CommonConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1568, 877);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "CommonConfig";
this.Text = "CommonConfig";
this.Load += new System.EventHandler(this.CommonConfig_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panelEx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tbarTakeTraySpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbarFlyCameraSpeed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbarWholeSpeed)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TrackBar tbarFlyCameraSpeed;
private System.Windows.Forms.TrackBar tbarWholeSpeed;
private System.Windows.Forms.Label lblFlyCameraSpeed;
private System.Windows.Forms.Label lblWholeSpeed;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboxDownLocationCameraName;
private System.Windows.Forms.ComboBox cboxUpCameraName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox cboxRunSpace;
private System.Windows.Forms.TextBox txtControlCenterPort;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.TextBox txtControlCenterIP;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.ComboBox cboxDownScanCameraName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cboxCurRecipe;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TrackBar tbarTakeTraySpeed;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox cboxCheckSafeEnable;
private System.Windows.Forms.GroupBox groupBox2;
private Controls.PanelEx panelEx1;
private System.Windows.Forms.Button btnSaveSpeedParam;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox txtFlyGrabGain;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtFlyGrabExposureTime;
private System.Windows.Forms.Label label12;
}
}