Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/10 11:38:19 (14 years ago)
Author:
mkommend
Message:

implemented showInViewHost and moved ViewHost from Core.Views to MainForm.WindowsForm (ticket #961)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs

    r3275 r3281  
    4949      this.openOperatorGraphButton = new System.Windows.Forms.Button();
    5050      this.newOperatorGraphButton = new System.Windows.Forms.Button();
    51       this.operatorGraphViewHost = new HeuristicLab.Core.Views.ViewHost();
     51      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      this.globalScopeTabPage = new System.Windows.Forms.TabPage();
    5353      this.globalScopeView = new HeuristicLab.Core.Views.ScopeView();
     
    232232    private System.Windows.Forms.Button openOperatorGraphButton;
    233233    private System.Windows.Forms.Button newOperatorGraphButton;
    234     private HeuristicLab.Core.Views.ViewHost operatorGraphViewHost;
     234    private HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
    235235
    236236  }
Note: See TracChangeset for help on using the changeset viewer.