Free cookie consent management tool by TermsFeed Policy Generator

source: branches/StatisticalTesting/HeuristicLab.Analysis.Statistics/3.3/ChartAnalysisView.designer.cs @ 9713

Last change on this file since 9713 was 9713, checked in by ascheibe, 11 years ago

#2031

  • made operations in ChartAnalysisView asynchronous
  • renamed views to go along with the other RunCollection views
File size: 7.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Analysis.Statistics {
23  partial class ChartAnalysisView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Windows Form Designer generated code
30
31    /// <summary>
32    /// Required method for Designer support - do not modify
33    /// the contents of this method with the code editor.
34    /// </summary>
35    private void InitializeComponent() {
36      this.fittingComboBox = new System.Windows.Forms.ComboBox();
37      this.addValuesButton = new System.Windows.Forms.Button();
38      this.addLineToChart = new System.Windows.Forms.Button();
39      this.dataRowComboBox = new System.Windows.Forms.ComboBox();
40      this.label2 = new System.Windows.Forms.Label();
41      this.label1 = new System.Windows.Forms.Label();
42      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
43      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
44      this.SuspendLayout();
45      //
46      // fittingComboBox
47      //
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(142, 359);
52      this.fittingComboBox.Name = "fittingComboBox";
53      this.fittingComboBox.Size = new System.Drawing.Size(214, 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.Left)));
59      this.addValuesButton.Location = new System.Drawing.Point(3, 357);
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(362, 357);
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);
77      //
78      // dataRowComboBox
79      //
80      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
81            | System.Windows.Forms.AnchorStyles.Right)));
82      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
83      this.dataRowComboBox.FormattingEnabled = true;
84      this.dataRowComboBox.Location = new System.Drawing.Point(71, 33);
85      this.dataRowComboBox.Name = "dataRowComboBox";
86      this.dataRowComboBox.Size = new System.Drawing.Size(424, 21);
87      this.dataRowComboBox.TabIndex = 8;
88      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
89      //
90      // label2
91      //
92      this.label2.AutoSize = true;
93      this.label2.Location = new System.Drawing.Point(5, 36);
94      this.label2.Name = "label2";
95      this.label2.Size = new System.Drawing.Size(55, 13);
96      this.label2.TabIndex = 7;
97      this.label2.Text = "DataRow:";
98      //
99      // label1
100      //
101      this.label1.AutoSize = true;
102      this.label1.Location = new System.Drawing.Point(5, 6);
103      this.label1.Name = "label1";
104      this.label1.Size = new System.Drawing.Size(60, 13);
105      this.label1.TabIndex = 6;
106      this.label1.Text = "DataTable:";
107      //
108      // dataTableComboBox
109      //
110      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
111            | System.Windows.Forms.AnchorStyles.Right)));
112      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
113      this.dataTableComboBox.FormattingEnabled = true;
114      this.dataTableComboBox.Location = new System.Drawing.Point(71, 3);
115      this.dataTableComboBox.Name = "dataTableComboBox";
116      this.dataTableComboBox.Size = new System.Drawing.Size(424, 21);
117      this.dataTableComboBox.TabIndex = 5;
118      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
119      //
120      // stringConvertibleMatrixView
121      //
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;
134      //
135      // ChartAnalysisView
136      //
137      this.Controls.Add(this.fittingComboBox);
138      this.Controls.Add(this.addValuesButton);
139      this.Controls.Add(this.addLineToChart);
140      this.Controls.Add(this.dataRowComboBox);
141      this.Controls.Add(this.label2);
142      this.Controls.Add(this.label1);
143      this.Controls.Add(this.dataTableComboBox);
144      this.Controls.Add(this.stringConvertibleMatrixView);
145      this.Name = "ChartAnalysisView";
146      this.Size = new System.Drawing.Size(498, 385);
147      this.ResumeLayout(false);
148      this.PerformLayout();
149
150    }
151    #endregion
152
153    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
154    private System.Windows.Forms.ComboBox dataRowComboBox;
155    private System.Windows.Forms.Label label2;
156    private System.Windows.Forms.Label label1;
157    private System.Windows.Forms.ComboBox dataTableComboBox;
158    private System.Windows.Forms.Button addLineToChart;
159    private System.Windows.Forms.Button addValuesButton;
160    private System.Windows.Forms.ComboBox fittingComboBox;
161  }
162}
Note: See TracBrowser for help on using the repository browser.