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.Core.Views/3.3/OperatorGraphView.Designer.cs

    r2949 r3764  
    8181                  | System.Windows.Forms.AnchorStyles.Left)
    8282                  | System.Windows.Forms.AnchorStyles.Right)));
    83       this.operatorsView.Caption = "Operator Set";
    8483      this.operatorsView.Content = null;
    8584      this.operatorsView.Location = new System.Drawing.Point(3, 3);
     
    125124                  | System.Windows.Forms.AnchorStyles.Left)
    126125                  | System.Windows.Forms.AnchorStyles.Right)));
    127       this.operatorTreeView.Caption = "Operator";
    128126      this.operatorTreeView.Content = null;
    129127      this.operatorTreeView.Location = new System.Drawing.Point(6, 19);
Note: See TracChangeset for help on using the changeset viewer.