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/EngineAlgorithmView.Designer.cs

    r3759 r3764  
    199199                  | System.Windows.Forms.AnchorStyles.Left)
    200200                  | System.Windows.Forms.AnchorStyles.Right)));
    201       this.engineViewHost.Caption = null;
    202201      this.engineViewHost.Content = null;
    203202      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
     
    247246                  | System.Windows.Forms.AnchorStyles.Left)
    248247                  | System.Windows.Forms.AnchorStyles.Right)));
    249       this.operatorGraphViewHost.Caption = null;
    250248      this.operatorGraphViewHost.Content = null;
    251249      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33);
Note: See TracChangeset for help on using the changeset viewer.