Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/10 04:53:48 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm.Views/3.3/GeneticAlgorithmView.Designer.cs

    r3262 r3306  
    5050      this.problemTabPage.SuspendLayout();
    5151      this.resultsTabPage.SuspendLayout();
     52      this.runsTabPage.SuspendLayout();
     53      this.problemPanel.SuspendLayout();
    5254      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5355      this.SuspendLayout();
     
    138140      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
    139141      //
     142      // runsTabPage
     143      //
     144      this.runsTabPage.Size = new System.Drawing.Size(736, 468);
     145      //
     146      // runsView
     147      //
     148      this.runsView.Size = new System.Drawing.Size(724, 456);
     149      //
     150      // problemPanel
     151      //
     152      this.problemPanel.Size = new System.Drawing.Size(724, 426);
     153      //
    140154      // nameTextBox
    141155      //
     
    160174      this.problemTabPage.ResumeLayout(false);
    161175      this.resultsTabPage.ResumeLayout(false);
     176      this.runsTabPage.ResumeLayout(false);
     177      this.problemPanel.ResumeLayout(false);
    162178      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    163179      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.