namespace CCDCount.Forms
{
partial class SettingForm
{
///
/// 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()
{
this.TabPanel = new System.Windows.Forms.Panel();
this.CameraSettingPanel = new System.Windows.Forms.Panel();
this.PanDuanParaPanel = new System.Windows.Forms.Panel();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.NoiseFilterTbx = new System.Windows.Forms.TextBox();
this.ChannelTbx = new System.Windows.Forms.TextBox();
this.RegionThresholdTbx = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.CameraShowBox = new System.Windows.Forms.PictureBox();
this.ShuLiSettingPanel = new System.Windows.Forms.Panel();
this.CamUserNameTbx = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.CamOffsetXTbx = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.ImageWidthTbx = new System.Windows.Forms.TextBox();
this.ImageHeightTbx = new System.Windows.Forms.TextBox();
this.ImageWidthLab = new System.Windows.Forms.Label();
this.ImageHeightLab = new System.Windows.Forms.Label();
this.AcquistionLineRateLabTbx = new System.Windows.Forms.TextBox();
this.AcquistionLineRateLab = new System.Windows.Forms.Label();
this.ExposureTimeTbx = new System.Windows.Forms.TextBox();
this.ExposureTimeLab = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.CameraConbox = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.IdentifyCountCobBox = new System.Windows.Forms.ComboBox();
this.SaveAllConfig = new System.Windows.Forms.Button();
this.CameraSettingPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.CameraShowBox)).BeginInit();
this.ShuLiSettingPanel.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// TabPanel
//
this.TabPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TabPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TabPanel.Location = new System.Drawing.Point(0, 2);
this.TabPanel.Name = "TabPanel";
this.TabPanel.Size = new System.Drawing.Size(538, 60);
this.TabPanel.TabIndex = 0;
//
// CameraSettingPanel
//
this.CameraSettingPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.CameraSettingPanel.AutoScroll = true;
this.CameraSettingPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.CameraSettingPanel.Controls.Add(this.PanDuanParaPanel);
this.CameraSettingPanel.Controls.Add(this.radioButton4);
this.CameraSettingPanel.Controls.Add(this.radioButton3);
this.CameraSettingPanel.Controls.Add(this.radioButton2);
this.CameraSettingPanel.Controls.Add(this.radioButton1);
this.CameraSettingPanel.Controls.Add(this.NoiseFilterTbx);
this.CameraSettingPanel.Controls.Add(this.ChannelTbx);
this.CameraSettingPanel.Controls.Add(this.RegionThresholdTbx);
this.CameraSettingPanel.Controls.Add(this.label10);
this.CameraSettingPanel.Controls.Add(this.label9);
this.CameraSettingPanel.Controls.Add(this.label8);
this.CameraSettingPanel.Controls.Add(this.label7);
this.CameraSettingPanel.Controls.Add(this.label3);
this.CameraSettingPanel.Location = new System.Drawing.Point(544, 66);
this.CameraSettingPanel.Name = "CameraSettingPanel";
this.CameraSettingPanel.Size = new System.Drawing.Size(238, 390);
this.CameraSettingPanel.TabIndex = 1;
//
// PanDuanParaPanel
//
this.PanDuanParaPanel.Location = new System.Drawing.Point(0, 289);
this.PanDuanParaPanel.Name = "PanDuanParaPanel";
this.PanDuanParaPanel.Size = new System.Drawing.Size(235, 83);
this.PanDuanParaPanel.TabIndex = 13;
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Location = new System.Drawing.Point(32, 264);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(148, 19);
this.radioButton4.TabIndex = 12;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "通过宽高面积检测";
this.radioButton4.UseVisualStyleBackColor = true;
this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(32, 227);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(118, 19);
this.radioButton3.TabIndex = 11;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "通过面积检测";
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(32, 192);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(118, 19);
this.radioButton2.TabIndex = 10;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "通过宽高检测";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(32, 158);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(73, 19);
this.radioButton1.TabIndex = 9;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "不检测";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// NoiseFilterTbx
//
this.NoiseFilterTbx.Location = new System.Drawing.Point(106, 97);
this.NoiseFilterTbx.Name = "NoiseFilterTbx";
this.NoiseFilterTbx.Size = new System.Drawing.Size(100, 25);
this.NoiseFilterTbx.TabIndex = 8;
//
// ChannelTbx
//
this.ChannelTbx.Location = new System.Drawing.Point(106, 68);
this.ChannelTbx.Name = "ChannelTbx";
this.ChannelTbx.Size = new System.Drawing.Size(100, 25);
this.ChannelTbx.TabIndex = 7;
//
// RegionThresholdTbx
//
this.RegionThresholdTbx.Location = new System.Drawing.Point(106, 37);
this.RegionThresholdTbx.Name = "RegionThresholdTbx";
this.RegionThresholdTbx.Size = new System.Drawing.Size(100, 25);
this.RegionThresholdTbx.TabIndex = 6;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(10, 100);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(82, 15);
this.label10.TabIndex = 5;
this.label10.Text = "噪点过滤:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(10, 130);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(112, 15);
this.label9.TabIndex = 4;
this.label9.Text = "合格检测类型:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(10, 70);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(90, 15);
this.label8.TabIndex = 2;
this.label8.Text = "阀门通道数:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(10, 40);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(90, 15);
this.label7.TabIndex = 1;
this.label7.Text = "预处理阈值:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(10, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 20);
this.label3.TabIndex = 0;
this.label3.Text = "识别参数";
//
// CameraShowBox
//
this.CameraShowBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CameraShowBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.CameraShowBox.Location = new System.Drawing.Point(0, 66);
this.CameraShowBox.Name = "CameraShowBox";
this.CameraShowBox.Size = new System.Drawing.Size(538, 350);
this.CameraShowBox.TabIndex = 2;
this.CameraShowBox.TabStop = false;
//
// ShuLiSettingPanel
//
this.ShuLiSettingPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ShuLiSettingPanel.AutoScroll = true;
this.ShuLiSettingPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ShuLiSettingPanel.Controls.Add(this.CamUserNameTbx);
this.ShuLiSettingPanel.Controls.Add(this.label6);
this.ShuLiSettingPanel.Controls.Add(this.CamOffsetXTbx);
this.ShuLiSettingPanel.Controls.Add(this.label5);
this.ShuLiSettingPanel.Controls.Add(this.ImageWidthTbx);
this.ShuLiSettingPanel.Controls.Add(this.ImageHeightTbx);
this.ShuLiSettingPanel.Controls.Add(this.ImageWidthLab);
this.ShuLiSettingPanel.Controls.Add(this.ImageHeightLab);
this.ShuLiSettingPanel.Controls.Add(this.AcquistionLineRateLabTbx);
this.ShuLiSettingPanel.Controls.Add(this.AcquistionLineRateLab);
this.ShuLiSettingPanel.Controls.Add(this.ExposureTimeTbx);
this.ShuLiSettingPanel.Controls.Add(this.ExposureTimeLab);
this.ShuLiSettingPanel.Controls.Add(this.label4);
this.ShuLiSettingPanel.Controls.Add(this.CameraConbox);
this.ShuLiSettingPanel.Controls.Add(this.label2);
this.ShuLiSettingPanel.Location = new System.Drawing.Point(0, 422);
this.ShuLiSettingPanel.Name = "ShuLiSettingPanel";
this.ShuLiSettingPanel.Size = new System.Drawing.Size(538, 115);
this.ShuLiSettingPanel.TabIndex = 3;
//
// CamUserNameTbx
//
this.CamUserNameTbx.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CamUserNameTbx.Location = new System.Drawing.Point(764, 45);
this.CamUserNameTbx.Name = "CamUserNameTbx";
this.CamUserNameTbx.Size = new System.Drawing.Size(100, 27);
this.CamUserNameTbx.TabIndex = 14;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(694, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 17);
this.label6.TabIndex = 13;
this.label6.Text = "相机名:";
//
// CamOffsetXTbx
//
this.CamOffsetXTbx.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CamOffsetXTbx.Location = new System.Drawing.Point(950, 45);
this.CamOffsetXTbx.Name = "CamOffsetXTbx";
this.CamOffsetXTbx.Size = new System.Drawing.Size(100, 27);
this.CamOffsetXTbx.TabIndex = 12;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(890, 50);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(60, 17);
this.label5.TabIndex = 11;
this.label5.Text = "X偏移:";
//
// ImageWidthTbx
//
this.ImageWidthTbx.Location = new System.Drawing.Point(401, 47);
this.ImageWidthTbx.Name = "ImageWidthTbx";
this.ImageWidthTbx.Size = new System.Drawing.Size(100, 25);
this.ImageWidthTbx.TabIndex = 10;
//
// ImageHeightTbx
//
this.ImageHeightTbx.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ImageHeightTbx.Location = new System.Drawing.Point(581, 47);
this.ImageHeightTbx.Name = "ImageHeightTbx";
this.ImageHeightTbx.Size = new System.Drawing.Size(100, 27);
this.ImageHeightTbx.TabIndex = 9;
//
// ImageWidthLab
//
this.ImageWidthLab.AutoSize = true;
this.ImageWidthLab.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ImageWidthLab.Location = new System.Drawing.Point(333, 50);
this.ImageWidthLab.Name = "ImageWidthLab";
this.ImageWidthLab.Size = new System.Drawing.Size(68, 17);
this.ImageWidthLab.TabIndex = 8;
this.ImageWidthLab.Text = "图像宽:";
//
// ImageHeightLab
//
this.ImageHeightLab.AutoSize = true;
this.ImageHeightLab.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ImageHeightLab.Location = new System.Drawing.Point(515, 52);
this.ImageHeightLab.Name = "ImageHeightLab";
this.ImageHeightLab.Size = new System.Drawing.Size(68, 17);
this.ImageHeightLab.TabIndex = 7;
this.ImageHeightLab.Text = "图像高:";
//
// AcquistionLineRateLabTbx
//
this.AcquistionLineRateLabTbx.Location = new System.Drawing.Point(219, 47);
this.AcquistionLineRateLabTbx.Name = "AcquistionLineRateLabTbx";
this.AcquistionLineRateLabTbx.Size = new System.Drawing.Size(100, 25);
this.AcquistionLineRateLabTbx.TabIndex = 6;
//
// AcquistionLineRateLab
//
this.AcquistionLineRateLab.AutoSize = true;
this.AcquistionLineRateLab.Location = new System.Drawing.Point(174, 52);
this.AcquistionLineRateLab.Name = "AcquistionLineRateLab";
this.AcquistionLineRateLab.Size = new System.Drawing.Size(52, 15);
this.AcquistionLineRateLab.TabIndex = 5;
this.AcquistionLineRateLab.Text = "行频:";
//
// ExposureTimeTbx
//
this.ExposureTimeTbx.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ExposureTimeTbx.Location = new System.Drawing.Point(60, 47);
this.ExposureTimeTbx.Name = "ExposureTimeTbx";
this.ExposureTimeTbx.Size = new System.Drawing.Size(100, 27);
this.ExposureTimeTbx.TabIndex = 4;
//
// ExposureTimeLab
//
this.ExposureTimeLab.AutoSize = true;
this.ExposureTimeLab.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ExposureTimeLab.Location = new System.Drawing.Point(10, 50);
this.ExposureTimeLab.Name = "ExposureTimeLab";
this.ExposureTimeLab.Size = new System.Drawing.Size(51, 17);
this.ExposureTimeLab.TabIndex = 3;
this.ExposureTimeLab.Text = "曝光:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(173, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(99, 20);
this.label4.TabIndex = 2;
this.label4.Text = "相机选择:";
//
// CameraConbox
//
this.CameraConbox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CameraConbox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CameraConbox.FormattingEnabled = true;
this.CameraConbox.Location = new System.Drawing.Point(287, 7);
this.CameraConbox.Name = "CameraConbox";
this.CameraConbox.Size = new System.Drawing.Size(394, 28);
this.CameraConbox.TabIndex = 1;
this.CameraConbox.SelectedIndexChanged += new System.EventHandler(this.CameraConbox_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(10, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 20);
this.label2.TabIndex = 0;
this.label2.Text = "相机参数";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(14, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(151, 34);
this.label1.TabIndex = 4;
this.label1.Text = "相机数:";
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.IdentifyCountCobBox);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(544, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(238, 58);
this.panel1.TabIndex = 4;
//
// IdentifyCountCobBox
//
this.IdentifyCountCobBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.IdentifyCountCobBox.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.IdentifyCountCobBox.FormattingEnabled = true;
this.IdentifyCountCobBox.Location = new System.Drawing.Point(147, 10);
this.IdentifyCountCobBox.Name = "IdentifyCountCobBox";
this.IdentifyCountCobBox.Size = new System.Drawing.Size(63, 41);
this.IdentifyCountCobBox.TabIndex = 5;
this.IdentifyCountCobBox.SelectedIndexChanged += new System.EventHandler(this.IdentifyCountCobBox_SelectedIndexChanged);
//
// SaveAllConfig
//
this.SaveAllConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.SaveAllConfig.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SaveAllConfig.Location = new System.Drawing.Point(544, 463);
this.SaveAllConfig.Name = "SaveAllConfig";
this.SaveAllConfig.Size = new System.Drawing.Size(238, 74);
this.SaveAllConfig.TabIndex = 5;
this.SaveAllConfig.Text = "保存全部参数";
this.SaveAllConfig.UseVisualStyleBackColor = true;
this.SaveAllConfig.Click += new System.EventHandler(this.SaveAllConfig_Click);
//
// SettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 541);
this.Controls.Add(this.SaveAllConfig);
this.Controls.Add(this.panel1);
this.Controls.Add(this.ShuLiSettingPanel);
this.Controls.Add(this.CameraShowBox);
this.Controls.Add(this.CameraSettingPanel);
this.Controls.Add(this.TabPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SettingForm";
this.Text = "SettingForm";
this.Load += new System.EventHandler(this.SettingForm_Load);
this.CameraSettingPanel.ResumeLayout(false);
this.CameraSettingPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.CameraShowBox)).EndInit();
this.ShuLiSettingPanel.ResumeLayout(false);
this.ShuLiSettingPanel.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel TabPanel;
private System.Windows.Forms.Panel CameraSettingPanel;
private System.Windows.Forms.PictureBox CameraShowBox;
private System.Windows.Forms.Panel ShuLiSettingPanel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ComboBox IdentifyCountCobBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox CameraConbox;
private System.Windows.Forms.Label AcquistionLineRateLab;
private System.Windows.Forms.TextBox ExposureTimeTbx;
private System.Windows.Forms.Label ExposureTimeLab;
private System.Windows.Forms.TextBox AcquistionLineRateLabTbx;
private System.Windows.Forms.Label ImageWidthLab;
private System.Windows.Forms.Label ImageHeightLab;
private System.Windows.Forms.TextBox ImageHeightTbx;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox ImageWidthTbx;
private System.Windows.Forms.TextBox CamOffsetXTbx;
private System.Windows.Forms.TextBox CamUserNameTbx;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button SaveAllConfig;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox NoiseFilterTbx;
private System.Windows.Forms.TextBox ChannelTbx;
private System.Windows.Forms.TextBox RegionThresholdTbx;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Panel PanDuanParaPanel;
}
}