Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457: worked on expert-system

File size: 18.8 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.solutionsTabControl.SuspendLayout();
69      this.solutionsQualityTabPage.SuspendLayout();
70      this.solutionsLengthScaleTabPage.SuspendLayout();
71      this.solutionsDiversityTabPage.SuspendLayout();
72      this.solutionsFdcTabPage.SuspendLayout();
73      this.solutionsNetworkTabPage.SuspendLayout();
74      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).BeginInit();
75      this.SuspendLayout();
76      //
77      // solutionNameLabel
78      //
79      this.solutionNameLabel.AutoSize = true;
80      this.solutionNameLabel.Location = new System.Drawing.Point(232, 3);
81      this.solutionNameLabel.Name = "solutionNameLabel";
82      this.solutionNameLabel.Size = new System.Drawing.Size(48, 13);
83      this.solutionNameLabel.TabIndex = 6;
84      this.solutionNameLabel.Text = "Solution:";
85      //
86      // solutionDiversitySimilarityLabel
87      //
88      this.solutionDiversitySimilarityLabel.AutoSize = true;
89      this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(2, 3);
90      this.solutionDiversitySimilarityLabel.Name = "solutionDiversitySimilarityLabel";
91      this.solutionDiversitySimilarityLabel.Size = new System.Drawing.Size(50, 13);
92      this.solutionDiversitySimilarityLabel.TabIndex = 7;
93      this.solutionDiversitySimilarityLabel.Text = "Similarity:";
94      //
95      // solutionNameComboBox
96      //
97      this.solutionNameComboBox.DisplayMember = "ItemName";
98      this.solutionNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
99      this.solutionNameComboBox.FormattingEnabled = true;
100      this.solutionNameComboBox.Location = new System.Drawing.Point(288, 0);
101      this.solutionNameComboBox.Name = "solutionNameComboBox";
102      this.solutionNameComboBox.Size = new System.Drawing.Size(150, 21);
103      this.solutionNameComboBox.TabIndex = 4;
104      this.solutionNameComboBox.SelectedIndexChanged += new System.EventHandler(this.SolutionNameComboBoxOnSelectedIndexChanged);
105      //
106      // similarityComboBox
107      //
108      this.similarityComboBox.DisplayMember = "ItemName";
109      this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
110      this.similarityComboBox.FormattingEnabled = true;
111      this.similarityComboBox.Location = new System.Drawing.Point(58, 0);
112      this.similarityComboBox.Name = "similarityComboBox";
113      this.similarityComboBox.Size = new System.Drawing.Size(150, 21);
114      this.similarityComboBox.TabIndex = 5;
115      this.similarityComboBox.SelectedIndexChanged += new System.EventHandler(this.SimilarityComboBoxOnSelectedIndexChanged);
116      //
117      // solutionsTabControl
118      //
119      this.solutionsTabControl.AllowDrop = true;
120      this.solutionsTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
121            | System.Windows.Forms.AnchorStyles.Left)
122            | System.Windows.Forms.AnchorStyles.Right)));
123      this.solutionsTabControl.Controls.Add(this.solutionsQualityTabPage);
124      this.solutionsTabControl.Controls.Add(this.solutionsLengthScaleTabPage);
125      this.solutionsTabControl.Controls.Add(this.solutionsDiversityTabPage);
126      this.solutionsTabControl.Controls.Add(this.solutionsFdcTabPage);
127      this.solutionsTabControl.Controls.Add(this.solutionsNetworkTabPage);
128      this.solutionsTabControl.Location = new System.Drawing.Point(0, 27);
129      this.solutionsTabControl.Name = "solutionsTabControl";
130      this.solutionsTabControl.SelectedIndex = 0;
131      this.solutionsTabControl.Size = new System.Drawing.Size(732, 478);
132      this.solutionsTabControl.TabIndex = 3;
133      //
134      // solutionsQualityTabPage
135      //
136      this.solutionsQualityTabPage.Controls.Add(this.solutionsQualityViewHost);
137      this.solutionsQualityTabPage.Location = new System.Drawing.Point(4, 22);
138      this.solutionsQualityTabPage.Name = "solutionsQualityTabPage";
139      this.solutionsQualityTabPage.Padding = new System.Windows.Forms.Padding(3);
140      this.solutionsQualityTabPage.Size = new System.Drawing.Size(724, 452);
141      this.solutionsQualityTabPage.TabIndex = 1;
142      this.solutionsQualityTabPage.Text = "Quality Analysis";
143      this.solutionsQualityTabPage.UseVisualStyleBackColor = true;
144      //
145      // solutionsQualityViewHost
146      //
147      this.solutionsQualityViewHost.Caption = "View";
148      this.solutionsQualityViewHost.Content = null;
149      this.solutionsQualityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
150      this.solutionsQualityViewHost.Enabled = false;
151      this.solutionsQualityViewHost.Location = new System.Drawing.Point(3, 3);
152      this.solutionsQualityViewHost.Name = "solutionsQualityViewHost";
153      this.solutionsQualityViewHost.ReadOnly = false;
154      this.solutionsQualityViewHost.Size = new System.Drawing.Size(718, 446);
155      this.solutionsQualityViewHost.TabIndex = 0;
156      this.solutionsQualityViewHost.ViewsLabelVisible = true;
157      this.solutionsQualityViewHost.ViewType = null;
158      //
159      // solutionsLengthScaleTabPage
160      //
161      this.solutionsLengthScaleTabPage.Controls.Add(this.solutionsLengthScaleViewHost);
162      this.solutionsLengthScaleTabPage.Location = new System.Drawing.Point(4, 22);
163      this.solutionsLengthScaleTabPage.Name = "solutionsLengthScaleTabPage";
164      this.solutionsLengthScaleTabPage.Padding = new System.Windows.Forms.Padding(3);
165      this.solutionsLengthScaleTabPage.Size = new System.Drawing.Size(724, 452);
166      this.solutionsLengthScaleTabPage.TabIndex = 3;
167      this.solutionsLengthScaleTabPage.Text = "Length-Scale Analysis";
168      this.solutionsLengthScaleTabPage.UseVisualStyleBackColor = true;
169      //
170      // solutionsLengthScaleViewHost
171      //
172      this.solutionsLengthScaleViewHost.Caption = "View";
173      this.solutionsLengthScaleViewHost.Content = null;
174      this.solutionsLengthScaleViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
175      this.solutionsLengthScaleViewHost.Enabled = false;
176      this.solutionsLengthScaleViewHost.Location = new System.Drawing.Point(3, 3);
177      this.solutionsLengthScaleViewHost.Name = "solutionsLengthScaleViewHost";
178      this.solutionsLengthScaleViewHost.ReadOnly = false;
179      this.solutionsLengthScaleViewHost.Size = new System.Drawing.Size(718, 446);
180      this.solutionsLengthScaleViewHost.TabIndex = 0;
181      this.solutionsLengthScaleViewHost.ViewsLabelVisible = true;
182      this.solutionsLengthScaleViewHost.ViewType = null;
183      //
184      // solutionsDiversityTabPage
185      //
186      this.solutionsDiversityTabPage.Controls.Add(this.solutionsDiversityViewHost);
187      this.solutionsDiversityTabPage.Location = new System.Drawing.Point(4, 22);
188      this.solutionsDiversityTabPage.Name = "solutionsDiversityTabPage";
189      this.solutionsDiversityTabPage.Padding = new System.Windows.Forms.Padding(3);
190      this.solutionsDiversityTabPage.Size = new System.Drawing.Size(724, 452);
191      this.solutionsDiversityTabPage.TabIndex = 2;
192      this.solutionsDiversityTabPage.Text = "Diversity Analysis";
193      this.solutionsDiversityTabPage.UseVisualStyleBackColor = true;
194      //
195      // solutionsDiversityViewHost
196      //
197      this.solutionsDiversityViewHost.Caption = "View";
198      this.solutionsDiversityViewHost.Content = null;
199      this.solutionsDiversityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
200      this.solutionsDiversityViewHost.Enabled = false;
201      this.solutionsDiversityViewHost.Location = new System.Drawing.Point(3, 3);
202      this.solutionsDiversityViewHost.Name = "solutionsDiversityViewHost";
203      this.solutionsDiversityViewHost.ReadOnly = false;
204      this.solutionsDiversityViewHost.Size = new System.Drawing.Size(718, 446);
205      this.solutionsDiversityViewHost.TabIndex = 1;
206      this.solutionsDiversityViewHost.ViewsLabelVisible = true;
207      this.solutionsDiversityViewHost.ViewType = null;
208      //
209      // solutionsFdcTabPage
210      //
211      this.solutionsFdcTabPage.Controls.Add(this.fdcBetweenBestCheckBox);
212      this.solutionsFdcTabPage.Controls.Add(this.solutionsFdcViewHost);
213      this.solutionsFdcTabPage.Location = new System.Drawing.Point(4, 22);
214      this.solutionsFdcTabPage.Name = "solutionsFdcTabPage";
215      this.solutionsFdcTabPage.Padding = new System.Windows.Forms.Padding(3);
216      this.solutionsFdcTabPage.Size = new System.Drawing.Size(724, 452);
217      this.solutionsFdcTabPage.TabIndex = 5;
218      this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis";
219      this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
220      //
221      // fdcBetweenBestCheckBox
222      //
223      this.fdcBetweenBestCheckBox.AutoSize = true;
224      this.fdcBetweenBestCheckBox.Location = new System.Drawing.Point(6, 6);
225      this.fdcBetweenBestCheckBox.Name = "fdcBetweenBestCheckBox";
226      this.fdcBetweenBestCheckBox.Size = new System.Drawing.Size(233, 17);
227      this.fdcBetweenBestCheckBox.TabIndex = 2;
228      this.fdcBetweenBestCheckBox.Text = "Calculate FDC between best solution(s) only";
229      this.fdcBetweenBestCheckBox.UseVisualStyleBackColor = true;
230      this.fdcBetweenBestCheckBox.CheckedChanged += new System.EventHandler(this.FdcBetweenBestCheckBoxOnCheckedChanged);
231      //
232      // solutionsFdcViewHost
233      //
234      this.solutionsFdcViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
235            | System.Windows.Forms.AnchorStyles.Left)
236            | System.Windows.Forms.AnchorStyles.Right)));
237      this.solutionsFdcViewHost.Caption = "View";
238      this.solutionsFdcViewHost.Content = null;
239      this.solutionsFdcViewHost.Enabled = false;
240      this.solutionsFdcViewHost.Location = new System.Drawing.Point(3, 29);
241      this.solutionsFdcViewHost.Name = "solutionsFdcViewHost";
242      this.solutionsFdcViewHost.ReadOnly = false;
243      this.solutionsFdcViewHost.Size = new System.Drawing.Size(718, 423);
244      this.solutionsFdcViewHost.TabIndex = 0;
245      this.solutionsFdcViewHost.ViewsLabelVisible = true;
246      this.solutionsFdcViewHost.ViewType = null;
247      //
248      // solutionsNetworkTabPage
249      //
250      this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkChart);
251      this.solutionsNetworkTabPage.Location = new System.Drawing.Point(4, 22);
252      this.solutionsNetworkTabPage.Name = "solutionsNetworkTabPage";
253      this.solutionsNetworkTabPage.Padding = new System.Windows.Forms.Padding(3);
254      this.solutionsNetworkTabPage.Size = new System.Drawing.Size(724, 452);
255      this.solutionsNetworkTabPage.TabIndex = 4;
256      this.solutionsNetworkTabPage.Text = "Network Analysis";
257      this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
258      //
259      // solutionsNetworkChart
260      //
261      chartArea1.AxisX.IsStartedFromZero = false;
262      chartArea1.AxisX.LabelStyle.Enabled = false;
263      chartArea1.AxisX.LineWidth = 0;
264      chartArea1.AxisX.MajorGrid.Enabled = false;
265      chartArea1.AxisX.MajorTickMark.Enabled = false;
266      chartArea1.AxisY.IsStartedFromZero = false;
267      chartArea1.AxisY.LabelStyle.Enabled = false;
268      chartArea1.AxisY.LineWidth = 0;
269      chartArea1.AxisY.MajorGrid.Enabled = false;
270      chartArea1.AxisY.MajorTickMark.Enabled = false;
271      chartArea1.Name = "SolutionsNetworkChartArea";
272      this.solutionsNetworkChart.ChartAreas.Add(chartArea1);
273      this.solutionsNetworkChart.Dock = System.Windows.Forms.DockStyle.Fill;
274      legend1.Enabled = false;
275      legend1.Name = "Legend1";
276      this.solutionsNetworkChart.Legends.Add(legend1);
277      this.solutionsNetworkChart.Location = new System.Drawing.Point(3, 3);
278      this.solutionsNetworkChart.Name = "solutionsNetworkChart";
279      series1.ChartArea = "SolutionsNetworkChartArea";
280      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
281      series1.IsValueShownAsLabel = true;
282      series1.Label = "#LABEL";
283      series1.Legend = "Legend1";
284      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
285      series1.Name = "SolutionSeries";
286      series1.YValuesPerPoint = 2;
287      series2.ChartArea = "SolutionsNetworkChartArea";
288      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
289      series2.IsValueShownAsLabel = true;
290      series2.Label = "#LABEL";
291      series2.Legend = "Legend1";
292      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
293      series2.Name = "SeedingSolutionSeries";
294      series2.YValuesPerPoint = 2;
295      this.solutionsNetworkChart.Series.Add(series1);
296      this.solutionsNetworkChart.Series.Add(series2);
297      this.solutionsNetworkChart.Size = new System.Drawing.Size(718, 446);
298      this.solutionsNetworkChart.TabIndex = 0;
299      this.solutionsNetworkChart.Text = "enhancedChart1";
300      this.solutionsNetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseClick);
301      this.solutionsNetworkChart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseDoubleClick);
302      //
303      // UnderstandingSolutions
304      //
305      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
306      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
307      this.Controls.Add(this.solutionNameLabel);
308      this.Controls.Add(this.solutionDiversitySimilarityLabel);
309      this.Controls.Add(this.solutionNameComboBox);
310      this.Controls.Add(this.similarityComboBox);
311      this.Controls.Add(this.solutionsTabControl);
312      this.Name = "UnderstandingSolutions";
313      this.Size = new System.Drawing.Size(732, 505);
314      this.solutionsTabControl.ResumeLayout(false);
315      this.solutionsQualityTabPage.ResumeLayout(false);
316      this.solutionsLengthScaleTabPage.ResumeLayout(false);
317      this.solutionsDiversityTabPage.ResumeLayout(false);
318      this.solutionsFdcTabPage.ResumeLayout(false);
319      this.solutionsFdcTabPage.PerformLayout();
320      this.solutionsNetworkTabPage.ResumeLayout(false);
321      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).EndInit();
322      this.ResumeLayout(false);
323      this.PerformLayout();
324
325    }
326
327    #endregion
328
329    private System.Windows.Forms.Label solutionNameLabel;
330    private System.Windows.Forms.Label solutionDiversitySimilarityLabel;
331    private System.Windows.Forms.ComboBox solutionNameComboBox;
332    private System.Windows.Forms.ComboBox similarityComboBox;
333    private MainForm.WindowsForms.DragOverTabControl solutionsTabControl;
334    private System.Windows.Forms.TabPage solutionsQualityTabPage;
335    private MainForm.WindowsForms.ViewHost solutionsQualityViewHost;
336    private System.Windows.Forms.TabPage solutionsLengthScaleTabPage;
337    private MainForm.WindowsForms.ViewHost solutionsLengthScaleViewHost;
338    private System.Windows.Forms.TabPage solutionsDiversityTabPage;
339    private MainForm.WindowsForms.ViewHost solutionsDiversityViewHost;
340    private System.Windows.Forms.TabPage solutionsFdcTabPage;
341    private System.Windows.Forms.CheckBox fdcBetweenBestCheckBox;
342    private MainForm.WindowsForms.ViewHost solutionsFdcViewHost;
343    private System.Windows.Forms.TabPage solutionsNetworkTabPage;
344    private Visualization.ChartControlsExtensions.EnhancedChart solutionsNetworkChart;
345  }
346}
Note: See TracBrowser for help on using the repository browser.