Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/11 13:47:28 (13 years ago)
Author:
sforsten
Message:

#1669: branch has been merged with the trunk in revision 7081 and methods in RegressionBenchmark have been renamed.

Location:
branches/RegressionBenchmarks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/RegressionBenchmarks

  • branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Views/3.4/DataAnalysisProblemView.Designer.cs

    r6968 r7085  
    4949      this.benchmarkComboBox = new System.Windows.Forms.ComboBox();
    5050      this.loadButton = new System.Windows.Forms.Button();
     51      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
    5152      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     53      this.tableLayoutPanel1.SuspendLayout();
    5254      this.SuspendLayout();
    5355      //
    5456      // parameterCollectionView
    5557      //
    56       this.parameterCollectionView.Location = new System.Drawing.Point(3, 55);
    57       this.parameterCollectionView.Size = new System.Drawing.Size(490, 279);
     58      this.parameterCollectionView.Location = new System.Drawing.Point(3, 80);
     59      this.parameterCollectionView.Size = new System.Drawing.Size(490, 254);
    5860      this.parameterCollectionView.TabIndex = 4;
    5961      //
     
    7476      this.importButton.Location = new System.Drawing.Point(3, 24);
    7577      this.importButton.Name = "importButton";
    76       this.importButton.Size = new System.Drawing.Size(243, 23);
     78      this.importButton.Size = new System.Drawing.Size(487, 23);
    7779      this.importButton.TabIndex = 3;
    7880      this.importButton.Text = "Import from CSV file";
     
    8284      // openFileDialog
    8385      //
    84       this.openFileDialog.FileName = "openFileDialog";
     86      this.openFileDialog.Filter = "CSV files|*.csv|Text files|*.txt|All files|*.*";
     87      this.openFileDialog.Title = "Import data...";
    8588      //
    8689      // benchmarkComboBox
    8790      //
    88       this.benchmarkComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     91      this.benchmarkComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     92            | System.Windows.Forms.AnchorStyles.Right)));
    8993      this.benchmarkComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9094      this.benchmarkComboBox.FormattingEnabled = true;
    91       this.benchmarkComboBox.Location = new System.Drawing.Point(252, 25);
     95      this.benchmarkComboBox.Location = new System.Drawing.Point(3, 3);
    9296      this.benchmarkComboBox.Name = "benchmarkComboBox";
    93       this.benchmarkComboBox.Size = new System.Drawing.Size(183, 21);
     97      this.benchmarkComboBox.Size = new System.Drawing.Size(240, 21);
    9498      this.benchmarkComboBox.TabIndex = 5;
    9599      //
    96100      // loadButton
    97101      //
    98       this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    99       this.loadButton.Location = new System.Drawing.Point(439, 24);
     102      this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     103            | System.Windows.Forms.AnchorStyles.Right)));
     104      this.loadButton.Location = new System.Drawing.Point(249, 2);
     105      this.loadButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 3);
    100106      this.loadButton.Name = "loadButton";
    101       this.loadButton.Size = new System.Drawing.Size(50, 23);
     107      this.loadButton.Size = new System.Drawing.Size(241, 23);
    102108      this.loadButton.TabIndex = 6;
    103109      this.loadButton.Text = "Load";
     
    105111      this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
    106112      //
     113      // tableLayoutPanel1
     114      //
     115      this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     116            | System.Windows.Forms.AnchorStyles.Right)));
     117      this.tableLayoutPanel1.ColumnCount = 2;
     118      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     119      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     120      this.tableLayoutPanel1.Controls.Add(this.benchmarkComboBox, 0, 0);
     121      this.tableLayoutPanel1.Controls.Add(this.loadButton, 1, 0);
     122      this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 51);
     123      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     124      this.tableLayoutPanel1.RowCount = 1;
     125      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     126      this.tableLayoutPanel1.Size = new System.Drawing.Size(493, 28);
     127      this.tableLayoutPanel1.TabIndex = 7;
     128      //
    107129      // DataAnalysisProblemView
    108130      //
    109131      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    110132      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    111       this.Controls.Add(this.loadButton);
    112133      this.Controls.Add(this.importButton);
    113       this.Controls.Add(this.benchmarkComboBox);
     134      this.Controls.Add(this.tableLayoutPanel1);
    114135      this.Name = "DataAnalysisProblemView";
    115136      this.Size = new System.Drawing.Size(493, 334);
    116       this.Controls.SetChildIndex(this.benchmarkComboBox, 0);
     137      this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
    117138      this.Controls.SetChildIndex(this.importButton, 0);
    118       this.Controls.SetChildIndex(this.loadButton, 0);
     139      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    119140      this.Controls.SetChildIndex(this.infoLabel, 0);
    120141      this.Controls.SetChildIndex(this.nameTextBox, 0);
    121142      this.Controls.SetChildIndex(this.nameLabel, 0);
    122       this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    123143      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     144      this.tableLayoutPanel1.ResumeLayout(false);
    124145      this.ResumeLayout(false);
    125146      this.PerformLayout();
     
    133154    private System.Windows.Forms.ComboBox benchmarkComboBox;
    134155    private System.Windows.Forms.Button loadButton;
     156    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    135157  }
    136158}
Note: See TracChangeset for help on using the changeset viewer.