namespace PaintDotNet.ImageCollect.CameraComponent
{
partial class AdjustGainControl
{
///
/// 必需的设计器变量。
///
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.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtGain = new System.Windows.Forms.TextBox();
this.lblGainMin = new System.Windows.Forms.Label();
this.lblGainMax = new System.Windows.Forms.Label();
this.trbGain = new System.Windows.Forms.TrackBar();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trbGain)).BeginInit();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtGain);
this.groupBox2.Controls.Add(this.lblGainMin);
this.groupBox2.Controls.Add(this.lblGainMax);
this.groupBox2.Controls.Add(this.trbGain);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(455, 82);
this.groupBox2.TabIndex = 18;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "增益值调整";
//
// txtGain
//
this.txtGain.Location = new System.Drawing.Point(369, 21);
this.txtGain.Name = "txtGain";
this.txtGain.Size = new System.Drawing.Size(55, 21);
this.txtGain.TabIndex = 36;
this.txtGain.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGain_KeyPress);
//
// lblGainMin
//
this.lblGainMin.AutoSize = true;
this.lblGainMin.Location = new System.Drawing.Point(97, 54);
this.lblGainMin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblGainMin.Name = "lblGainMin";
this.lblGainMin.Size = new System.Drawing.Size(11, 12);
this.lblGainMin.TabIndex = 17;
this.lblGainMin.Text = "0";
//
// lblGainMax
//
this.lblGainMax.AutoSize = true;
this.lblGainMax.Location = new System.Drawing.Point(340, 54);
this.lblGainMax.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblGainMax.Name = "lblGainMax";
this.lblGainMax.Size = new System.Drawing.Size(23, 12);
this.lblGainMax.TabIndex = 16;
this.lblGainMax.Text = "255";
//
// trbGain
//
this.trbGain.Location = new System.Drawing.Point(89, 21);
this.trbGain.Maximum = 255;
this.trbGain.Name = "trbGain";
this.trbGain.Size = new System.Drawing.Size(280, 45);
this.trbGain.TabIndex = 15;
this.trbGain.TickStyle = System.Windows.Forms.TickStyle.None;
this.trbGain.Value = 10;
this.trbGain.ValueChanged += new System.EventHandler(this.trbGain_ValueChanged);
//
// AdjustGainControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox2);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "AdjustGainControl";
this.Size = new System.Drawing.Size(455, 82);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trbGain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtGain;
private System.Windows.Forms.Label lblGainMin;
private System.Windows.Forms.Label lblGainMax;
private System.Windows.Forms.TrackBar trbGain;
}
}