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

    r3275 r3281  
    5353      this.openProblemButton = new System.Windows.Forms.Button();
    5454      this.newProblemButton = new System.Windows.Forms.Button();
    55       this.problemViewHost = new HeuristicLab.Core.Views.ViewHost();
     55      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5656      this.resultsTabPage = new System.Windows.Forms.TabPage();
    5757      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
     
    350350    protected System.Windows.Forms.TabPage problemTabPage;
    351351    protected HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    352     protected HeuristicLab.Core.Views.ViewHost problemViewHost;
     352    protected HeuristicLab.MainForm.WindowsForms.ViewHost problemViewHost;
    353353    protected System.Windows.Forms.Button newProblemButton;
    354354    protected System.Windows.Forms.Button saveProblemButton;
Note: See TracChangeset for help on using the changeset viewer.