Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/10 17:13:02 (14 years ago)
Author:
mkommend
Message:

enhanced RunCollectionBubbleChartView (ticket #970)

File:
1 edited

Legend:

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

    r3349 r3411  
    7979      this.xTrackBar.TabIndex = 11;
    8080      this.xTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     81      this.xTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
    8182      //
    8283      // xAxisLabel
     
    133134      this.yTrackBar.TabIndex = 10;
    134135      this.yTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     136      this.yTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
    135137      //
    136138      // sizeComboBox
     
    144146      this.sizeComboBox.Size = new System.Drawing.Size(121, 21);
    145147      this.sizeComboBox.TabIndex = 14;
     148      this.sizeComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
    146149      //
    147150      // sizeLabel
     
    176179      this.chart.TabIndex = 16;
    177180      this.chart.Text = "chart1";
     181      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
     182      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
     183      this.chart.LostFocus += new System.EventHandler(this.chart_LostFocus);
    178184      //
    179185      // zoomButton
     
    189195      this.zoomButton.Text = "Zoom";
    190196      this.zoomButton.UseVisualStyleBackColor = true;
     197      this.zoomButton.CheckedChanged += new System.EventHandler(this.zoomButton_CheckedChanged);
    191198      //
    192199      // selectButton
     
    224231      this.colorButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
    225232      this.colorButton.UseVisualStyleBackColor = true;
     233      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
    226234      //
    227235      // colorDialog
Note: See TracChangeset for help on using the changeset viewer.