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

    r3226 r3281  
    4949      this.valueGroupBox = new System.Windows.Forms.GroupBox();
    5050      this.valuePanel = new System.Windows.Forms.Panel();
    51       this.viewHost = new HeuristicLab.Core.Views.ViewHost();
     51      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5252      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5353      this.valueGroupBox.SuspendLayout();
     
    148148    private System.Windows.Forms.TextBox dataTypeTextBox;
    149149    private System.Windows.Forms.GroupBox valueGroupBox;
    150     private HeuristicLab.Core.Views.ViewHost viewHost;
     150    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
    151151    private System.Windows.Forms.Panel valuePanel;
    152152  }
Note: See TracChangeset for help on using the changeset viewer.