namespace PaintDotNet.ImageCollect
{
partial class AdjustExposureControl
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cmpLight = new PaintDotNet.ImageCollect.CameraParamBar();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.lblMax = new System.Windows.Forms.Label();
this.lblMin = new System.Windows.Forms.Label();
this.tkbExposure = new System.Windows.Forms.TrackBar();
this.txbExposure = new System.Windows.Forms.TextBox();
this.lblUnit = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lblExp = new System.Windows.Forms.Label();
this.btnAutoExposureOnce = new System.Windows.Forms.Button();
this.ckbAutoExposure = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cmpGain = new PaintDotNet.ImageCollect.CameraParamBar();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tkbExposure)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cmpLight);
this.groupBox1.Controls.Add(this.panel1);
this.groupBox1.Controls.Add(this.btnAutoExposureOnce);
this.groupBox1.Controls.Add(this.ckbAutoExposure);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(470, 154);
this.groupBox1.TabIndex = 48;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "曝光时间";
//
// cmpLight
//
this.cmpLight.AutoSize = true;
this.cmpLight.Caption = "亮度";
this.cmpLight.Dock = System.Windows.Forms.DockStyle.Top;
this.cmpLight.Location = new System.Drawing.Point(4, 62);
this.cmpLight.Name = "cmpLight";
this.cmpLight.Padding = new System.Windows.Forms.Padding(2);
this.cmpLight.Size = new System.Drawing.Size(462, 44);
this.cmpLight.TabIndex = 68;
this.cmpLight.unit = "";
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.txbExposure);
this.panel1.Controls.Add(this.lblUnit);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.lblExp);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(4, 18);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(462, 44);
this.panel1.TabIndex = 69;
//
// panel2
//
this.panel2.Controls.Add(this.lblMax);
this.panel2.Controls.Add(this.lblMin);
this.panel2.Controls.Add(this.tkbExposure);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(85, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(277, 44);
this.panel2.TabIndex = 10;
//
// lblMax
//
this.lblMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblMax.Location = new System.Drawing.Point(237, 24);
this.lblMax.Name = "lblMax";
this.lblMax.Size = new System.Drawing.Size(35, 12);
this.lblMax.TabIndex = 2;
this.lblMax.Text = "15s";
this.lblMax.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// lblMin
//
this.lblMin.AutoSize = true;
this.lblMin.Location = new System.Drawing.Point(9, 24);
this.lblMin.Name = "lblMin";
this.lblMin.Size = new System.Drawing.Size(35, 12);
this.lblMin.TabIndex = 1;
this.lblMin.Text = "130us";
//
// tkbExposure
//
this.tkbExposure.Dock = System.Windows.Forms.DockStyle.Fill;
this.tkbExposure.Location = new System.Drawing.Point(0, 0);
this.tkbExposure.Maximum = 100;
this.tkbExposure.Name = "tkbExposure";
this.tkbExposure.Size = new System.Drawing.Size(277, 44);
this.tkbExposure.TabIndex = 0;
this.tkbExposure.TickStyle = System.Windows.Forms.TickStyle.None;
this.tkbExposure.Scroll += new System.EventHandler(this.tkbExposure_Scroll);
//
// txbExposure
//
this.txbExposure.Dock = System.Windows.Forms.DockStyle.Right;
this.txbExposure.Location = new System.Drawing.Point(362, 0);
this.txbExposure.Name = "txbExposure";
this.txbExposure.Size = new System.Drawing.Size(60, 21);
this.txbExposure.TabIndex = 9;
this.txbExposure.Text = "0";
this.txbExposure.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baoGuangTBox_KeyPress);
//
// lblUnit
//
this.lblUnit.Dock = System.Windows.Forms.DockStyle.Right;
this.lblUnit.Location = new System.Drawing.Point(422, 0);
this.lblUnit.Name = "lblUnit";
this.lblUnit.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.lblUnit.Size = new System.Drawing.Size(40, 44);
this.lblUnit.TabIndex = 8;
this.lblUnit.Text = "ms";
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Location = new System.Drawing.Point(74, 0);
this.label1.Name = "label1";
this.label1.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.label1.Size = new System.Drawing.Size(11, 44);
this.label1.TabIndex = 7;
this.label1.Text = ":";
//
// lblExp
//
this.lblExp.Dock = System.Windows.Forms.DockStyle.Left;
this.lblExp.Location = new System.Drawing.Point(0, 0);
this.lblExp.Name = "lblExp";
this.lblExp.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.lblExp.Size = new System.Drawing.Size(74, 44);
this.lblExp.TabIndex = 6;
this.lblExp.Text = "ParmName";
//
// btnAutoExposureOnce
//
this.btnAutoExposureOnce.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAutoExposureOnce.Location = new System.Drawing.Point(92, 114);
this.btnAutoExposureOnce.Margin = new System.Windows.Forms.Padding(2);
this.btnAutoExposureOnce.Name = "btnAutoExposureOnce";
this.btnAutoExposureOnce.Size = new System.Drawing.Size(102, 25);
this.btnAutoExposureOnce.TabIndex = 61;
this.btnAutoExposureOnce.Text = "一次自动曝光";
this.btnAutoExposureOnce.UseVisualStyleBackColor = true;
this.btnAutoExposureOnce.Click += new System.EventHandler(this.btnAutoExposureOnce_Click);
//
// ckbAutoExposure
//
this.ckbAutoExposure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.ckbAutoExposure.AutoSize = true;
this.ckbAutoExposure.Location = new System.Drawing.Point(6, 119);
this.ckbAutoExposure.Margin = new System.Windows.Forms.Padding(2);
this.ckbAutoExposure.Name = "ckbAutoExposure";
this.ckbAutoExposure.Size = new System.Drawing.Size(72, 16);
this.ckbAutoExposure.TabIndex = 60;
this.ckbAutoExposure.Text = "自动曝光";
this.ckbAutoExposure.UseVisualStyleBackColor = true;
this.ckbAutoExposure.Click += new System.EventHandler(this.ckbAutoExposure_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cmpGain);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new System.Drawing.Point(0, 154);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(8);
this.groupBox2.Size = new System.Drawing.Size(470, 71);
this.groupBox2.TabIndex = 49;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "增益值调整";
//
// cmpGain
//
this.cmpGain.AutoSize = true;
this.cmpGain.Caption = "曝光增益";
this.cmpGain.Dock = System.Windows.Forms.DockStyle.Top;
this.cmpGain.Location = new System.Drawing.Point(8, 22);
this.cmpGain.Name = "cmpGain";
this.cmpGain.Padding = new System.Windows.Forms.Padding(2);
this.cmpGain.Size = new System.Drawing.Size(454, 44);
this.cmpGain.TabIndex = 70;
this.cmpGain.unit = "";
//
// AdjustExposureControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "AdjustExposureControl";
this.Size = new System.Drawing.Size(470, 233);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tkbExposure)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox ckbAutoExposure;
private System.Windows.Forms.Button btnAutoExposureOnce;
private CameraParamBar cmpLight;
private System.Windows.Forms.GroupBox groupBox2;
private CameraParamBar cmpGain;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lblMax;
private System.Windows.Forms.Label lblMin;
private System.Windows.Forms.TrackBar tkbExposure;
private System.Windows.Forms.TextBox txbExposure;
private System.Windows.Forms.Label lblUnit;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblExp;
}
}