Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1886 added a project for views

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