namespace LB_SmartVision.Forms.Pages.CameraPage
{
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));
uiComboBoxBrand = new ComboBox();
uiRadioButtonSoftTrigger = new RadioButton();
uiRadioButtonHardTrigger = new RadioButton();
uiGroupBoxImage = new GroupBox();
uiGroupBoxCameraParams = new GroupBox();
btnSetting = new Button();
tableLayoutPanel2 = new TableLayoutPanel();
tableLayoutPanel3 = new TableLayoutPanel();
uiMarkLabel1 = new Label();
tableLayoutPanel1 = new TableLayoutPanel();
uiButtonGrabOnce = new Button();
uiButtonStartSoftGrab = new Button();
uiButtonCloseSoftGrab = new Button();
uiButtonStartHardGrab = new Button();
tableLayoutPanel4 = new TableLayoutPanel();
uiMarkLabel2 = new Label();
uiTextBoxExp = new TextBox();
tableLayoutPanel5 = new TableLayoutPanel();
uiMarkLabel3 = new Label();
uiTextBoxGain = new TextBox();
tableLayoutPanel6 = new TableLayoutPanel();
uiMarkLabel4 = new Label();
uiTextBoxGrabTime = new TextBox();
uiSplitContainer1 = new SplitContainer();
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
controlBox1 = new ReaLTaiizor.Controls.ControlBox();
uiGroupBoxCameraParams.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
tableLayoutPanel5.SuspendLayout();
tableLayoutPanel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)uiSplitContainer1).BeginInit();
uiSplitContainer1.Panel1.SuspendLayout();
uiSplitContainer1.Panel2.SuspendLayout();
uiSplitContainer1.SuspendLayout();
themeForm1.SuspendLayout();
SuspendLayout();
//
// uiComboBoxBrand
//
uiComboBoxBrand.Dock = DockStyle.Fill;
uiComboBoxBrand.Enabled = false;
uiComboBoxBrand.Font = new Font("宋体", 12F);
uiComboBoxBrand.Location = new Point(104, 5);
uiComboBoxBrand.Margin = new Padding(4, 5, 4, 5);
uiComboBoxBrand.MinimumSize = new Size(63, 0);
uiComboBoxBrand.Name = "uiComboBoxBrand";
uiComboBoxBrand.Size = new Size(260, 24);
uiComboBoxBrand.TabIndex = 24;
uiComboBoxBrand.SelectedIndexChanged += cob_Brand_SelectedIndexChanged;
//
// uiRadioButtonSoftTrigger
//
uiRadioButtonSoftTrigger.Dock = DockStyle.Fill;
uiRadioButtonSoftTrigger.Font = new Font("宋体", 12F);
uiRadioButtonSoftTrigger.Location = new Point(3, 55);
uiRadioButtonSoftTrigger.MinimumSize = new Size(1, 1);
uiRadioButtonSoftTrigger.Name = "uiRadioButtonSoftTrigger";
uiRadioButtonSoftTrigger.Size = new Size(368, 46);
uiRadioButtonSoftTrigger.TabIndex = 25;
uiRadioButtonSoftTrigger.Text = "软触发";
uiRadioButtonSoftTrigger.CheckedChanged += uiRadioButtonSoftTrigger_CheckedChanged;
//
// uiRadioButtonHardTrigger
//
uiRadioButtonHardTrigger.Dock = DockStyle.Fill;
uiRadioButtonHardTrigger.Font = new Font("宋体", 12F);
uiRadioButtonHardTrigger.Location = new Point(3, 159);
uiRadioButtonHardTrigger.MinimumSize = new Size(1, 1);
uiRadioButtonHardTrigger.Name = "uiRadioButtonHardTrigger";
uiRadioButtonHardTrigger.Size = new Size(368, 46);
uiRadioButtonHardTrigger.TabIndex = 26;
uiRadioButtonHardTrigger.Text = "硬触发";
//
// uiGroupBoxImage
//
uiGroupBoxImage.Dock = DockStyle.Fill;
uiGroupBoxImage.Font = new Font("宋体", 12F);
uiGroupBoxImage.ForeColor = SystemColors.Control;
uiGroupBoxImage.Location = new Point(0, 0);
uiGroupBoxImage.Margin = new Padding(4, 5, 4, 5);
uiGroupBoxImage.MinimumSize = new Size(1, 1);
uiGroupBoxImage.Name = "uiGroupBoxImage";
uiGroupBoxImage.Padding = new Padding(0, 32, 0, 0);
uiGroupBoxImage.Size = new Size(495, 521);
uiGroupBoxImage.TabIndex = 17;
uiGroupBoxImage.TabStop = false;
uiGroupBoxImage.Text = "实时采集";
//
// uiGroupBoxCameraParams
//
uiGroupBoxCameraParams.Controls.Add(btnSetting);
uiGroupBoxCameraParams.Controls.Add(tableLayoutPanel2);
uiGroupBoxCameraParams.Dock = DockStyle.Fill;
uiGroupBoxCameraParams.Font = new Font("宋体", 12F);
uiGroupBoxCameraParams.ForeColor = SystemColors.Control;
uiGroupBoxCameraParams.Location = new Point(0, 0);
uiGroupBoxCameraParams.Margin = new Padding(4, 5, 4, 5);
uiGroupBoxCameraParams.MinimumSize = new Size(1, 1);
uiGroupBoxCameraParams.Name = "uiGroupBoxCameraParams";
uiGroupBoxCameraParams.Padding = new Padding(0, 32, 0, 0);
uiGroupBoxCameraParams.Size = new Size(374, 521);
uiGroupBoxCameraParams.TabIndex = 18;
uiGroupBoxCameraParams.TabStop = false;
uiGroupBoxCameraParams.Text = "相机参数";
//
// btnSetting
//
btnSetting.ForeColor = SystemColors.ControlText;
btnSetting.Location = new Point(3, 18);
btnSetting.Name = "btnSetting";
btnSetting.Size = new Size(97, 29);
btnSetting.TabIndex = 18;
btnSetting.Text = "参数设置";
btnSetting.UseVisualStyleBackColor = true;
btnSetting.Visible = false;
btnSetting.Click += btn_Setting_Click;
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 1;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel2.Controls.Add(uiRadioButtonHardTrigger, 0, 3);
tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 0, 0);
tableLayoutPanel2.Controls.Add(uiRadioButtonSoftTrigger, 0, 1);
tableLayoutPanel2.Controls.Add(tableLayoutPanel1, 0, 2);
tableLayoutPanel2.Controls.Add(uiButtonStartHardGrab, 0, 4);
tableLayoutPanel2.Controls.Add(tableLayoutPanel4, 0, 5);
tableLayoutPanel2.Controls.Add(tableLayoutPanel5, 0, 6);
tableLayoutPanel2.Controls.Add(tableLayoutPanel6, 0, 7);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(0, 51);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 9;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel2.Size = new Size(374, 470);
tableLayoutPanel2.TabIndex = 17;
//
// tableLayoutPanel3
//
tableLayoutPanel3.ColumnCount = 2;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Controls.Add(uiComboBoxBrand, 1, 0);
tableLayoutPanel3.Controls.Add(uiMarkLabel1, 0, 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(368, 46);
tableLayoutPanel3.TabIndex = 0;
//
// uiMarkLabel1
//
uiMarkLabel1.Dock = DockStyle.Fill;
uiMarkLabel1.Font = new Font("宋体", 12F);
uiMarkLabel1.ForeColor = SystemColors.Control;
uiMarkLabel1.Location = new Point(3, 0);
uiMarkLabel1.Name = "uiMarkLabel1";
uiMarkLabel1.Padding = new Padding(5, 0, 0, 0);
uiMarkLabel1.Size = new Size(94, 46);
uiMarkLabel1.TabIndex = 25;
uiMarkLabel1.Text = "品牌";
uiMarkLabel1.TextAlign = ContentAlignment.MiddleLeft;
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 3;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
tableLayoutPanel1.Controls.Add(uiButtonGrabOnce, 0, 0);
tableLayoutPanel1.Controls.Add(uiButtonStartSoftGrab, 1, 0);
tableLayoutPanel1.Controls.Add(uiButtonCloseSoftGrab, 2, 0);
tableLayoutPanel1.Dock = DockStyle.Fill;
tableLayoutPanel1.Location = new Point(3, 107);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 1;
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Size = new Size(368, 46);
tableLayoutPanel1.TabIndex = 30;
//
// uiButtonGrabOnce
//
uiButtonGrabOnce.Dock = DockStyle.Fill;
uiButtonGrabOnce.Font = new Font("宋体", 12F);
uiButtonGrabOnce.Location = new Point(3, 3);
uiButtonGrabOnce.MinimumSize = new Size(1, 1);
uiButtonGrabOnce.Name = "uiButtonGrabOnce";
uiButtonGrabOnce.Size = new Size(116, 40);
uiButtonGrabOnce.TabIndex = 31;
uiButtonGrabOnce.Text = "单张采集";
uiButtonGrabOnce.Click += uiButtonGrabOnce_Click;
//
// uiButtonStartSoftGrab
//
uiButtonStartSoftGrab.Dock = DockStyle.Fill;
uiButtonStartSoftGrab.Font = new Font("宋体", 12F);
uiButtonStartSoftGrab.Location = new Point(125, 3);
uiButtonStartSoftGrab.MinimumSize = new Size(1, 1);
uiButtonStartSoftGrab.Name = "uiButtonStartSoftGrab";
uiButtonStartSoftGrab.Size = new Size(116, 40);
uiButtonStartSoftGrab.TabIndex = 31;
uiButtonStartSoftGrab.Text = "连续采集";
uiButtonStartSoftGrab.Click += uiButtonStartSoftGrab_Click;
//
// uiButtonCloseSoftGrab
//
uiButtonCloseSoftGrab.Dock = DockStyle.Fill;
uiButtonCloseSoftGrab.Font = new Font("宋体", 12F);
uiButtonCloseSoftGrab.Location = new Point(247, 3);
uiButtonCloseSoftGrab.MinimumSize = new Size(1, 1);
uiButtonCloseSoftGrab.Name = "uiButtonCloseSoftGrab";
uiButtonCloseSoftGrab.Size = new Size(118, 40);
uiButtonCloseSoftGrab.TabIndex = 31;
uiButtonCloseSoftGrab.Text = "关闭采集";
uiButtonCloseSoftGrab.Click += uiButtonCloseSoftGrab_Click;
//
// uiButtonStartHardGrab
//
uiButtonStartHardGrab.Dock = DockStyle.Fill;
uiButtonStartHardGrab.Font = new Font("宋体", 12F);
uiButtonStartHardGrab.Location = new Point(3, 211);
uiButtonStartHardGrab.MinimumSize = new Size(1, 1);
uiButtonStartHardGrab.Name = "uiButtonStartHardGrab";
uiButtonStartHardGrab.Size = new Size(368, 46);
uiButtonStartHardGrab.TabIndex = 27;
uiButtonStartHardGrab.Text = "等待硬件触发";
uiButtonStartHardGrab.Click += uiButtonStartHardGrab_Click;
//
// tableLayoutPanel4
//
tableLayoutPanel4.ColumnCount = 2;
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Controls.Add(uiMarkLabel2, 0, 0);
tableLayoutPanel4.Controls.Add(uiTextBoxExp, 1, 0);
tableLayoutPanel4.Dock = DockStyle.Fill;
tableLayoutPanel4.Location = new Point(3, 263);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 1;
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Size = new Size(368, 46);
tableLayoutPanel4.TabIndex = 28;
//
// uiMarkLabel2
//
uiMarkLabel2.Dock = DockStyle.Fill;
uiMarkLabel2.Font = new Font("宋体", 12F);
uiMarkLabel2.ForeColor = SystemColors.Control;
uiMarkLabel2.Location = new Point(3, 0);
uiMarkLabel2.Name = "uiMarkLabel2";
uiMarkLabel2.Padding = new Padding(5, 0, 0, 0);
uiMarkLabel2.Size = new Size(94, 46);
uiMarkLabel2.TabIndex = 31;
uiMarkLabel2.Text = "曝光(us)";
uiMarkLabel2.TextAlign = ContentAlignment.MiddleLeft;
//
// uiTextBoxExp
//
uiTextBoxExp.Dock = DockStyle.Fill;
uiTextBoxExp.Font = new Font("宋体", 12F);
uiTextBoxExp.Location = new Point(104, 5);
uiTextBoxExp.Margin = new Padding(4, 5, 4, 5);
uiTextBoxExp.MinimumSize = new Size(1, 16);
uiTextBoxExp.Name = "uiTextBoxExp";
uiTextBoxExp.Size = new Size(260, 26);
uiTextBoxExp.TabIndex = 31;
uiTextBoxExp.Text = "1000";
uiTextBoxExp.TextChanged += uiTextBoxExp_TextChanged;
//
// tableLayoutPanel5
//
tableLayoutPanel5.ColumnCount = 2;
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel5.Controls.Add(uiMarkLabel3, 0, 0);
tableLayoutPanel5.Controls.Add(uiTextBoxGain, 1, 0);
tableLayoutPanel5.Dock = DockStyle.Fill;
tableLayoutPanel5.Location = new Point(3, 315);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 1;
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel5.Size = new Size(368, 46);
tableLayoutPanel5.TabIndex = 29;
//
// uiMarkLabel3
//
uiMarkLabel3.Dock = DockStyle.Fill;
uiMarkLabel3.Font = new Font("宋体", 12F);
uiMarkLabel3.ForeColor = SystemColors.Control;
uiMarkLabel3.Location = new Point(3, 0);
uiMarkLabel3.Name = "uiMarkLabel3";
uiMarkLabel3.Padding = new Padding(5, 0, 0, 0);
uiMarkLabel3.Size = new Size(94, 46);
uiMarkLabel3.TabIndex = 31;
uiMarkLabel3.Text = "增益";
uiMarkLabel3.TextAlign = ContentAlignment.MiddleLeft;
//
// uiTextBoxGain
//
uiTextBoxGain.Dock = DockStyle.Fill;
uiTextBoxGain.Font = new Font("宋体", 12F);
uiTextBoxGain.Location = new Point(104, 5);
uiTextBoxGain.Margin = new Padding(4, 5, 4, 5);
uiTextBoxGain.MinimumSize = new Size(1, 16);
uiTextBoxGain.Name = "uiTextBoxGain";
uiTextBoxGain.Size = new Size(260, 26);
uiTextBoxGain.TabIndex = 32;
uiTextBoxGain.Text = "1";
uiTextBoxGain.TextChanged += uiTextBoxGain_TextChanged;
//
// tableLayoutPanel6
//
tableLayoutPanel6.ColumnCount = 2;
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F));
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel6.Controls.Add(uiMarkLabel4, 0, 0);
tableLayoutPanel6.Controls.Add(uiTextBoxGrabTime, 1, 0);
tableLayoutPanel6.Dock = DockStyle.Fill;
tableLayoutPanel6.Location = new Point(3, 367);
tableLayoutPanel6.Name = "tableLayoutPanel6";
tableLayoutPanel6.RowCount = 1;
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel6.Size = new Size(368, 46);
tableLayoutPanel6.TabIndex = 31;
//
// uiMarkLabel4
//
uiMarkLabel4.Dock = DockStyle.Fill;
uiMarkLabel4.Font = new Font("宋体", 12F);
uiMarkLabel4.ForeColor = SystemColors.Control;
uiMarkLabel4.Location = new Point(3, 0);
uiMarkLabel4.Name = "uiMarkLabel4";
uiMarkLabel4.Padding = new Padding(5, 0, 0, 0);
uiMarkLabel4.Size = new Size(94, 46);
uiMarkLabel4.TabIndex = 31;
uiMarkLabel4.Text = "耗时(ms)";
uiMarkLabel4.TextAlign = ContentAlignment.MiddleLeft;
//
// uiTextBoxGrabTime
//
uiTextBoxGrabTime.Dock = DockStyle.Fill;
uiTextBoxGrabTime.Enabled = false;
uiTextBoxGrabTime.Font = new Font("宋体", 12F);
uiTextBoxGrabTime.Location = new Point(104, 5);
uiTextBoxGrabTime.Margin = new Padding(4, 5, 4, 5);
uiTextBoxGrabTime.MinimumSize = new Size(1, 16);
uiTextBoxGrabTime.Name = "uiTextBoxGrabTime";
uiTextBoxGrabTime.Size = new Size(260, 26);
uiTextBoxGrabTime.TabIndex = 31;
//
// uiSplitContainer1
//
uiSplitContainer1.Dock = DockStyle.Fill;
uiSplitContainer1.ForeColor = SystemColors.Control;
uiSplitContainer1.Location = new Point(10, 70);
uiSplitContainer1.MinimumSize = new Size(20, 20);
uiSplitContainer1.Name = "uiSplitContainer1";
//
// uiSplitContainer1.Panel1
//
uiSplitContainer1.Panel1.Controls.Add(uiGroupBoxCameraParams);
//
// uiSplitContainer1.Panel2
//
uiSplitContainer1.Panel2.Controls.Add(uiGroupBoxImage);
uiSplitContainer1.Size = new Size(880, 521);
uiSplitContainer1.SplitterDistance = 374;
uiSplitContainer1.SplitterWidth = 11;
uiSplitContainer1.TabIndex = 20;
//
// themeForm1
//
themeForm1.BackColor = Color.FromArgb(32, 41, 50);
themeForm1.Controls.Add(controlBox1);
themeForm1.Controls.Add(uiSplitContainer1);
themeForm1.Dock = DockStyle.Fill;
themeForm1.Font = new Font("Microsoft YaHei UI", 9F, FontStyle.Regular, GraphicsUnit.Point, 0);
themeForm1.Image = (Image)resources.GetObject("themeForm1.Image");
themeForm1.Location = new Point(0, 0);
themeForm1.Name = "themeForm1";
themeForm1.Padding = new Padding(10, 70, 10, 9);
themeForm1.RoundCorners = true;
themeForm1.Sizable = true;
themeForm1.Size = new Size(900, 600);
themeForm1.SmartBounds = true;
themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation;
themeForm1.TabIndex = 21;
themeForm1.Text = "相机设置";
//
// 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 = true;
controlBox1.EnableMinimizeButton = true;
controlBox1.ForeColor = Color.FromArgb(155, 155, 155);
controlBox1.Location = new Point(800, 12);
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 = 21;
controlBox1.Text = "controlBox1";
//
// CameraForm
//
AutoScaleMode = AutoScaleMode.None;
ClientSize = new Size(900, 600);
Controls.Add(themeForm1);
FormBorderStyle = FormBorderStyle.None;
MinimumSize = new Size(261, 61);
Name = "CameraForm";
Text = "相机设置";
TransparencyKey = Color.Fuchsia;
FormClosing += CameraForm_FormClosing;
uiGroupBoxCameraParams.ResumeLayout(false);
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
tableLayoutPanel5.ResumeLayout(false);
tableLayoutPanel5.PerformLayout();
tableLayoutPanel6.ResumeLayout(false);
tableLayoutPanel6.PerformLayout();
uiSplitContainer1.Panel1.ResumeLayout(false);
uiSplitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)uiSplitContainer1).EndInit();
uiSplitContainer1.ResumeLayout(false);
themeForm1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private RadioButton uiRadioButtonHardTrigger;
private RadioButton uiRadioButtonSoftTrigger;
private ComboBox uiComboBoxBrand;
private GroupBox uiGroupBoxImage;
private GroupBox uiGroupBoxCameraParams;
private SplitContainer uiSplitContainer1;
private Button uiButtonStartHardGrab;
private TableLayoutPanel tableLayoutPanel2;
private TableLayoutPanel tableLayoutPanel5;
private TableLayoutPanel tableLayoutPanel3;
private TableLayoutPanel tableLayoutPanel4;
private Label uiMarkLabel1;
private TableLayoutPanel tableLayoutPanel1;
private Button uiButtonGrabOnce;
private Button uiButtonStartSoftGrab;
private Button uiButtonCloseSoftGrab;
private Label uiMarkLabel2;
private TextBox uiTextBoxExp;
private Label uiMarkLabel3;
private TextBox uiTextBoxGain;
private TableLayoutPanel tableLayoutPanel6;
private Label uiMarkLabel4;
private TextBox uiTextBoxGrabTime;
private Button btnSetting;
private ReaLTaiizor.Forms.ThemeForm themeForm1;
private ReaLTaiizor.Controls.ControlBox controlBox1;
}
}