ASCOM.cam85_v02.camSettings.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        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();
            this.baudrateAdjustNumUpDown = new System.Windows.Forms.NumericUpDown();
            this.minMaxBaudrateAdjLabel = new System.Windows.Forms.Label();
            this.baudrateAdjLabel = 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();
            ((System.ComponentModel.ISupportInitialize)(this.baudrateAdjustNumUpDown)).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, 45);
            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, 45);
            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, 159);
            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, 180);
            this.cameraStatusLabel.Name = "cameraStatusLabel";
            this.cameraStatusLabel.Size = new System.Drawing.Size(132, 13);
            this.cameraStatusLabel.TabIndex = 45;
            this.cameraStatusLabel.Text = "Camera status: operational";
            // 
            // baudrateAdjustNumUpDown
            // 
            this.baudrateAdjustNumUpDown.Increment = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.baudrateAdjustNumUpDown.Location = new System.Drawing.Point(130, 136);
            this.baudrateAdjustNumUpDown.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.baudrateAdjustNumUpDown.Minimum = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.baudrateAdjustNumUpDown.Name = "baudrateAdjustNumUpDown";
            this.baudrateAdjustNumUpDown.Size = new System.Drawing.Size(51, 20);
            this.baudrateAdjustNumUpDown.TabIndex = 49;
            this.baudrateAdjustNumUpDown.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.baudrateAdjustNumUpDown.ValueChanged += new System.EventHandler(this.baudrateAdjustNumUpDown_ValueChanged);
            // 
            // minMaxBaudrateAdjLabel
            // 
            this.minMaxBaudrateAdjLabel.AutoSize = true;
            this.minMaxBaudrateAdjLabel.Location = new System.Drawing.Point(74, 139);
            this.minMaxBaudrateAdjLabel.Name = "minMaxBaudrateAdjLabel";
            this.minMaxBaudrateAdjLabel.Size = new System.Drawing.Size(49, 13);
            this.minMaxBaudrateAdjLabel.TabIndex = 47;
            this.minMaxBaudrateAdjLabel.Text = "120..200";
            // 
            // baudrateAdjLabel
            // 
            this.baudrateAdjLabel.AutoSize = true;
            this.baudrateAdjLabel.Location = new System.Drawing.Point(6, 139);
            this.baudrateAdjLabel.Name = "baudrateAdjLabel";
            this.baudrateAdjLabel.Size = new System.Drawing.Size(70, 13);
            this.baudrateAdjLabel.TabIndex = 46;
            this.baudrateAdjLabel.Text = "Baudrate adj.";
            // 
            // camSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(230, 199);
            this.Controls.Add(this.baudrateAdjustNumUpDown);
            this.Controls.Add(this.minMaxBaudrateAdjLabel);
            this.Controls.Add(this.baudrateAdjLabel);
            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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Name = "camSettings";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "CAM85_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();
            ((System.ComponentModel.ISupportInitialize)(this.baudrateAdjustNumUpDown)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }