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.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r3281 r3306  
    5454      this.problemTabPage.SuspendLayout();
    5555      this.resultsTabPage.SuspendLayout();
     56      this.runsTabPage.SuspendLayout();
     57      this.problemPanel.SuspendLayout();
    5658      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5759      this.engineTabPage.SuspendLayout();
     
    6264      this.tabControl.Controls.Add(this.engineTabPage);
    6365      this.tabControl.Size = new System.Drawing.Size(713, 467);
     66      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
    6467      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
    6568      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
     
    132135      this.stopButton.Location = new System.Drawing.Point(60, 525);
    133136      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
     137      //
     138      // runsTabPage
     139      //
     140      this.runsTabPage.Size = new System.Drawing.Size(705, 441);
     141      //
     142      // runsView
     143      //
     144      this.runsView.Size = new System.Drawing.Size(693, 429);
     145      //
     146      // problemPanel
     147      //
     148      this.problemPanel.Size = new System.Drawing.Size(693, 399);
    134149      //
    135150      // nameTextBox
     
    172187      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
    173188      this.engineComboBox.Name = "engineComboBox";
    174       this.engineComboBox.Size = new System.Drawing.Size(610, 21);
     189      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
    175190      this.engineComboBox.TabIndex = 1;
    176191      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
     
    197212      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
    198213      this.engineViewHost.Name = "engineViewHost";
    199       this.engineViewHost.Size = new System.Drawing.Size(659, 335);
     214      this.engineViewHost.Size = new System.Drawing.Size(693, 402);
    200215      this.engineViewHost.TabIndex = 2;
    201216      this.engineViewHost.ViewType = null;
     
    224239      this.problemTabPage.ResumeLayout(false);
    225240      this.resultsTabPage.ResumeLayout(false);
     241      this.runsTabPage.ResumeLayout(false);
     242      this.problemPanel.ResumeLayout(false);
    226243      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    227244      this.engineTabPage.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.