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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.