Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2031

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