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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CameraForm));
cmb_Brand = new ComboBox();
cmb_SN = new ComboBox();
label1 = new Label();
label2 = new Label();
btn_StartGrab = new Button();
btn_CloseGrab = new Button();
btn_GrabOnce = new Button();
btn_Open = new Button();
btn_Close = new Button();
label5 = new Label();
lblPicCount = new Label();
txtGain = new TextBox();
txtExp = new TextBox();
label4 = new Label();
label3 = new Label();
groupBox1 = new GroupBox();
panel_Picture = 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();
btn_Edit = new Button();
tableLayoutPanel6 = new TableLayoutPanel();
btn_SaveImage = 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();
btn_AddImages = new Button();
btn_LocalGrab = new Button();
tableLayoutPanel10 = new TableLayoutPanel();
label6 = new Label();
txtTimeout = new TextBox();
theme_2DCameraForm = new ReaLTaiizor.Forms.ThemeForm();
controlBox1 = new ReaLTaiizor.Controls.ControlBox();
panel_2DCameraForm = new ReaLTaiizor.Controls.Panel();
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();
theme_2DCameraForm.SuspendLayout();
panel_2DCameraForm.SuspendLayout();
SuspendLayout();
//
// cmb_Brand
//
cmb_Brand.Dock = DockStyle.Fill;
cmb_Brand.FormattingEnabled = true;
cmb_Brand.Location = new Point(53, 3);
cmb_Brand.Name = "cmb_Brand";
cmb_Brand.Size = new Size(297, 25);
cmb_Brand.TabIndex = 0;
//
// cmb_SN
//
cmb_SN.Dock = DockStyle.Fill;
cmb_SN.FormattingEnabled = true;
cmb_SN.Location = new Point(53, 3);
cmb_SN.Name = "cmb_SN";
cmb_SN.Size = new Size(297, 25);
cmb_SN.TabIndex = 1;
cmb_SN.SelectedIndexChanged += cmbSN_SelectedIndexChanged;
cmb_SN.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, 34);
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, 34);
label2.TabIndex = 3;
label2.Text = "SN";
label2.TextAlign = ContentAlignment.MiddleCenter;
//
// btn_StartGrab
//
btn_StartGrab.Dock = DockStyle.Fill;
btn_StartGrab.ForeColor = SystemColors.ControlText;
btn_StartGrab.Location = new Point(91, 3);
btn_StartGrab.Name = "btn_StartGrab";
btn_StartGrab.Size = new Size(82, 28);
btn_StartGrab.TabIndex = 5;
btn_StartGrab.Text = "连续采集";
btn_StartGrab.UseVisualStyleBackColor = true;
btn_StartGrab.Click += btn_StartGrab_Click;
//
// btn_CloseGrab
//
btn_CloseGrab.Dock = DockStyle.Fill;
btn_CloseGrab.ForeColor = SystemColors.Desktop;
btn_CloseGrab.Location = new Point(179, 3);
btn_CloseGrab.Name = "btn_CloseGrab";
btn_CloseGrab.Size = new Size(82, 28);
btn_CloseGrab.TabIndex = 6;
btn_CloseGrab.Text = "关闭采集";
btn_CloseGrab.UseVisualStyleBackColor = true;
btn_CloseGrab.Click += btn_CloseGrab_Click;
//
// btn_GrabOnce
//
btn_GrabOnce.Dock = DockStyle.Fill;
btn_GrabOnce.ForeColor = SystemColors.ControlText;
btn_GrabOnce.Location = new Point(3, 3);
btn_GrabOnce.Name = "btn_GrabOnce";
btn_GrabOnce.Size = new Size(82, 28);
btn_GrabOnce.TabIndex = 7;
btn_GrabOnce.Text = "单张采集";
btn_GrabOnce.UseVisualStyleBackColor = true;
btn_GrabOnce.Click += btn_GrabOnce_Click;
//
// btn_Open
//
btn_Open.Dock = DockStyle.Fill;
btn_Open.ForeColor = SystemColors.ControlText;
btn_Open.Location = new Point(3, 3);
btn_Open.Name = "btn_Open";
btn_Open.Size = new Size(82, 28);
btn_Open.TabIndex = 8;
btn_Open.Text = "打开";
btn_Open.UseVisualStyleBackColor = true;
btn_Open.Click += btn_Open_Click;
//
// btn_Close
//
btn_Close.Dock = DockStyle.Fill;
btn_Close.ForeColor = SystemColors.ControlText;
btn_Close.Location = new Point(91, 3);
btn_Close.Name = "btn_Close";
btn_Close.Size = new Size(82, 28);
btn_Close.TabIndex = 9;
btn_Close.Text = "关闭";
btn_Close.UseVisualStyleBackColor = true;
btn_Close.Click += btn_Close_Click;
//
// label5
//
label5.AutoSize = true;
label5.Dock = DockStyle.Fill;
label5.Location = new Point(3, 0);
label5.Name = "label5";
label5.Size = new Size(114, 34);
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(227, 34);
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(297, 23);
txtGain.TabIndex = 21;
txtGain.TextChanged += txt_Gain_TextChanged;
//
// txtExp
//
txtExp.Dock = DockStyle.Fill;
txtExp.Location = new Point(53, 3);
txtExp.Name = "txtExp";
txtExp.Size = new Size(297, 23);
txtExp.TabIndex = 20;
txtExp.TextChanged += txt_Exp_TextChanged;
//
// label4
//
label4.AutoSize = true;
label4.Dock = DockStyle.Fill;
label4.Location = new Point(3, 0);
label4.Name = "label4";
label4.Size = new Size(44, 34);
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, 34);
label3.TabIndex = 18;
label3.Text = "曝光";
label3.TextAlign = ContentAlignment.MiddleCenter;
//
// groupBox1
//
groupBox1.BackColor = Color.FromArgb(39, 51, 63);
groupBox1.Controls.Add(panel_Picture);
groupBox1.Dock = DockStyle.Fill;
groupBox1.ForeColor = SystemColors.Control;
groupBox1.Location = new Point(0, 0);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(486, 591);
groupBox1.TabIndex = 17;
groupBox1.TabStop = false;
groupBox1.Text = "实时采集";
//
// panel_Picture
//
panel_Picture.Dock = DockStyle.Fill;
panel_Picture.Location = new Point(3, 19);
panel_Picture.Name = "panel_Picture";
panel_Picture.Size = new Size(480, 569);
panel_Picture.TabIndex = 0;
//
// radioButtonSoft
//
radioButtonSoft.AutoSize = true;
radioButtonSoft.Dock = DockStyle.Fill;
radioButtonSoft.Location = new Point(3, 123);
radioButtonSoft.Name = "radioButtonSoft";
radioButtonSoft.Size = new Size(353, 34);
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, 203);
radioButtonHard.Name = "radioButtonHard";
radioButtonHard.Size = new Size(353, 34);
radioButtonHard.TabIndex = 24;
radioButtonHard.TabStop = true;
radioButtonHard.Text = "硬触发";
radioButtonHard.UseVisualStyleBackColor = true;
//
// splitContainer1
//
splitContainer1.Dock = DockStyle.Fill;
splitContainer1.Location = new Point(5, 5);
splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(groupBox2);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(groupBox1);
splitContainer1.Size = new Size(855, 591);
splitContainer1.SplitterDistance = 365;
splitContainer1.TabIndex = 19;
//
// groupBox2
//
groupBox2.BackColor = Color.FromArgb(39, 51, 63);
groupBox2.Controls.Add(tableLayoutPanel2);
groupBox2.Dock = DockStyle.Fill;
groupBox2.ForeColor = SystemColors.Control;
groupBox2.Location = new Point(0, 0);
groupBox2.MinimumSize = new Size(261, 61);
groupBox2.Name = "groupBox2";
groupBox2.Size = new Size(365, 591);
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(359, 569);
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(cmb_Brand, 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(353, 34);
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(cmb_SN, 1, 0);
tableLayoutPanel4.Dock = DockStyle.Fill;
tableLayoutPanel4.Location = new Point(3, 43);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 1;
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Size = new Size(353, 34);
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(btn_Open, 0, 0);
tableLayoutPanel5.Controls.Add(btn_Close, 1, 0);
tableLayoutPanel5.Controls.Add(btn_Edit, 3, 0);
tableLayoutPanel5.Dock = DockStyle.Fill;
tableLayoutPanel5.Location = new Point(3, 83);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 1;
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel5.Size = new Size(353, 34);
tableLayoutPanel5.TabIndex = 2;
//
// btn_Edit
//
btn_Edit.Dock = DockStyle.Fill;
btn_Edit.Enabled = false;
btn_Edit.ForeColor = SystemColors.ControlText;
btn_Edit.Location = new Point(267, 3);
btn_Edit.Name = "btn_Edit";
btn_Edit.Size = new Size(83, 28);
btn_Edit.TabIndex = 10;
btn_Edit.Text = "编辑";
btn_Edit.UseVisualStyleBackColor = true;
btn_Edit.Click += btn_Edit_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(btn_GrabOnce, 0, 0);
tableLayoutPanel6.Controls.Add(btn_StartGrab, 1, 0);
tableLayoutPanel6.Controls.Add(btn_CloseGrab, 2, 0);
tableLayoutPanel6.Controls.Add(btn_SaveImage, 3, 0);
tableLayoutPanel6.Dock = DockStyle.Fill;
tableLayoutPanel6.Location = new Point(3, 163);
tableLayoutPanel6.Name = "tableLayoutPanel6";
tableLayoutPanel6.RowCount = 1;
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel6.Size = new Size(353, 34);
tableLayoutPanel6.TabIndex = 24;
//
// btn_SaveImage
//
btn_SaveImage.Dock = DockStyle.Fill;
btn_SaveImage.ForeColor = SystemColors.Desktop;
btn_SaveImage.Location = new Point(266, 2);
btn_SaveImage.Margin = new Padding(2);
btn_SaveImage.Name = "btn_SaveImage";
btn_SaveImage.Size = new Size(85, 30);
btn_SaveImage.TabIndex = 8;
btn_SaveImage.Text = "保存图片";
btn_SaveImage.UseVisualStyleBackColor = true;
btn_SaveImage.Click += btn_SaveImage_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, 283);
tableLayoutPanel7.Name = "tableLayoutPanel7";
tableLayoutPanel7.RowCount = 1;
tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel7.Size = new Size(353, 34);
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, 323);
tableLayoutPanel8.Name = "tableLayoutPanel8";
tableLayoutPanel8.RowCount = 1;
tableLayoutPanel8.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel8.Size = new Size(353, 34);
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, 243);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 1;
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Size = new Size(353, 34);
tableLayoutPanel1.TabIndex = 29;
//
// btnStartHard
//
btnStartHard.Dock = DockStyle.Fill;
btnStartHard.ForeColor = SystemColors.InfoText;
btnStartHard.Location = new Point(3, 3);
btnStartHard.Name = "btnStartHard";
btnStartHard.Size = new Size(64, 28);
btnStartHard.TabIndex = 22;
btnStartHard.Text = "等待触发";
btnStartHard.UseVisualStyleBackColor = true;
btnStartHard.Click += btn_StartHard_Click;
//
// ckbUpParams
//
ckbUpParams.AutoSize = true;
ckbUpParams.Dock = DockStyle.Fill;
ckbUpParams.Location = new Point(73, 3);
ckbUpParams.Name = "ckbUpParams";
ckbUpParams.Size = new Size(135, 28);
ckbUpParams.TabIndex = 23;
ckbUpParams.Text = "是否每次写入参数";
ckbUpParams.UseVisualStyleBackColor = true;
//
// ckbRegrab
//
ckbRegrab.AutoSize = true;
ckbRegrab.Dock = DockStyle.Fill;
ckbRegrab.Location = new Point(214, 3);
ckbRegrab.Name = "ckbRegrab";
ckbRegrab.Size = new Size(136, 28);
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, 523);
tableLayoutPanel12.Name = "tableLayoutPanel12";
tableLayoutPanel12.RowCount = 1;
tableLayoutPanel12.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel12.Size = new Size(353, 43);
tableLayoutPanel12.TabIndex = 31;
//
// lblCapTime
//
lblCapTime.AutoSize = true;
lblCapTime.Dock = DockStyle.Fill;
lblCapTime.Location = new Point(123, 0);
lblCapTime.Name = "lblCapTime";
lblCapTime.Size = new Size(227, 43);
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, 43);
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, 483);
tableLayoutPanel11.Name = "tableLayoutPanel11";
tableLayoutPanel11.RowCount = 1;
tableLayoutPanel11.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel11.Size = new Size(353, 34);
tableLayoutPanel11.TabIndex = 30;
//
// cmbImagesPath
//
cmbImagesPath.BackColor = Color.White;
cmbImagesPath.Dock = DockStyle.Fill;
cmbImagesPath.ForeColor = SystemColors.ControlText;
cmbImagesPath.FormattingEnabled = true;
cmbImagesPath.Location = new Point(3, 443);
cmbImagesPath.Name = "cmbImagesPath";
cmbImagesPath.Size = new Size(353, 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(btn_AddImages, 1, 0);
tableLayoutPanel9.Controls.Add(btn_LocalGrab, 2, 0);
tableLayoutPanel9.Dock = DockStyle.Fill;
tableLayoutPanel9.Location = new Point(3, 403);
tableLayoutPanel9.Name = "tableLayoutPanel9";
tableLayoutPanel9.RowCount = 1;
tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel9.Size = new Size(353, 34);
tableLayoutPanel9.TabIndex = 27;
//
// ckbLocalTest
//
ckbLocalTest.AutoSize = true;
ckbLocalTest.Dock = DockStyle.Fill;
ckbLocalTest.Location = new Point(3, 3);
ckbLocalTest.Name = "ckbLocalTest";
ckbLocalTest.Size = new Size(111, 28);
ckbLocalTest.TabIndex = 0;
ckbLocalTest.Text = "本地取图";
ckbLocalTest.UseVisualStyleBackColor = true;
//
// btn_AddImages
//
btn_AddImages.Dock = DockStyle.Fill;
btn_AddImages.ForeColor = SystemColors.Desktop;
btn_AddImages.Location = new Point(120, 3);
btn_AddImages.Name = "btn_AddImages";
btn_AddImages.Size = new Size(111, 28);
btn_AddImages.TabIndex = 1;
btn_AddImages.Text = "添加图片";
btn_AddImages.UseVisualStyleBackColor = true;
btn_AddImages.Click += btn_AddImages_Click;
//
// btn_LocalGrab
//
btn_LocalGrab.Dock = DockStyle.Fill;
btn_LocalGrab.ForeColor = SystemColors.Desktop;
btn_LocalGrab.Location = new Point(237, 3);
btn_LocalGrab.Name = "btn_LocalGrab";
btn_LocalGrab.Size = new Size(113, 28);
btn_LocalGrab.TabIndex = 2;
btn_LocalGrab.Text = "本地取图";
btn_LocalGrab.UseVisualStyleBackColor = true;
btn_LocalGrab.Click += btn_LocalGrab_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, 363);
tableLayoutPanel10.Name = "tableLayoutPanel10";
tableLayoutPanel10.RowCount = 1;
tableLayoutPanel10.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel10.Size = new Size(353, 34);
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, 34);
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(297, 23);
txtTimeout.TabIndex = 1;
//
// theme_2DCameraForm
//
theme_2DCameraForm.AllowDrop = true;
theme_2DCameraForm.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
theme_2DCameraForm.BackColor = Color.FromArgb(32, 41, 50);
theme_2DCameraForm.Controls.Add(controlBox1);
theme_2DCameraForm.Controls.Add(panel_2DCameraForm);
theme_2DCameraForm.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
theme_2DCameraForm.Image = (Image)resources.GetObject("theme_2DCameraForm.Image");
theme_2DCameraForm.Location = new Point(0, 0);
theme_2DCameraForm.Name = "theme_2DCameraForm";
theme_2DCameraForm.Padding = new Padding(10, 70, 10, 9);
theme_2DCameraForm.RoundCorners = true;
theme_2DCameraForm.Sizable = true;
theme_2DCameraForm.Size = new Size(885, 680);
theme_2DCameraForm.SmartBounds = true;
theme_2DCameraForm.StartPosition = FormStartPosition.WindowsDefaultLocation;
theme_2DCameraForm.TabIndex = 20;
theme_2DCameraForm.Text = "2D相机设置界面";
//
// controlBox1
//
controlBox1.Anchor = AnchorStyles.Top | AnchorStyles.Right;
controlBox1.BackColor = Color.FromArgb(32, 34, 37);
controlBox1.CloseHoverColor = Color.FromArgb(230, 17, 35);
controlBox1.DefaultLocation = true;
controlBox1.EnableHoverHighlight = true;
controlBox1.EnableMaximizeButton = false;
controlBox1.EnableMinimizeButton = false;
controlBox1.ForeColor = Color.FromArgb(155, 155, 155);
controlBox1.Location = new Point(785, 18);
controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
controlBox1.Name = "controlBox1";
controlBox1.Size = new Size(90, 25);
controlBox1.TabIndex = 24;
controlBox1.Text = "controlBox1";
//
// panel_2DCameraForm
//
panel_2DCameraForm.BackColor = Color.FromArgb(39, 51, 63);
panel_2DCameraForm.Controls.Add(splitContainer1);
panel_2DCameraForm.Dock = DockStyle.Fill;
panel_2DCameraForm.EdgeColor = Color.FromArgb(32, 41, 50);
panel_2DCameraForm.Location = new Point(10, 70);
panel_2DCameraForm.Name = "panel_2DCameraForm";
panel_2DCameraForm.Padding = new Padding(5);
panel_2DCameraForm.Size = new Size(865, 601);
panel_2DCameraForm.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
panel_2DCameraForm.TabIndex = 20;
panel_2DCameraForm.Text = "panel2";
//
// CameraForm
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(885, 680);
Controls.Add(theme_2DCameraForm);
FormBorderStyle = FormBorderStyle.None;
MinimumSize = new Size(261, 61);
Name = "CameraForm";
Text = "2D相机设置界面";
TransparencyKey = Color.Fuchsia;
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();
theme_2DCameraForm.ResumeLayout(false);
panel_2DCameraForm.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private ComboBox cmb_Brand;
private ComboBox cmb_SN;
private Label label1;
private Label label2;
private Button btn_StartGrab;
private Button btn_CloseGrab;
private Button btn_GrabOnce;
private Button btn_Open;
private Button btn_Close;
private TextBox txtGain;
private TextBox txtExp;
private Label label4;
private Label label3;
private Label label5;
private Label lblPicCount;
private GroupBox groupBox1;
private Panel panel_Picture;
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 btn_AddImages;
private Button btn_LocalGrab;
private Button btn_Edit;
private CheckBox ckbUpParams;
private Button btn_SaveImage;
private TableLayoutPanel tableLayoutPanel10;
private Label label6;
private TextBox txtTimeout;
private CheckBox ckbRegrab;
private ReaLTaiizor.Forms.ThemeForm theme_2DCameraForm;
private ReaLTaiizor.Controls.Panel panel_2DCameraForm;
private ReaLTaiizor.Controls.ThunderControlBox thunderControlBox1;
private ReaLTaiizor.Controls.MetroControlBox metroControlBox1;
private ReaLTaiizor.Controls.ControlBox controlBox1;
}
}