Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/11 20:19:53 (13 years ago)
Author:
ascheibe
Message:

#1233 implemented Experiment Manager review comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.designer.cs

    r6727 r6791  
    3232      this.stateLogTabPage.SuspendLayout();
    3333      this.detailsTabPage.SuspendLayout();
    34       this.optimizerGroupBox.SuspendLayout();
    3534      this.configurationGroupBox.SuspendLayout();
    3635      this.jobStatusGroupBox.SuspendLayout();
    3736      this.tabControl.SuspendLayout();
    38       ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
    39       this.splitContainer1.Panel1.SuspendLayout();
    40       this.splitContainer1.Panel2.SuspendLayout();
    41       this.splitContainer1.SuspendLayout();
    4237      this.runsTabPage.SuspendLayout();
    4338      this.SuspendLayout();
     
    4843      this.detailsTabPage.Controls.Add(this.pauseButton);
    4944      this.detailsTabPage.Controls.Add(this.stopButton);
    50       this.detailsTabPage.Controls.SetChildIndex(this.jobIdTextBox, 0);
    51       this.detailsTabPage.Controls.SetChildIndex(this.jobIdLabel, 0);
    52       this.detailsTabPage.Controls.SetChildIndex(this.optimizerGroupBox, 0);
    53       this.detailsTabPage.Controls.SetChildIndex(this.splitContainer1, 0);
    5445      this.detailsTabPage.Controls.SetChildIndex(this.stopButton, 0);
    5546      this.detailsTabPage.Controls.SetChildIndex(this.pauseButton, 0);
     
    6657      //
    6758      this.modifyItemButton.Text = "Modify Optimizer";
    68       //
    69       // splitContainer1
    70       //
    7159      //
    7260      // restartButton
     
    136124      this.detailsTabPage.ResumeLayout(false);
    137125      this.detailsTabPage.PerformLayout();
    138       this.optimizerGroupBox.ResumeLayout(false);
    139       this.optimizerGroupBox.PerformLayout();
    140126      this.configurationGroupBox.ResumeLayout(false);
    141127      this.configurationGroupBox.PerformLayout();
     
    143129      this.jobStatusGroupBox.PerformLayout();
    144130      this.tabControl.ResumeLayout(false);
    145       this.splitContainer1.Panel1.ResumeLayout(false);
    146       this.splitContainer1.Panel2.ResumeLayout(false);
    147       ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
    148       this.splitContainer1.ResumeLayout(false);
    149131      this.runsTabPage.ResumeLayout(false);
    150132      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.