/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataboundGridControl));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.navBar = new pwiz.Common.DataBinding.Controls.NavBar();
     this.bindingListSource = new pwiz.Common.DataBinding.Controls.BindingListSource(this.components);
     this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.sortAscendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sortDescendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearSortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.filterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearFilterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearAllFiltersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.fillDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.boundDataGridView = new pwiz.Skyline.Controls.Databinding.BoundDataGridViewEx();
     ((System.ComponentModel.ISupportInitialize)(this.bindingListSource)).BeginInit();
     this.contextMenuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.boundDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // navBar
     //
     resources.ApplyResources(this.navBar, "navBar");
     this.navBar.BindingListSource = this.bindingListSource;
     this.navBar.Name = "navBar";
     this.navBar.ShowViewsButton = true;
     //
     // bindingListSource
     //
     this.bindingListSource.RowSource = new object[0];
     this.bindingListSource.DataError += new System.Windows.Forms.BindingManagerDataErrorEventHandler(this.bindingListSource_DataError);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.sortAscendingToolStripMenuItem,
     this.sortDescendingToolStripMenuItem,
     this.clearSortToolStripMenuItem,
     this.toolStripSeparator1,
     this.filterToolStripMenuItem,
     this.clearFilterToolStripMenuItem,
     this.clearAllFiltersToolStripMenuItem,
     this.toolStripSeparator2,
     this.fillDownToolStripMenuItem});
     this.contextMenuStrip.Name = "contextMenuStrip";
     resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
     this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
     //
     // sortAscendingToolStripMenuItem
     //
     this.sortAscendingToolStripMenuItem.Name = "sortAscendingToolStripMenuItem";
     resources.ApplyResources(this.sortAscendingToolStripMenuItem, "sortAscendingToolStripMenuItem");
     this.sortAscendingToolStripMenuItem.Click += new System.EventHandler(this.sortAscendingToolStripMenuItem_Click);
     //
     // sortDescendingToolStripMenuItem
     //
     this.sortDescendingToolStripMenuItem.Name = "sortDescendingToolStripMenuItem";
     resources.ApplyResources(this.sortDescendingToolStripMenuItem, "sortDescendingToolStripMenuItem");
     this.sortDescendingToolStripMenuItem.Click += new System.EventHandler(this.sortDescendingToolStripMenuItem_Click);
     //
     // clearSortToolStripMenuItem
     //
     this.clearSortToolStripMenuItem.Name = "clearSortToolStripMenuItem";
     resources.ApplyResources(this.clearSortToolStripMenuItem, "clearSortToolStripMenuItem");
     this.clearSortToolStripMenuItem.Click += new System.EventHandler(this.clearSortToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // filterToolStripMenuItem
     //
     this.filterToolStripMenuItem.Name = "filterToolStripMenuItem";
     resources.ApplyResources(this.filterToolStripMenuItem, "filterToolStripMenuItem");
     this.filterToolStripMenuItem.Click += new System.EventHandler(this.filterToolStripMenuItem_Click);
     //
     // clearFilterToolStripMenuItem
     //
     this.clearFilterToolStripMenuItem.Name = "clearFilterToolStripMenuItem";
     resources.ApplyResources(this.clearFilterToolStripMenuItem, "clearFilterToolStripMenuItem");
     this.clearFilterToolStripMenuItem.Click += new System.EventHandler(this.clearFilterToolStripMenuItem_Click);
     //
     // clearAllFiltersToolStripMenuItem
     //
     this.clearAllFiltersToolStripMenuItem.Name = "clearAllFiltersToolStripMenuItem";
     resources.ApplyResources(this.clearAllFiltersToolStripMenuItem, "clearAllFiltersToolStripMenuItem");
     this.clearAllFiltersToolStripMenuItem.Click += new System.EventHandler(this.clearAllFiltersToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // fillDownToolStripMenuItem
     //
     this.fillDownToolStripMenuItem.Name = "fillDownToolStripMenuItem";
     resources.ApplyResources(this.fillDownToolStripMenuItem, "fillDownToolStripMenuItem");
     this.fillDownToolStripMenuItem.Click += new System.EventHandler(this.fillDownToolStripMenuItem_Click);
     //
     // boundDataGridView
     //
     this.boundDataGridView.AutoGenerateColumns = false;
     this.boundDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.boundDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.boundDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.boundDataGridView.ContextMenuStrip = this.contextMenuStrip;
     this.boundDataGridView.DataSource = this.bindingListSource;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.boundDataGridView.DefaultCellStyle = dataGridViewCellStyle2;
     resources.ApplyResources(this.boundDataGridView, "boundDataGridView");
     this.boundDataGridView.Name = "boundDataGridView";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.boundDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.boundDataGridView.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.boundDataGridView_CellContextMenuStripNeeded);
     this.boundDataGridView.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.boundDataGridView_ColumnHeaderMouseClick);
     //
     // DataboundGridControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.boundDataGridView);
     this.Controls.Add(this.navBar);
     this.Name = "DataboundGridControl";
     ((System.ComponentModel.ISupportInitialize)(this.bindingListSource)).EndInit();
     this.contextMenuStrip.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.boundDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiveReportForm));
     this.navBar = new pwiz.Common.DataBinding.Controls.NavBar();
     this.bindingListSource = new pwiz.Common.DataBinding.Controls.BindingListSource(this.components);
     this.boundDataGridView = new pwiz.Common.DataBinding.Controls.BoundDataGridView();
     this.toolStripSkylineDataSource = new System.Windows.Forms.ToolStrip();
     this.toolStripDropDownRowSource = new System.Windows.Forms.ToolStripDropDownButton();
     this.proteinsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.peptidesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.precursorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.transitionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.bindingListSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.boundDataGridView)).BeginInit();
     this.toolStripSkylineDataSource.SuspendLayout();
     this.SuspendLayout();
     //
     // navBar
     //
     this.navBar.AutoSize = true;
     this.navBar.BindingListSource = this.bindingListSource;
     this.navBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.navBar.Location = new System.Drawing.Point(0, 0);
     this.navBar.Name = "navBar";
     this.navBar.Size = new System.Drawing.Size(772, 25);
     this.navBar.TabIndex = 0;
     //
     // bindingListSource
     //
     this.bindingListSource.RowSource = new object[0];
     this.bindingListSource.ViewInfo = null;
     //
     // boundDataGridView
     //
     this.boundDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.boundDataGridView.DataSource = this.bindingListSource;
     this.boundDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.boundDataGridView.Location = new System.Drawing.Point(0, 25);
     this.boundDataGridView.Name = "boundDataGridView";
     this.boundDataGridView.Size = new System.Drawing.Size(772, 356);
     this.boundDataGridView.TabIndex = 1;
     //
     // toolStripSkylineDataSource
     //
     this.toolStripSkylineDataSource.AllowMerge = false;
     this.toolStripSkylineDataSource.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripDropDownRowSource,
     this.toolStripButton1});
     this.toolStripSkylineDataSource.Location = new System.Drawing.Point(0, 0);
     this.toolStripSkylineDataSource.Name = "toolStripSkylineDataSource";
     this.toolStripSkylineDataSource.Size = new System.Drawing.Size(772, 25);
     this.toolStripSkylineDataSource.TabIndex = 2;
     this.toolStripSkylineDataSource.Text = "toolStrip1";
     this.toolStripSkylineDataSource.Visible = false;
     //
     // toolStripDropDownRowSource
     //
     this.toolStripDropDownRowSource.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripDropDownRowSource.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.proteinsToolStripMenuItem,
     this.peptidesToolStripMenuItem,
     this.precursorsToolStripMenuItem,
     this.transitionsToolStripMenuItem});
     this.toolStripDropDownRowSource.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownRowSource.Image")));
     this.toolStripDropDownRowSource.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownRowSource.Name = "toolStripDropDownRowSource";
     this.toolStripDropDownRowSource.Size = new System.Drawing.Size(82, 22);
     this.toolStripDropDownRowSource.Text = "Row Source";
     //
     // proteinsToolStripMenuItem
     //
     this.proteinsToolStripMenuItem.Name = "proteinsToolStripMenuItem";
     this.proteinsToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
     this.proteinsToolStripMenuItem.Text = "Proteins";
     this.proteinsToolStripMenuItem.Click += new System.EventHandler(this.ProteinsToolStripMenuItemOnClick);
     //
     // peptidesToolStripMenuItem
     //
     this.peptidesToolStripMenuItem.Name = "peptidesToolStripMenuItem";
     this.peptidesToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
     this.peptidesToolStripMenuItem.Text = "Peptides";
     this.peptidesToolStripMenuItem.Click += new System.EventHandler(this.PeptidesToolStripMenuItemOnClick);
     //
     // precursorsToolStripMenuItem
     //
     this.precursorsToolStripMenuItem.Name = "precursorsToolStripMenuItem";
     this.precursorsToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
     this.precursorsToolStripMenuItem.Text = "Precursors";
     this.precursorsToolStripMenuItem.Click += new System.EventHandler(this.precursorsToolStripMenuItem_Click);
     //
     // transitionsToolStripMenuItem
     //
     this.transitionsToolStripMenuItem.Name = "transitionsToolStripMenuItem";
     this.transitionsToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
     this.transitionsToolStripMenuItem.Text = "Transitions";
     this.transitionsToolStripMenuItem.Click += new System.EventHandler(this.transitionsToolStripMenuItem_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text = "toolStripButton1";
     //
     // LiveReportForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(772, 381);
     this.Controls.Add(this.boundDataGridView);
     this.Controls.Add(this.navBar);
     this.Controls.Add(this.toolStripSkylineDataSource);
     this.Name = "LiveReportForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.TabText = "Live Report";
     this.Text = "Live Report";
     ((System.ComponentModel.ISupportInitialize)(this.bindingListSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.boundDataGridView)).EndInit();
     this.toolStripSkylineDataSource.ResumeLayout(false);
     this.toolStripSkylineDataSource.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }