Free cookie consent management tool by TermsFeed Policy Generator

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

Operator architecture refactoring (#95)

  • worked on operators, engines, and optimization
Location:
trunk/sources/HeuristicLab.Optimization.Views
Files:
2 added
1 moved

Legend:

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

    r2829 r2834  
    2020#endregion
    2121
    22 namespace HeuristicLab.Core.Views {
     22namespace HeuristicLab.Optimization.Views {
    2323  partial class ProblemView {
    2424    /// <summary>
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.valueParameterCollectionView = new HeuristicLab.Core.Views.ValueParameterCollectionView();
     47      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    4848      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4949      this.SuspendLayout();
     
    6161      this.descriptionTextBox.Size = new System.Drawing.Size(418, 87);
    6262      //
    63       // valueParameterCollectionView
     63      // parameterCollectionView
    6464      //
    65       this.valueParameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     65      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    6666                  | System.Windows.Forms.AnchorStyles.Left)
    6767                  | System.Windows.Forms.AnchorStyles.Right)));
    68       this.valueParameterCollectionView.Caption = "ValueParameterCollection";
    69       this.valueParameterCollectionView.Content = null;
    70       this.valueParameterCollectionView.Location = new System.Drawing.Point(0, 119);
    71       this.valueParameterCollectionView.Name = "valueParameterCollectionView";
    72       this.valueParameterCollectionView.Size = new System.Drawing.Size(490, 234);
    73       this.valueParameterCollectionView.TabIndex = 4;
     68      this.parameterCollectionView.Caption = "ParameterCollection";
     69      this.parameterCollectionView.Content = null;
     70      this.parameterCollectionView.Location = new System.Drawing.Point(0, 119);
     71      this.parameterCollectionView.Name = "parameterCollectionView";
     72      this.parameterCollectionView.Size = new System.Drawing.Size(490, 234);
     73      this.parameterCollectionView.TabIndex = 4;
    7474      //
    7575      // ProblemView
     
    7777      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7878      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    79       this.Controls.Add(this.valueParameterCollectionView);
     79      this.Controls.Add(this.parameterCollectionView);
    8080      this.Name = "ProblemView";
    8181      this.Size = new System.Drawing.Size(490, 353);
    82       this.Controls.SetChildIndex(this.valueParameterCollectionView, 0);
     82      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    8383      this.Controls.SetChildIndex(this.nameLabel, 0);
    8484      this.Controls.SetChildIndex(this.descriptionLabel, 0);
     
    9393    #endregion
    9494
    95     protected ValueParameterCollectionView valueParameterCollectionView;
     95    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    9696
    9797  }
Note: See TracChangeset for help on using the changeset viewer.