Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/10 01:44:57 (15 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.Core.Views/3.3/OperatorGraphView.Designer.cs

    r2676 r2713  
    8282                  | System.Windows.Forms.AnchorStyles.Right)));
    8383      this.operatorsView.Caption = "Operator Set";
    84       this.operatorsView.ItemCollection = null;
    85       this.operatorsView.ItemSet = null;
    8684      this.operatorsView.Location = new System.Drawing.Point(3, 3);
    8785      this.operatorsView.Name = "operatorsView";
    88       this.operatorsView.Object = null;
    8986      this.operatorsView.Size = new System.Drawing.Size(602, 309);
    9087      this.operatorsView.TabIndex = 0;
     
    9794                  | System.Windows.Forms.AnchorStyles.Right)));
    9895      this.graphView.Caption = "Operator";
    99       this.graphView.Item = null;
    10096      this.graphView.Location = new System.Drawing.Point(6, 19);
    10197      this.graphView.Name = "graphView";
    102       this.graphView.Object = null;
    103       this.graphView.Operator = null;
    10498      this.graphView.Size = new System.Drawing.Size(590, 183);
    10599      this.graphView.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.