Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/13 12:36:17 (12 years ago)
Author:
mkommend
Message:

#1789: Implemented inverting of the bubble size in the RunCollectionBubbleChartView.

File:
1 edited

Legend:

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

    r9190 r9229  
    318318      this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    319319      this.sizeTrackBar.Location = new System.Drawing.Point(787, 3);
    320       this.sizeTrackBar.Maximum = 50;
    321       this.sizeTrackBar.Minimum = 5;
     320      this.sizeTrackBar.Maximum = 20;
     321      this.sizeTrackBar.Minimum = -20;
    322322      this.sizeTrackBar.Name = "sizeTrackBar";
    323323      this.sizeTrackBar.Size = new System.Drawing.Size(64, 45);
    324324      this.sizeTrackBar.TabIndex = 24;
    325       this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
    326       this.sizeTrackBar.Value = 10;
     325      this.sizeTrackBar.TickFrequency = 25;
     326      this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
    327327      this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
    328328      //
    329       // ToolStripMenuItem
     329      // getDataAsMatrixToolStripMenuItem
    330330      //
    331331      this.getDataAsMatrixToolStripMenuItem.Name = "getDataAsMatrixToolStripMenuItem";
     
    336336      // RunCollectionBubbleChartView
    337337      //
    338       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    339338      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    340339      this.BackColor = System.Drawing.SystemColors.Window;
Note: See TracChangeset for help on using the changeset viewer.