Microsoft.VisualStudio.R.Package.ProjectSystem.PropertyPages.Settings.SettingsPageControl.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.propertyGrid = new System.Windows.Forms.PropertyGrid();
            this.filesList = new System.Windows.Forms.ComboBox();
            this.variableName = new System.Windows.Forms.TextBox();
            this.addSettingButton = new System.Windows.Forms.Button();
            this.variableNameLabel = new System.Windows.Forms.Label();
            this.explanationText = new System.Windows.Forms.TextBox();
            this.variableValueLabel = new System.Windows.Forms.Label();
            this.variableValue = new System.Windows.Forms.TextBox();
            this.variableTypeList = new System.Windows.Forms.ComboBox();
            this.variableTypeLabel = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // propertyGrid
            // 
            this.propertyGrid.Location = new System.Drawing.Point(0, 30);
            this.propertyGrid.Margin = new System.Windows.Forms.Padding(20, 20, 20, 20);
            this.propertyGrid.Name = "propertyGrid";
            this.propertyGrid.Size = new System.Drawing.Size(438, 212);
            this.propertyGrid.TabIndex = 1;
            this.propertyGrid.ToolbarVisible = false;
            // 
            // filesList
            // 
            this.filesList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.filesList.FormattingEnabled = true;
            this.filesList.Location = new System.Drawing.Point(0, 0);
            this.filesList.Name = "filesList";
            this.filesList.Size = new System.Drawing.Size(250, 21);
            this.filesList.TabIndex = 0;
            // 
            // variableName
            // 
            this.variableName.Location = new System.Drawing.Point(1, 264);
            this.variableName.Name = "variableName";
            this.variableName.Size = new System.Drawing.Size(74, 20);
            this.variableName.TabIndex = 3;
            // 
            // addSettingButton
            // 
            this.addSettingButton.Location = new System.Drawing.Point(363, 261);
            this.addSettingButton.Name = "addSettingButton";
            this.addSettingButton.Size = new System.Drawing.Size(75, 23);
            this.addSettingButton.TabIndex = 8;
            this.addSettingButton.Text = "&Add";
            this.addSettingButton.UseVisualStyleBackColor = true;
            // 
            // variableNameLabel
            // 
            this.variableNameLabel.AutoSize = true;
            this.variableNameLabel.Location = new System.Drawing.Point(-2, 248);
            this.variableNameLabel.Name = "variableNameLabel";
            this.variableNameLabel.Size = new System.Drawing.Size(38, 13);
            this.variableNameLabel.TabIndex = 2;
            this.variableNameLabel.Text = "Name:";
            // 
            // explanationText
            // 
            this.explanationText.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.explanationText.Location = new System.Drawing.Point(450, 30);
            this.explanationText.Multiline = true;
            this.explanationText.Name = "explanationText";
            this.explanationText.ReadOnly = true;
            this.explanationText.Size = new System.Drawing.Size(277, 212);
            this.explanationText.TabIndex = 6;
            this.explanationText.TabStop = false;
            // 
            // variableValueLabel
            // 
            this.variableValueLabel.AutoSize = true;
            this.variableValueLabel.Location = new System.Drawing.Point(87, 249);
            this.variableValueLabel.Name = "variableValueLabel";
            this.variableValueLabel.Size = new System.Drawing.Size(37, 13);
            this.variableValueLabel.TabIndex = 4;
            this.variableValueLabel.Text = "Value:";
            // 
            // variableValue
            // 
            this.variableValue.Location = new System.Drawing.Point(89, 264);
            this.variableValue.Name = "variableValue";
            this.variableValue.Size = new System.Drawing.Size(158, 20);
            this.variableValue.TabIndex = 5;
            // 
            // variableTypeList
            // 
            this.variableTypeList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.variableTypeList.FormattingEnabled = true;
            this.variableTypeList.Location = new System.Drawing.Point(263, 263);
            this.variableTypeList.Name = "variableTypeList";
            this.variableTypeList.Size = new System.Drawing.Size(79, 21);
            this.variableTypeList.TabIndex = 7;
            // 
            // variableTypeLabel
            // 
            this.variableTypeLabel.AutoSize = true;
            this.variableTypeLabel.Location = new System.Drawing.Point(260, 246);
            this.variableTypeLabel.Name = "variableTypeLabel";
            this.variableTypeLabel.Size = new System.Drawing.Size(34, 13);
            this.variableTypeLabel.TabIndex = 6;
            this.variableTypeLabel.Text = "Type:";
            // 
            // SettingsPageControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.Controls.Add(this.variableTypeLabel);
            this.Controls.Add(this.variableTypeList);
            this.Controls.Add(this.variableValue);
            this.Controls.Add(this.variableValueLabel);
            this.Controls.Add(this.explanationText);
            this.Controls.Add(this.variableNameLabel);
            this.Controls.Add(this.addSettingButton);
            this.Controls.Add(this.variableName);
            this.Controls.Add(this.filesList);
            this.Controls.Add(this.propertyGrid);
            this.MinimumSize = new System.Drawing.Size(200, 200);
            this.Name = "SettingsPageControl";
            this.Size = new System.Drawing.Size(730, 287);
            this.ResumeLayout(false);
            this.PerformLayout();

        }