Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/17/15 09:25:44 (9 years ago)
Author:
abeham
Message:

#2431:

  • Added run collection view
  • Changed name of analyzers
  • Modified algorithms to include Execution Time as a result
File:
1 copied

Legend:

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

    r12764 r12771  
    2020#endregion
    2121namespace HeuristicLab.Optimization.Views {
    22   partial class RunCollectionChartAggregationView {
     22  partial class RunCollectionECDFView {
    2323    /// <summary>
    2424    /// Required designer variable.
     
    4848      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    4949      this.label2 = new System.Windows.Forms.Label();
    50       this.dataRowComboBox = new System.Windows.Forms.ComboBox();
     50      this.groupComboBox = new System.Windows.Forms.ComboBox();
     51      this.logScalingCheckBox = new System.Windows.Forms.CheckBox();
    5152      this.SuspendLayout();
    5253      //
    5354      // dataTableComboBox
    5455      //
    55       this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     56      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    5657            | System.Windows.Forms.AnchorStyles.Right)));
    5758      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    5859      this.dataTableComboBox.FormattingEnabled = true;
    59       this.dataTableComboBox.Location = new System.Drawing.Point(69, 3);
     60      this.dataTableComboBox.Location = new System.Drawing.Point(69, 30);
    6061      this.dataTableComboBox.Name = "dataTableComboBox";
    6162      this.dataTableComboBox.Size = new System.Drawing.Size(455, 21);
     
    6667      //
    6768      this.label1.AutoSize = true;
    68       this.label1.Location = new System.Drawing.Point(3, 6);
     69      this.label1.Location = new System.Drawing.Point(3, 33);
    6970      this.label1.Name = "label1";
    7071      this.label1.Size = new System.Drawing.Size(60, 13);
     
    7475      // viewHost
    7576      //
    76       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    77             | System.Windows.Forms.AnchorStyles.Left)
     77      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     78            | System.Windows.Forms.AnchorStyles.Left) 
    7879            | System.Windows.Forms.AnchorStyles.Right)));
    7980      this.viewHost.Caption = "View";
     
    8384      this.viewHost.Name = "viewHost";
    8485      this.viewHost.ReadOnly = false;
    85       this.viewHost.Size = new System.Drawing.Size(520, 314);
     86      this.viewHost.Size = new System.Drawing.Size(520, 291);
    8687      this.viewHost.TabIndex = 2;
    8788      this.viewHost.ViewsLabelVisible = true;
     
    9192      //
    9293      this.label2.AutoSize = true;
    93       this.label2.Location = new System.Drawing.Point(3, 33);
     94      this.label2.Location = new System.Drawing.Point(3, 6);
    9495      this.label2.Name = "label2";
    95       this.label2.Size = new System.Drawing.Size(55, 13);
     96      this.label2.Size = new System.Drawing.Size(39, 13);
    9697      this.label2.TabIndex = 3;
    97       this.label2.Text = "DataRow:";
     98      this.label2.Text = "Group:";
    9899      //
    99       // dataRowComboBox
     100      // groupComboBox
    100101      //
    101       this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     102      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    102103            | System.Windows.Forms.AnchorStyles.Right)));
    103       this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    104       this.dataRowComboBox.FormattingEnabled = true;
    105       this.dataRowComboBox.Location = new System.Drawing.Point(69, 30);
    106       this.dataRowComboBox.Name = "dataRowComboBox";
    107       this.dataRowComboBox.Size = new System.Drawing.Size(455, 21);
    108       this.dataRowComboBox.TabIndex = 4;
    109       this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
     104      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     105      this.groupComboBox.FormattingEnabled = true;
     106      this.groupComboBox.Location = new System.Drawing.Point(69, 3);
     107      this.groupComboBox.Name = "groupComboBox";
     108      this.groupComboBox.Size = new System.Drawing.Size(455, 21);
     109      this.groupComboBox.TabIndex = 4;
     110      this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
    110111      //
    111       // RunCollectionChartAggregationView
     112      // logScalingCheckBox
    112113      //
    113       this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     114      this.logScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     115      this.logScalingCheckBox.AutoSize = true;
     116      this.logScalingCheckBox.Location = new System.Drawing.Point(0, 354);
     117      this.logScalingCheckBox.Name = "logScalingCheckBox";
     118      this.logScalingCheckBox.Size = new System.Drawing.Size(112, 17);
     119      this.logScalingCheckBox.TabIndex = 5;
     120      this.logScalingCheckBox.Text = "logarithmic scaling";
     121      this.logScalingCheckBox.UseVisualStyleBackColor = true;
     122      this.logScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
     123      //
     124      // RunCollectionECDFView
     125      //
    114126      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    115       this.Controls.Add(this.dataRowComboBox);
     127      this.Controls.Add(this.logScalingCheckBox);
     128      this.Controls.Add(this.groupComboBox);
    116129      this.Controls.Add(this.label2);
    117130      this.Controls.Add(this.viewHost);
    118131      this.Controls.Add(this.label1);
    119132      this.Controls.Add(this.dataTableComboBox);
    120       this.Name = "RunCollectionChartAggregationView";
     133      this.Name = "RunCollectionECDFView";
    121134      this.Size = new System.Drawing.Size(527, 374);
    122135      this.ResumeLayout(false);
     
    131144    private MainForm.WindowsForms.ViewHost viewHost;
    132145    private System.Windows.Forms.Label label2;
    133     private System.Windows.Forms.ComboBox dataRowComboBox;
     146    private System.Windows.Forms.ComboBox groupComboBox;
     147    private System.Windows.Forms.CheckBox logScalingCheckBox;
    134148  }
    135149}
Note: See TracChangeset for help on using the changeset viewer.