Automatak.Simulator.DNP3.Components.ResponseTypeControl.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.comboBoxBinary = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBoxDoubleBinary = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.comboBoxCounter = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.comboBoxFrozenCounter = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.comboBoxAnalog = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.comboBoxBinaryOutputStatus = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.comboBoxAnalogOutputStatus = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // comboBoxBinary
            // 
            this.comboBoxBinary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxBinary.FormattingEnabled = true;
            this.comboBoxBinary.Location = new System.Drawing.Point(13, 13);
            this.comboBoxBinary.Name = "comboBoxBinary";
            this.comboBoxBinary.Size = new System.Drawing.Size(121, 21);
            this.comboBoxBinary.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(141, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(36, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Binary";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(141, 44);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(88, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "Double Bit Binary";
            // 
            // comboBoxDoubleBinary
            // 
            this.comboBoxDoubleBinary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxDoubleBinary.FormattingEnabled = true;
            this.comboBoxDoubleBinary.Location = new System.Drawing.Point(13, 40);
            this.comboBoxDoubleBinary.Name = "comboBoxDoubleBinary";
            this.comboBoxDoubleBinary.Size = new System.Drawing.Size(121, 21);
            this.comboBoxDoubleBinary.TabIndex = 2;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(141, 71);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(44, 13);
            this.label3.TabIndex = 5;
            this.label3.Text = "Counter";
            // 
            // comboBoxCounter
            // 
            this.comboBoxCounter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCounter.FormattingEnabled = true;
            this.comboBoxCounter.Location = new System.Drawing.Point(13, 67);
            this.comboBoxCounter.Name = "comboBoxCounter";
            this.comboBoxCounter.Size = new System.Drawing.Size(121, 21);
            this.comboBoxCounter.TabIndex = 4;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(141, 98);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(76, 13);
            this.label4.TabIndex = 7;
            this.label4.Text = "FrozenCounter";
            // 
            // comboBoxFrozenCounter
            // 
            this.comboBoxFrozenCounter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxFrozenCounter.FormattingEnabled = true;
            this.comboBoxFrozenCounter.Location = new System.Drawing.Point(13, 94);
            this.comboBoxFrozenCounter.Name = "comboBoxFrozenCounter";
            this.comboBoxFrozenCounter.Size = new System.Drawing.Size(121, 21);
            this.comboBoxFrozenCounter.TabIndex = 6;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(141, 125);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(40, 13);
            this.label5.TabIndex = 9;
            this.label5.Text = "Analog";
            // 
            // comboBoxAnalog
            // 
            this.comboBoxAnalog.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAnalog.FormattingEnabled = true;
            this.comboBoxAnalog.Location = new System.Drawing.Point(13, 121);
            this.comboBoxAnalog.Name = "comboBoxAnalog";
            this.comboBoxAnalog.Size = new System.Drawing.Size(121, 21);
            this.comboBoxAnalog.TabIndex = 8;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(141, 152);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(104, 13);
            this.label6.TabIndex = 11;
            this.label6.Text = "Binary Output Status";
            // 
            // comboBoxBinaryOutputStatus
            // 
            this.comboBoxBinaryOutputStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxBinaryOutputStatus.FormattingEnabled = true;
            this.comboBoxBinaryOutputStatus.Location = new System.Drawing.Point(13, 148);
            this.comboBoxBinaryOutputStatus.Name = "comboBoxBinaryOutputStatus";
            this.comboBoxBinaryOutputStatus.Size = new System.Drawing.Size(121, 21);
            this.comboBoxBinaryOutputStatus.TabIndex = 10;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(141, 179);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(108, 13);
            this.label7.TabIndex = 13;
            this.label7.Text = "Analog Output Status";
            // 
            // comboBoxAnalogOutputStatus
            // 
            this.comboBoxAnalogOutputStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAnalogOutputStatus.FormattingEnabled = true;
            this.comboBoxAnalogOutputStatus.Location = new System.Drawing.Point(13, 175);
            this.comboBoxAnalogOutputStatus.Name = "comboBoxAnalogOutputStatus";
            this.comboBoxAnalogOutputStatus.Size = new System.Drawing.Size(121, 21);
            this.comboBoxAnalogOutputStatus.TabIndex = 12;
            // 
            // ResponseTypeControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label7);
            this.Controls.Add(this.comboBoxAnalogOutputStatus);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.comboBoxBinaryOutputStatus);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.comboBoxAnalog);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.comboBoxFrozenCounter);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.comboBoxCounter);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.comboBoxDoubleBinary);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.comboBoxBinary);
            this.Name = "ResponseTypeControl";
            this.Size = new System.Drawing.Size(260, 210);
            this.ResumeLayout(false);
            this.PerformLayout();

        }