PurplePen.EnterSymbolText.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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EnterSymbolText));
            this.dataGridView = new System.Windows.Forms.DataGridView();
            this.numberColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.genderColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.caseColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.textColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.checkBoxPlural = new System.Windows.Forms.CheckBox();
            this.checkBoxGender = new System.Windows.Forms.CheckBox();
            this.labelDescription = new System.Windows.Forms.Label();
            this.labelGenderChooser = new System.Windows.Forms.Label();
            this.comboBoxGenderChooser = new System.Windows.Forms.ComboBox();
            this.labelCaseChooser = new System.Windows.Forms.Label();
            this.comboBoxCaseChooser = new System.Windows.Forms.ComboBox();
            this.checkBoxCases = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            // 
            // cancelButton
            // 
            resources.ApplyResources(this.cancelButton, "cancelButton");
            // 
            // dataGridView
            // 
            this.dataGridView.AllowUserToAddRows = false;
            this.dataGridView.AllowUserToDeleteRows = false;
            this.dataGridView.AllowUserToResizeColumns = false;
            this.dataGridView.AllowUserToResizeRows = false;
            resources.ApplyResources(this.dataGridView, "dataGridView");
            this.dataGridView.BackgroundColor = System.Drawing.SystemColors.Control;
            this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.numberColumn,
            this.genderColumn,
            this.caseColumn,
            this.textColumn});
            this.dataGridView.MultiSelect = false;
            this.dataGridView.Name = "dataGridView";
            this.dataGridView.RowHeadersVisible = false;
            this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
            // 
            // numberColumn
            // 
            this.numberColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            resources.ApplyResources(this.numberColumn, "numberColumn");
            this.numberColumn.Name = "numberColumn";
            this.numberColumn.ReadOnly = true;
            this.numberColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // genderColumn
            // 
            this.genderColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            resources.ApplyResources(this.genderColumn, "genderColumn");
            this.genderColumn.Name = "genderColumn";
            this.genderColumn.ReadOnly = true;
            this.genderColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // caseColumn
            // 
            this.caseColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            resources.ApplyResources(this.caseColumn, "caseColumn");
            this.caseColumn.Name = "caseColumn";
            this.caseColumn.ReadOnly = true;
            this.caseColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // textColumn
            // 
            this.textColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            resources.ApplyResources(this.textColumn, "textColumn");
            this.textColumn.Name = "textColumn";
            this.textColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // checkBoxPlural
            // 
            resources.ApplyResources(this.checkBoxPlural, "checkBoxPlural");
            this.checkBoxPlural.Name = "checkBoxPlural";
            this.checkBoxPlural.UseVisualStyleBackColor = true;
            this.checkBoxPlural.CheckedChanged += new System.EventHandler(this.checkBoxPluralOrGenderOrCase_CheckedChanged);
            // 
            // checkBoxGender
            // 
            resources.ApplyResources(this.checkBoxGender, "checkBoxGender");
            this.checkBoxGender.Name = "checkBoxGender";
            this.checkBoxGender.UseVisualStyleBackColor = true;
            this.checkBoxGender.CheckedChanged += new System.EventHandler(this.checkBoxPluralOrGenderOrCase_CheckedChanged);
            // 
            // labelDescription
            // 
            resources.ApplyResources(this.labelDescription, "labelDescription");
            this.labelDescription.Name = "labelDescription";
            // 
            // labelGenderChooser
            // 
            resources.ApplyResources(this.labelGenderChooser, "labelGenderChooser");
            this.labelGenderChooser.Name = "labelGenderChooser";
            // 
            // comboBoxGenderChooser
            // 
            this.comboBoxGenderChooser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGenderChooser.FormattingEnabled = true;
            resources.ApplyResources(this.comboBoxGenderChooser, "comboBoxGenderChooser");
            this.comboBoxGenderChooser.Name = "comboBoxGenderChooser";
            // 
            // labelCaseChooser
            // 
            resources.ApplyResources(this.labelCaseChooser, "labelCaseChooser");
            this.labelCaseChooser.Name = "labelCaseChooser";
            // 
            // comboBoxCaseChooser
            // 
            this.comboBoxCaseChooser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxCaseChooser.FormattingEnabled = true;
            resources.ApplyResources(this.comboBoxCaseChooser, "comboBoxCaseChooser");
            this.comboBoxCaseChooser.Name = "comboBoxCaseChooser";
            // 
            // checkBoxCases
            // 
            resources.ApplyResources(this.checkBoxCases, "checkBoxCases");
            this.checkBoxCases.Name = "checkBoxCases";
            this.checkBoxCases.UseVisualStyleBackColor = true;
            this.checkBoxCases.CheckedChanged += new System.EventHandler(this.checkBoxPluralOrGenderOrCase_CheckedChanged);
            // 
            // EnterSymbolText
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.checkBoxCases);
            this.Controls.Add(this.comboBoxCaseChooser);
            this.Controls.Add(this.labelCaseChooser);
            this.Controls.Add(this.comboBoxGenderChooser);
            this.Controls.Add(this.labelGenderChooser);
            this.Controls.Add(this.labelDescription);
            this.Controls.Add(this.checkBoxGender);
            this.Controls.Add(this.checkBoxPlural);
            this.Controls.Add(this.dataGridView);
            this.HelpButton = false;
            this.Name = "EnterSymbolText";
            this.Shown += new System.EventHandler(this.EnterSymbolText_Shown);
            this.Controls.SetChildIndex(this.dataGridView, 0);
            this.Controls.SetChildIndex(this.checkBoxPlural, 0);
            this.Controls.SetChildIndex(this.checkBoxGender, 0);
            this.Controls.SetChildIndex(this.labelDescription, 0);
            this.Controls.SetChildIndex(this.labelGenderChooser, 0);
            this.Controls.SetChildIndex(this.comboBoxGenderChooser, 0);
            this.Controls.SetChildIndex(this.okButton, 0);
            this.Controls.SetChildIndex(this.cancelButton, 0);
            this.Controls.SetChildIndex(this.labelCaseChooser, 0);
            this.Controls.SetChildIndex(this.comboBoxCaseChooser, 0);
            this.Controls.SetChildIndex(this.checkBoxCases, 0);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }