private void InitializeComponent()
{
this.gainTrackBar = new System.Windows.Forms.TrackBar();
this.offsetTrackBar = new System.Windows.Forms.TrackBar();
this.minMaxOffsetLabel = new System.Windows.Forms.Label();
this.minMaxGainLabel = new System.Windows.Forms.Label();
this.offsetLabel = new System.Windows.Forms.Label();
this.gainLabel = new System.Windows.Forms.Label();
this.onTopCheckBox = new System.Windows.Forms.CheckBox();
this.gainNumUpDown = new System.Windows.Forms.NumericUpDown();
this.offsetNumUpDown = new System.Windows.Forms.NumericUpDown();
this.tecStatusLabel = new System.Windows.Forms.Label();
this.cameraStatusLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.gainTrackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.offsetTrackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gainNumUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.offsetNumUpDown)).BeginInit();
this.SuspendLayout();
//
// gainTrackBar
//
this.gainTrackBar.Location = new System.Drawing.Point(6, 25);
this.gainTrackBar.Maximum = 63;
this.gainTrackBar.Name = "gainTrackBar";
this.gainTrackBar.Size = new System.Drawing.Size(219, 37);
this.gainTrackBar.TabIndex = 36;
this.gainTrackBar.Scroll += new System.EventHandler(this.GainTrackBar_Scroll);
//
// offsetTrackBar
//
this.offsetTrackBar.Location = new System.Drawing.Point(6, 91);
this.offsetTrackBar.Maximum = 127;
this.offsetTrackBar.Minimum = -127;
this.offsetTrackBar.Name = "offsetTrackBar";
this.offsetTrackBar.Size = new System.Drawing.Size(219, 37);
this.offsetTrackBar.TabIndex = 35;
this.offsetTrackBar.Scroll += new System.EventHandler(this.OffsetTrackBar_Scroll);
//
// minMaxOffsetLabel
//
this.minMaxOffsetLabel.AutoSize = true;
this.minMaxOffsetLabel.Location = new System.Drawing.Point(47, 73);
this.minMaxOffsetLabel.Name = "minMaxOffsetLabel";
this.minMaxOffsetLabel.Size = new System.Drawing.Size(52, 13);
this.minMaxOffsetLabel.TabIndex = 34;
this.minMaxOffsetLabel.Text = "-127..127";
//
// minMaxGainLabel
//
this.minMaxGainLabel.AutoSize = true;
this.minMaxGainLabel.Location = new System.Drawing.Point(47, 7);
this.minMaxGainLabel.Name = "minMaxGainLabel";
this.minMaxGainLabel.Size = new System.Drawing.Size(31, 13);
this.minMaxGainLabel.TabIndex = 33;
this.minMaxGainLabel.Text = "0..63";
//
// offsetLabel
//
this.offsetLabel.AutoSize = true;
this.offsetLabel.Location = new System.Drawing.Point(6, 73);
this.offsetLabel.Name = "offsetLabel";
this.offsetLabel.Size = new System.Drawing.Size(35, 13);
this.offsetLabel.TabIndex = 32;
this.offsetLabel.Text = "Offset";
//
// gainLabel
//
this.gainLabel.AutoSize = true;
this.gainLabel.Location = new System.Drawing.Point(6, 7);
this.gainLabel.Name = "gainLabel";
this.gainLabel.Size = new System.Drawing.Size(29, 13);
this.gainLabel.TabIndex = 29;
this.gainLabel.Text = "Gain";
//
// onTopCheckBox
//
this.onTopCheckBox.AutoSize = true;
this.onTopCheckBox.Location = new System.Drawing.Point(163, 7);
this.onTopCheckBox.Name = "onTopCheckBox";
this.onTopCheckBox.Size = new System.Drawing.Size(62, 17);
this.onTopCheckBox.TabIndex = 37;
this.onTopCheckBox.Text = "On Top";
this.onTopCheckBox.UseVisualStyleBackColor = true;
this.onTopCheckBox.CheckedChanged += new System.EventHandler(this.OnTopCheckBox_CheckedChanged);
//
// gainNumUpDown
//
this.gainNumUpDown.Location = new System.Drawing.Point(103, 4);
this.gainNumUpDown.Maximum = new decimal(new int[] {
63,
0,
0,
0});
this.gainNumUpDown.Name = "gainNumUpDown";
this.gainNumUpDown.Size = new System.Drawing.Size(51, 20);
this.gainNumUpDown.TabIndex = 42;
this.gainNumUpDown.ValueChanged += new System.EventHandler(this.gainNumUpDown_ValueChanged);
//
// offsetNumUpDown
//
this.offsetNumUpDown.Location = new System.Drawing.Point(103, 70);
this.offsetNumUpDown.Maximum = new decimal(new int[] {
127,
0,
0,
0});
this.offsetNumUpDown.Minimum = new decimal(new int[] {
127,
0,
0,
-2147483648});
this.offsetNumUpDown.Name = "offsetNumUpDown";
this.offsetNumUpDown.Size = new System.Drawing.Size(51, 20);
this.offsetNumUpDown.TabIndex = 43;
this.offsetNumUpDown.ValueChanged += new System.EventHandler(this.offsetNumUpDown_ValueChanged);
//
// tecStatusLabel
//
this.tecStatusLabel.AutoSize = true;
this.tecStatusLabel.Location = new System.Drawing.Point(6, 131);
this.tecStatusLabel.Name = "tecStatusLabel";
this.tecStatusLabel.Size = new System.Drawing.Size(62, 13);
this.tecStatusLabel.TabIndex = 44;
this.tecStatusLabel.Text = "TEC status:";
//
// cameraStatusLabel
//
this.cameraStatusLabel.AutoSize = true;
this.cameraStatusLabel.Location = new System.Drawing.Point(6, 153);
this.cameraStatusLabel.Name = "cameraStatusLabel";
this.cameraStatusLabel.Size = new System.Drawing.Size(132, 13);
this.cameraStatusLabel.TabIndex = 45;
this.cameraStatusLabel.Text = "Camera status: operational";
//
// camSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(230, 184);
this.Controls.Add(this.cameraStatusLabel);
this.Controls.Add(this.tecStatusLabel);
this.Controls.Add(this.offsetNumUpDown);
this.Controls.Add(this.gainNumUpDown);
this.Controls.Add(this.onTopCheckBox);
this.Controls.Add(this.gainTrackBar);
this.Controls.Add(this.offsetTrackBar);
this.Controls.Add(this.minMaxOffsetLabel);
this.Controls.Add(this.minMaxGainLabel);
this.Controls.Add(this.offsetLabel);
this.Controls.Add(this.gainLabel);
this.MaximumSize = new System.Drawing.Size(238, 213);
this.MinimumSize = new System.Drawing.Size(238, 213);
this.Name = "camSettings";
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "CAM8_settings";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.camSettings_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.gainTrackBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.offsetTrackBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gainNumUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.offsetNumUpDown)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}