Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/10/12 17:36:58 (12 years ago)
Author:
sforsten
Message:

#1752: -data set is exported exactly in the way it is stored in the Dataset class

File:
1 edited

Legend:

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

    r7290 r7309  
    4747      this.ImportButton = new System.Windows.Forms.Button();
    4848      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    49       this.BenchmarkComboBox = new System.Windows.Forms.ComboBox();
    5049      this.LoadButton = new System.Windows.Forms.Button();
    5150      this.BenchmarkTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     51      this.ExportButton = new System.Windows.Forms.Button();
     52      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    5253      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5354      this.BenchmarkTableLayoutPanel.SuspendLayout();
     
    5657      // parameterCollectionView
    5758      //
    58       this.parameterCollectionView.Location = new System.Drawing.Point(3, 80);
    59       this.parameterCollectionView.Size = new System.Drawing.Size(490, 254);
     59      this.parameterCollectionView.Location = new System.Drawing.Point(3, 56);
     60      this.parameterCollectionView.Size = new System.Drawing.Size(490, 278);
    6061      this.parameterCollectionView.TabIndex = 4;
    6162      //
     
    7475      this.ImportButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7576            | System.Windows.Forms.AnchorStyles.Right)));
    76       this.ImportButton.Location = new System.Drawing.Point(3, 24);
     77      this.ImportButton.Location = new System.Drawing.Point(3, 3);
    7778      this.ImportButton.Name = "ImportButton";
    78       this.ImportButton.Size = new System.Drawing.Size(487, 23);
     79      this.ImportButton.Size = new System.Drawing.Size(158, 21);
    7980      this.ImportButton.TabIndex = 3;
    80       this.ImportButton.Text = "Import from CSV file";
     81      this.ImportButton.Text = "Import ProblemData from CSV file";
    8182      this.ImportButton.UseVisualStyleBackColor = true;
    8283      this.ImportButton.Click += new System.EventHandler(this.ImportButton_Click);
     
    8586      //
    8687      this.openFileDialog.Filter = "CSV files|*.csv|Text files|*.txt|All files|*.*";
    87       this.openFileDialog.Title = "Import data...";
    88       //
    89       // BenchmarkComboBox
    90       //
    91       this.BenchmarkComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    92             | System.Windows.Forms.AnchorStyles.Right)));
    93       this.BenchmarkComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    94       this.BenchmarkComboBox.FormattingEnabled = true;
    95       this.BenchmarkComboBox.Location = new System.Drawing.Point(3, 3);
    96       this.BenchmarkComboBox.Name = "BenchmarkComboBox";
    97       this.BenchmarkComboBox.Size = new System.Drawing.Size(240, 21);
    98       this.BenchmarkComboBox.TabIndex = 5;
     88      this.openFileDialog.Title = "Import ProblemData...";
    9989      //
    10090      // LoadButton
     
    10292      this.LoadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    10393            | System.Windows.Forms.AnchorStyles.Right)));
    104       this.LoadButton.Location = new System.Drawing.Point(249, 2);
     94      this.LoadButton.Location = new System.Drawing.Point(167, 2);
    10595      this.LoadButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 3);
    10696      this.LoadButton.Name = "LoadButton";
    107       this.LoadButton.Size = new System.Drawing.Size(241, 23);
     97      this.LoadButton.Size = new System.Drawing.Size(158, 23);
    10898      this.LoadButton.TabIndex = 6;
    109       this.LoadButton.Text = "Load";
     99      this.LoadButton.Text = "Generate Benchmark ProblemData";
    110100      this.LoadButton.UseVisualStyleBackColor = true;
    111       this.LoadButton.Click += new System.EventHandler(this.loadButton_Click);
     101      this.LoadButton.Click += new System.EventHandler(this.LoadButton_Click);
    112102      //
    113103      // BenchmarkTableLayoutPanel
     
    115105      this.BenchmarkTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    116106            | System.Windows.Forms.AnchorStyles.Right)));
    117       this.BenchmarkTableLayoutPanel.ColumnCount = 2;
    118       this.BenchmarkTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    119       this.BenchmarkTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    120       this.BenchmarkTableLayoutPanel.Controls.Add(this.BenchmarkComboBox, 0, 0);
     107      this.BenchmarkTableLayoutPanel.ColumnCount = 3;
     108      this.BenchmarkTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     109      this.BenchmarkTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     110      this.BenchmarkTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
    121111      this.BenchmarkTableLayoutPanel.Controls.Add(this.LoadButton, 1, 0);
    122       this.BenchmarkTableLayoutPanel.Location = new System.Drawing.Point(0, 51);
     112      this.BenchmarkTableLayoutPanel.Controls.Add(this.ImportButton, 0, 0);
     113      this.BenchmarkTableLayoutPanel.Controls.Add(this.ExportButton, 2, 0);
     114      this.BenchmarkTableLayoutPanel.Location = new System.Drawing.Point(0, 26);
    123115      this.BenchmarkTableLayoutPanel.Name = "BenchmarkTableLayoutPanel";
    124116      this.BenchmarkTableLayoutPanel.RowCount = 1;
    125       this.BenchmarkTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     117      this.BenchmarkTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    126118      this.BenchmarkTableLayoutPanel.Size = new System.Drawing.Size(493, 28);
    127119      this.BenchmarkTableLayoutPanel.TabIndex = 7;
     120      //
     121      // ExportButton
     122      //
     123      this.ExportButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     124            | System.Windows.Forms.AnchorStyles.Right)));
     125      this.ExportButton.Location = new System.Drawing.Point(331, 3);
     126      this.ExportButton.Name = "ExportButton";
     127      this.ExportButton.Size = new System.Drawing.Size(159, 22);
     128      this.ExportButton.TabIndex = 7;
     129      this.ExportButton.Text = "Export ProblemData to CSV file";
     130      this.ExportButton.UseVisualStyleBackColor = true;
     131      this.ExportButton.Click += new System.EventHandler(this.ExportButton_Click);
     132      //
     133      // saveFileDialog
     134      //
     135      this.saveFileDialog.Filter = "CSV files|*.csv|All files|*.*";
     136      this.saveFileDialog.Title = "Save ProblemData...";
    128137      //
    129138      // DataAnalysisProblemView
     
    131140      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    132141      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    133       this.Controls.Add(this.ImportButton);
    134142      this.Controls.Add(this.BenchmarkTableLayoutPanel);
    135143      this.Name = "DataAnalysisProblemView";
    136144      this.Size = new System.Drawing.Size(493, 334);
    137145      this.Controls.SetChildIndex(this.BenchmarkTableLayoutPanel, 0);
    138       this.Controls.SetChildIndex(this.ImportButton, 0);
    139146      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    140147      this.Controls.SetChildIndex(this.infoLabel, 0);
     
    152159    private System.Windows.Forms.Button ImportButton;
    153160    private System.Windows.Forms.OpenFileDialog openFileDialog;
    154     private System.Windows.Forms.ComboBox BenchmarkComboBox;
    155161    private System.Windows.Forms.Button LoadButton;
    156162    private System.Windows.Forms.TableLayoutPanel BenchmarkTableLayoutPanel;
     163    private System.Windows.Forms.Button ExportButton;
     164    private System.Windows.Forms.SaveFileDialog saveFileDialog;
    157165  }
    158166}
Note: See TracChangeset for help on using the changeset viewer.