Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/RunCollectionStatisticalTabularView.designer.cs @ 9328

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

#1886

  • fixed a cloning bug
  • fixed forgotten event handler deregistration
  • added a run collection view for analyzing parameter influences
File size: 7.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.AlgorithmBehavior.Views {
23  partial class RunCollectionStatisticalTabularView {
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.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
37      this.dataRowComboBox = new System.Windows.Forms.ComboBox();
38      this.label2 = new System.Windows.Forms.Label();
39      this.label1 = new System.Windows.Forms.Label();
40      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.colorButton = new System.Windows.Forms.Button();
44      this.SuspendLayout();
45      //
46      // stringConvertibleMatrixView
47      //
48      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
49            | System.Windows.Forms.AnchorStyles.Left)
50            | System.Windows.Forms.AnchorStyles.Right)));
51      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
52      this.stringConvertibleMatrixView.Content = null;
53      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
54      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
55      this.stringConvertibleMatrixView.ReadOnly = false;
56      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
57      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
58      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294);
59      this.stringConvertibleMatrixView.TabIndex = 0;
60      //
61      // dataRowComboBox
62      //
63      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
64            | System.Windows.Forms.AnchorStyles.Right)));
65      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
66      this.dataRowComboBox.FormattingEnabled = true;
67      this.dataRowComboBox.Location = new System.Drawing.Point(71, 33);
68      this.dataRowComboBox.Name = "dataRowComboBox";
69      this.dataRowComboBox.Size = new System.Drawing.Size(424, 21);
70      this.dataRowComboBox.TabIndex = 8;
71      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
72      //
73      // label2
74      //
75      this.label2.AutoSize = true;
76      this.label2.Location = new System.Drawing.Point(5, 36);
77      this.label2.Name = "label2";
78      this.label2.Size = new System.Drawing.Size(55, 13);
79      this.label2.TabIndex = 7;
80      this.label2.Text = "DataRow:";
81      //
82      // label1
83      //
84      this.label1.AutoSize = true;
85      this.label1.Location = new System.Drawing.Point(5, 6);
86      this.label1.Name = "label1";
87      this.label1.Size = new System.Drawing.Size(60, 13);
88      this.label1.TabIndex = 6;
89      this.label1.Text = "DataTable:";
90      //
91      // dataTableComboBox
92      //
93      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
94            | System.Windows.Forms.AnchorStyles.Right)));
95      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
96      this.dataTableComboBox.FormattingEnabled = true;
97      this.dataTableComboBox.Location = new System.Drawing.Point(71, 3);
98      this.dataTableComboBox.Name = "dataTableComboBox";
99      this.dataTableComboBox.Size = new System.Drawing.Size(424, 21);
100      this.dataTableComboBox.TabIndex = 5;
101      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
102      //
103      // addLineToChart
104      //
105      this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
106      this.addLineToChart.Location = new System.Drawing.Point(420, 359);
107      this.addLineToChart.Name = "addLineToChart";
108      this.addLineToChart.Size = new System.Drawing.Size(75, 23);
109      this.addLineToChart.TabIndex = 9;
110      this.addLineToChart.Text = "Fit Line";
111      this.addLineToChart.UseVisualStyleBackColor = true;
112      this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
113      //
114      // addValuesButton
115      //
116      this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
117      this.addValuesButton.Location = new System.Drawing.Point(281, 359);
118      this.addValuesButton.Name = "addValuesButton";
119      this.addValuesButton.Size = new System.Drawing.Size(133, 23);
120      this.addValuesButton.TabIndex = 10;
121      this.addValuesButton.Text = "Add Values to Results";
122      this.addValuesButton.UseVisualStyleBackColor = true;
123      this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
124      //
125      // colorButton
126      //
127      this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
128      this.colorButton.Location = new System.Drawing.Point(200, 359);
129      this.colorButton.Name = "colorButton";
130      this.colorButton.Size = new System.Drawing.Size(75, 23);
131      this.colorButton.TabIndex = 11;
132      this.colorButton.Text = "Color Rows";
133      this.colorButton.UseVisualStyleBackColor = true;
134      this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
135      //
136      // RunCollectionStatisticalTabularView
137      //
138      this.Controls.Add(this.colorButton);
139      this.Controls.Add(this.addValuesButton);
140      this.Controls.Add(this.addLineToChart);
141      this.Controls.Add(this.dataRowComboBox);
142      this.Controls.Add(this.label2);
143      this.Controls.Add(this.label1);
144      this.Controls.Add(this.dataTableComboBox);
145      this.Controls.Add(this.stringConvertibleMatrixView);
146      this.Name = "RunCollectionStatisticalTabularView";
147      this.Size = new System.Drawing.Size(498, 385);
148      this.ResumeLayout(false);
149      this.PerformLayout();
150
151    }
152    #endregion
153
154    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
155    private System.Windows.Forms.ComboBox dataRowComboBox;
156    private System.Windows.Forms.Label label2;
157    private System.Windows.Forms.Label label1;
158    private System.Windows.Forms.ComboBox dataTableComboBox;
159    private System.Windows.Forms.Button addLineToChart;
160    private System.Windows.Forms.Button addValuesButton;
161    private System.Windows.Forms.Button colorButton;
162  }
163}
Note: See TracBrowser for help on using the repository browser.