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.GraphVisualization/3.3/OperatorGraphView.Designer.cs

    r2934 r3281  
    3232      this.splitContainer = new System.Windows.Forms.SplitContainer();
    3333      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    34       this.detailsViewHost = new HeuristicLab.Core.Views.ViewHost();
     34      this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    3535      this.selectButton = new System.Windows.Forms.Button();
    3636      this.panButton = new System.Windows.Forms.Button();
     
    254254    private System.Windows.Forms.SplitContainer splitContainer;
    255255    private System.Windows.Forms.GroupBox detailsGroupBox;
    256     private HeuristicLab.Core.Views.ViewHost detailsViewHost;
     256    private HeuristicLab.MainForm.WindowsForms.ViewHost detailsViewHost;
    257257    private System.Windows.Forms.Button selectButton;
    258258    private System.Windows.Forms.Button zoomOutButton;
Note: See TracChangeset for help on using the changeset viewer.