Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 06:46:30 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ParameterizedNamedItemView.Designer.cs

    r2845 r2917  
    5757      // descriptionTextBox
    5858      //
    59       this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    60                   | System.Windows.Forms.AnchorStyles.Right)));
    61       this.descriptionTextBox.Size = new System.Drawing.Size(418, 87);
     59      this.descriptionTextBox.Size = new System.Drawing.Size(418, 20);
    6260      //
    6361      // parameterCollectionView
     
    6765                  | System.Windows.Forms.AnchorStyles.Right)));
    6866      this.parameterCollectionView.Caption = "ParameterCollection";
    69       this.parameterCollectionView.Location = new System.Drawing.Point(0, 119);
     67      this.parameterCollectionView.Content = null;
     68      this.parameterCollectionView.Location = new System.Drawing.Point(0, 52);
    7069      this.parameterCollectionView.Name = "parameterCollectionView";
    71       this.parameterCollectionView.Size = new System.Drawing.Size(490, 234);
     70      this.parameterCollectionView.Size = new System.Drawing.Size(490, 301);
    7271      this.parameterCollectionView.TabIndex = 4;
    7372      //
Note: See TracChangeset for help on using the changeset viewer.