Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2031 removed useless split container from chart analysis view

File size: 10.4 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.components = new System.ComponentModel.Container();
37      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartAnalysisView));
38      this.fittingComboBox = new System.Windows.Forms.ComboBox();
39      this.addValuesButton = new System.Windows.Forms.Button();
40      this.addLineToChart = new System.Windows.Forms.Button();
41      this.dataRowComboBox = new System.Windows.Forms.ComboBox();
42      this.label2 = new System.Windows.Forms.Label();
43      this.label1 = new System.Windows.Forms.Label();
44      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
45      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
46      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
47      this.infoLabel = new System.Windows.Forms.Label();
48      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
49      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
50      this.splitContainer1.Panel1.SuspendLayout();
51      this.splitContainer1.Panel2.SuspendLayout();
52      this.splitContainer1.SuspendLayout();
53      this.SuspendLayout();
54      //
55      // fittingComboBox
56      //
57      this.fittingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
58      this.fittingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
59      this.fittingComboBox.FormattingEnabled = true;
60      this.fittingComboBox.Location = new System.Drawing.Point(63, 3);
61      this.fittingComboBox.Name = "fittingComboBox";
62      this.fittingComboBox.Size = new System.Drawing.Size(214, 21);
63      this.fittingComboBox.TabIndex = 12;
64      //
65      // addValuesButton
66      //
67      this.addValuesButton.Location = new System.Drawing.Point(3, 3);
68      this.addValuesButton.Name = "addValuesButton";
69      this.addValuesButton.Size = new System.Drawing.Size(133, 23);
70      this.addValuesButton.TabIndex = 10;
71      this.addValuesButton.Text = "Add Values to Results";
72      this.toolTip.SetToolTip(this.addValuesButton, "Adds the values from the data table to the results of each run.");
73      this.addValuesButton.UseVisualStyleBackColor = true;
74      this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
75      //
76      // addLineToChart
77      //
78      this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
79      this.addLineToChart.Location = new System.Drawing.Point(283, 3);
80      this.addLineToChart.Name = "addLineToChart";
81      this.addLineToChart.Size = new System.Drawing.Size(100, 23);
82      this.addLineToChart.TabIndex = 9;
83      this.addLineToChart.Text = "Fit Line to Chart";
84      this.toolTip.SetToolTip(this.addLineToChart, "Inserts the fitted line/curve into each chart of the run collection. ");
85      this.addLineToChart.UseVisualStyleBackColor = true;
86      this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
87      //
88      // dataRowComboBox
89      //
90      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
91            | System.Windows.Forms.AnchorStyles.Right)));
92      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
93      this.dataRowComboBox.FormattingEnabled = true;
94      this.dataRowComboBox.Location = new System.Drawing.Point(69, 36);
95      this.dataRowComboBox.Name = "dataRowComboBox";
96      this.dataRowComboBox.Size = new System.Drawing.Size(521, 21);
97      this.dataRowComboBox.TabIndex = 8;
98      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
99      //
100      // label2
101      //
102      this.label2.AutoSize = true;
103      this.label2.Location = new System.Drawing.Point(3, 39);
104      this.label2.Name = "label2";
105      this.label2.Size = new System.Drawing.Size(55, 13);
106      this.label2.TabIndex = 7;
107      this.label2.Text = "DataRow:";
108      //
109      // label1
110      //
111      this.label1.AutoSize = true;
112      this.label1.Location = new System.Drawing.Point(3, 9);
113      this.label1.Name = "label1";
114      this.label1.Size = new System.Drawing.Size(60, 13);
115      this.label1.TabIndex = 6;
116      this.label1.Text = "DataTable:";
117      //
118      // dataTableComboBox
119      //
120      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
121            | System.Windows.Forms.AnchorStyles.Right)));
122      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
123      this.dataTableComboBox.FormattingEnabled = true;
124      this.dataTableComboBox.Location = new System.Drawing.Point(69, 6);
125      this.dataTableComboBox.Name = "dataTableComboBox";
126      this.dataTableComboBox.Size = new System.Drawing.Size(521, 21);
127      this.dataTableComboBox.TabIndex = 5;
128      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
129      //
130      // stringConvertibleMatrixView
131      //
132      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
133            | System.Windows.Forms.AnchorStyles.Left)
134            | System.Windows.Forms.AnchorStyles.Right)));
135      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
136      this.stringConvertibleMatrixView.Content = null;
137      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(2, 63);
138      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
139      this.stringConvertibleMatrixView.ReadOnly = true;
140      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
141      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
142      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(588, 322);
143      this.stringConvertibleMatrixView.TabIndex = 0;
144      //
145      // splitContainer1
146      //
147      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
148            | System.Windows.Forms.AnchorStyles.Right)));
149      this.splitContainer1.Location = new System.Drawing.Point(6, 391);
150      this.splitContainer1.Name = "splitContainer1";
151      //
152      // splitContainer1.Panel1
153      //
154      this.splitContainer1.Panel1.Controls.Add(this.addValuesButton);
155      //
156      // splitContainer1.Panel2
157      //
158      this.splitContainer1.Panel2.Controls.Add(this.fittingComboBox);
159      this.splitContainer1.Panel2.Controls.Add(this.addLineToChart);
160      this.splitContainer1.Size = new System.Drawing.Size(584, 29);
161      this.splitContainer1.SplitterDistance = 194;
162      this.splitContainer1.TabIndex = 13;
163      //
164      // infoLabel
165      //
166      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
167      this.infoLabel.Image = ((System.Drawing.Image)(resources.GetObject("infoLabel.Image")));
168      this.infoLabel.Location = new System.Drawing.Point(596, 6);
169      this.infoLabel.Name = "infoLabel";
170      this.infoLabel.Size = new System.Drawing.Size(16, 16);
171      this.infoLabel.TabIndex = 18;
172      this.infoLabel.DoubleClick += new System.EventHandler(this.infoLabel_DoubleClick);
173      //
174      // ChartAnalysisView
175      //
176      this.Controls.Add(this.splitContainer1);
177      this.Controls.Add(this.infoLabel);
178      this.Controls.Add(this.stringConvertibleMatrixView);
179      this.Controls.Add(this.dataTableComboBox);
180      this.Controls.Add(this.label1);
181      this.Controls.Add(this.dataRowComboBox);
182      this.Controls.Add(this.label2);
183      this.Name = "ChartAnalysisView";
184      this.Size = new System.Drawing.Size(612, 423);
185      this.splitContainer1.Panel1.ResumeLayout(false);
186      this.splitContainer1.Panel2.ResumeLayout(false);
187      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
188      this.splitContainer1.ResumeLayout(false);
189      this.ResumeLayout(false);
190      this.PerformLayout();
191
192    }
193    #endregion
194
195    private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
196    private System.Windows.Forms.ComboBox dataRowComboBox;
197    private System.Windows.Forms.Label label2;
198    private System.Windows.Forms.Label label1;
199    private System.Windows.Forms.ComboBox dataTableComboBox;
200    private System.Windows.Forms.Button addLineToChart;
201    private System.Windows.Forms.Button addValuesButton;
202    private System.Windows.Forms.ComboBox fittingComboBox;
203    private System.Windows.Forms.Label infoLabel;
204    private System.Windows.Forms.SplitContainer splitContainer1;
205    private System.Windows.Forms.ToolTip toolTip;
206  }
207}
Note: See TracBrowser for help on using the repository browser.