Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ExpertSystemView.Designer.cs @ 13667

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

#2457: worked on expert system, created new application, merged trunk change of r13666

File size: 41.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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 ExpertSystemView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Component 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.components = new System.ComponentModel.Container();
37      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
38      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
39      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
40      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
41      this.evaluationsLimitabel = new System.Windows.Forms.Label();
42      this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
43      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
44      this.problemTabPage = new System.Windows.Forms.TabPage();
45      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
46      this.algorithmTabPage = new System.Windows.Forms.TabPage();
47      this.algorithmStartButton = new System.Windows.Forms.Button();
48      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.algorithmSuggestionLabel = new System.Windows.Forms.Label();
50      this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
51      this.runsTabPage = new System.Windows.Forms.TabPage();
52      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
53      this.solutionsTabPage = new System.Windows.Forms.TabPage();
54      this.qualityNameLabel = new System.Windows.Forms.Label();
55      this.solutionDiversitySimilarityLabel = new System.Windows.Forms.Label();
56      this.solutionNameLabel = new System.Windows.Forms.Label();
57      this.similarityComboBox = new System.Windows.Forms.ComboBox();
58      this.qualityNameComboBox = new System.Windows.Forms.ComboBox();
59      this.solutionNameComboBox = new System.Windows.Forms.ComboBox();
60      this.solutionsTabControl = new System.Windows.Forms.TabControl();
61      this.solutionsListTabPage = new System.Windows.Forms.TabPage();
62      this.solutionsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
63      this.solutionsQualityTabPage = new System.Windows.Forms.TabPage();
64      this.solutionsQualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
65      this.solutionsDiversityTabPage = new System.Windows.Forms.TabPage();
66      this.solutionsDiversityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
67      this.solutionsLengthScaleTabPage = new System.Windows.Forms.TabPage();
68      this.solutionsLengthScaleViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
69      this.solutionsNetworkTabPage = new System.Windows.Forms.TabPage();
70      this.solutionsNetworkViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
71      this.okbTabPage = new System.Windows.Forms.TabPage();
72      this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
73      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
74      this.label1 = new System.Windows.Forms.Label();
75      this.projectionComboBox = new System.Windows.Forms.ComboBox();
76      this.problemInstancesTabControl = new System.Windows.Forms.TabControl();
77      this.instancesTabPage = new System.Windows.Forms.TabPage();
78      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
79      this.mapTabPage = new System.Windows.Forms.TabPage();
80      this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
81      this.refreshMapButton = new System.Windows.Forms.Button();
82      this.progressPanel = new System.Windows.Forms.Panel();
83      this.okbDownloadButton = new System.Windows.Forms.Button();
84      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
85      this.solutionsFdcTabPage = new System.Windows.Forms.TabPage();
86      this.solutionsFdcViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
87      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
88      this.tabControl.SuspendLayout();
89      this.problemTabPage.SuspendLayout();
90      this.algorithmTabPage.SuspendLayout();
91      this.runsTabPage.SuspendLayout();
92      this.solutionsTabPage.SuspendLayout();
93      this.solutionsTabControl.SuspendLayout();
94      this.solutionsListTabPage.SuspendLayout();
95      this.solutionsQualityTabPage.SuspendLayout();
96      this.solutionsDiversityTabPage.SuspendLayout();
97      this.solutionsLengthScaleTabPage.SuspendLayout();
98      this.solutionsNetworkTabPage.SuspendLayout();
99      this.okbTabPage.SuspendLayout();
100      this.problemInstancesTabPage.SuspendLayout();
101      this.problemInstancesTabControl.SuspendLayout();
102      this.instancesTabPage.SuspendLayout();
103      this.mapTabPage.SuspendLayout();
104      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
105      this.solutionsFdcTabPage.SuspendLayout();
106      this.SuspendLayout();
107      //
108      // nameTextBox
109      //
110      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
111      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
112      this.nameTextBox.Location = new System.Drawing.Point(75, 0);
113      this.nameTextBox.Size = new System.Drawing.Size(592, 20);
114      //
115      // infoLabel
116      //
117      this.infoLabel.Location = new System.Drawing.Point(673, 3);
118      //
119      // evaluationsLimitabel
120      //
121      this.evaluationsLimitabel.AutoSize = true;
122      this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 29);
123      this.evaluationsLimitabel.Name = "evaluationsLimitabel";
124      this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
125      this.evaluationsLimitabel.TabIndex = 5;
126      this.evaluationsLimitabel.Text = "Budget (FE):";
127      //
128      // maxEvaluationsTextBox
129      //
130      this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
131            | System.Windows.Forms.AnchorStyles.Right)));
132      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(75, 26);
133      this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
134      this.maxEvaluationsTextBox.Size = new System.Drawing.Size(592, 20);
135      this.maxEvaluationsTextBox.TabIndex = 6;
136      this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating);
137      //
138      // tabControl
139      //
140      this.tabControl.AllowDrop = true;
141      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
142            | System.Windows.Forms.AnchorStyles.Left)
143            | System.Windows.Forms.AnchorStyles.Right)));
144      this.tabControl.Controls.Add(this.problemTabPage);
145      this.tabControl.Controls.Add(this.algorithmTabPage);
146      this.tabControl.Controls.Add(this.runsTabPage);
147      this.tabControl.Controls.Add(this.solutionsTabPage);
148      this.tabControl.Controls.Add(this.okbTabPage);
149      this.tabControl.Controls.Add(this.problemInstancesTabPage);
150      this.tabControl.Location = new System.Drawing.Point(0, 81);
151      this.tabControl.Name = "tabControl";
152      this.tabControl.SelectedIndex = 0;
153      this.tabControl.Size = new System.Drawing.Size(689, 454);
154      this.tabControl.TabIndex = 17;
155      //
156      // problemTabPage
157      //
158      this.problemTabPage.AllowDrop = true;
159      this.problemTabPage.Controls.Add(this.problemViewHost);
160      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
161      this.problemTabPage.Name = "problemTabPage";
162      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
163      this.problemTabPage.Size = new System.Drawing.Size(681, 428);
164      this.problemTabPage.TabIndex = 1;
165      this.problemTabPage.Text = "Problem";
166      this.problemTabPage.UseVisualStyleBackColor = true;
167      //
168      // problemViewHost
169      //
170      this.problemViewHost.Caption = "View";
171      this.problemViewHost.Content = null;
172      this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
173      this.problemViewHost.Enabled = false;
174      this.problemViewHost.Location = new System.Drawing.Point(3, 3);
175      this.problemViewHost.Name = "problemViewHost";
176      this.problemViewHost.ReadOnly = false;
177      this.problemViewHost.Size = new System.Drawing.Size(675, 422);
178      this.problemViewHost.TabIndex = 2;
179      this.problemViewHost.ViewsLabelVisible = false;
180      this.problemViewHost.ViewType = null;
181      //
182      // algorithmTabPage
183      //
184      this.algorithmTabPage.Controls.Add(this.algorithmStartButton);
185      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
186      this.algorithmTabPage.Controls.Add(this.algorithmSuggestionLabel);
187      this.algorithmTabPage.Controls.Add(this.suggestedInstancesComboBox);
188      this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
189      this.algorithmTabPage.Name = "algorithmTabPage";
190      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
191      this.algorithmTabPage.Size = new System.Drawing.Size(681, 428);
192      this.algorithmTabPage.TabIndex = 4;
193      this.algorithmTabPage.Text = "Algorithm";
194      this.algorithmTabPage.UseVisualStyleBackColor = true;
195      //
196      // algorithmStartButton
197      //
198      this.algorithmStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
199      this.algorithmStartButton.Location = new System.Drawing.Point(649, 5);
200      this.algorithmStartButton.Name = "algorithmStartButton";
201      this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
202      this.algorithmStartButton.TabIndex = 3;
203      this.algorithmStartButton.Text = "Start";
204      this.algorithmStartButton.UseVisualStyleBackColor = true;
205      this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick);
206      //
207      // algorithmViewHost
208      //
209      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
210            | System.Windows.Forms.AnchorStyles.Left)
211            | System.Windows.Forms.AnchorStyles.Right)));
212      this.algorithmViewHost.Caption = "View";
213      this.algorithmViewHost.Content = null;
214      this.algorithmViewHost.Enabled = false;
215      this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
216      this.algorithmViewHost.Name = "algorithmViewHost";
217      this.algorithmViewHost.ReadOnly = false;
218      this.algorithmViewHost.Size = new System.Drawing.Size(669, 386);
219      this.algorithmViewHost.TabIndex = 2;
220      this.algorithmViewHost.ViewsLabelVisible = true;
221      this.algorithmViewHost.ViewType = null;
222      //
223      // algorithmSuggestionLabel
224      //
225      this.algorithmSuggestionLabel.AutoSize = true;
226      this.algorithmSuggestionLabel.Location = new System.Drawing.Point(6, 9);
227      this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel";
228      this.algorithmSuggestionLabel.Size = new System.Drawing.Size(156, 13);
229      this.algorithmSuggestionLabel.TabIndex = 1;
230      this.algorithmSuggestionLabel.Text = "Suggested Algorithm Instances:";
231      //
232      // suggestedInstancesComboBox
233      //
234      this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
235            | System.Windows.Forms.AnchorStyles.Right)));
236      this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
237      this.suggestedInstancesComboBox.FormattingEnabled = true;
238      this.suggestedInstancesComboBox.Location = new System.Drawing.Point(178, 6);
239      this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
240      this.suggestedInstancesComboBox.Size = new System.Drawing.Size(465, 21);
241      this.suggestedInstancesComboBox.TabIndex = 0;
242      this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged);
243      //
244      // runsTabPage
245      //
246      this.runsTabPage.Controls.Add(this.runsView);
247      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
248      this.runsTabPage.Name = "runsTabPage";
249      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
250      this.runsTabPage.Size = new System.Drawing.Size(681, 428);
251      this.runsTabPage.TabIndex = 3;
252      this.runsTabPage.Text = "Runs";
253      this.runsTabPage.UseVisualStyleBackColor = true;
254      //
255      // runsView
256      //
257      this.runsView.Caption = "RunCollection View";
258      this.runsView.Content = null;
259      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
260      this.runsView.Location = new System.Drawing.Point(3, 3);
261      this.runsView.Name = "runsView";
262      this.runsView.ReadOnly = false;
263      this.runsView.Size = new System.Drawing.Size(675, 422);
264      this.runsView.TabIndex = 1;
265      //
266      // solutionsTabPage
267      //
268      this.solutionsTabPage.Controls.Add(this.qualityNameLabel);
269      this.solutionsTabPage.Controls.Add(this.solutionDiversitySimilarityLabel);
270      this.solutionsTabPage.Controls.Add(this.solutionNameLabel);
271      this.solutionsTabPage.Controls.Add(this.similarityComboBox);
272      this.solutionsTabPage.Controls.Add(this.qualityNameComboBox);
273      this.solutionsTabPage.Controls.Add(this.solutionNameComboBox);
274      this.solutionsTabPage.Controls.Add(this.solutionsTabControl);
275      this.solutionsTabPage.Location = new System.Drawing.Point(4, 22);
276      this.solutionsTabPage.Name = "solutionsTabPage";
277      this.solutionsTabPage.Padding = new System.Windows.Forms.Padding(3);
278      this.solutionsTabPage.Size = new System.Drawing.Size(681, 428);
279      this.solutionsTabPage.TabIndex = 7;
280      this.solutionsTabPage.Text = "Solutions";
281      this.solutionsTabPage.UseVisualStyleBackColor = true;
282      //
283      // qualityNameLabel
284      //
285      this.qualityNameLabel.AutoSize = true;
286      this.qualityNameLabel.Location = new System.Drawing.Point(227, 9);
287      this.qualityNameLabel.Name = "qualityNameLabel";
288      this.qualityNameLabel.Size = new System.Drawing.Size(42, 13);
289      this.qualityNameLabel.TabIndex = 2;
290      this.qualityNameLabel.Text = "Quality:";
291      //
292      // solutionDiversitySimilarityLabel
293      //
294      this.solutionDiversitySimilarityLabel.AutoSize = true;
295      this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(449, 9);
296      this.solutionDiversitySimilarityLabel.Name = "solutionDiversitySimilarityLabel";
297      this.solutionDiversitySimilarityLabel.Size = new System.Drawing.Size(50, 13);
298      this.solutionDiversitySimilarityLabel.TabIndex = 2;
299      this.solutionDiversitySimilarityLabel.Text = "Similarity:";
300      //
301      // solutionNameLabel
302      //
303      this.solutionNameLabel.AutoSize = true;
304      this.solutionNameLabel.Location = new System.Drawing.Point(6, 9);
305      this.solutionNameLabel.Name = "solutionNameLabel";
306      this.solutionNameLabel.Size = new System.Drawing.Size(48, 13);
307      this.solutionNameLabel.TabIndex = 2;
308      this.solutionNameLabel.Text = "Solution:";
309      //
310      // similarityComboBox
311      //
312      this.similarityComboBox.DisplayMember = "ItemName";
313      this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
314      this.similarityComboBox.FormattingEnabled = true;
315      this.similarityComboBox.Location = new System.Drawing.Point(505, 6);
316      this.similarityComboBox.Name = "similarityComboBox";
317      this.similarityComboBox.Size = new System.Drawing.Size(150, 21);
318      this.similarityComboBox.TabIndex = 1;
319      this.similarityComboBox.SelectedIndexChanged += new System.EventHandler(this.similarityComboBox_SelectedIndexChanged);
320      //
321      // qualityNameComboBox
322      //
323      this.qualityNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
324      this.qualityNameComboBox.FormattingEnabled = true;
325      this.qualityNameComboBox.Location = new System.Drawing.Point(281, 6);
326      this.qualityNameComboBox.Name = "qualityNameComboBox";
327      this.qualityNameComboBox.Size = new System.Drawing.Size(150, 21);
328      this.qualityNameComboBox.TabIndex = 1;
329      this.qualityNameComboBox.SelectedIndexChanged += new System.EventHandler(this.qualityNameComboBox_SelectedIndexChanged);
330      //
331      // solutionNameComboBox
332      //
333      this.solutionNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
334      this.solutionNameComboBox.FormattingEnabled = true;
335      this.solutionNameComboBox.Location = new System.Drawing.Point(60, 6);
336      this.solutionNameComboBox.Name = "solutionNameComboBox";
337      this.solutionNameComboBox.Size = new System.Drawing.Size(150, 21);
338      this.solutionNameComboBox.TabIndex = 1;
339      this.solutionNameComboBox.SelectedIndexChanged += new System.EventHandler(this.solutionNameComboBox_SelectedIndexChanged);
340      //
341      // solutionsTabControl
342      //
343      this.solutionsTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
344            | System.Windows.Forms.AnchorStyles.Left)
345            | System.Windows.Forms.AnchorStyles.Right)));
346      this.solutionsTabControl.Controls.Add(this.solutionsListTabPage);
347      this.solutionsTabControl.Controls.Add(this.solutionsQualityTabPage);
348      this.solutionsTabControl.Controls.Add(this.solutionsDiversityTabPage);
349      this.solutionsTabControl.Controls.Add(this.solutionsFdcTabPage);
350      this.solutionsTabControl.Controls.Add(this.solutionsLengthScaleTabPage);
351      this.solutionsTabControl.Controls.Add(this.solutionsNetworkTabPage);
352      this.solutionsTabControl.Location = new System.Drawing.Point(3, 33);
353      this.solutionsTabControl.Name = "solutionsTabControl";
354      this.solutionsTabControl.SelectedIndex = 0;
355      this.solutionsTabControl.Size = new System.Drawing.Size(675, 392);
356      this.solutionsTabControl.TabIndex = 0;
357      //
358      // solutionsListTabPage
359      //
360      this.solutionsListTabPage.Controls.Add(this.solutionsViewHost);
361      this.solutionsListTabPage.Location = new System.Drawing.Point(4, 22);
362      this.solutionsListTabPage.Name = "solutionsListTabPage";
363      this.solutionsListTabPage.Padding = new System.Windows.Forms.Padding(3);
364      this.solutionsListTabPage.Size = new System.Drawing.Size(667, 366);
365      this.solutionsListTabPage.TabIndex = 0;
366      this.solutionsListTabPage.Text = "List";
367      this.solutionsListTabPage.UseVisualStyleBackColor = true;
368      //
369      // solutionsViewHost
370      //
371      this.solutionsViewHost.Caption = "View";
372      this.solutionsViewHost.Content = null;
373      this.solutionsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
374      this.solutionsViewHost.Enabled = false;
375      this.solutionsViewHost.Location = new System.Drawing.Point(3, 3);
376      this.solutionsViewHost.Name = "solutionsViewHost";
377      this.solutionsViewHost.ReadOnly = false;
378      this.solutionsViewHost.Size = new System.Drawing.Size(661, 360);
379      this.solutionsViewHost.TabIndex = 0;
380      this.solutionsViewHost.ViewsLabelVisible = true;
381      this.solutionsViewHost.ViewType = null;
382      //
383      // solutionsQualityTabPage
384      //
385      this.solutionsQualityTabPage.Controls.Add(this.solutionsQualityViewHost);
386      this.solutionsQualityTabPage.Location = new System.Drawing.Point(4, 22);
387      this.solutionsQualityTabPage.Name = "solutionsQualityTabPage";
388      this.solutionsQualityTabPage.Padding = new System.Windows.Forms.Padding(3);
389      this.solutionsQualityTabPage.Size = new System.Drawing.Size(667, 366);
390      this.solutionsQualityTabPage.TabIndex = 1;
391      this.solutionsQualityTabPage.Text = "Quality Analysis";
392      this.solutionsQualityTabPage.UseVisualStyleBackColor = true;
393      //
394      // solutionsQualityViewHost
395      //
396      this.solutionsQualityViewHost.Caption = "View";
397      this.solutionsQualityViewHost.Content = null;
398      this.solutionsQualityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
399      this.solutionsQualityViewHost.Enabled = false;
400      this.solutionsQualityViewHost.Location = new System.Drawing.Point(3, 3);
401      this.solutionsQualityViewHost.Name = "solutionsQualityViewHost";
402      this.solutionsQualityViewHost.ReadOnly = false;
403      this.solutionsQualityViewHost.Size = new System.Drawing.Size(661, 360);
404      this.solutionsQualityViewHost.TabIndex = 0;
405      this.solutionsQualityViewHost.ViewsLabelVisible = true;
406      this.solutionsQualityViewHost.ViewType = null;
407      //
408      // solutionsDiversityTabPage
409      //
410      this.solutionsDiversityTabPage.Controls.Add(this.solutionsDiversityViewHost);
411      this.solutionsDiversityTabPage.Location = new System.Drawing.Point(4, 22);
412      this.solutionsDiversityTabPage.Name = "solutionsDiversityTabPage";
413      this.solutionsDiversityTabPage.Padding = new System.Windows.Forms.Padding(3);
414      this.solutionsDiversityTabPage.Size = new System.Drawing.Size(667, 366);
415      this.solutionsDiversityTabPage.TabIndex = 2;
416      this.solutionsDiversityTabPage.Text = "Diversity Analysis";
417      this.solutionsDiversityTabPage.UseVisualStyleBackColor = true;
418      //
419      // solutionsDiversityViewHost
420      //
421      this.solutionsDiversityViewHost.Caption = "View";
422      this.solutionsDiversityViewHost.Content = null;
423      this.solutionsDiversityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
424      this.solutionsDiversityViewHost.Enabled = false;
425      this.solutionsDiversityViewHost.Location = new System.Drawing.Point(3, 3);
426      this.solutionsDiversityViewHost.Name = "solutionsDiversityViewHost";
427      this.solutionsDiversityViewHost.ReadOnly = false;
428      this.solutionsDiversityViewHost.Size = new System.Drawing.Size(661, 360);
429      this.solutionsDiversityViewHost.TabIndex = 1;
430      this.solutionsDiversityViewHost.ViewsLabelVisible = true;
431      this.solutionsDiversityViewHost.ViewType = null;
432      //
433      // solutionsLengthScaleTabPage
434      //
435      this.solutionsLengthScaleTabPage.Controls.Add(this.solutionsLengthScaleViewHost);
436      this.solutionsLengthScaleTabPage.Location = new System.Drawing.Point(4, 22);
437      this.solutionsLengthScaleTabPage.Name = "solutionsLengthScaleTabPage";
438      this.solutionsLengthScaleTabPage.Padding = new System.Windows.Forms.Padding(3);
439      this.solutionsLengthScaleTabPage.Size = new System.Drawing.Size(667, 366);
440      this.solutionsLengthScaleTabPage.TabIndex = 3;
441      this.solutionsLengthScaleTabPage.Text = "Length-Scale Analysis";
442      this.solutionsLengthScaleTabPage.UseVisualStyleBackColor = true;
443      //
444      // solutionsLengthScaleViewHost
445      //
446      this.solutionsLengthScaleViewHost.Caption = "View";
447      this.solutionsLengthScaleViewHost.Content = null;
448      this.solutionsLengthScaleViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
449      this.solutionsLengthScaleViewHost.Enabled = false;
450      this.solutionsLengthScaleViewHost.Location = new System.Drawing.Point(3, 3);
451      this.solutionsLengthScaleViewHost.Name = "solutionsLengthScaleViewHost";
452      this.solutionsLengthScaleViewHost.ReadOnly = false;
453      this.solutionsLengthScaleViewHost.Size = new System.Drawing.Size(661, 360);
454      this.solutionsLengthScaleViewHost.TabIndex = 0;
455      this.solutionsLengthScaleViewHost.ViewsLabelVisible = true;
456      this.solutionsLengthScaleViewHost.ViewType = null;
457      //
458      // solutionsNetworkTabPage
459      //
460      this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkViewHost);
461      this.solutionsNetworkTabPage.Location = new System.Drawing.Point(4, 22);
462      this.solutionsNetworkTabPage.Name = "solutionsNetworkTabPage";
463      this.solutionsNetworkTabPage.Padding = new System.Windows.Forms.Padding(3);
464      this.solutionsNetworkTabPage.Size = new System.Drawing.Size(667, 366);
465      this.solutionsNetworkTabPage.TabIndex = 4;
466      this.solutionsNetworkTabPage.Text = "Network Analysis";
467      this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
468      //
469      // solutionsNetworkViewHost
470      //
471      this.solutionsNetworkViewHost.Caption = "View";
472      this.solutionsNetworkViewHost.Content = null;
473      this.solutionsNetworkViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
474      this.solutionsNetworkViewHost.Enabled = false;
475      this.solutionsNetworkViewHost.Location = new System.Drawing.Point(3, 3);
476      this.solutionsNetworkViewHost.Name = "solutionsNetworkViewHost";
477      this.solutionsNetworkViewHost.ReadOnly = false;
478      this.solutionsNetworkViewHost.Size = new System.Drawing.Size(661, 360);
479      this.solutionsNetworkViewHost.TabIndex = 0;
480      this.solutionsNetworkViewHost.ViewsLabelVisible = true;
481      this.solutionsNetworkViewHost.ViewType = null;
482      //
483      // okbTabPage
484      //
485      this.okbTabPage.Controls.Add(this.kbViewHost);
486      this.okbTabPage.Location = new System.Drawing.Point(4, 22);
487      this.okbTabPage.Name = "okbTabPage";
488      this.okbTabPage.Padding = new System.Windows.Forms.Padding(3);
489      this.okbTabPage.Size = new System.Drawing.Size(681, 428);
490      this.okbTabPage.TabIndex = 5;
491      this.okbTabPage.Text = "Knowledge Base";
492      this.okbTabPage.UseVisualStyleBackColor = true;
493      //
494      // kbViewHost
495      //
496      this.kbViewHost.Caption = "View";
497      this.kbViewHost.Content = null;
498      this.kbViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
499      this.kbViewHost.Enabled = false;
500      this.kbViewHost.Location = new System.Drawing.Point(3, 3);
501      this.kbViewHost.Name = "kbViewHost";
502      this.kbViewHost.ReadOnly = true;
503      this.kbViewHost.Size = new System.Drawing.Size(675, 422);
504      this.kbViewHost.TabIndex = 3;
505      this.kbViewHost.ViewsLabelVisible = true;
506      this.kbViewHost.ViewType = null;
507      //
508      // problemInstancesTabPage
509      //
510      this.problemInstancesTabPage.Controls.Add(this.label1);
511      this.problemInstancesTabPage.Controls.Add(this.projectionComboBox);
512      this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl);
513      this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
514      this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
515      this.problemInstancesTabPage.Name = "problemInstancesTabPage";
516      this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
517      this.problemInstancesTabPage.Size = new System.Drawing.Size(681, 428);
518      this.problemInstancesTabPage.TabIndex = 6;
519      this.problemInstancesTabPage.Text = "Problem Instances";
520      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
521      //
522      // label1
523      //
524      this.label1.AutoSize = true;
525      this.label1.Location = new System.Drawing.Point(35, 11);
526      this.label1.Name = "label1";
527      this.label1.Size = new System.Drawing.Size(57, 13);
528      this.label1.TabIndex = 6;
529      this.label1.Text = "Projection:";
530      //
531      // projectionComboBox
532      //
533      this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
534      this.projectionComboBox.FormattingEnabled = true;
535      this.projectionComboBox.Location = new System.Drawing.Point(98, 8);
536      this.projectionComboBox.Name = "projectionComboBox";
537      this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
538      this.projectionComboBox.TabIndex = 5;
539      this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
540      //
541      // problemInstancesTabControl
542      //
543      this.problemInstancesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
544            | System.Windows.Forms.AnchorStyles.Left)
545            | System.Windows.Forms.AnchorStyles.Right)));
546      this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
547      this.problemInstancesTabControl.Controls.Add(this.mapTabPage);
548      this.problemInstancesTabControl.Location = new System.Drawing.Point(3, 35);
549      this.problemInstancesTabControl.Name = "problemInstancesTabControl";
550      this.problemInstancesTabControl.SelectedIndex = 0;
551      this.problemInstancesTabControl.Size = new System.Drawing.Size(675, 390);
552      this.problemInstancesTabControl.TabIndex = 4;
553      //
554      // instancesTabPage
555      //
556      this.instancesTabPage.Controls.Add(this.problemInstancesView);
557      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
558      this.instancesTabPage.Name = "instancesTabPage";
559      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
560      this.instancesTabPage.Size = new System.Drawing.Size(667, 364);
561      this.instancesTabPage.TabIndex = 0;
562      this.instancesTabPage.Text = "Instances";
563      this.instancesTabPage.UseVisualStyleBackColor = true;
564      //
565      // problemInstancesView
566      //
567      this.problemInstancesView.Caption = "View";
568      this.problemInstancesView.Content = null;
569      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
570      this.problemInstancesView.Enabled = false;
571      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
572      this.problemInstancesView.Name = "problemInstancesView";
573      this.problemInstancesView.ReadOnly = false;
574      this.problemInstancesView.Size = new System.Drawing.Size(661, 358);
575      this.problemInstancesView.TabIndex = 0;
576      this.problemInstancesView.ViewsLabelVisible = true;
577      this.problemInstancesView.ViewType = null;
578      //
579      // mapTabPage
580      //
581      this.mapTabPage.Controls.Add(this.instanceMapChart);
582      this.mapTabPage.Location = new System.Drawing.Point(4, 22);
583      this.mapTabPage.Name = "mapTabPage";
584      this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
585      this.mapTabPage.Size = new System.Drawing.Size(667, 364);
586      this.mapTabPage.TabIndex = 1;
587      this.mapTabPage.Text = "Map";
588      this.mapTabPage.UseVisualStyleBackColor = true;
589      //
590      // instanceMapChart
591      //
592      chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
593      chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
594      chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
595      chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
596      chartArea1.Name = "Default";
597      this.instanceMapChart.ChartAreas.Add(chartArea1);
598      this.instanceMapChart.Dock = System.Windows.Forms.DockStyle.Fill;
599      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
600      legend1.Enabled = false;
601      legend1.Name = "Legend";
602      this.instanceMapChart.Legends.Add(legend1);
603      this.instanceMapChart.Location = new System.Drawing.Point(3, 3);
604      this.instanceMapChart.Name = "instanceMapChart";
605      series1.ChartArea = "Default";
606      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
607      series1.Legend = "Legend";
608      series1.MarkerSize = 10;
609      series1.Name = "InstancesSeries";
610      series2.ChartArea = "Default";
611      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
612      series2.Legend = "Legend";
613      series2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
614      series2.MarkerSize = 15;
615      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
616      series2.Name = "CurrentInstanceSeries";
617      this.instanceMapChart.Series.Add(series1);
618      this.instanceMapChart.Series.Add(series2);
619      this.instanceMapChart.Size = new System.Drawing.Size(661, 358);
620      this.instanceMapChart.TabIndex = 0;
621      //
622      // refreshMapButton
623      //
624      this.refreshMapButton.Location = new System.Drawing.Point(3, 6);
625      this.refreshMapButton.Name = "refreshMapButton";
626      this.refreshMapButton.Size = new System.Drawing.Size(26, 23);
627      this.refreshMapButton.TabIndex = 1;
628      this.refreshMapButton.Text = "Refresh";
629      this.refreshMapButton.UseVisualStyleBackColor = true;
630      this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick);
631      //
632      // progressPanel
633      //
634      this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
635            | System.Windows.Forms.AnchorStyles.Left)
636            | System.Windows.Forms.AnchorStyles.Right)));
637      this.progressPanel.Location = new System.Drawing.Point(0, 81);
638      this.progressPanel.Name = "progressPanel";
639      this.progressPanel.Size = new System.Drawing.Size(692, 454);
640      this.progressPanel.TabIndex = 2;
641      this.progressPanel.Visible = false;
642      //
643      // okbDownloadButton
644      //
645      this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
646            | System.Windows.Forms.AnchorStyles.Right)));
647      this.okbDownloadButton.Location = new System.Drawing.Point(6, 52);
648      this.okbDownloadButton.Name = "okbDownloadButton";
649      this.okbDownloadButton.Size = new System.Drawing.Size(661, 23);
650      this.okbDownloadButton.TabIndex = 1;
651      this.okbDownloadButton.Text = "Download from OKB";
652      this.okbDownloadButton.UseVisualStyleBackColor = true;
653      this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick);
654      //
655      // openFileDialog
656      //
657      this.openFileDialog.DefaultExt = "hl";
658      this.openFileDialog.FileName = "Optimizer";
659      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
660      this.openFileDialog.Title = "Open Optimizer";
661      //
662      // solutionsFdcTabPage
663      //
664      this.solutionsFdcTabPage.Controls.Add(this.solutionsFdcViewHost);
665      this.solutionsFdcTabPage.Location = new System.Drawing.Point(4, 22);
666      this.solutionsFdcTabPage.Name = "solutionsFdcTabPage";
667      this.solutionsFdcTabPage.Padding = new System.Windows.Forms.Padding(3);
668      this.solutionsFdcTabPage.Size = new System.Drawing.Size(667, 366);
669      this.solutionsFdcTabPage.TabIndex = 5;
670      this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis";
671      this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
672      //
673      // solutionsFdcViewHost
674      //
675      this.solutionsFdcViewHost.Caption = "View";
676      this.solutionsFdcViewHost.Content = null;
677      this.solutionsFdcViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
678      this.solutionsFdcViewHost.Enabled = false;
679      this.solutionsFdcViewHost.Location = new System.Drawing.Point(3, 3);
680      this.solutionsFdcViewHost.Name = "solutionsFdcViewHost";
681      this.solutionsFdcViewHost.ReadOnly = false;
682      this.solutionsFdcViewHost.Size = new System.Drawing.Size(661, 360);
683      this.solutionsFdcViewHost.TabIndex = 0;
684      this.solutionsFdcViewHost.ViewsLabelVisible = true;
685      this.solutionsFdcViewHost.ViewType = null;
686      //
687      // ExpertSystemView
688      //
689      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
690      this.Controls.Add(this.okbDownloadButton);
691      this.Controls.Add(this.tabControl);
692      this.Controls.Add(this.evaluationsLimitabel);
693      this.Controls.Add(this.maxEvaluationsTextBox);
694      this.Controls.Add(this.progressPanel);
695      this.Name = "ExpertSystemView";
696      this.Size = new System.Drawing.Size(692, 535);
697      this.Controls.SetChildIndex(this.progressPanel, 0);
698      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
699      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
700      this.Controls.SetChildIndex(this.tabControl, 0);
701      this.Controls.SetChildIndex(this.nameLabel, 0);
702      this.Controls.SetChildIndex(this.okbDownloadButton, 0);
703      this.Controls.SetChildIndex(this.nameTextBox, 0);
704      this.Controls.SetChildIndex(this.infoLabel, 0);
705      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
706      this.tabControl.ResumeLayout(false);
707      this.problemTabPage.ResumeLayout(false);
708      this.algorithmTabPage.ResumeLayout(false);
709      this.algorithmTabPage.PerformLayout();
710      this.runsTabPage.ResumeLayout(false);
711      this.solutionsTabPage.ResumeLayout(false);
712      this.solutionsTabPage.PerformLayout();
713      this.solutionsTabControl.ResumeLayout(false);
714      this.solutionsListTabPage.ResumeLayout(false);
715      this.solutionsQualityTabPage.ResumeLayout(false);
716      this.solutionsDiversityTabPage.ResumeLayout(false);
717      this.solutionsLengthScaleTabPage.ResumeLayout(false);
718      this.solutionsNetworkTabPage.ResumeLayout(false);
719      this.okbTabPage.ResumeLayout(false);
720      this.problemInstancesTabPage.ResumeLayout(false);
721      this.problemInstancesTabPage.PerformLayout();
722      this.problemInstancesTabControl.ResumeLayout(false);
723      this.instancesTabPage.ResumeLayout(false);
724      this.mapTabPage.ResumeLayout(false);
725      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
726      this.solutionsFdcTabPage.ResumeLayout(false);
727      this.ResumeLayout(false);
728      this.PerformLayout();
729
730    }
731
732    #endregion
733
734    private System.Windows.Forms.Label evaluationsLimitabel;
735    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
736    private MainForm.WindowsForms.DragOverTabControl tabControl;
737    private System.Windows.Forms.TabPage runsTabPage;
738    private HeuristicLab.Optimization.Views.RunCollectionView runsView;
739    private System.Windows.Forms.OpenFileDialog openFileDialog;
740    private System.Windows.Forms.TabPage problemTabPage;
741    private MainForm.WindowsForms.ViewHost problemViewHost;
742    private System.Windows.Forms.TabPage algorithmTabPage;
743    private MainForm.WindowsForms.ViewHost algorithmViewHost;
744    private System.Windows.Forms.Label algorithmSuggestionLabel;
745    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
746    private System.Windows.Forms.TabPage okbTabPage;
747    private System.Windows.Forms.TabPage problemInstancesTabPage;
748    private System.Windows.Forms.Button refreshMapButton;
749    private System.Windows.Forms.Button okbDownloadButton;
750    private System.Windows.Forms.Panel progressPanel;
751    private MainForm.WindowsForms.ViewHost kbViewHost;
752    private System.Windows.Forms.Button algorithmStartButton;
753    private System.Windows.Forms.TabControl problemInstancesTabControl;
754    private System.Windows.Forms.TabPage instancesTabPage;
755    private MainForm.WindowsForms.ViewHost problemInstancesView;
756    private System.Windows.Forms.TabPage mapTabPage;
757    private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
758    private System.Windows.Forms.Label label1;
759    private System.Windows.Forms.ComboBox projectionComboBox;
760    private System.Windows.Forms.TabPage solutionsTabPage;
761    private System.Windows.Forms.TabControl solutionsTabControl;
762    private System.Windows.Forms.TabPage solutionsListTabPage;
763    private System.Windows.Forms.TabPage solutionsQualityTabPage;
764    private System.Windows.Forms.TabPage solutionsDiversityTabPage;
765    private System.Windows.Forms.Label qualityNameLabel;
766    private System.Windows.Forms.Label solutionNameLabel;
767    private System.Windows.Forms.ComboBox qualityNameComboBox;
768    private System.Windows.Forms.ComboBox solutionNameComboBox;
769    private MainForm.WindowsForms.ViewHost solutionsQualityViewHost;
770    private MainForm.WindowsForms.ViewHost solutionsViewHost;
771    private MainForm.WindowsForms.ViewHost solutionsDiversityViewHost;
772    private System.Windows.Forms.Label solutionDiversitySimilarityLabel;
773    private System.Windows.Forms.ComboBox similarityComboBox;
774    private System.Windows.Forms.TabPage solutionsLengthScaleTabPage;
775    private System.Windows.Forms.TabPage solutionsNetworkTabPage;
776    private MainForm.WindowsForms.ViewHost solutionsLengthScaleViewHost;
777    private MainForm.WindowsForms.ViewHost solutionsNetworkViewHost;
778    private System.Windows.Forms.TabPage solutionsFdcTabPage;
779    private MainForm.WindowsForms.ViewHost solutionsFdcViewHost;
780  }
781}
Note: See TracBrowser for help on using the repository browser.