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.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs

    r2949 r3281  
    4949      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
    5050      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
    51       this.operatorGraphViewHost = new HeuristicLab.Core.Views.ViewHost();
     51      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
    5353      this.breakpointLabel = new System.Windows.Forms.Label();
     
    178178    protected System.Windows.Forms.TabPage operatorGraphTabPage;
    179179    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    180     protected HeuristicLab.Core.Views.ViewHost operatorGraphViewHost;
     180    protected HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost;
    181181    protected System.Windows.Forms.CheckBox breakpointCheckBox;
    182182    protected System.Windows.Forms.Label breakpointLabel;
Note: See TracChangeset for help on using the changeset viewer.