namespace LB_VisionProcesses.Cameras
{
partial class CameraForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
cmbBrand = new ComboBox();
cmbSN = new ComboBox();
label1 = new Label();
label2 = new Label();
btnStartGrab = new Button();
btnCloseGrab = new Button();
btnGrabOnce = new Button();
btnOpen = new Button();
btnClose = new Button();
label5 = new Label();
lblPicCount = new Label();
txtGain = new TextBox();
txtExp = new TextBox();
label4 = new Label();
label3 = new Label();
groupBox1 = new GroupBox();
panel1 = new Panel();
radioButtonSoft = new RadioButton();
radioButtonHard = new RadioButton();
splitContainer1 = new SplitContainer();
groupBox2 = new GroupBox();
tableLayoutPanel2 = new TableLayoutPanel();
tableLayoutPanel3 = new TableLayoutPanel();
tableLayoutPanel4 = new TableLayoutPanel();
tableLayoutPanel5 = new TableLayoutPanel();
btnEdit = new Button();
tableLayoutPanel6 = new TableLayoutPanel();
btnSaveImage = new Button();
tableLayoutPanel7 = new TableLayoutPanel();
tableLayoutPanel8 = new TableLayoutPanel();
tableLayoutPanel1 = new TableLayoutPanel();
btnStartHard = new Button();
ckbUpParams = new CheckBox();
ckbRegrab = new CheckBox();
tableLayoutPanel12 = new TableLayoutPanel();
lblCapTime = new Label();
label7 = new Label();
tableLayoutPanel11 = new TableLayoutPanel();
cmbImagesPath = new ComboBox();
tableLayoutPanel9 = new TableLayoutPanel();
ckbLocalTest = new CheckBox();
btnAddImages = new Button();
btnLocalGrab = new Button();
tableLayoutPanel10 = new TableLayoutPanel();
label6 = new Label();
txtTimeout = new TextBox();
groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
groupBox2.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
tableLayoutPanel5.SuspendLayout();
tableLayoutPanel6.SuspendLayout();
tableLayoutPanel7.SuspendLayout();
tableLayoutPanel8.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel12.SuspendLayout();
tableLayoutPanel11.SuspendLayout();
tableLayoutPanel9.SuspendLayout();
tableLayoutPanel10.SuspendLayout();
SuspendLayout();
//
// cmbBrand
//
cmbBrand.Dock = DockStyle.Fill;
cmbBrand.FormattingEnabled = true;
cmbBrand.Location = new Point(53, 3);
cmbBrand.Name = "cmbBrand";
cmbBrand.Size = new Size(310, 25);
cmbBrand.TabIndex = 0;
//
// cmbSN
//
cmbSN.Dock = DockStyle.Fill;
cmbSN.FormattingEnabled = true;
cmbSN.Location = new Point(53, 3);
cmbSN.Name = "cmbSN";
cmbSN.Size = new Size(310, 25);
cmbSN.TabIndex = 1;
cmbSN.SelectedIndexChanged += cmbSN_SelectedIndexChanged;
cmbSN.MouseDown += cmbSN_MouseDown;
//
// label1
//
label1.AutoSize = true;
label1.Dock = DockStyle.Fill;
label1.Location = new Point(3, 0);
label1.Name = "label1";
label1.Size = new Size(44, 30);
label1.TabIndex = 2;
label1.Text = "品牌";
label1.TextAlign = ContentAlignment.MiddleCenter;
//
// label2
//
label2.AutoSize = true;
label2.Dock = DockStyle.Fill;
label2.Location = new Point(3, 0);
label2.Name = "label2";
label2.Size = new Size(44, 30);
label2.TabIndex = 3;
label2.Text = "SN";
label2.TextAlign = ContentAlignment.MiddleCenter;
//
// btnStartGrab
//
btnStartGrab.Dock = DockStyle.Fill;
btnStartGrab.ForeColor = SystemColors.WindowText;
btnStartGrab.Location = new Point(94, 3);
btnStartGrab.Name = "btnStartGrab";
btnStartGrab.Size = new Size(85, 24);
btnStartGrab.TabIndex = 5;
btnStartGrab.Text = "连续采集";
btnStartGrab.UseVisualStyleBackColor = true;
btnStartGrab.Click += btnStartGrab_Click;
//
// btnCloseGrab
//
btnCloseGrab.Dock = DockStyle.Fill;
btnCloseGrab.ForeColor = SystemColors.WindowText;
btnCloseGrab.Location = new Point(185, 3);
btnCloseGrab.Name = "btnCloseGrab";
btnCloseGrab.Size = new Size(85, 24);
btnCloseGrab.TabIndex = 6;
btnCloseGrab.Text = "关闭采集";
btnCloseGrab.UseVisualStyleBackColor = true;
btnCloseGrab.Click += btnCloseGrab_Click;
//
// btnGrabOnce
//
btnGrabOnce.Dock = DockStyle.Fill;
btnGrabOnce.ForeColor = SystemColors.WindowText;
btnGrabOnce.Location = new Point(3, 3);
btnGrabOnce.Name = "btnGrabOnce";
btnGrabOnce.Size = new Size(85, 24);
btnGrabOnce.TabIndex = 7;
btnGrabOnce.Text = "单张采集";
btnGrabOnce.UseVisualStyleBackColor = true;
btnGrabOnce.Click += btnGrabOnce_Click;
//
// btnOpen
//
btnOpen.Dock = DockStyle.Fill;
btnOpen.ForeColor = SystemColors.WindowText;
btnOpen.Location = new Point(3, 3);
btnOpen.Name = "btnOpen";
btnOpen.Size = new Size(85, 24);
btnOpen.TabIndex = 8;
btnOpen.Text = "打开";
btnOpen.UseVisualStyleBackColor = true;
btnOpen.Click += btnOpen_Click;
//
// btnClose
//
btnClose.Dock = DockStyle.Fill;
btnClose.ForeColor = SystemColors.WindowText;
btnClose.Location = new Point(94, 3);
btnClose.Name = "btnClose";
btnClose.Size = new Size(85, 24);
btnClose.TabIndex = 9;
btnClose.Text = "关闭";
btnClose.UseVisualStyleBackColor = true;
btnClose.Click += btnClose_Click;
//
// label5
//
label5.AutoSize = true;
label5.Dock = DockStyle.Fill;
label5.Location = new Point(3, 0);
label5.Name = "label5";
label5.Size = new Size(114, 30);
label5.TabIndex = 15;
label5.Text = "取图数量:";
label5.TextAlign = ContentAlignment.MiddleCenter;
//
// lblPicCount
//
lblPicCount.AutoSize = true;
lblPicCount.Dock = DockStyle.Fill;
lblPicCount.Location = new Point(123, 0);
lblPicCount.Name = "lblPicCount";
lblPicCount.Size = new Size(240, 30);
lblPicCount.TabIndex = 16;
lblPicCount.Text = "0";
lblPicCount.TextAlign = ContentAlignment.MiddleLeft;
//
// txtGain
//
txtGain.Dock = DockStyle.Fill;
txtGain.Location = new Point(53, 3);
txtGain.Name = "txtGain";
txtGain.Size = new Size(310, 23);
txtGain.TabIndex = 21;
txtGain.TextChanged += txtGain_TextChanged;
//
// txtExp
//
txtExp.Dock = DockStyle.Fill;
txtExp.Location = new Point(53, 3);
txtExp.Name = "txtExp";
txtExp.Size = new Size(310, 23);
txtExp.TabIndex = 20;
txtExp.TextChanged += txtExp_TextChanged;
//
// label4
//
label4.AutoSize = true;
label4.Dock = DockStyle.Fill;
label4.Location = new Point(3, 0);
label4.Name = "label4";
label4.Size = new Size(44, 30);
label4.TabIndex = 19;
label4.Text = "增益";
label4.TextAlign = ContentAlignment.MiddleCenter;
//
// label3
//
label3.AutoSize = true;
label3.Dock = DockStyle.Fill;
label3.Location = new Point(3, 0);
label3.Name = "label3";
label3.Size = new Size(44, 30);
label3.TabIndex = 18;
label3.Text = "曝光";
label3.TextAlign = ContentAlignment.MiddleCenter;
//
// groupBox1
//
groupBox1.BackColor = Color.FromArgb(32, 41, 50);
groupBox1.Controls.Add(panel1);
groupBox1.Dock = DockStyle.Fill;
groupBox1.ForeColor = Color.White;
groupBox1.Location = new Point(0, 0);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(503, 538);
groupBox1.TabIndex = 17;
groupBox1.TabStop = false;
groupBox1.Text = "实时采集";
//
// panel1
//
panel1.Dock = DockStyle.Fill;
panel1.Location = new Point(3, 19);
panel1.Name = "panel1";
panel1.Size = new Size(497, 516);
panel1.TabIndex = 0;
//
// radioButtonSoft
//
radioButtonSoft.AutoSize = true;
radioButtonSoft.Dock = DockStyle.Fill;
radioButtonSoft.Location = new Point(3, 111);
radioButtonSoft.Name = "radioButtonSoft";
radioButtonSoft.Size = new Size(366, 30);
radioButtonSoft.TabIndex = 23;
radioButtonSoft.TabStop = true;
radioButtonSoft.Text = "软触发";
radioButtonSoft.UseVisualStyleBackColor = true;
radioButtonSoft.CheckedChanged += radioButtonSoft_CheckedChanged;
//
// radioButtonHard
//
radioButtonHard.AutoSize = true;
radioButtonHard.Dock = DockStyle.Fill;
radioButtonHard.Location = new Point(3, 183);
radioButtonHard.Name = "radioButtonHard";
radioButtonHard.Size = new Size(366, 30);
radioButtonHard.TabIndex = 24;
radioButtonHard.TabStop = true;
radioButtonHard.Text = "硬触发";
radioButtonHard.UseVisualStyleBackColor = true;
radioButtonHard.CheckedChanged += radioButtonSoft_CheckedChanged;
//
// splitContainer1
//
splitContainer1.Dock = DockStyle.Fill;
splitContainer1.Location = new Point(0, 0);
splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(groupBox2);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(groupBox1);
splitContainer1.Size = new Size(885, 538);
splitContainer1.SplitterDistance = 378;
splitContainer1.TabIndex = 19;
//
// groupBox2
//
groupBox2.BackColor = Color.FromArgb(32, 41, 50);
groupBox2.Controls.Add(tableLayoutPanel2);
groupBox2.Dock = DockStyle.Fill;
groupBox2.ForeColor = Color.White;
groupBox2.Location = new Point(0, 0);
groupBox2.Name = "groupBox2";
groupBox2.Size = new Size(378, 538);
groupBox2.TabIndex = 0;
groupBox2.TabStop = false;
groupBox2.Text = "相机参数";
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 1;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 0, 0);
tableLayoutPanel2.Controls.Add(radioButtonHard, 0, 5);
tableLayoutPanel2.Controls.Add(tableLayoutPanel4, 0, 1);
tableLayoutPanel2.Controls.Add(radioButtonSoft, 0, 3);
tableLayoutPanel2.Controls.Add(tableLayoutPanel5, 0, 2);
tableLayoutPanel2.Controls.Add(tableLayoutPanel6, 0, 4);
tableLayoutPanel2.Controls.Add(tableLayoutPanel7, 0, 7);
tableLayoutPanel2.Controls.Add(tableLayoutPanel8, 0, 8);
tableLayoutPanel2.Controls.Add(tableLayoutPanel1, 0, 6);
tableLayoutPanel2.Controls.Add(tableLayoutPanel12, 0, 13);
tableLayoutPanel2.Controls.Add(tableLayoutPanel11, 0, 12);
tableLayoutPanel2.Controls.Add(cmbImagesPath, 0, 11);
tableLayoutPanel2.Controls.Add(tableLayoutPanel9, 0, 10);
tableLayoutPanel2.Controls.Add(tableLayoutPanel10, 0, 9);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(3, 19);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 14;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.14301062F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.14301062F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.143011F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 7.14086771F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tableLayoutPanel2.Size = new Size(372, 516);
tableLayoutPanel2.TabIndex = 25;
//
// tableLayoutPanel3
//
tableLayoutPanel3.ColumnCount = 2;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Controls.Add(label1, 0, 0);
tableLayoutPanel3.Controls.Add(cmbBrand, 1, 0);
tableLayoutPanel3.Dock = DockStyle.Fill;
tableLayoutPanel3.Location = new Point(3, 3);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 1;
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Size = new Size(366, 30);
tableLayoutPanel3.TabIndex = 0;
//
// tableLayoutPanel4
//
tableLayoutPanel4.ColumnCount = 2;
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Controls.Add(label2, 0, 0);
tableLayoutPanel4.Controls.Add(cmbSN, 1, 0);
tableLayoutPanel4.Dock = DockStyle.Fill;
tableLayoutPanel4.Location = new Point(3, 39);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 1;
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Size = new Size(366, 30);
tableLayoutPanel4.TabIndex = 1;
//
// tableLayoutPanel5
//
tableLayoutPanel5.ColumnCount = 4;
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25F));
tableLayoutPanel5.Controls.Add(btnOpen, 0, 0);
tableLayoutPanel5.Controls.Add(btnClose, 1, 0);
tableLayoutPanel5.Controls.Add(btnEdit, 3, 0);
tableLayoutPanel5.Dock = DockStyle.Fill;
tableLayoutPanel5.Location = new Point(3, 75);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 1;
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel5.Size = new Size(366, 30);
tableLayoutPanel5.TabIndex = 2;
//
// btnEdit
//
btnEdit.Dock = DockStyle.Fill;
btnEdit.Enabled = false;
btnEdit.ForeColor = SystemColors.WindowText;
btnEdit.Location = new Point(276, 3);
btnEdit.Name = "btnEdit";
btnEdit.Size = new Size(87, 24);
btnEdit.TabIndex = 10;
btnEdit.Text = "编辑";
btnEdit.UseVisualStyleBackColor = true;
btnEdit.Visible = false;
btnEdit.Click += btnEdit_Click;
//
// tableLayoutPanel6
//
tableLayoutPanel6.ColumnCount = 4;
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25.0006237F));
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25.0006275F));
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 25.0006237F));
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 24.9981289F));
tableLayoutPanel6.Controls.Add(btnGrabOnce, 0, 0);
tableLayoutPanel6.Controls.Add(btnStartGrab, 1, 0);
tableLayoutPanel6.Controls.Add(btnCloseGrab, 2, 0);
tableLayoutPanel6.Controls.Add(btnSaveImage, 3, 0);
tableLayoutPanel6.Dock = DockStyle.Fill;
tableLayoutPanel6.Location = new Point(3, 147);
tableLayoutPanel6.Name = "tableLayoutPanel6";
tableLayoutPanel6.RowCount = 1;
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel6.Size = new Size(366, 30);
tableLayoutPanel6.TabIndex = 24;
//
// btnSaveImage
//
btnSaveImage.Dock = DockStyle.Fill;
btnSaveImage.ForeColor = SystemColors.WindowText;
btnSaveImage.Location = new Point(275, 2);
btnSaveImage.Margin = new Padding(2);
btnSaveImage.Name = "btnSaveImage";
btnSaveImage.Size = new Size(89, 26);
btnSaveImage.TabIndex = 8;
btnSaveImage.Text = "保存图片";
btnSaveImage.UseVisualStyleBackColor = true;
btnSaveImage.Click += btnSaveImage_Click;
//
// tableLayoutPanel7
//
tableLayoutPanel7.ColumnCount = 2;
tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F));
tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel7.Controls.Add(label3, 0, 0);
tableLayoutPanel7.Controls.Add(txtExp, 1, 0);
tableLayoutPanel7.Dock = DockStyle.Fill;
tableLayoutPanel7.Location = new Point(3, 255);
tableLayoutPanel7.Name = "tableLayoutPanel7";
tableLayoutPanel7.RowCount = 1;
tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel7.Size = new Size(366, 30);
tableLayoutPanel7.TabIndex = 25;
//
// tableLayoutPanel8
//
tableLayoutPanel8.ColumnCount = 2;
tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F));
tableLayoutPanel8.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel8.Controls.Add(label4, 0, 0);
tableLayoutPanel8.Controls.Add(txtGain, 1, 0);
tableLayoutPanel8.Dock = DockStyle.Fill;
tableLayoutPanel8.Location = new Point(3, 291);
tableLayoutPanel8.Name = "tableLayoutPanel8";
tableLayoutPanel8.RowCount = 1;
tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel8.Size = new Size(366, 30);
tableLayoutPanel8.TabIndex = 26;
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 3;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 20F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 40F));
tableLayoutPanel1.Controls.Add(btnStartHard, 0, 0);
tableLayoutPanel1.Controls.Add(ckbUpParams, 1, 0);
tableLayoutPanel1.Controls.Add(ckbRegrab, 2, 0);
tableLayoutPanel1.Dock = DockStyle.Fill;
tableLayoutPanel1.Location = new Point(3, 219);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 1;
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Size = new Size(366, 30);
tableLayoutPanel1.TabIndex = 29;
//
// btnStartHard
//
btnStartHard.Dock = DockStyle.Fill;
btnStartHard.ForeColor = SystemColors.WindowText;
btnStartHard.Location = new Point(3, 3);
btnStartHard.Name = "btnStartHard";
btnStartHard.Size = new Size(67, 24);
btnStartHard.TabIndex = 22;
btnStartHard.Text = "等待触发";
btnStartHard.UseVisualStyleBackColor = true;
btnStartHard.Click += btnStartHard_Click;
//
// ckbUpParams
//
ckbUpParams.AutoSize = true;
ckbUpParams.Location = new Point(76, 3);
ckbUpParams.Name = "ckbUpParams";
ckbUpParams.Size = new Size(123, 21);
ckbUpParams.TabIndex = 23;
ckbUpParams.Text = "是否每次写入参数";
ckbUpParams.UseVisualStyleBackColor = true;
//
// ckbRegrab
//
ckbRegrab.AutoSize = true;
ckbRegrab.Dock = DockStyle.Fill;
ckbRegrab.Location = new Point(222, 3);
ckbRegrab.Name = "ckbRegrab";
ckbRegrab.Size = new Size(141, 24);
ckbRegrab.TabIndex = 24;
ckbRegrab.Text = "是否失败重新取图";
ckbRegrab.UseVisualStyleBackColor = true;
//
// tableLayoutPanel12
//
tableLayoutPanel12.ColumnCount = 2;
tableLayoutPanel12.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 120F));
tableLayoutPanel12.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel12.Controls.Add(lblCapTime, 1, 0);
tableLayoutPanel12.Controls.Add(label7, 0, 0);
tableLayoutPanel12.Dock = DockStyle.Fill;
tableLayoutPanel12.Location = new Point(3, 471);
tableLayoutPanel12.Name = "tableLayoutPanel12";
tableLayoutPanel12.RowCount = 1;
tableLayoutPanel12.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel12.Size = new Size(366, 42);
tableLayoutPanel12.TabIndex = 31;
//
// lblCapTime
//
lblCapTime.AutoSize = true;
lblCapTime.Dock = DockStyle.Fill;
lblCapTime.Location = new Point(123, 0);
lblCapTime.Name = "lblCapTime";
lblCapTime.Size = new Size(240, 42);
lblCapTime.TabIndex = 16;
lblCapTime.Text = "0ms";
lblCapTime.TextAlign = ContentAlignment.MiddleLeft;
//
// label7
//
label7.AutoSize = true;
label7.Dock = DockStyle.Fill;
label7.Location = new Point(3, 0);
label7.Name = "label7";
label7.Size = new Size(114, 42);
label7.TabIndex = 15;
label7.Text = "取图时间:";
label7.TextAlign = ContentAlignment.MiddleCenter;
//
// tableLayoutPanel11
//
tableLayoutPanel11.ColumnCount = 2;
tableLayoutPanel11.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 120F));
tableLayoutPanel11.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel11.Controls.Add(label5, 0, 0);
tableLayoutPanel11.Controls.Add(lblPicCount, 1, 0);
tableLayoutPanel11.Dock = DockStyle.Fill;
tableLayoutPanel11.Location = new Point(3, 435);
tableLayoutPanel11.Name = "tableLayoutPanel11";
tableLayoutPanel11.RowCount = 1;
tableLayoutPanel11.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel11.Size = new Size(366, 30);
tableLayoutPanel11.TabIndex = 30;
//
// cmbImagesPath
//
cmbImagesPath.Dock = DockStyle.Fill;
cmbImagesPath.FormattingEnabled = true;
cmbImagesPath.Location = new Point(3, 399);
cmbImagesPath.Name = "cmbImagesPath";
cmbImagesPath.Size = new Size(366, 25);
cmbImagesPath.TabIndex = 0;
cmbImagesPath.SelectedIndexChanged += cmbImagesPath_SelectedIndexChanged;
cmbImagesPath.MouseHover += cmbImagesPath_MouseHover;
//
// tableLayoutPanel9
//
tableLayoutPanel9.ColumnCount = 3;
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel9.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel9.Controls.Add(ckbLocalTest, 0, 0);
tableLayoutPanel9.Controls.Add(btnAddImages, 1, 0);
tableLayoutPanel9.Controls.Add(btnLocalGrab, 2, 0);
tableLayoutPanel9.Dock = DockStyle.Fill;
tableLayoutPanel9.Location = new Point(3, 363);
tableLayoutPanel9.Name = "tableLayoutPanel9";
tableLayoutPanel9.RowCount = 1;
tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel9.Size = new Size(366, 30);
tableLayoutPanel9.TabIndex = 27;
//
// ckbLocalTest
//
ckbLocalTest.AutoSize = true;
ckbLocalTest.Dock = DockStyle.Fill;
ckbLocalTest.Location = new Point(3, 3);
ckbLocalTest.Name = "ckbLocalTest";
ckbLocalTest.Size = new Size(116, 24);
ckbLocalTest.TabIndex = 0;
ckbLocalTest.Text = "本地取图";
ckbLocalTest.UseVisualStyleBackColor = true;
//
// btnAddImages
//
btnAddImages.Dock = DockStyle.Fill;
btnAddImages.ForeColor = SystemColors.WindowText;
btnAddImages.Location = new Point(125, 3);
btnAddImages.Name = "btnAddImages";
btnAddImages.Size = new Size(116, 24);
btnAddImages.TabIndex = 1;
btnAddImages.Text = "添加图片";
btnAddImages.UseVisualStyleBackColor = true;
btnAddImages.Click += btnAddImages_Click;
//
// btnLocalGrab
//
btnLocalGrab.Dock = DockStyle.Fill;
btnLocalGrab.ForeColor = SystemColors.WindowText;
btnLocalGrab.Location = new Point(247, 3);
btnLocalGrab.Name = "btnLocalGrab";
btnLocalGrab.Size = new Size(116, 24);
btnLocalGrab.TabIndex = 2;
btnLocalGrab.Text = "本地取图";
btnLocalGrab.UseVisualStyleBackColor = true;
btnLocalGrab.Click += btnLocalGrab_Click;
//
// tableLayoutPanel10
//
tableLayoutPanel10.ColumnCount = 2;
tableLayoutPanel10.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F));
tableLayoutPanel10.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel10.Controls.Add(label6, 0, 0);
tableLayoutPanel10.Controls.Add(txtTimeout, 1, 0);
tableLayoutPanel10.Dock = DockStyle.Fill;
tableLayoutPanel10.Location = new Point(3, 327);
tableLayoutPanel10.Name = "tableLayoutPanel10";
tableLayoutPanel10.RowCount = 1;
tableLayoutPanel10.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel10.Size = new Size(366, 30);
tableLayoutPanel10.TabIndex = 32;
//
// label6
//
label6.AutoSize = true;
label6.Dock = DockStyle.Fill;
label6.Location = new Point(3, 0);
label6.Name = "label6";
label6.Size = new Size(44, 30);
label6.TabIndex = 0;
label6.Text = "超时";
label6.TextAlign = ContentAlignment.MiddleCenter;
//
// txtTimeout
//
txtTimeout.Dock = DockStyle.Fill;
txtTimeout.Location = new Point(53, 3);
txtTimeout.Name = "txtTimeout";
txtTimeout.Size = new Size(310, 23);
txtTimeout.TabIndex = 1;
//
// CameraForm
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(885, 538);
Controls.Add(splitContainer1);
Name = "CameraForm";
Text = "相机测试";
FormClosing += CameraForm_FormClosing;
FormClosed += CameraForm_FormClosed;
Load += CameraForm_Load;
groupBox1.ResumeLayout(false);
splitContainer1.Panel1.ResumeLayout(false);
splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
splitContainer1.ResumeLayout(false);
groupBox2.ResumeLayout(false);
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel2.PerformLayout();
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel3.PerformLayout();
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
tableLayoutPanel5.ResumeLayout(false);
tableLayoutPanel6.ResumeLayout(false);
tableLayoutPanel7.ResumeLayout(false);
tableLayoutPanel7.PerformLayout();
tableLayoutPanel8.ResumeLayout(false);
tableLayoutPanel8.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
tableLayoutPanel12.ResumeLayout(false);
tableLayoutPanel12.PerformLayout();
tableLayoutPanel11.ResumeLayout(false);
tableLayoutPanel11.PerformLayout();
tableLayoutPanel9.ResumeLayout(false);
tableLayoutPanel9.PerformLayout();
tableLayoutPanel10.ResumeLayout(false);
tableLayoutPanel10.PerformLayout();
ResumeLayout(false);
}
#endregion
private ComboBox cmbBrand;
private ComboBox cmbSN;
private Label label1;
private Label label2;
private Button btnStartGrab;
private Button btnCloseGrab;
private Button btnGrabOnce;
private Button btnOpen;
private Button btnClose;
private TextBox txtGain;
private TextBox txtExp;
private Label label4;
private Label label3;
private Label label5;
private Label lblPicCount;
private GroupBox groupBox1;
private Panel panel1;
private RadioButton radioButtonHard;
private RadioButton radioButtonSoft;
private SplitContainer splitContainer1;
private GroupBox groupBox2;
private TableLayoutPanel tableLayoutPanel2;
private TableLayoutPanel tableLayoutPanel3;
private TableLayoutPanel tableLayoutPanel4;
private TableLayoutPanel tableLayoutPanel5;
private TableLayoutPanel tableLayoutPanel6;
private TableLayoutPanel tableLayoutPanel7;
private TableLayoutPanel tableLayoutPanel8;
private TableLayoutPanel tableLayoutPanel9;
private TableLayoutPanel tableLayoutPanel1;
private Button btnStartHard;
private TableLayoutPanel tableLayoutPanel11;
private Label lblCapTime;
private Label label7;
private TableLayoutPanel tableLayoutPanel12;
private ComboBox cmbImagesPath;
private CheckBox ckbLocalTest;
private Button btnAddImages;
private Button btnLocalGrab;
private Button btnEdit;
private CheckBox ckbUpParams;
private Button btnSaveImage;
private TableLayoutPanel tableLayoutPanel10;
private Label label6;
private TextBox txtTimeout;
private CheckBox ckbRegrab;
}
}