Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/10 01:44:57 (14 years ago)
Author:
swagner
Message:

Adapted HL 3.3 plugins according to changes in MainForm (#857)

File:
1 edited

Legend:

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

    r2684 r2713  
    109109                  | System.Windows.Forms.AnchorStyles.Right)));
    110110      this.parameterCollectionView.Caption = "ParameterCollection";
    111       this.parameterCollectionView.ItemCollection = null;
    112111      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
    113112      this.parameterCollectionView.Name = "parameterCollectionView";
    114       this.parameterCollectionView.NamedItemCollection = null;
    115       this.parameterCollectionView.Object = null;
    116113      this.parameterCollectionView.Size = new System.Drawing.Size(466, 326);
    117114      this.parameterCollectionView.TabIndex = 0;
     
    123120                  | System.Windows.Forms.AnchorStyles.Right)));
    124121      this.operatorGraphView.Caption = "Operator Graph";
    125       this.operatorGraphView.Item = null;
    126122      this.operatorGraphView.Location = new System.Drawing.Point(6, 6);
    127123      this.operatorGraphView.Name = "operatorGraphView";
    128       this.operatorGraphView.Object = null;
    129       this.operatorGraphView.OperatorGraph = null;
    130124      this.operatorGraphView.Size = new System.Drawing.Size(466, 326);
    131125      this.operatorGraphView.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.