Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2031 adapted views to new help system

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