Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/14 17:05:31 (10 years ago)
Author:
bburlacu
Message:

#1772: Improved aspect of visual components of the FragmentGraphView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/SymbolicExpressionChartControl.Designer.cs

    r10655 r10728  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       components = new System.ComponentModel.Container();
     26      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
     27      this.SuspendLayout();
     28      //
     29      // SymbolicExpressionChartControl
     30      //
     31      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    2732      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     33      this.DoubleBuffered = true;
     34      this.Name = "SymbolicExpressionChartControl";
     35      this.Controls.SetChildIndex(this.pictureBox, 0);
     36      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
     37      this.ResumeLayout(false);
     38
    2839    }
    2940
Note: See TracChangeset for help on using the changeset viewer.