Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/22/10 04:15:53 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

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

    r2834 r2851  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    4847      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4948      this.SuspendLayout();
     
    6160      this.descriptionTextBox.Size = new System.Drawing.Size(418, 87);
    6261      //
    63       // parameterCollectionView
    64       //
    65       this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    66                   | System.Windows.Forms.AnchorStyles.Left)
    67                   | System.Windows.Forms.AnchorStyles.Right)));
    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;
    74       //
    7562      // ProblemView
    7663      //
    7764      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7865      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    79       this.Controls.Add(this.parameterCollectionView);
    8066      this.Name = "ProblemView";
    8167      this.Size = new System.Drawing.Size(490, 353);
    82       this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    83       this.Controls.SetChildIndex(this.nameLabel, 0);
    84       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    85       this.Controls.SetChildIndex(this.nameTextBox, 0);
    86       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    8768      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    8869      this.ResumeLayout(false);
     
    9374    #endregion
    9475
    95     protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    9676
    9777  }
Note: See TracChangeset for help on using the changeset viewer.