Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/12/18 13:19:07 (6 years ago)
Author:
fholzing
Message:

#2890: Changed behavior to match BubbleChart (SelectedIndexChanged)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.Designer.cs

    r15621 r15754  
    8989      this.xAxisComboBox.Size = new System.Drawing.Size(600, 21);
    9090      this.xAxisComboBox.TabIndex = 11;
    91       this.xAxisComboBox.SelectionChangeCommitted += new System.EventHandler(this.AxisComboBox_SelectionChangeCommitted);
     91      this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
    9292      //
    9393      // yAxisLabel
     
    109109      this.yAxisComboBox.Size = new System.Drawing.Size(600, 21);
    110110      this.yAxisComboBox.TabIndex = 9;
    111       this.yAxisComboBox.SelectionChangeCommitted += new System.EventHandler(this.AxisComboBox_SelectionChangeCommitted);
     111      this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
    112112      //
    113113      // chart
    114114      //
    115       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    116             | System.Windows.Forms.AnchorStyles.Left)
     115      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     116            | System.Windows.Forms.AnchorStyles.Left) 
    117117            | System.Windows.Forms.AnchorStyles.Right)));
    118118      chartArea1.Name = "ChartArea1";
     
    180180      this.showStatisticsCheckBox.Checked = true;
    181181      this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    182       this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
     182      this.showStatisticsCheckBox.Image = ((System.Drawing.Image)(resources.GetObject("showStatisticsCheckBox.Image")));
    183183      this.showStatisticsCheckBox.Location = new System.Drawing.Point(3, 339);
    184184      this.showStatisticsCheckBox.Name = "showStatisticsCheckBox";
     
    191191      // statisticsGroupBox
    192192      //
    193       this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    194             | System.Windows.Forms.AnchorStyles.Left)
     193      this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     194            | System.Windows.Forms.AnchorStyles.Left) 
    195195            | System.Windows.Forms.AnchorStyles.Right)));
    196196      this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView);
Note: See TracChangeset for help on using the changeset viewer.