Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 02:15:10 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators and SGA
  • improved performance
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs

    r2829 r2830  
    2121
    2222namespace HeuristicLab.Operators.Views {
    23   partial class CombinedOperatorView {
     23  partial class AlgorithmOperatorView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    127127      this.operatorGraphViewHost.ViewType = null;
    128128      //
    129       // CombinedOperatorView
     129      // AlgorithmOperatorView
    130130      //
    131131      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    132132      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    133133      this.Controls.Add(this.tabControl);
    134       this.Name = "CombinedOperatorView";
     134      this.Name = "AlgorithmOperatorView";
    135135      this.Size = new System.Drawing.Size(486, 482);
    136136      this.Controls.SetChildIndex(this.tabControl, 0);
Note: See TracChangeset for help on using the changeset viewer.