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

    r3280 r3281  
    5454      this.valueColumnHeader = new System.Windows.Forms.ColumnHeader();
    5555      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    56       this.viewHost = new HeuristicLab.Core.Views.ViewHost();
     56      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5757      this.imageList = new System.Windows.Forms.ImageList(this.components);
    5858      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    203203    private System.Windows.Forms.ColumnHeader nameColumnHeader;
    204204    private System.Windows.Forms.ColumnHeader valueColumnHeader;
    205     private HeuristicLab.Core.Views.ViewHost viewHost;
     205    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
    206206    private System.Windows.Forms.ImageList imageList;
    207207
Note: See TracChangeset for help on using the changeset viewer.