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.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs

    r2924 r3281  
    4848      this.valueGroupBox = new System.Windows.Forms.GroupBox();
    4949      this.valuePanel = new System.Windows.Forms.Panel();
    50       this.viewHost = new HeuristicLab.Core.Views.ViewHost();
     50      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5151      this.clearValueButton = new System.Windows.Forms.Button();
    5252      this.setValueButton = new System.Windows.Forms.Button();
     
    199199    protected System.Windows.Forms.GroupBox valueGroupBox;
    200200    protected System.Windows.Forms.Panel valuePanel;
    201     protected HeuristicLab.Core.Views.ViewHost viewHost;
     201    protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
    202202    protected System.Windows.Forms.Button setValueButton;
    203203    protected System.Windows.Forms.Button clearValueButton;
Note: See TracChangeset for help on using the changeset viewer.