Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9059 was 8569, checked in by ascheibe, 12 years ago

#1886 added functionality so that calculated values can be stored in the results of the runs

File size: 7.5 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 {
23  partial class RunCollectionStatisticalTabularView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
48      this.dataRowComboBox = new System.Windows.Forms.ComboBox();
49      this.label2 = new System.Windows.Forms.Label();
50      this.label1 = new System.Windows.Forms.Label();
51      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
52      this.addLineToChart = new System.Windows.Forms.Button();
53      this.addValuesButton = new System.Windows.Forms.Button();
54      this.SuspendLayout();
55      //
56      // stringConvertibleMatrixView
57      //
58      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
59            | System.Windows.Forms.AnchorStyles.Left)
60            | System.Windows.Forms.AnchorStyles.Right)));
61      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
62      this.stringConvertibleMatrixView.Content = null;
63      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
64      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
65      this.stringConvertibleMatrixView.ReadOnly = false;
66      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
67      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
68      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294);
69      this.stringConvertibleMatrixView.TabIndex = 0;
70      //
71      // dataRowComboBox
72      //
73      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
74            | System.Windows.Forms.AnchorStyles.Right)));
75      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
76      this.dataRowComboBox.FormattingEnabled = true;
77      this.dataRowComboBox.Location = new System.Drawing.Point(71, 33);
78      this.dataRowComboBox.Name = "dataRowComboBox";
79      this.dataRowComboBox.Size = new System.Drawing.Size(424, 21);
80      this.dataRowComboBox.TabIndex = 8;
81      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
82      //
83      // label2
84      //
85      this.label2.AutoSize = true;
86      this.label2.Location = new System.Drawing.Point(5, 36);
87      this.label2.Name = "label2";
88      this.label2.Size = new System.Drawing.Size(55, 13);
89      this.label2.TabIndex = 7;
90      this.label2.Text = "DataRow:";
91      //
92      // label1
93      //
94      this.label1.AutoSize = true;
95      this.label1.Location = new System.Drawing.Point(5, 6);
96      this.label1.Name = "label1";
97      this.label1.Size = new System.Drawing.Size(60, 13);
98      this.label1.TabIndex = 6;
99      this.label1.Text = "DataTable:";
100      //
101      // dataTableComboBox
102      //
103      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
104            | System.Windows.Forms.AnchorStyles.Right)));
105      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
106      this.dataTableComboBox.FormattingEnabled = true;
107      this.dataTableComboBox.Location = new System.Drawing.Point(71, 3);
108      this.dataTableComboBox.Name = "dataTableComboBox";
109      this.dataTableComboBox.Size = new System.Drawing.Size(424, 21);
110      this.dataTableComboBox.TabIndex = 5;
111      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
112      //
113      // addLineToChart
114      //
115      this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
116      this.addLineToChart.Location = new System.Drawing.Point(420, 359);
117      this.addLineToChart.Name = "addLineToChart";
118      this.addLineToChart.Size = new System.Drawing.Size(75, 23);
119      this.addLineToChart.TabIndex = 9;
120      this.addLineToChart.Text = "Fit Line";
121      this.addLineToChart.UseVisualStyleBackColor = true;
122      this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
123      //
124      // addValuesButton
125      //
126      this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
127      this.addValuesButton.Location = new System.Drawing.Point(281, 359);
128      this.addValuesButton.Name = "addValuesButton";
129      this.addValuesButton.Size = new System.Drawing.Size(133, 23);
130      this.addValuesButton.TabIndex = 10;
131      this.addValuesButton.Text = "Add Values to Results";
132      this.addValuesButton.UseVisualStyleBackColor = true;
133      this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
134      //
135      // RunCollectionStatisticalTabularView
136      //
137      this.Controls.Add(this.addValuesButton);
138      this.Controls.Add(this.addLineToChart);
139      this.Controls.Add(this.dataRowComboBox);
140      this.Controls.Add(this.label2);
141      this.Controls.Add(this.label1);
142      this.Controls.Add(this.dataTableComboBox);
143      this.Controls.Add(this.stringConvertibleMatrixView);
144      this.Name = "RunCollectionStatisticalTabularView";
145      this.Size = new System.Drawing.Size(498, 385);
146      this.ResumeLayout(false);
147      this.PerformLayout();
148
149    }
150    #endregion
151
152    private Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
153    private System.Windows.Forms.ComboBox dataRowComboBox;
154    private System.Windows.Forms.Label label2;
155    private System.Windows.Forms.Label label1;
156    private System.Windows.Forms.ComboBox dataTableComboBox;
157    private System.Windows.Forms.Button addLineToChart;
158    private System.Windows.Forms.Button addValuesButton;
159  }
160}
Note: See TracBrowser for help on using the repository browser.