Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/15/13 16:33:13 (11 years ago)
Author:
ascheibe
Message:

#2031

  • added exponential fitting
  • added logarithmic fitting
  • refactored fitting code
  • updated license headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.designer.cs

    r9377 r9706  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    3434    /// </summary>
    3535    private void InitializeComponent() {
    36       this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
     36      this.fittingComboBox = new System.Windows.Forms.ComboBox();
     37      this.addValuesButton = new System.Windows.Forms.Button();
     38      this.addLineToChart = new System.Windows.Forms.Button();
    3739      this.dataRowComboBox = new System.Windows.Forms.ComboBox();
    3840      this.label2 = new System.Windows.Forms.Label();
    3941      this.label1 = new System.Windows.Forms.Label();
    4042      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
    41       this.addLineToChart = new System.Windows.Forms.Button();
    42       this.addValuesButton = new System.Windows.Forms.Button();
     43      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    4344      this.SuspendLayout();
    4445      //
    45       // stringConvertibleMatrixView
     46      // fittingComboBox
    4647      //
    47       this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    48             | System.Windows.Forms.AnchorStyles.Left)
    49             | System.Windows.Forms.AnchorStyles.Right)));
    50       this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
    51       this.stringConvertibleMatrixView.Content = null;
    52       this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
    53       this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
    54       this.stringConvertibleMatrixView.ReadOnly = true;
    55       this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
    56       this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
    57       this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294);
    58       this.stringConvertibleMatrixView.TabIndex = 0;
     48      this.fittingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     49      this.fittingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     50      this.fittingComboBox.FormattingEnabled = true;
     51      this.fittingComboBox.Location = new System.Drawing.Point(147, 359);
     52      this.fittingComboBox.Name = "fittingComboBox";
     53      this.fittingComboBox.Size = new System.Drawing.Size(200, 21);
     54      this.fittingComboBox.TabIndex = 12;
     55      //
     56      // addValuesButton
     57      //
     58      this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     59      this.addValuesButton.Location = new System.Drawing.Point(8, 359);
     60      this.addValuesButton.Name = "addValuesButton";
     61      this.addValuesButton.Size = new System.Drawing.Size(133, 23);
     62      this.addValuesButton.TabIndex = 10;
     63      this.addValuesButton.Text = "Add Values to Results";
     64      this.addValuesButton.UseVisualStyleBackColor = true;
     65      this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
     66      //
     67      // addLineToChart
     68      //
     69      this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     70      this.addLineToChart.Location = new System.Drawing.Point(353, 359);
     71      this.addLineToChart.Name = "addLineToChart";
     72      this.addLineToChart.Size = new System.Drawing.Size(133, 23);
     73      this.addLineToChart.TabIndex = 9;
     74      this.addLineToChart.Text = "Fit Line to Chart";
     75      this.addLineToChart.UseVisualStyleBackColor = true;
     76      this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
    5977      //
    6078      // dataRowComboBox
     
    100118      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
    101119      //
    102       // addLineToChart
     120      // stringConvertibleMatrixView
    103121      //
    104       this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    105       this.addLineToChart.Location = new System.Drawing.Point(353, 359);
    106       this.addLineToChart.Name = "addLineToChart";
    107       this.addLineToChart.Size = new System.Drawing.Size(133, 23);
    108       this.addLineToChart.TabIndex = 9;
    109       this.addLineToChart.Text = "Fit Line to Chart";
    110       this.addLineToChart.UseVisualStyleBackColor = true;
    111       this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
    112       //
    113       // addValuesButton
    114       //
    115       this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    116       this.addValuesButton.Location = new System.Drawing.Point(214, 359);
    117       this.addValuesButton.Name = "addValuesButton";
    118       this.addValuesButton.Size = new System.Drawing.Size(133, 23);
    119       this.addValuesButton.TabIndex = 10;
    120       this.addValuesButton.Text = "Add Values to Results";
    121       this.addValuesButton.UseVisualStyleBackColor = true;
    122       this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
     122      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     123            | System.Windows.Forms.AnchorStyles.Left)
     124            | System.Windows.Forms.AnchorStyles.Right)));
     125      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     126      this.stringConvertibleMatrixView.Content = null;
     127      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
     128      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
     129      this.stringConvertibleMatrixView.ReadOnly = true;
     130      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
     131      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
     132      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294);
     133      this.stringConvertibleMatrixView.TabIndex = 0;
    123134      //
    124135      // ChartAnalysisView
    125136      //
     137      this.Controls.Add(this.fittingComboBox);
    126138      this.Controls.Add(this.addValuesButton);
    127139      this.Controls.Add(this.addLineToChart);
     
    146158    private System.Windows.Forms.Button addLineToChart;
    147159    private System.Windows.Forms.Button addValuesButton;
     160    private System.Windows.Forms.ComboBox fittingComboBox;
    148161  }
    149162}
Note: See TracChangeset for help on using the changeset viewer.