Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/10 14:36:22 (14 years ago)
Author:
mkommend
Message:
  • refactored ViewHost and various views to use fewer nested controls
  • added UnitTests for ContentViews to ensure proper using of the ContentAttribute
  • fixed some views which could not handle null as Content

(ticket #972)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/UserDefinedAlgorithmView.Designer.cs

    r3770 r4011  
    5454      this.resultsTabPage.SuspendLayout();
    5555      this.runsTabPage.SuspendLayout();
    56       this.problemPanel.SuspendLayout();
    5756      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5857      this.globalScopeTabPage.SuspendLayout();
     
    152151      this.resultsTabPage.ResumeLayout(false);
    153152      this.runsTabPage.ResumeLayout(false);
    154       this.problemPanel.ResumeLayout(false);
    155153      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    156154      this.globalScopeTabPage.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.