diff --git a/FetchXmlBuilder/DockControls/ResultGrid.Designer.cs b/FetchXmlBuilder/DockControls/ResultGrid.Designer.cs index 8e0012c4..012d3496 100644 --- a/FetchXmlBuilder/DockControls/ResultGrid.Designer.cs +++ b/FetchXmlBuilder/DockControls/ResultGrid.Designer.cs @@ -29,7 +29,7 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.ctxmenuGrid = new System.Windows.Forms.ContextMenuStrip(this.components); this.ctxRecord = new System.Windows.Forms.ToolStripMenuItem(); this.ctxRecordOpen = new System.Windows.Forms.ToolStripMenuItem(); @@ -247,6 +247,7 @@ private void InitializeComponent() // // mnuBothNames // + this.mnuBothNames.CheckOnClick = true; this.mnuBothNames.Name = "mnuBothNames"; this.mnuBothNames.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.B))); @@ -482,8 +483,8 @@ private void InitializeComponent() this.crmGridView1.AllowUserToDeleteRows = false; this.crmGridView1.AllowUserToOrderColumns = true; this.crmGridView1.AllowUserToResizeRows = false; - dataGridViewCellStyle2.BackColor = System.Drawing.Color.WhiteSmoke; - this.crmGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2; + dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke; + this.crmGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.crmGridView1.AutoRefresh = false; this.crmGridView1.BackgroundColor = System.Drawing.SystemColors.Window; this.crmGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;