Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingSolutionsView.Designer.cs

Last change on this file was 13745, checked in by abeham, 9 years ago

#2457: added line annotations to the network visu to highlight close solutions

File size: 26.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.fdcSpearmanLabel = new System.Windows.Forms.Label();
65      this.fdcPearsonLabel = new System.Windows.Forms.Label();
66      this.spearmansRankLabel = new System.Windows.Forms.Label();
67      this.pearsonsRSquaredLabel = new System.Windows.Forms.Label();
68      this.fdcBetweenBestCheckBox = new System.Windows.Forms.CheckBox();
69      this.solutionsFdcViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
70      this.solutionsNetworkTabPage = new System.Windows.Forms.TabPage();
71      this.solutionsNetworkChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
72      this.linesCheckBox = new System.Windows.Forms.CheckBox();
73      this.solutionNetworkProjectionLabel = new System.Windows.Forms.Label();
74      this.solutionNetworkProjectionComboBox = new System.Windows.Forms.ComboBox();
75      this.contrastTrackBar = new System.Windows.Forms.TrackBar();
76      this.minimumTrackBar = new System.Windows.Forms.TrackBar();
77      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
78      this.solutionsTabControl.SuspendLayout();
79      this.solutionsQualityTabPage.SuspendLayout();
80      this.solutionsLengthScaleTabPage.SuspendLayout();
81      this.solutionsDiversityTabPage.SuspendLayout();
82      this.solutionsFdcTabPage.SuspendLayout();
83      this.solutionsNetworkTabPage.SuspendLayout();
84      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).BeginInit();
85      ((System.ComponentModel.ISupportInitialize)(this.contrastTrackBar)).BeginInit();
86      ((System.ComponentModel.ISupportInitialize)(this.minimumTrackBar)).BeginInit();
87      this.SuspendLayout();
88      //
89      // solutionNameLabel
90      //
91      this.solutionNameLabel.AutoSize = true;
92      this.solutionNameLabel.Location = new System.Drawing.Point(232, 3);
93      this.solutionNameLabel.Name = "solutionNameLabel";
94      this.solutionNameLabel.Size = new System.Drawing.Size(48, 13);
95      this.solutionNameLabel.TabIndex = 6;
96      this.solutionNameLabel.Text = "Solution:";
97      //
98      // solutionDiversitySimilarityLabel
99      //
100      this.solutionDiversitySimilarityLabel.AutoSize = true;
101      this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(2, 3);
102      this.solutionDiversitySimilarityLabel.Name = "solutionDiversitySimilarityLabel";
103      this.solutionDiversitySimilarityLabel.Size = new System.Drawing.Size(50, 13);
104      this.solutionDiversitySimilarityLabel.TabIndex = 7;
105      this.solutionDiversitySimilarityLabel.Text = "Similarity:";
106      //
107      // solutionNameComboBox
108      //
109      this.solutionNameComboBox.DisplayMember = "ItemName";
110      this.solutionNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
111      this.solutionNameComboBox.FormattingEnabled = true;
112      this.solutionNameComboBox.Location = new System.Drawing.Point(288, 0);
113      this.solutionNameComboBox.Name = "solutionNameComboBox";
114      this.solutionNameComboBox.Size = new System.Drawing.Size(150, 21);
115      this.solutionNameComboBox.TabIndex = 4;
116      this.solutionNameComboBox.SelectedIndexChanged += new System.EventHandler(this.SolutionNameComboBoxOnSelectedIndexChanged);
117      //
118      // similarityComboBox
119      //
120      this.similarityComboBox.DisplayMember = "ItemName";
121      this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
122      this.similarityComboBox.FormattingEnabled = true;
123      this.similarityComboBox.Location = new System.Drawing.Point(58, 0);
124      this.similarityComboBox.Name = "similarityComboBox";
125      this.similarityComboBox.Size = new System.Drawing.Size(150, 21);
126      this.similarityComboBox.TabIndex = 5;
127      this.similarityComboBox.SelectedIndexChanged += new System.EventHandler(this.SimilarityComboBoxOnSelectedIndexChanged);
128      //
129      // solutionsTabControl
130      //
131      this.solutionsTabControl.AllowDrop = true;
132      this.solutionsTabControl.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.solutionsTabControl.Controls.Add(this.solutionsQualityTabPage);
136      this.solutionsTabControl.Controls.Add(this.solutionsLengthScaleTabPage);
137      this.solutionsTabControl.Controls.Add(this.solutionsDiversityTabPage);
138      this.solutionsTabControl.Controls.Add(this.solutionsFdcTabPage);
139      this.solutionsTabControl.Controls.Add(this.solutionsNetworkTabPage);
140      this.solutionsTabControl.Location = new System.Drawing.Point(0, 27);
141      this.solutionsTabControl.Name = "solutionsTabControl";
142      this.solutionsTabControl.SelectedIndex = 0;
143      this.solutionsTabControl.Size = new System.Drawing.Size(732, 478);
144      this.solutionsTabControl.TabIndex = 3;
145      //
146      // solutionsQualityTabPage
147      //
148      this.solutionsQualityTabPage.Controls.Add(this.solutionsQualityViewHost);
149      this.solutionsQualityTabPage.Location = new System.Drawing.Point(4, 22);
150      this.solutionsQualityTabPage.Name = "solutionsQualityTabPage";
151      this.solutionsQualityTabPage.Padding = new System.Windows.Forms.Padding(3);
152      this.solutionsQualityTabPage.Size = new System.Drawing.Size(724, 452);
153      this.solutionsQualityTabPage.TabIndex = 1;
154      this.solutionsQualityTabPage.Text = "Quality Analysis";
155      this.solutionsQualityTabPage.UseVisualStyleBackColor = true;
156      //
157      // solutionsQualityViewHost
158      //
159      this.solutionsQualityViewHost.Caption = "View";
160      this.solutionsQualityViewHost.Content = null;
161      this.solutionsQualityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
162      this.solutionsQualityViewHost.Enabled = false;
163      this.solutionsQualityViewHost.Location = new System.Drawing.Point(3, 3);
164      this.solutionsQualityViewHost.Name = "solutionsQualityViewHost";
165      this.solutionsQualityViewHost.ReadOnly = false;
166      this.solutionsQualityViewHost.Size = new System.Drawing.Size(718, 446);
167      this.solutionsQualityViewHost.TabIndex = 0;
168      this.solutionsQualityViewHost.ViewsLabelVisible = true;
169      this.solutionsQualityViewHost.ViewType = null;
170      //
171      // solutionsLengthScaleTabPage
172      //
173      this.solutionsLengthScaleTabPage.Controls.Add(this.solutionsLengthScaleViewHost);
174      this.solutionsLengthScaleTabPage.Location = new System.Drawing.Point(4, 22);
175      this.solutionsLengthScaleTabPage.Name = "solutionsLengthScaleTabPage";
176      this.solutionsLengthScaleTabPage.Padding = new System.Windows.Forms.Padding(3);
177      this.solutionsLengthScaleTabPage.Size = new System.Drawing.Size(724, 452);
178      this.solutionsLengthScaleTabPage.TabIndex = 3;
179      this.solutionsLengthScaleTabPage.Text = "Length-Scale Analysis";
180      this.solutionsLengthScaleTabPage.UseVisualStyleBackColor = true;
181      //
182      // solutionsLengthScaleViewHost
183      //
184      this.solutionsLengthScaleViewHost.Caption = "View";
185      this.solutionsLengthScaleViewHost.Content = null;
186      this.solutionsLengthScaleViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
187      this.solutionsLengthScaleViewHost.Enabled = false;
188      this.solutionsLengthScaleViewHost.Location = new System.Drawing.Point(3, 3);
189      this.solutionsLengthScaleViewHost.Name = "solutionsLengthScaleViewHost";
190      this.solutionsLengthScaleViewHost.ReadOnly = false;
191      this.solutionsLengthScaleViewHost.Size = new System.Drawing.Size(718, 446);
192      this.solutionsLengthScaleViewHost.TabIndex = 0;
193      this.solutionsLengthScaleViewHost.ViewsLabelVisible = true;
194      this.solutionsLengthScaleViewHost.ViewType = null;
195      //
196      // solutionsDiversityTabPage
197      //
198      this.solutionsDiversityTabPage.Controls.Add(this.solutionsDiversityViewHost);
199      this.solutionsDiversityTabPage.Location = new System.Drawing.Point(4, 22);
200      this.solutionsDiversityTabPage.Name = "solutionsDiversityTabPage";
201      this.solutionsDiversityTabPage.Padding = new System.Windows.Forms.Padding(3);
202      this.solutionsDiversityTabPage.Size = new System.Drawing.Size(724, 452);
203      this.solutionsDiversityTabPage.TabIndex = 2;
204      this.solutionsDiversityTabPage.Text = "Diversity Analysis";
205      this.solutionsDiversityTabPage.UseVisualStyleBackColor = true;
206      //
207      // solutionsDiversityViewHost
208      //
209      this.solutionsDiversityViewHost.Caption = "View";
210      this.solutionsDiversityViewHost.Content = null;
211      this.solutionsDiversityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
212      this.solutionsDiversityViewHost.Enabled = false;
213      this.solutionsDiversityViewHost.Location = new System.Drawing.Point(3, 3);
214      this.solutionsDiversityViewHost.Name = "solutionsDiversityViewHost";
215      this.solutionsDiversityViewHost.ReadOnly = false;
216      this.solutionsDiversityViewHost.Size = new System.Drawing.Size(718, 446);
217      this.solutionsDiversityViewHost.TabIndex = 1;
218      this.solutionsDiversityViewHost.ViewsLabelVisible = true;
219      this.solutionsDiversityViewHost.ViewType = null;
220      //
221      // solutionsFdcTabPage
222      //
223      this.solutionsFdcTabPage.Controls.Add(this.fdcSpearmanLabel);
224      this.solutionsFdcTabPage.Controls.Add(this.fdcPearsonLabel);
225      this.solutionsFdcTabPage.Controls.Add(this.spearmansRankLabel);
226      this.solutionsFdcTabPage.Controls.Add(this.pearsonsRSquaredLabel);
227      this.solutionsFdcTabPage.Controls.Add(this.fdcBetweenBestCheckBox);
228      this.solutionsFdcTabPage.Controls.Add(this.solutionsFdcViewHost);
229      this.solutionsFdcTabPage.Location = new System.Drawing.Point(4, 22);
230      this.solutionsFdcTabPage.Name = "solutionsFdcTabPage";
231      this.solutionsFdcTabPage.Padding = new System.Windows.Forms.Padding(3);
232      this.solutionsFdcTabPage.Size = new System.Drawing.Size(724, 452);
233      this.solutionsFdcTabPage.TabIndex = 5;
234      this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis";
235      this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
236      //
237      // fdcSpearmanLabel
238      //
239      this.fdcSpearmanLabel.AutoSize = true;
240      this.fdcSpearmanLabel.Location = new System.Drawing.Point(357, 7);
241      this.fdcSpearmanLabel.Name = "fdcSpearmanLabel";
242      this.fdcSpearmanLabel.Size = new System.Drawing.Size(10, 13);
243      this.fdcSpearmanLabel.TabIndex = 4;
244      this.fdcSpearmanLabel.Text = "-";
245      //
246      // fdcPearsonLabel
247      //
248      this.fdcPearsonLabel.AutoSize = true;
249      this.fdcPearsonLabel.Location = new System.Drawing.Point(512, 7);
250      this.fdcPearsonLabel.Name = "fdcPearsonLabel";
251      this.fdcPearsonLabel.Size = new System.Drawing.Size(10, 13);
252      this.fdcPearsonLabel.TabIndex = 4;
253      this.fdcPearsonLabel.Text = "-";
254      //
255      // spearmansRankLabel
256      //
257      this.spearmansRankLabel.AutoSize = true;
258      this.spearmansRankLabel.Location = new System.Drawing.Point(281, 7);
259      this.spearmansRankLabel.Name = "spearmansRankLabel";
260      this.spearmansRankLabel.Size = new System.Drawing.Size(74, 13);
261      this.spearmansRankLabel.TabIndex = 3;
262      this.spearmansRankLabel.Text = "Spearman\'s ρ:";
263      //
264      // pearsonsRSquaredLabel
265      //
266      this.pearsonsRSquaredLabel.AutoSize = true;
267      this.pearsonsRSquaredLabel.Location = new System.Drawing.Point(436, 7);
268      this.pearsonsRSquaredLabel.Name = "pearsonsRSquaredLabel";
269      this.pearsonsRSquaredLabel.Size = new System.Drawing.Size(65, 13);
270      this.pearsonsRSquaredLabel.TabIndex = 3;
271      this.pearsonsRSquaredLabel.Text = "Pearson\'s r²:";
272      //
273      // fdcBetweenBestCheckBox
274      //
275      this.fdcBetweenBestCheckBox.AutoSize = true;
276      this.fdcBetweenBestCheckBox.Location = new System.Drawing.Point(6, 6);
277      this.fdcBetweenBestCheckBox.Name = "fdcBetweenBestCheckBox";
278      this.fdcBetweenBestCheckBox.Size = new System.Drawing.Size(233, 17);
279      this.fdcBetweenBestCheckBox.TabIndex = 2;
280      this.fdcBetweenBestCheckBox.Text = "Calculate FDC between best solution(s) only";
281      this.fdcBetweenBestCheckBox.UseVisualStyleBackColor = true;
282      this.fdcBetweenBestCheckBox.CheckedChanged += new System.EventHandler(this.FdcBetweenBestCheckBoxOnCheckedChanged);
283      //
284      // solutionsFdcViewHost
285      //
286      this.solutionsFdcViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
287            | System.Windows.Forms.AnchorStyles.Left)
288            | System.Windows.Forms.AnchorStyles.Right)));
289      this.solutionsFdcViewHost.Caption = "View";
290      this.solutionsFdcViewHost.Content = null;
291      this.solutionsFdcViewHost.Enabled = false;
292      this.solutionsFdcViewHost.Location = new System.Drawing.Point(3, 29);
293      this.solutionsFdcViewHost.Name = "solutionsFdcViewHost";
294      this.solutionsFdcViewHost.ReadOnly = false;
295      this.solutionsFdcViewHost.Size = new System.Drawing.Size(718, 423);
296      this.solutionsFdcViewHost.TabIndex = 0;
297      this.solutionsFdcViewHost.ViewsLabelVisible = true;
298      this.solutionsFdcViewHost.ViewType = null;
299      //
300      // solutionsNetworkTabPage
301      //
302      this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkChart);
303      this.solutionsNetworkTabPage.Controls.Add(this.linesCheckBox);
304      this.solutionsNetworkTabPage.Controls.Add(this.solutionNetworkProjectionLabel);
305      this.solutionsNetworkTabPage.Controls.Add(this.solutionNetworkProjectionComboBox);
306      this.solutionsNetworkTabPage.Controls.Add(this.contrastTrackBar);
307      this.solutionsNetworkTabPage.Controls.Add(this.minimumTrackBar);
308      this.solutionsNetworkTabPage.Location = new System.Drawing.Point(4, 22);
309      this.solutionsNetworkTabPage.Name = "solutionsNetworkTabPage";
310      this.solutionsNetworkTabPage.Padding = new System.Windows.Forms.Padding(3);
311      this.solutionsNetworkTabPage.Size = new System.Drawing.Size(724, 452);
312      this.solutionsNetworkTabPage.TabIndex = 4;
313      this.solutionsNetworkTabPage.Text = "Network Analysis";
314      this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
315      //
316      // solutionsNetworkChart
317      //
318      this.solutionsNetworkChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
319            | System.Windows.Forms.AnchorStyles.Left)
320            | System.Windows.Forms.AnchorStyles.Right)));
321      chartArea1.AxisX.IsStartedFromZero = false;
322      chartArea1.AxisX.LabelStyle.Enabled = false;
323      chartArea1.AxisX.LineWidth = 0;
324      chartArea1.AxisX.MajorGrid.Enabled = false;
325      chartArea1.AxisX.MajorTickMark.Enabled = false;
326      chartArea1.AxisY.IsStartedFromZero = false;
327      chartArea1.AxisY.LabelStyle.Enabled = false;
328      chartArea1.AxisY.LineWidth = 0;
329      chartArea1.AxisY.MajorGrid.Enabled = false;
330      chartArea1.AxisY.MajorTickMark.Enabled = false;
331      chartArea1.Name = "SolutionsNetworkChartArea";
332      this.solutionsNetworkChart.ChartAreas.Add(chartArea1);
333      legend1.Enabled = false;
334      legend1.Name = "Legend1";
335      this.solutionsNetworkChart.Legends.Add(legend1);
336      this.solutionsNetworkChart.Location = new System.Drawing.Point(3, 33);
337      this.solutionsNetworkChart.Name = "solutionsNetworkChart";
338      series1.ChartArea = "SolutionsNetworkChartArea";
339      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
340      series1.IsValueShownAsLabel = true;
341      series1.Label = "#LABEL";
342      series1.Legend = "Legend1";
343      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
344      series1.Name = "SolutionSeries";
345      series1.YValuesPerPoint = 2;
346      series2.ChartArea = "SolutionsNetworkChartArea";
347      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
348      series2.IsValueShownAsLabel = true;
349      series2.Label = "#LABEL";
350      series2.Legend = "Legend1";
351      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
352      series2.Name = "SeedingSolutionSeries";
353      series2.YValuesPerPoint = 2;
354      this.solutionsNetworkChart.Series.Add(series1);
355      this.solutionsNetworkChart.Series.Add(series2);
356      this.solutionsNetworkChart.Size = new System.Drawing.Size(718, 416);
357      this.solutionsNetworkChart.TabIndex = 0;
358      this.solutionsNetworkChart.Text = "enhancedChart1";
359      this.solutionsNetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseClick);
360      this.solutionsNetworkChart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseDoubleClick);
361      //
362      // linesCheckBox
363      //
364      this.linesCheckBox.AutoSize = true;
365      this.linesCheckBox.Location = new System.Drawing.Point(263, 8);
366      this.linesCheckBox.Name = "linesCheckBox";
367      this.linesCheckBox.Size = new System.Drawing.Size(54, 17);
368      this.linesCheckBox.TabIndex = 6;
369      this.linesCheckBox.Text = "Lines:";
370      this.linesCheckBox.UseVisualStyleBackColor = true;
371      this.linesCheckBox.CheckedChanged += new System.EventHandler(this.LinesCheckBoxOnCheckedChanged);
372      //
373      // solutionNetworkProjectionLabel
374      //
375      this.solutionNetworkProjectionLabel.AutoSize = true;
376      this.solutionNetworkProjectionLabel.Location = new System.Drawing.Point(6, 9);
377      this.solutionNetworkProjectionLabel.Name = "solutionNetworkProjectionLabel";
378      this.solutionNetworkProjectionLabel.Size = new System.Drawing.Size(57, 13);
379      this.solutionNetworkProjectionLabel.TabIndex = 4;
380      this.solutionNetworkProjectionLabel.Text = "Projection:";
381      //
382      // solutionNetworkProjectionComboBox
383      //
384      this.solutionNetworkProjectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
385      this.solutionNetworkProjectionComboBox.FormattingEnabled = true;
386      this.solutionNetworkProjectionComboBox.Items.AddRange(new object[] {
387            "SOM",
388            "MDS"});
389      this.solutionNetworkProjectionComboBox.Location = new System.Drawing.Point(69, 6);
390      this.solutionNetworkProjectionComboBox.Name = "solutionNetworkProjectionComboBox";
391      this.solutionNetworkProjectionComboBox.Size = new System.Drawing.Size(180, 21);
392      this.solutionNetworkProjectionComboBox.TabIndex = 3;
393      this.solutionNetworkProjectionComboBox.SelectedIndexChanged += new System.EventHandler(this.SolutionNetworkProjectionComboBoxOnSelectedIndexChanged);
394      //
395      // contrastTrackBar
396      //
397      this.contrastTrackBar.LargeChange = 3;
398      this.contrastTrackBar.Location = new System.Drawing.Point(323, 6);
399      this.contrastTrackBar.Maximum = 17;
400      this.contrastTrackBar.Minimum = 3;
401      this.contrastTrackBar.Name = "contrastTrackBar";
402      this.contrastTrackBar.Size = new System.Drawing.Size(148, 45);
403      this.contrastTrackBar.TabIndex = 5;
404      this.contrastTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
405      this.toolTip.SetToolTip(this.contrastTrackBar, "Adjusts the contrast of the lines");
406      this.contrastTrackBar.Value = 10;
407      this.contrastTrackBar.Scroll += new System.EventHandler(this.ContrastTrackBarOnScroll);
408      //
409      // minimumTrackBar
410      //
411      this.minimumTrackBar.LargeChange = 10;
412      this.minimumTrackBar.Location = new System.Drawing.Point(477, 6);
413      this.minimumTrackBar.Maximum = 100;
414      this.minimumTrackBar.Minimum = 1;
415      this.minimumTrackBar.Name = "minimumTrackBar";
416      this.minimumTrackBar.Size = new System.Drawing.Size(148, 45);
417      this.minimumTrackBar.TabIndex = 5;
418      this.minimumTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
419      this.toolTip.SetToolTip(this.minimumTrackBar, "Adjusts the minimum");
420      this.minimumTrackBar.Value = 50;
421      this.minimumTrackBar.Scroll += new System.EventHandler(this.MinimumTrackBarOnScroll);
422      //
423      // UnderstandingSolutionsView
424      //
425      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
426      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
427      this.Controls.Add(this.solutionNameLabel);
428      this.Controls.Add(this.solutionDiversitySimilarityLabel);
429      this.Controls.Add(this.solutionNameComboBox);
430      this.Controls.Add(this.similarityComboBox);
431      this.Controls.Add(this.solutionsTabControl);
432      this.Name = "UnderstandingSolutionsView";
433      this.Size = new System.Drawing.Size(732, 505);
434      this.solutionsTabControl.ResumeLayout(false);
435      this.solutionsQualityTabPage.ResumeLayout(false);
436      this.solutionsLengthScaleTabPage.ResumeLayout(false);
437      this.solutionsDiversityTabPage.ResumeLayout(false);
438      this.solutionsFdcTabPage.ResumeLayout(false);
439      this.solutionsFdcTabPage.PerformLayout();
440      this.solutionsNetworkTabPage.ResumeLayout(false);
441      this.solutionsNetworkTabPage.PerformLayout();
442      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).EndInit();
443      ((System.ComponentModel.ISupportInitialize)(this.contrastTrackBar)).EndInit();
444      ((System.ComponentModel.ISupportInitialize)(this.minimumTrackBar)).EndInit();
445      this.ResumeLayout(false);
446      this.PerformLayout();
447
448    }
449
450    #endregion
451
452    private System.Windows.Forms.Label solutionNameLabel;
453    private System.Windows.Forms.Label solutionDiversitySimilarityLabel;
454    private System.Windows.Forms.ComboBox solutionNameComboBox;
455    private System.Windows.Forms.ComboBox similarityComboBox;
456    private MainForm.WindowsForms.DragOverTabControl solutionsTabControl;
457    private System.Windows.Forms.TabPage solutionsQualityTabPage;
458    private MainForm.WindowsForms.ViewHost solutionsQualityViewHost;
459    private System.Windows.Forms.TabPage solutionsLengthScaleTabPage;
460    private MainForm.WindowsForms.ViewHost solutionsLengthScaleViewHost;
461    private System.Windows.Forms.TabPage solutionsDiversityTabPage;
462    private MainForm.WindowsForms.ViewHost solutionsDiversityViewHost;
463    private System.Windows.Forms.TabPage solutionsFdcTabPage;
464    private System.Windows.Forms.CheckBox fdcBetweenBestCheckBox;
465    private MainForm.WindowsForms.ViewHost solutionsFdcViewHost;
466    private System.Windows.Forms.TabPage solutionsNetworkTabPage;
467    private Visualization.ChartControlsExtensions.EnhancedChart solutionsNetworkChart;
468    private System.Windows.Forms.Label fdcPearsonLabel;
469    private System.Windows.Forms.Label pearsonsRSquaredLabel;
470    private System.Windows.Forms.Label fdcSpearmanLabel;
471    private System.Windows.Forms.Label spearmansRankLabel;
472    private System.Windows.Forms.Label solutionNetworkProjectionLabel;
473    private System.Windows.Forms.ComboBox solutionNetworkProjectionComboBox;
474    private System.Windows.Forms.TrackBar contrastTrackBar;
475    private System.Windows.Forms.CheckBox linesCheckBox;
476    private System.Windows.Forms.TrackBar minimumTrackBar;
477    private System.Windows.Forms.ToolTip toolTip;
478  }
479}
Note: See TracBrowser for help on using the repository browser.