Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/11 11:25:46 (13 years ago)
Author:
mkommend
Message:

#1624: Implemented RunCollectionContentConstraint to hide specific runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs

    r6558 r6673  
    6161      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    6262      this.openBoxPlotViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     63      this.hideRunToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    6364      this.zoomButton = new System.Windows.Forms.RadioButton();
    6465      this.selectButton = new System.Windows.Forms.RadioButton();
     
    214215      this.openBoxPlotViewToolStripMenuItem.Text = "Open BoxPlot View";
    215216      this.openBoxPlotViewToolStripMenuItem.Click += new System.EventHandler(this.openBoxPlotViewToolStripMenuItem_Click);
     217      //
     218      // hideRunToolStripMenuItem
     219      //
     220      this.hideRunToolStripMenuItem.Name = "hideRunToolStripMenuItem";
     221      this.hideRunToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
     222      this.hideRunToolStripMenuItem.Text = "Hide Run";
     223      this.hideRunToolStripMenuItem.Click += new System.EventHandler(hideRunToolStripMenuItem_Click);
    216224      //
    217225      // zoomButton
     
    374382    private System.Windows.Forms.Label noRunsLabel;
    375383    private System.Windows.Forms.ToolStripMenuItem openBoxPlotViewToolStripMenuItem;
     384    private System.Windows.Forms.ToolStripMenuItem hideRunToolStripMenuItem;
    376385    private System.Windows.Forms.Button colorXAxisButton;
    377386    private System.Windows.Forms.Button colorYAxisButton;
Note: See TracChangeset for help on using the changeset viewer.