Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/02/15 01:14:55 (9 years ago)
Author:
abeham
Message:

#2431:

  • removed output of RTs, RTus, ...
  • added 2nd row to charts that state restarts until a target was achieved
  • added option to include or exclude solution results
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/IRRestarterView.Designer.cs

    r12805 r12825  
    5656      this.maximizationLabel = new System.Windows.Forms.Label();
    5757      this.maximizationCheckBox = new System.Windows.Forms.CheckBox();
     58      this.storeSolutionInRunLabel = new System.Windows.Forms.Label();
     59      this.storeBestSolutionCheckBox = new System.Windows.Forms.CheckBox();
    5860      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5961      this.tabControl.SuspendLayout();
     
    6668      //
    6769      this.startButton.Location = new System.Drawing.Point(0, 440);
    68       this.startButton.TabIndex = 9;
     70      this.startButton.TabIndex = 18;
    6971      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
    7072      //
     
    7274      //
    7375      this.executionTimeTextBox.Location = new System.Drawing.Point(412, 444);
     76      this.executionTimeTextBox.TabIndex = 23;
    7477      //
    7578      // executionTimeLabel
    7679      //
    7780      this.executionTimeLabel.Location = new System.Drawing.Point(323, 447);
     81      this.executionTimeLabel.TabIndex = 22;
    7882      //
    7983      // pauseButton
    8084      //
    8185      this.pauseButton.Location = new System.Drawing.Point(30, 440);
    82       this.pauseButton.TabIndex = 10;
     86      this.pauseButton.TabIndex = 19;
    8387      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
    8488      //
     
    8690      //
    8791      this.stopButton.Location = new System.Drawing.Point(60, 440);
    88       this.stopButton.TabIndex = 11;
     92      this.stopButton.TabIndex = 20;
    8993      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
    9094      //
     
    9296      //
    9397      this.resetButton.Location = new System.Drawing.Point(90, 440);
    94       this.resetButton.TabIndex = 12;
     98      this.resetButton.TabIndex = 21;
    9599      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
    96100      //
     
    151155      this.tabControl.Controls.Add(this.currentRunTabPage);
    152156      this.tabControl.Controls.Add(this.runsTabPage);
    153       this.tabControl.Location = new System.Drawing.Point(0, 132);
     157      this.tabControl.Location = new System.Drawing.Point(0, 152);
    154158      this.tabControl.Name = "tabControl";
    155159      this.tabControl.SelectedIndex = 0;
    156       this.tabControl.Size = new System.Drawing.Size(546, 302);
    157       this.tabControl.TabIndex = 8;
     160      this.tabControl.Size = new System.Drawing.Size(546, 282);
     161      this.tabControl.TabIndex = 17;
    158162      //
    159163      // algorithmTabPage
     
    166170      this.algorithmTabPage.Name = "algorithmTabPage";
    167171      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
    168       this.algorithmTabPage.Size = new System.Drawing.Size(538, 276);
     172      this.algorithmTabPage.Size = new System.Drawing.Size(538, 256);
    169173      this.algorithmTabPage.TabIndex = 1;
    170174      this.algorithmTabPage.Text = "Algorithm";
     
    185189      this.algorithmViewHost.Name = "algorithmViewHost";
    186190      this.algorithmViewHost.ReadOnly = false;
    187       this.algorithmViewHost.Size = new System.Drawing.Size(526, 234);
     191      this.algorithmViewHost.Size = new System.Drawing.Size(526, 214);
    188192      this.algorithmViewHost.TabIndex = 2;
    189193      this.algorithmViewHost.ViewsLabelVisible = true;
     
    218222      this.currentRunTabPage.Name = "currentRunTabPage";
    219223      this.currentRunTabPage.Padding = new System.Windows.Forms.Padding(6);
    220       this.currentRunTabPage.Size = new System.Drawing.Size(538, 276);
     224      this.currentRunTabPage.Size = new System.Drawing.Size(538, 256);
    221225      this.currentRunTabPage.TabIndex = 4;
    222226      this.currentRunTabPage.Text = "Current Run";
     
    231235      this.currentRunView.Name = "currentRunView";
    232236      this.currentRunView.ReadOnly = false;
    233       this.currentRunView.Size = new System.Drawing.Size(526, 264);
     237      this.currentRunView.Size = new System.Drawing.Size(526, 244);
    234238      this.currentRunView.TabIndex = 0;
    235239      //
     
    240244      this.runsTabPage.Name = "runsTabPage";
    241245      this.runsTabPage.Padding = new System.Windows.Forms.Padding(6);
    242       this.runsTabPage.Size = new System.Drawing.Size(538, 276);
     246      this.runsTabPage.Size = new System.Drawing.Size(538, 256);
    243247      this.runsTabPage.TabIndex = 3;
    244248      this.runsTabPage.Text = "Runs";
     
    253257      this.runsView.Name = "runsView";
    254258      this.runsView.ReadOnly = false;
    255       this.runsView.Size = new System.Drawing.Size(526, 264);
     259      this.runsView.Size = new System.Drawing.Size(526, 244);
    256260      this.runsView.TabIndex = 1;
    257261      //
     
    268272      this.targetValueTextBox.Name = "targetValueTextBox";
    269273      this.targetValueTextBox.Size = new System.Drawing.Size(157, 20);
    270       this.targetValueTextBox.TabIndex = 6;
     274      this.targetValueTextBox.TabIndex = 10;
    271275      this.targetValueTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetValueTextBox_Validating);
    272276      //
     
    277281      this.targetValueLabel.Name = "targetValueLabel";
    278282      this.targetValueLabel.Size = new System.Drawing.Size(71, 13);
    279       this.targetValueLabel.TabIndex = 5;
     283      this.targetValueLabel.TabIndex = 9;
    280284      this.targetValueLabel.Text = "Target Value:";
    281285      //
     
    289293      this.terminationComboBox.Name = "terminationComboBox";
    290294      this.terminationComboBox.Size = new System.Drawing.Size(409, 21);
    291       this.terminationComboBox.TabIndex = 16;
     295      this.terminationComboBox.TabIndex = 14;
    292296      this.terminationComboBox.SelectedIndexChanged += new System.EventHandler(this.terminationComboBox_SelectedIndexChanged);
    293297      //
     
    298302      this.terminationLabel.Name = "terminationLabel";
    299303      this.terminationLabel.Size = new System.Drawing.Size(65, 13);
    300       this.terminationLabel.TabIndex = 5;
     304      this.terminationLabel.TabIndex = 13;
    301305      this.terminationLabel.Text = "Termination:";
    302306      //
     
    308312      this.moveCostPerSolutionTextBox.Name = "moveCostPerSolutionTextBox";
    309313      this.moveCostPerSolutionTextBox.Size = new System.Drawing.Size(123, 20);
    310       this.moveCostPerSolutionTextBox.TabIndex = 6;
     314      this.moveCostPerSolutionTextBox.TabIndex = 8;
    311315      this.moveCostPerSolutionTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.moveCostPerSolutionTextBox_Validating);
    312316      //
     
    317321      this.moveCostPerSolutionLabel.Name = "moveCostPerSolutionLabel";
    318322      this.moveCostPerSolutionLabel.Size = new System.Drawing.Size(117, 13);
    319       this.moveCostPerSolutionLabel.TabIndex = 5;
     323      this.moveCostPerSolutionLabel.TabIndex = 7;
    320324      this.moveCostPerSolutionLabel.Text = "Move cost per solution:";
    321325      //
     
    326330      this.maximizationLabel.Name = "maximizationLabel";
    327331      this.maximizationLabel.Size = new System.Drawing.Size(70, 13);
    328       this.maximizationLabel.TabIndex = 5;
     332      this.maximizationLabel.TabIndex = 11;
    329333      this.maximizationLabel.Text = "Maximization:";
    330334      //
     
    335339      this.maximizationCheckBox.Name = "maximizationCheckBox";
    336340      this.maximizationCheckBox.Size = new System.Drawing.Size(15, 14);
    337       this.maximizationCheckBox.TabIndex = 17;
     341      this.maximizationCheckBox.TabIndex = 12;
    338342      this.maximizationCheckBox.UseVisualStyleBackColor = true;
    339343      this.maximizationCheckBox.CheckedChanged += new System.EventHandler(this.maximizationCheckBox_CheckedChanged);
    340344      //
     345      // storeSolutionInRunLabel
     346      //
     347      this.storeSolutionInRunLabel.AutoSize = true;
     348      this.storeSolutionInRunLabel.Location = new System.Drawing.Point(3, 132);
     349      this.storeSolutionInRunLabel.Name = "storeSolutionInRunLabel";
     350      this.storeSolutionInRunLabel.Size = new System.Drawing.Size(76, 13);
     351      this.storeSolutionInRunLabel.TabIndex = 15;
     352      this.storeSolutionInRunLabel.Text = "Store Solution:";
     353      //
     354      // storeBestSolutionCheckBox
     355      //
     356      this.storeBestSolutionCheckBox.AutoSize = true;
     357      this.storeBestSolutionCheckBox.Location = new System.Drawing.Point(115, 132);
     358      this.storeBestSolutionCheckBox.Name = "storeBestSolutionCheckBox";
     359      this.storeBestSolutionCheckBox.Size = new System.Drawing.Size(15, 14);
     360      this.storeBestSolutionCheckBox.TabIndex = 16;
     361      this.storeBestSolutionCheckBox.UseVisualStyleBackColor = true;
     362      this.storeBestSolutionCheckBox.CheckedChanged += new System.EventHandler(this.storeBestSolutionCheckBox_CheckedChanged);
     363      //
    341364      // IndependentRandomRestarterView
    342365      //
    343366      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     367      this.Controls.Add(this.storeBestSolutionCheckBox);
    344368      this.Controls.Add(this.maximizationCheckBox);
    345369      this.Controls.Add(this.terminationComboBox);
     
    348372      this.Controls.Add(this.timeLimitLabel);
    349373      this.Controls.Add(this.terminationLabel);
     374      this.Controls.Add(this.storeSolutionInRunLabel);
    350375      this.Controls.Add(this.targetValueLabel);
    351376      this.Controls.Add(this.maximizationLabel);
     
    364389      this.Controls.SetChildIndex(this.maximizationLabel, 0);
    365390      this.Controls.SetChildIndex(this.targetValueLabel, 0);
     391      this.Controls.SetChildIndex(this.storeSolutionInRunLabel, 0);
    366392      this.Controls.SetChildIndex(this.terminationLabel, 0);
    367393      this.Controls.SetChildIndex(this.timeLimitLabel, 0);
     
    379405      this.Controls.SetChildIndex(this.terminationComboBox, 0);
    380406      this.Controls.SetChildIndex(this.maximizationCheckBox, 0);
     407      this.Controls.SetChildIndex(this.storeBestSolutionCheckBox, 0);
    381408      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    382409      this.tabControl.ResumeLayout(false);
     
    413440    private System.Windows.Forms.TabPage currentRunTabPage;
    414441    private RunView currentRunView;
     442    private System.Windows.Forms.Label storeSolutionInRunLabel;
     443    private System.Windows.Forms.CheckBox storeBestSolutionCheckBox;
    415444  }
    416445}
Note: See TracChangeset for help on using the changeset viewer.