Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 12:03:25 (14 years ago)
Author:
mkommend
Message:

adapted view captions (ticket #893)

Location:
trunk/sources/HeuristicLab.Operators.Views/3.3
Files:
4 edited

Legend:

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

    r3281 r3764  
    9797                  | System.Windows.Forms.AnchorStyles.Left)
    9898                  | System.Windows.Forms.AnchorStyles.Right)));
    99       this.parameterCollectionView.Caption = "ParameterCollection";
    10099      this.parameterCollectionView.Content = null;
    101100      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
  • trunk/sources/HeuristicLab.Operators.Views/3.3/CheckedMultiOperatorView.Designer.cs

    r3591 r3764  
    9797                  | System.Windows.Forms.AnchorStyles.Left)
    9898                  | System.Windows.Forms.AnchorStyles.Right)));
    99       this.operatorListView.Caption = "Operator List";
    10099      this.operatorListView.Content = null;
    101100      this.operatorListView.Location = new System.Drawing.Point(6, 6);
     
    120119                  | System.Windows.Forms.AnchorStyles.Left)
    121120                  | System.Windows.Forms.AnchorStyles.Right)));
    122       this.parameterCollectionView.Caption = "ParameterCollection";
    123121      this.parameterCollectionView.Content = null;
    124122      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
  • trunk/sources/HeuristicLab.Operators.Views/3.3/MultiOperatorView.Designer.cs

    r3591 r3764  
    9797                  | System.Windows.Forms.AnchorStyles.Left)
    9898                  | System.Windows.Forms.AnchorStyles.Right)));
    99       this.operatorListView.Caption = "Operator List";
    10099      this.operatorListView.Content = null;
    101100      this.operatorListView.Location = new System.Drawing.Point(6, 6);
     
    120119                  | System.Windows.Forms.AnchorStyles.Left)
    121120                  | System.Windows.Forms.AnchorStyles.Right)));
    122       this.parameterCollectionView.Caption = "ParameterCollection";
    123121      this.parameterCollectionView.Content = null;
    124122      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
  • trunk/sources/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs

    r2949 r3764  
    9797                  | System.Windows.Forms.AnchorStyles.Left)
    9898                  | System.Windows.Forms.AnchorStyles.Right)));
    99       this.collectedValuesView.Caption = "ParameterCollection";
    10099      this.collectedValuesView.Content = null;
    101100      this.collectedValuesView.Location = new System.Drawing.Point(6, 6);
     
    120119                  | System.Windows.Forms.AnchorStyles.Left)
    121120                  | System.Windows.Forms.AnchorStyles.Right)));
    122       this.parameterCollectionView.Caption = "ParameterCollection";
    123121      this.parameterCollectionView.Content = null;
    124122      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
Note: See TracChangeset for help on using the changeset viewer.