Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1886 added relative error and possibility to add fitted line to charts

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