Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingSolutionsView.Designer.cs @ 13722

Last change on this file since 13722 was 13722, checked in by abeham, 8 years ago

#2457:

  • Renamed remaining files from ExpertSystem to KnowledgeCenter
  • Added ability to scatter plot to display a regression line
  • Allowed to execute multiple instances at once and displaying either only final result or tracking result
  • Split runs in seeded runs and instance runs
File size: 21.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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.OptimizationExpertSystem {
23  partial class UnderstandingSolutionsView {
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 Component 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.components = new System.ComponentModel.Container();
48      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
50      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
51      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
52      this.solutionNameLabel = new System.Windows.Forms.Label();
53      this.solutionDiversitySimilarityLabel = new System.Windows.Forms.Label();
54      this.solutionNameComboBox = new System.Windows.Forms.ComboBox();
55      this.similarityComboBox = new System.Windows.Forms.ComboBox();
56      this.solutionsTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
57      this.solutionsQualityTabPage = new System.Windows.Forms.TabPage();
58      this.solutionsQualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
59      this.solutionsLengthScaleTabPage = new System.Windows.Forms.TabPage();
60      this.solutionsLengthScaleViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
61      this.solutionsDiversityTabPage = new System.Windows.Forms.TabPage();
62      this.solutionsDiversityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
63      this.solutionsFdcTabPage = new System.Windows.Forms.TabPage();
64      this.fdcBetweenBestCheckBox = new System.Windows.Forms.CheckBox();
65      this.solutionsFdcViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
66      this.solutionsNetworkTabPage = new System.Windows.Forms.TabPage();
67      this.solutionsNetworkChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
68      this.pearsonsRSquaredLabel = new System.Windows.Forms.Label();
69      this.fdcPearsonLabel = new System.Windows.Forms.Label();
70      this.spearmansRankLabel = new System.Windows.Forms.Label();
71      this.fdcSpearmanLabel = new System.Windows.Forms.Label();
72      this.solutionsTabControl.SuspendLayout();
73      this.solutionsQualityTabPage.SuspendLayout();
74      this.solutionsLengthScaleTabPage.SuspendLayout();
75      this.solutionsDiversityTabPage.SuspendLayout();
76      this.solutionsFdcTabPage.SuspendLayout();
77      this.solutionsNetworkTabPage.SuspendLayout();
78      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).BeginInit();
79      this.SuspendLayout();
80      //
81      // solutionNameLabel
82      //
83      this.solutionNameLabel.AutoSize = true;
84      this.solutionNameLabel.Location = new System.Drawing.Point(232, 3);
85      this.solutionNameLabel.Name = "solutionNameLabel";
86      this.solutionNameLabel.Size = new System.Drawing.Size(48, 13);
87      this.solutionNameLabel.TabIndex = 6;
88      this.solutionNameLabel.Text = "Solution:";
89      //
90      // solutionDiversitySimilarityLabel
91      //
92      this.solutionDiversitySimilarityLabel.AutoSize = true;
93      this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(2, 3);
94      this.solutionDiversitySimilarityLabel.Name = "solutionDiversitySimilarityLabel";
95      this.solutionDiversitySimilarityLabel.Size = new System.Drawing.Size(50, 13);
96      this.solutionDiversitySimilarityLabel.TabIndex = 7;
97      this.solutionDiversitySimilarityLabel.Text = "Similarity:";
98      //
99      // solutionNameComboBox
100      //
101      this.solutionNameComboBox.DisplayMember = "ItemName";
102      this.solutionNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
103      this.solutionNameComboBox.FormattingEnabled = true;
104      this.solutionNameComboBox.Location = new System.Drawing.Point(288, 0);
105      this.solutionNameComboBox.Name = "solutionNameComboBox";
106      this.solutionNameComboBox.Size = new System.Drawing.Size(150, 21);
107      this.solutionNameComboBox.TabIndex = 4;
108      this.solutionNameComboBox.SelectedIndexChanged += new System.EventHandler(this.SolutionNameComboBoxOnSelectedIndexChanged);
109      //
110      // similarityComboBox
111      //
112      this.similarityComboBox.DisplayMember = "ItemName";
113      this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
114      this.similarityComboBox.FormattingEnabled = true;
115      this.similarityComboBox.Location = new System.Drawing.Point(58, 0);
116      this.similarityComboBox.Name = "similarityComboBox";
117      this.similarityComboBox.Size = new System.Drawing.Size(150, 21);
118      this.similarityComboBox.TabIndex = 5;
119      this.similarityComboBox.SelectedIndexChanged += new System.EventHandler(this.SimilarityComboBoxOnSelectedIndexChanged);
120      //
121      // solutionsTabControl
122      //
123      this.solutionsTabControl.AllowDrop = true;
124      this.solutionsTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
125            | System.Windows.Forms.AnchorStyles.Left)
126            | System.Windows.Forms.AnchorStyles.Right)));
127      this.solutionsTabControl.Controls.Add(this.solutionsQualityTabPage);
128      this.solutionsTabControl.Controls.Add(this.solutionsLengthScaleTabPage);
129      this.solutionsTabControl.Controls.Add(this.solutionsDiversityTabPage);
130      this.solutionsTabControl.Controls.Add(this.solutionsFdcTabPage);
131      this.solutionsTabControl.Controls.Add(this.solutionsNetworkTabPage);
132      this.solutionsTabControl.Location = new System.Drawing.Point(0, 27);
133      this.solutionsTabControl.Name = "solutionsTabControl";
134      this.solutionsTabControl.SelectedIndex = 0;
135      this.solutionsTabControl.Size = new System.Drawing.Size(732, 478);
136      this.solutionsTabControl.TabIndex = 3;
137      //
138      // solutionsQualityTabPage
139      //
140      this.solutionsQualityTabPage.Controls.Add(this.solutionsQualityViewHost);
141      this.solutionsQualityTabPage.Location = new System.Drawing.Point(4, 22);
142      this.solutionsQualityTabPage.Name = "solutionsQualityTabPage";
143      this.solutionsQualityTabPage.Padding = new System.Windows.Forms.Padding(3);
144      this.solutionsQualityTabPage.Size = new System.Drawing.Size(724, 452);
145      this.solutionsQualityTabPage.TabIndex = 1;
146      this.solutionsQualityTabPage.Text = "Quality Analysis";
147      this.solutionsQualityTabPage.UseVisualStyleBackColor = true;
148      //
149      // solutionsQualityViewHost
150      //
151      this.solutionsQualityViewHost.Caption = "View";
152      this.solutionsQualityViewHost.Content = null;
153      this.solutionsQualityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
154      this.solutionsQualityViewHost.Enabled = false;
155      this.solutionsQualityViewHost.Location = new System.Drawing.Point(3, 3);
156      this.solutionsQualityViewHost.Name = "solutionsQualityViewHost";
157      this.solutionsQualityViewHost.ReadOnly = false;
158      this.solutionsQualityViewHost.Size = new System.Drawing.Size(718, 446);
159      this.solutionsQualityViewHost.TabIndex = 0;
160      this.solutionsQualityViewHost.ViewsLabelVisible = true;
161      this.solutionsQualityViewHost.ViewType = null;
162      //
163      // solutionsLengthScaleTabPage
164      //
165      this.solutionsLengthScaleTabPage.Controls.Add(this.solutionsLengthScaleViewHost);
166      this.solutionsLengthScaleTabPage.Location = new System.Drawing.Point(4, 22);
167      this.solutionsLengthScaleTabPage.Name = "solutionsLengthScaleTabPage";
168      this.solutionsLengthScaleTabPage.Padding = new System.Windows.Forms.Padding(3);
169      this.solutionsLengthScaleTabPage.Size = new System.Drawing.Size(724, 452);
170      this.solutionsLengthScaleTabPage.TabIndex = 3;
171      this.solutionsLengthScaleTabPage.Text = "Length-Scale Analysis";
172      this.solutionsLengthScaleTabPage.UseVisualStyleBackColor = true;
173      //
174      // solutionsLengthScaleViewHost
175      //
176      this.solutionsLengthScaleViewHost.Caption = "View";
177      this.solutionsLengthScaleViewHost.Content = null;
178      this.solutionsLengthScaleViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
179      this.solutionsLengthScaleViewHost.Enabled = false;
180      this.solutionsLengthScaleViewHost.Location = new System.Drawing.Point(3, 3);
181      this.solutionsLengthScaleViewHost.Name = "solutionsLengthScaleViewHost";
182      this.solutionsLengthScaleViewHost.ReadOnly = false;
183      this.solutionsLengthScaleViewHost.Size = new System.Drawing.Size(718, 446);
184      this.solutionsLengthScaleViewHost.TabIndex = 0;
185      this.solutionsLengthScaleViewHost.ViewsLabelVisible = true;
186      this.solutionsLengthScaleViewHost.ViewType = null;
187      //
188      // solutionsDiversityTabPage
189      //
190      this.solutionsDiversityTabPage.Controls.Add(this.solutionsDiversityViewHost);
191      this.solutionsDiversityTabPage.Location = new System.Drawing.Point(4, 22);
192      this.solutionsDiversityTabPage.Name = "solutionsDiversityTabPage";
193      this.solutionsDiversityTabPage.Padding = new System.Windows.Forms.Padding(3);
194      this.solutionsDiversityTabPage.Size = new System.Drawing.Size(724, 452);
195      this.solutionsDiversityTabPage.TabIndex = 2;
196      this.solutionsDiversityTabPage.Text = "Diversity Analysis";
197      this.solutionsDiversityTabPage.UseVisualStyleBackColor = true;
198      //
199      // solutionsDiversityViewHost
200      //
201      this.solutionsDiversityViewHost.Caption = "View";
202      this.solutionsDiversityViewHost.Content = null;
203      this.solutionsDiversityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
204      this.solutionsDiversityViewHost.Enabled = false;
205      this.solutionsDiversityViewHost.Location = new System.Drawing.Point(3, 3);
206      this.solutionsDiversityViewHost.Name = "solutionsDiversityViewHost";
207      this.solutionsDiversityViewHost.ReadOnly = false;
208      this.solutionsDiversityViewHost.Size = new System.Drawing.Size(718, 446);
209      this.solutionsDiversityViewHost.TabIndex = 1;
210      this.solutionsDiversityViewHost.ViewsLabelVisible = true;
211      this.solutionsDiversityViewHost.ViewType = null;
212      //
213      // solutionsFdcTabPage
214      //
215      this.solutionsFdcTabPage.Controls.Add(this.fdcSpearmanLabel);
216      this.solutionsFdcTabPage.Controls.Add(this.fdcPearsonLabel);
217      this.solutionsFdcTabPage.Controls.Add(this.spearmansRankLabel);
218      this.solutionsFdcTabPage.Controls.Add(this.pearsonsRSquaredLabel);
219      this.solutionsFdcTabPage.Controls.Add(this.fdcBetweenBestCheckBox);
220      this.solutionsFdcTabPage.Controls.Add(this.solutionsFdcViewHost);
221      this.solutionsFdcTabPage.Location = new System.Drawing.Point(4, 22);
222      this.solutionsFdcTabPage.Name = "solutionsFdcTabPage";
223      this.solutionsFdcTabPage.Padding = new System.Windows.Forms.Padding(3);
224      this.solutionsFdcTabPage.Size = new System.Drawing.Size(724, 452);
225      this.solutionsFdcTabPage.TabIndex = 5;
226      this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis";
227      this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
228      //
229      // fdcBetweenBestCheckBox
230      //
231      this.fdcBetweenBestCheckBox.AutoSize = true;
232      this.fdcBetweenBestCheckBox.Location = new System.Drawing.Point(6, 6);
233      this.fdcBetweenBestCheckBox.Name = "fdcBetweenBestCheckBox";
234      this.fdcBetweenBestCheckBox.Size = new System.Drawing.Size(233, 17);
235      this.fdcBetweenBestCheckBox.TabIndex = 2;
236      this.fdcBetweenBestCheckBox.Text = "Calculate FDC between best solution(s) only";
237      this.fdcBetweenBestCheckBox.UseVisualStyleBackColor = true;
238      this.fdcBetweenBestCheckBox.CheckedChanged += new System.EventHandler(this.FdcBetweenBestCheckBoxOnCheckedChanged);
239      //
240      // solutionsFdcViewHost
241      //
242      this.solutionsFdcViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
243            | System.Windows.Forms.AnchorStyles.Left)
244            | System.Windows.Forms.AnchorStyles.Right)));
245      this.solutionsFdcViewHost.Caption = "View";
246      this.solutionsFdcViewHost.Content = null;
247      this.solutionsFdcViewHost.Enabled = false;
248      this.solutionsFdcViewHost.Location = new System.Drawing.Point(3, 29);
249      this.solutionsFdcViewHost.Name = "solutionsFdcViewHost";
250      this.solutionsFdcViewHost.ReadOnly = false;
251      this.solutionsFdcViewHost.Size = new System.Drawing.Size(718, 423);
252      this.solutionsFdcViewHost.TabIndex = 0;
253      this.solutionsFdcViewHost.ViewsLabelVisible = true;
254      this.solutionsFdcViewHost.ViewType = null;
255      //
256      // solutionsNetworkTabPage
257      //
258      this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkChart);
259      this.solutionsNetworkTabPage.Location = new System.Drawing.Point(4, 22);
260      this.solutionsNetworkTabPage.Name = "solutionsNetworkTabPage";
261      this.solutionsNetworkTabPage.Padding = new System.Windows.Forms.Padding(3);
262      this.solutionsNetworkTabPage.Size = new System.Drawing.Size(724, 452);
263      this.solutionsNetworkTabPage.TabIndex = 4;
264      this.solutionsNetworkTabPage.Text = "Network Analysis";
265      this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
266      //
267      // solutionsNetworkChart
268      //
269      chartArea1.AxisX.IsStartedFromZero = false;
270      chartArea1.AxisX.LabelStyle.Enabled = false;
271      chartArea1.AxisX.LineWidth = 0;
272      chartArea1.AxisX.MajorGrid.Enabled = false;
273      chartArea1.AxisX.MajorTickMark.Enabled = false;
274      chartArea1.AxisY.IsStartedFromZero = false;
275      chartArea1.AxisY.LabelStyle.Enabled = false;
276      chartArea1.AxisY.LineWidth = 0;
277      chartArea1.AxisY.MajorGrid.Enabled = false;
278      chartArea1.AxisY.MajorTickMark.Enabled = false;
279      chartArea1.Name = "SolutionsNetworkChartArea";
280      this.solutionsNetworkChart.ChartAreas.Add(chartArea1);
281      this.solutionsNetworkChart.Dock = System.Windows.Forms.DockStyle.Fill;
282      legend1.Enabled = false;
283      legend1.Name = "Legend1";
284      this.solutionsNetworkChart.Legends.Add(legend1);
285      this.solutionsNetworkChart.Location = new System.Drawing.Point(3, 3);
286      this.solutionsNetworkChart.Name = "solutionsNetworkChart";
287      series1.ChartArea = "SolutionsNetworkChartArea";
288      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
289      series1.IsValueShownAsLabel = true;
290      series1.Label = "#LABEL";
291      series1.Legend = "Legend1";
292      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
293      series1.Name = "SolutionSeries";
294      series1.YValuesPerPoint = 2;
295      series2.ChartArea = "SolutionsNetworkChartArea";
296      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
297      series2.IsValueShownAsLabel = true;
298      series2.Label = "#LABEL";
299      series2.Legend = "Legend1";
300      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
301      series2.Name = "SeedingSolutionSeries";
302      series2.YValuesPerPoint = 2;
303      this.solutionsNetworkChart.Series.Add(series1);
304      this.solutionsNetworkChart.Series.Add(series2);
305      this.solutionsNetworkChart.Size = new System.Drawing.Size(718, 446);
306      this.solutionsNetworkChart.TabIndex = 0;
307      this.solutionsNetworkChart.Text = "enhancedChart1";
308      this.solutionsNetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseClick);
309      this.solutionsNetworkChart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseDoubleClick);
310      //
311      // pearsonsRSquaredLabel
312      //
313      this.pearsonsRSquaredLabel.AutoSize = true;
314      this.pearsonsRSquaredLabel.Location = new System.Drawing.Point(436, 7);
315      this.pearsonsRSquaredLabel.Name = "pearsonsRSquaredLabel";
316      this.pearsonsRSquaredLabel.Size = new System.Drawing.Size(65, 13);
317      this.pearsonsRSquaredLabel.TabIndex = 3;
318      this.pearsonsRSquaredLabel.Text = "Pearson\'s r²:";
319      //
320      // fdcPearsonLabel
321      //
322      this.fdcPearsonLabel.AutoSize = true;
323      this.fdcPearsonLabel.Location = new System.Drawing.Point(512, 7);
324      this.fdcPearsonLabel.Name = "fdcPearsonLabel";
325      this.fdcPearsonLabel.Size = new System.Drawing.Size(10, 13);
326      this.fdcPearsonLabel.TabIndex = 4;
327      this.fdcPearsonLabel.Text = "-";
328      //
329      // spearmansRankLabel
330      //
331      this.spearmansRankLabel.AutoSize = true;
332      this.spearmansRankLabel.Location = new System.Drawing.Point(281, 7);
333      this.spearmansRankLabel.Name = "spearmansRankLabel";
334      this.spearmansRankLabel.Size = new System.Drawing.Size(74, 13);
335      this.spearmansRankLabel.TabIndex = 3;
336      this.spearmansRankLabel.Text = "Spearman\'s ρ:";
337      //
338      // fdcSpearmanLabel
339      //
340      this.fdcSpearmanLabel.AutoSize = true;
341      this.fdcSpearmanLabel.Location = new System.Drawing.Point(357, 7);
342      this.fdcSpearmanLabel.Name = "fdcSpearmanLabel";
343      this.fdcSpearmanLabel.Size = new System.Drawing.Size(10, 13);
344      this.fdcSpearmanLabel.TabIndex = 4;
345      this.fdcSpearmanLabel.Text = "-";
346      //
347      // UnderstandingSolutionsView
348      //
349      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
350      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
351      this.Controls.Add(this.solutionNameLabel);
352      this.Controls.Add(this.solutionDiversitySimilarityLabel);
353      this.Controls.Add(this.solutionNameComboBox);
354      this.Controls.Add(this.similarityComboBox);
355      this.Controls.Add(this.solutionsTabControl);
356      this.Name = "UnderstandingSolutionsView";
357      this.Size = new System.Drawing.Size(732, 505);
358      this.solutionsTabControl.ResumeLayout(false);
359      this.solutionsQualityTabPage.ResumeLayout(false);
360      this.solutionsLengthScaleTabPage.ResumeLayout(false);
361      this.solutionsDiversityTabPage.ResumeLayout(false);
362      this.solutionsFdcTabPage.ResumeLayout(false);
363      this.solutionsFdcTabPage.PerformLayout();
364      this.solutionsNetworkTabPage.ResumeLayout(false);
365      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).EndInit();
366      this.ResumeLayout(false);
367      this.PerformLayout();
368
369    }
370
371    #endregion
372
373    private System.Windows.Forms.Label solutionNameLabel;
374    private System.Windows.Forms.Label solutionDiversitySimilarityLabel;
375    private System.Windows.Forms.ComboBox solutionNameComboBox;
376    private System.Windows.Forms.ComboBox similarityComboBox;
377    private MainForm.WindowsForms.DragOverTabControl solutionsTabControl;
378    private System.Windows.Forms.TabPage solutionsQualityTabPage;
379    private MainForm.WindowsForms.ViewHost solutionsQualityViewHost;
380    private System.Windows.Forms.TabPage solutionsLengthScaleTabPage;
381    private MainForm.WindowsForms.ViewHost solutionsLengthScaleViewHost;
382    private System.Windows.Forms.TabPage solutionsDiversityTabPage;
383    private MainForm.WindowsForms.ViewHost solutionsDiversityViewHost;
384    private System.Windows.Forms.TabPage solutionsFdcTabPage;
385    private System.Windows.Forms.CheckBox fdcBetweenBestCheckBox;
386    private MainForm.WindowsForms.ViewHost solutionsFdcViewHost;
387    private System.Windows.Forms.TabPage solutionsNetworkTabPage;
388    private Visualization.ChartControlsExtensions.EnhancedChart solutionsNetworkChart;
389    private System.Windows.Forms.Label fdcPearsonLabel;
390    private System.Windows.Forms.Label pearsonsRSquaredLabel;
391    private System.Windows.Forms.Label fdcSpearmanLabel;
392    private System.Windows.Forms.Label spearmansRankLabel;
393  }
394}
Note: See TracBrowser for help on using the repository browser.