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

    r3265 r3281  
    5151      this.openAlgorithmButton = new System.Windows.Forms.Button();
    5252      this.newAlgorithmButton = new System.Windows.Forms.Button();
    53       this.algorithmViewHost = new HeuristicLab.Core.Views.ViewHost();
     53      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5454      this.runsTabPage = new System.Windows.Forms.TabPage();
    5555      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
     
    335335    private System.Windows.Forms.TabControl tabControl;
    336336    private System.Windows.Forms.TabPage algorithmTabPage;
    337     private HeuristicLab.Core.Views.ViewHost algorithmViewHost;
     337    private HeuristicLab.MainForm.WindowsForms.ViewHost algorithmViewHost;
    338338    private System.Windows.Forms.Button newAlgorithmButton;
    339339    private System.Windows.Forms.Button saveAlgorithmButton;
Note: See TracChangeset for help on using the changeset viewer.