1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2015 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 |
|
---|
22 | namespace HeuristicLab.Analysis.Statistics.Views {
|
---|
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 | // fittingComboBox
|
---|
52 | //
|
---|
53 | this.fittingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
54 | this.fittingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
55 | this.fittingComboBox.FormattingEnabled = true;
|
---|
56 | this.fittingComboBox.Location = new System.Drawing.Point(76, 3);
|
---|
57 | this.fittingComboBox.Name = "fittingComboBox";
|
---|
58 | this.fittingComboBox.Size = new System.Drawing.Size(214, 21);
|
---|
59 | this.fittingComboBox.TabIndex = 12;
|
---|
60 | //
|
---|
61 | // addValuesButton
|
---|
62 | //
|
---|
63 | this.addValuesButton.Location = new System.Drawing.Point(3, 3);
|
---|
64 | this.addValuesButton.Name = "addValuesButton";
|
---|
65 | this.addValuesButton.Size = new System.Drawing.Size(133, 23);
|
---|
66 | this.addValuesButton.TabIndex = 10;
|
---|
67 | this.addValuesButton.Text = "Add Values to Results";
|
---|
68 | this.addValuesButton.UseVisualStyleBackColor = true;
|
---|
69 | this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
|
---|
70 | //
|
---|
71 | // addLineToChart
|
---|
72 | //
|
---|
73 | this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
74 | this.addLineToChart.Location = new System.Drawing.Point(296, 3);
|
---|
75 | this.addLineToChart.Name = "addLineToChart";
|
---|
76 | this.addLineToChart.Size = new System.Drawing.Size(100, 23);
|
---|
77 | this.addLineToChart.TabIndex = 9;
|
---|
78 | this.addLineToChart.Text = "Fit Line to Chart";
|
---|
79 | this.addLineToChart.UseVisualStyleBackColor = true;
|
---|
80 | this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
|
---|
81 | //
|
---|
82 | // dataRowComboBox
|
---|
83 | //
|
---|
84 | this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
85 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
86 | this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
87 | this.dataRowComboBox.FormattingEnabled = true;
|
---|
88 | this.dataRowComboBox.Location = new System.Drawing.Point(69, 36);
|
---|
89 | this.dataRowComboBox.Name = "dataRowComboBox";
|
---|
90 | this.dataRowComboBox.Size = new System.Drawing.Size(540, 21);
|
---|
91 | this.dataRowComboBox.TabIndex = 8;
|
---|
92 | this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
|
---|
93 | //
|
---|
94 | // label2
|
---|
95 | //
|
---|
96 | this.label2.AutoSize = true;
|
---|
97 | this.label2.Location = new System.Drawing.Point(3, 39);
|
---|
98 | this.label2.Name = "label2";
|
---|
99 | this.label2.Size = new System.Drawing.Size(55, 13);
|
---|
100 | this.label2.TabIndex = 7;
|
---|
101 | this.label2.Text = "DataRow:";
|
---|
102 | //
|
---|
103 | // label1
|
---|
104 | //
|
---|
105 | this.label1.AutoSize = true;
|
---|
106 | this.label1.Location = new System.Drawing.Point(3, 9);
|
---|
107 | this.label1.Name = "label1";
|
---|
108 | this.label1.Size = new System.Drawing.Size(60, 13);
|
---|
109 | this.label1.TabIndex = 6;
|
---|
110 | this.label1.Text = "DataTable:";
|
---|
111 | //
|
---|
112 | // dataTableComboBox
|
---|
113 | //
|
---|
114 | this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
115 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
116 | this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
117 | this.dataTableComboBox.FormattingEnabled = true;
|
---|
118 | this.dataTableComboBox.Location = new System.Drawing.Point(69, 6);
|
---|
119 | this.dataTableComboBox.Name = "dataTableComboBox";
|
---|
120 | this.dataTableComboBox.Size = new System.Drawing.Size(540, 21);
|
---|
121 | this.dataTableComboBox.TabIndex = 5;
|
---|
122 | this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
|
---|
123 | //
|
---|
124 | // splitContainer1
|
---|
125 | //
|
---|
126 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
127 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
128 | this.splitContainer1.Location = new System.Drawing.Point(6, 391);
|
---|
129 | this.splitContainer1.Name = "splitContainer1";
|
---|
130 | //
|
---|
131 | // splitContainer1.Panel1
|
---|
132 | //
|
---|
133 | this.splitContainer1.Panel1.Controls.Add(this.addValuesButton);
|
---|
134 | //
|
---|
135 | // splitContainer1.Panel2
|
---|
136 | //
|
---|
137 | this.splitContainer1.Panel2.Controls.Add(this.fittingComboBox);
|
---|
138 | this.splitContainer1.Panel2.Controls.Add(this.addLineToChart);
|
---|
139 | this.splitContainer1.Size = new System.Drawing.Size(603, 29);
|
---|
140 | this.splitContainer1.SplitterDistance = 200;
|
---|
141 | this.splitContainer1.TabIndex = 13;
|
---|
142 | //
|
---|
143 | // stringConvertibleMatrixView
|
---|
144 | //
|
---|
145 | this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
146 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
147 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
148 | this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
149 | this.stringConvertibleMatrixView.Content = null;
|
---|
150 | this.stringConvertibleMatrixView.Location = new System.Drawing.Point(2, 63);
|
---|
151 | this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
|
---|
152 | this.stringConvertibleMatrixView.ReadOnly = true;
|
---|
153 | this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
|
---|
154 | this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
|
---|
155 | this.stringConvertibleMatrixView.Size = new System.Drawing.Size(607, 322);
|
---|
156 | this.stringConvertibleMatrixView.TabIndex = 0;
|
---|
157 | //
|
---|
158 | // ChartAnalysisView
|
---|
159 | //
|
---|
160 | this.Controls.Add(this.splitContainer1);
|
---|
161 | this.Controls.Add(this.stringConvertibleMatrixView);
|
---|
162 | this.Controls.Add(this.dataTableComboBox);
|
---|
163 | this.Controls.Add(this.label1);
|
---|
164 | this.Controls.Add(this.dataRowComboBox);
|
---|
165 | this.Controls.Add(this.label2);
|
---|
166 | this.Name = "ChartAnalysisView";
|
---|
167 | this.Size = new System.Drawing.Size(612, 423);
|
---|
168 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
169 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
170 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
171 | this.splitContainer1.ResumeLayout(false);
|
---|
172 | this.ResumeLayout(false);
|
---|
173 | this.PerformLayout();
|
---|
174 |
|
---|
175 | }
|
---|
176 | #endregion
|
---|
177 |
|
---|
178 | private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
|
---|
179 | private System.Windows.Forms.ComboBox dataRowComboBox;
|
---|
180 | private System.Windows.Forms.Label label2;
|
---|
181 | private System.Windows.Forms.Label label1;
|
---|
182 | private System.Windows.Forms.ComboBox dataTableComboBox;
|
---|
183 | private System.Windows.Forms.Button addLineToChart;
|
---|
184 | private System.Windows.Forms.Button addValuesButton;
|
---|
185 | private System.Windows.Forms.ComboBox fittingComboBox;
|
---|
186 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
187 | }
|
---|
188 | }
|
---|