namespace LB_VisionProcesses.Cameras
|
{
|
partial class CameraForm
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CameraForm));
|
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();
|
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();
|
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();
|
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();
|
//
|
// cmbBrand
|
//
|
cmbBrand.Dock = DockStyle.Fill;
|
cmbBrand.FormattingEnabled = true;
|
cmbBrand.Location = new Point(53, 3);
|
cmbBrand.Name = "cmbBrand";
|
cmbBrand.Size = new Size(296, 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(296, 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, 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;
|
//
|
// btnStartGrab
|
//
|
btnStartGrab.Dock = DockStyle.Fill;
|
btnStartGrab.ForeColor = SystemColors.ControlText;
|
btnStartGrab.Location = new Point(91, 3);
|
btnStartGrab.Name = "btnStartGrab";
|
btnStartGrab.Size = new Size(82, 28);
|
btnStartGrab.TabIndex = 5;
|
btnStartGrab.Text = "连续采集";
|
btnStartGrab.UseVisualStyleBackColor = true;
|
btnStartGrab.Click += btnStartGrab_Click;
|
//
|
// btnCloseGrab
|
//
|
btnCloseGrab.Dock = DockStyle.Fill;
|
btnCloseGrab.ForeColor = SystemColors.Desktop;
|
btnCloseGrab.Location = new Point(179, 3);
|
btnCloseGrab.Name = "btnCloseGrab";
|
btnCloseGrab.Size = new Size(82, 28);
|
btnCloseGrab.TabIndex = 6;
|
btnCloseGrab.Text = "关闭采集";
|
btnCloseGrab.UseVisualStyleBackColor = true;
|
btnCloseGrab.Click += btnCloseGrab_Click;
|
//
|
// btnGrabOnce
|
//
|
btnGrabOnce.Dock = DockStyle.Fill;
|
btnGrabOnce.ForeColor = SystemColors.ControlText;
|
btnGrabOnce.Location = new Point(3, 3);
|
btnGrabOnce.Name = "btnGrabOnce";
|
btnGrabOnce.Size = new Size(82, 28);
|
btnGrabOnce.TabIndex = 7;
|
btnGrabOnce.Text = "单张采集";
|
btnGrabOnce.UseVisualStyleBackColor = true;
|
btnGrabOnce.Click += btnGrabOnce_Click;
|
//
|
// btnOpen
|
//
|
btnOpen.Dock = DockStyle.Fill;
|
btnOpen.ForeColor = SystemColors.ControlText;
|
btnOpen.Location = new Point(3, 3);
|
btnOpen.Name = "btnOpen";
|
btnOpen.Size = new Size(82, 28);
|
btnOpen.TabIndex = 8;
|
btnOpen.Text = "打开";
|
btnOpen.UseVisualStyleBackColor = true;
|
btnOpen.Click += btnOpen_Click;
|
//
|
// btnClose
|
//
|
btnClose.Dock = DockStyle.Fill;
|
btnClose.ForeColor = SystemColors.ControlText;
|
btnClose.Location = new Point(91, 3);
|
btnClose.Name = "btnClose";
|
btnClose.Size = new Size(82, 28);
|
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, 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(226, 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(296, 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(296, 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, 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(487, 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(481, 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(352, 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(352, 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 = 364;
|
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(364, 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(358, 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(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(352, 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(cmbSN, 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(352, 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(btnOpen, 0, 0);
|
tableLayoutPanel5.Controls.Add(btnClose, 1, 0);
|
tableLayoutPanel5.Controls.Add(btnEdit, 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(352, 34);
|
tableLayoutPanel5.TabIndex = 2;
|
//
|
// btnEdit
|
//
|
btnEdit.Dock = DockStyle.Fill;
|
btnEdit.Enabled = false;
|
btnEdit.ForeColor = SystemColors.ControlText;
|
btnEdit.Location = new Point(267, 3);
|
btnEdit.Name = "btnEdit";
|
btnEdit.Size = new Size(82, 28);
|
btnEdit.TabIndex = 10;
|
btnEdit.Text = "编辑";
|
btnEdit.UseVisualStyleBackColor = true;
|
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, 163);
|
tableLayoutPanel6.Name = "tableLayoutPanel6";
|
tableLayoutPanel6.RowCount = 1;
|
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel6.Size = new Size(352, 34);
|
tableLayoutPanel6.TabIndex = 24;
|
//
|
// btnSaveImage
|
//
|
btnSaveImage.Dock = DockStyle.Fill;
|
btnSaveImage.ForeColor = SystemColors.Desktop;
|
btnSaveImage.Location = new Point(266, 2);
|
btnSaveImage.Margin = new Padding(2, 2, 2, 2);
|
btnSaveImage.Name = "btnSaveImage";
|
btnSaveImage.Size = new Size(84, 30);
|
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, 283);
|
tableLayoutPanel7.Name = "tableLayoutPanel7";
|
tableLayoutPanel7.RowCount = 1;
|
tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
tableLayoutPanel7.Size = new Size(352, 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(352, 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(352, 34);
|
tableLayoutPanel1.TabIndex = 29;
|
//
|
// btnStartHard
|
//
|
btnStartHard.Dock = DockStyle.Fill;
|
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 += btnStartHard_Click;
|
//
|
// ckbUpParams
|
//
|
ckbUpParams.AutoSize = true;
|
ckbUpParams.Dock = DockStyle.Fill;
|
ckbUpParams.Location = new Point(73, 3);
|
ckbUpParams.Name = "ckbUpParams";
|
ckbUpParams.Size = new Size(134, 28);
|
ckbUpParams.TabIndex = 23;
|
ckbUpParams.Text = "是否每次写入参数";
|
ckbUpParams.UseVisualStyleBackColor = true;
|
//
|
// ckbRegrab
|
//
|
ckbRegrab.AutoSize = true;
|
ckbRegrab.Dock = DockStyle.Fill;
|
ckbRegrab.Location = new Point(213, 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(352, 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(226, 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(352, 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(352, 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, 403);
|
tableLayoutPanel9.Name = "tableLayoutPanel9";
|
tableLayoutPanel9.RowCount = 1;
|
tableLayoutPanel9.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel9.Size = new Size(352, 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;
|
//
|
// btnAddImages
|
//
|
btnAddImages.Dock = DockStyle.Fill;
|
btnAddImages.ForeColor = SystemColors.Desktop;
|
btnAddImages.Location = new Point(120, 3);
|
btnAddImages.Name = "btnAddImages";
|
btnAddImages.Size = new Size(111, 28);
|
btnAddImages.TabIndex = 1;
|
btnAddImages.Text = "添加图片";
|
btnAddImages.UseVisualStyleBackColor = true;
|
btnAddImages.Click += btnAddImages_Click;
|
//
|
// btnLocalGrab
|
//
|
btnLocalGrab.Dock = DockStyle.Fill;
|
btnLocalGrab.ForeColor = SystemColors.Desktop;
|
btnLocalGrab.Location = new Point(237, 3);
|
btnLocalGrab.Name = "btnLocalGrab";
|
btnLocalGrab.Size = new Size(112, 28);
|
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, 363);
|
tableLayoutPanel10.Name = "tableLayoutPanel10";
|
tableLayoutPanel10.RowCount = 1;
|
tableLayoutPanel10.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel10.Size = new Size(352, 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(296, 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相机设置界面";
|
theme_2DCameraForm.Click += theme_2DCameraForm_Click;
|
//
|
// 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(807, 15);
|
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, 5, 5, 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 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 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 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;
|
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;
|
}
|
}
|