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.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r3505 r3764  
    115115                  | System.Windows.Forms.AnchorStyles.Left)
    116116                  | System.Windows.Forms.AnchorStyles.Right)));
    117       this.parameterCollectionView.Caption = "ParameterCollection";
    118117      this.parameterCollectionView.Content = null;
    119118      this.parameterCollectionView.Location = new System.Drawing.Point(6, 6);
     
    198197                  | System.Windows.Forms.AnchorStyles.Left)
    199198                  | System.Windows.Forms.AnchorStyles.Right)));
    200       this.resultsView.Caption = "ResultsCollection";
    201199      this.resultsView.Content = null;
    202200      this.resultsView.Location = new System.Drawing.Point(6, 6);
     
    221219                  | System.Windows.Forms.AnchorStyles.Left)
    222220                  | System.Windows.Forms.AnchorStyles.Right)));
    223       this.runsView.Caption = "RunCollection";
    224221      this.runsView.Content = null;
    225222      this.runsView.Location = new System.Drawing.Point(6, 6);
Note: See TracChangeset for help on using the changeset viewer.