Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457:

  • added two types of problem instance mappings: PCA and MDS
File size: 24.7 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.Views {
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.okbTabPage = new System.Windows.Forms.TabPage();
54      this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
55      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
56      this.label1 = new System.Windows.Forms.Label();
57      this.projectionComboBox = new System.Windows.Forms.ComboBox();
58      this.problemInstancesTabControl = new System.Windows.Forms.TabControl();
59      this.instancesTabPage = new System.Windows.Forms.TabPage();
60      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
61      this.mapTabPage = new System.Windows.Forms.TabPage();
62      this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
63      this.refreshMapButton = new System.Windows.Forms.Button();
64      this.progressPanel = new System.Windows.Forms.Panel();
65      this.okbDownloadButton = new System.Windows.Forms.Button();
66      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
67      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
68      this.tabControl.SuspendLayout();
69      this.problemTabPage.SuspendLayout();
70      this.algorithmTabPage.SuspendLayout();
71      this.runsTabPage.SuspendLayout();
72      this.okbTabPage.SuspendLayout();
73      this.problemInstancesTabPage.SuspendLayout();
74      this.problemInstancesTabControl.SuspendLayout();
75      this.instancesTabPage.SuspendLayout();
76      this.mapTabPage.SuspendLayout();
77      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
78      this.SuspendLayout();
79      //
80      // nameTextBox
81      //
82      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
83      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
84      this.nameTextBox.Location = new System.Drawing.Point(75, 0);
85      this.nameTextBox.Size = new System.Drawing.Size(449, 20);
86      //
87      // infoLabel
88      //
89      this.infoLabel.Location = new System.Drawing.Point(530, 3);
90      //
91      // evaluationsLimitabel
92      //
93      this.evaluationsLimitabel.AutoSize = true;
94      this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 29);
95      this.evaluationsLimitabel.Name = "evaluationsLimitabel";
96      this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
97      this.evaluationsLimitabel.TabIndex = 5;
98      this.evaluationsLimitabel.Text = "Budget (FE):";
99      //
100      // maxEvaluationsTextBox
101      //
102      this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
103            | System.Windows.Forms.AnchorStyles.Right)));
104      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(75, 26);
105      this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
106      this.maxEvaluationsTextBox.Size = new System.Drawing.Size(449, 20);
107      this.maxEvaluationsTextBox.TabIndex = 6;
108      this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating);
109      //
110      // tabControl
111      //
112      this.tabControl.AllowDrop = true;
113      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114            | System.Windows.Forms.AnchorStyles.Left)
115            | System.Windows.Forms.AnchorStyles.Right)));
116      this.tabControl.Controls.Add(this.problemTabPage);
117      this.tabControl.Controls.Add(this.algorithmTabPage);
118      this.tabControl.Controls.Add(this.runsTabPage);
119      this.tabControl.Controls.Add(this.okbTabPage);
120      this.tabControl.Controls.Add(this.problemInstancesTabPage);
121      this.tabControl.Location = new System.Drawing.Point(0, 81);
122      this.tabControl.Name = "tabControl";
123      this.tabControl.SelectedIndex = 0;
124      this.tabControl.Size = new System.Drawing.Size(546, 332);
125      this.tabControl.TabIndex = 17;
126      //
127      // problemTabPage
128      //
129      this.problemTabPage.AllowDrop = true;
130      this.problemTabPage.Controls.Add(this.problemViewHost);
131      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
132      this.problemTabPage.Name = "problemTabPage";
133      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
134      this.problemTabPage.Size = new System.Drawing.Size(538, 306);
135      this.problemTabPage.TabIndex = 1;
136      this.problemTabPage.Text = "Problem";
137      this.problemTabPage.UseVisualStyleBackColor = true;
138      //
139      // problemViewHost
140      //
141      this.problemViewHost.Caption = "View";
142      this.problemViewHost.Content = null;
143      this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
144      this.problemViewHost.Enabled = false;
145      this.problemViewHost.Location = new System.Drawing.Point(3, 3);
146      this.problemViewHost.Name = "problemViewHost";
147      this.problemViewHost.ReadOnly = false;
148      this.problemViewHost.Size = new System.Drawing.Size(532, 300);
149      this.problemViewHost.TabIndex = 2;
150      this.problemViewHost.ViewsLabelVisible = false;
151      this.problemViewHost.ViewType = null;
152      //
153      // algorithmTabPage
154      //
155      this.algorithmTabPage.Controls.Add(this.algorithmStartButton);
156      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
157      this.algorithmTabPage.Controls.Add(this.algorithmSuggestionLabel);
158      this.algorithmTabPage.Controls.Add(this.suggestedInstancesComboBox);
159      this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
160      this.algorithmTabPage.Name = "algorithmTabPage";
161      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
162      this.algorithmTabPage.Size = new System.Drawing.Size(538, 306);
163      this.algorithmTabPage.TabIndex = 4;
164      this.algorithmTabPage.Text = "Algorithm";
165      this.algorithmTabPage.UseVisualStyleBackColor = true;
166      //
167      // algorithmStartButton
168      //
169      this.algorithmStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
170      this.algorithmStartButton.Location = new System.Drawing.Point(506, 5);
171      this.algorithmStartButton.Name = "algorithmStartButton";
172      this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
173      this.algorithmStartButton.TabIndex = 3;
174      this.algorithmStartButton.Text = "Start";
175      this.algorithmStartButton.UseVisualStyleBackColor = true;
176      this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick);
177      //
178      // algorithmViewHost
179      //
180      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181            | System.Windows.Forms.AnchorStyles.Left)
182            | System.Windows.Forms.AnchorStyles.Right)));
183      this.algorithmViewHost.Caption = "View";
184      this.algorithmViewHost.Content = null;
185      this.algorithmViewHost.Enabled = false;
186      this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
187      this.algorithmViewHost.Name = "algorithmViewHost";
188      this.algorithmViewHost.ReadOnly = false;
189      this.algorithmViewHost.Size = new System.Drawing.Size(526, 264);
190      this.algorithmViewHost.TabIndex = 2;
191      this.algorithmViewHost.ViewsLabelVisible = true;
192      this.algorithmViewHost.ViewType = null;
193      //
194      // algorithmSuggestionLabel
195      //
196      this.algorithmSuggestionLabel.AutoSize = true;
197      this.algorithmSuggestionLabel.Location = new System.Drawing.Point(6, 9);
198      this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel";
199      this.algorithmSuggestionLabel.Size = new System.Drawing.Size(156, 13);
200      this.algorithmSuggestionLabel.TabIndex = 1;
201      this.algorithmSuggestionLabel.Text = "Suggested Algorithm Instances:";
202      //
203      // suggestedInstancesComboBox
204      //
205      this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
206            | System.Windows.Forms.AnchorStyles.Right)));
207      this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
208      this.suggestedInstancesComboBox.FormattingEnabled = true;
209      this.suggestedInstancesComboBox.Location = new System.Drawing.Point(178, 6);
210      this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
211      this.suggestedInstancesComboBox.Size = new System.Drawing.Size(322, 21);
212      this.suggestedInstancesComboBox.TabIndex = 0;
213      //
214      // runsTabPage
215      //
216      this.runsTabPage.Controls.Add(this.runsView);
217      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
218      this.runsTabPage.Name = "runsTabPage";
219      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
220      this.runsTabPage.Size = new System.Drawing.Size(538, 306);
221      this.runsTabPage.TabIndex = 3;
222      this.runsTabPage.Text = "Runs";
223      this.runsTabPage.UseVisualStyleBackColor = true;
224      //
225      // runsView
226      //
227      this.runsView.Caption = "RunCollection View";
228      this.runsView.Content = null;
229      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
230      this.runsView.Location = new System.Drawing.Point(3, 3);
231      this.runsView.Name = "runsView";
232      this.runsView.ReadOnly = false;
233      this.runsView.Size = new System.Drawing.Size(532, 300);
234      this.runsView.TabIndex = 1;
235      //
236      // okbTabPage
237      //
238      this.okbTabPage.Controls.Add(this.kbViewHost);
239      this.okbTabPage.Location = new System.Drawing.Point(4, 22);
240      this.okbTabPage.Name = "okbTabPage";
241      this.okbTabPage.Padding = new System.Windows.Forms.Padding(3);
242      this.okbTabPage.Size = new System.Drawing.Size(538, 306);
243      this.okbTabPage.TabIndex = 5;
244      this.okbTabPage.Text = "Knowledge Base";
245      this.okbTabPage.UseVisualStyleBackColor = true;
246      //
247      // kbViewHost
248      //
249      this.kbViewHost.Caption = "View";
250      this.kbViewHost.Content = null;
251      this.kbViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
252      this.kbViewHost.Enabled = false;
253      this.kbViewHost.Location = new System.Drawing.Point(3, 3);
254      this.kbViewHost.Name = "kbViewHost";
255      this.kbViewHost.ReadOnly = true;
256      this.kbViewHost.Size = new System.Drawing.Size(532, 300);
257      this.kbViewHost.TabIndex = 3;
258      this.kbViewHost.ViewsLabelVisible = true;
259      this.kbViewHost.ViewType = null;
260      //
261      // problemInstancesTabPage
262      //
263      this.problemInstancesTabPage.Controls.Add(this.label1);
264      this.problemInstancesTabPage.Controls.Add(this.projectionComboBox);
265      this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl);
266      this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
267      this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
268      this.problemInstancesTabPage.Name = "problemInstancesTabPage";
269      this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
270      this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 306);
271      this.problemInstancesTabPage.TabIndex = 6;
272      this.problemInstancesTabPage.Text = "Problem Instances";
273      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
274      //
275      // label1
276      //
277      this.label1.AutoSize = true;
278      this.label1.Location = new System.Drawing.Point(35, 11);
279      this.label1.Name = "label1";
280      this.label1.Size = new System.Drawing.Size(57, 13);
281      this.label1.TabIndex = 6;
282      this.label1.Text = "Projection:";
283      //
284      // projectionComboBox
285      //
286      this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
287      this.projectionComboBox.FormattingEnabled = true;
288      this.projectionComboBox.Location = new System.Drawing.Point(98, 8);
289      this.projectionComboBox.Name = "projectionComboBox";
290      this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
291      this.projectionComboBox.TabIndex = 5;
292      this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
293      //
294      // problemInstancesTabControl
295      //
296      this.problemInstancesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
297            | System.Windows.Forms.AnchorStyles.Left)
298            | System.Windows.Forms.AnchorStyles.Right)));
299      this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
300      this.problemInstancesTabControl.Controls.Add(this.mapTabPage);
301      this.problemInstancesTabControl.Location = new System.Drawing.Point(3, 35);
302      this.problemInstancesTabControl.Name = "problemInstancesTabControl";
303      this.problemInstancesTabControl.SelectedIndex = 0;
304      this.problemInstancesTabControl.Size = new System.Drawing.Size(532, 268);
305      this.problemInstancesTabControl.TabIndex = 4;
306      //
307      // instancesTabPage
308      //
309      this.instancesTabPage.Controls.Add(this.problemInstancesView);
310      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
311      this.instancesTabPage.Name = "instancesTabPage";
312      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
313      this.instancesTabPage.Size = new System.Drawing.Size(524, 242);
314      this.instancesTabPage.TabIndex = 0;
315      this.instancesTabPage.Text = "Instances";
316      this.instancesTabPage.UseVisualStyleBackColor = true;
317      //
318      // problemInstancesView
319      //
320      this.problemInstancesView.Caption = "View";
321      this.problemInstancesView.Content = null;
322      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
323      this.problemInstancesView.Enabled = false;
324      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
325      this.problemInstancesView.Name = "problemInstancesView";
326      this.problemInstancesView.ReadOnly = false;
327      this.problemInstancesView.Size = new System.Drawing.Size(518, 236);
328      this.problemInstancesView.TabIndex = 0;
329      this.problemInstancesView.ViewsLabelVisible = true;
330      this.problemInstancesView.ViewType = null;
331      //
332      // mapTabPage
333      //
334      this.mapTabPage.Controls.Add(this.instanceMapChart);
335      this.mapTabPage.Location = new System.Drawing.Point(4, 22);
336      this.mapTabPage.Name = "mapTabPage";
337      this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
338      this.mapTabPage.Size = new System.Drawing.Size(524, 242);
339      this.mapTabPage.TabIndex = 1;
340      this.mapTabPage.Text = "Map";
341      this.mapTabPage.UseVisualStyleBackColor = true;
342      //
343      // instanceMapChart
344      //
345      chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
346      chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
347      chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
348      chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
349      chartArea1.Name = "Default";
350      this.instanceMapChart.ChartAreas.Add(chartArea1);
351      this.instanceMapChart.Dock = System.Windows.Forms.DockStyle.Fill;
352      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
353      legend1.Enabled = false;
354      legend1.Name = "Legend";
355      this.instanceMapChart.Legends.Add(legend1);
356      this.instanceMapChart.Location = new System.Drawing.Point(3, 3);
357      this.instanceMapChart.Name = "instanceMapChart";
358      series1.ChartArea = "Default";
359      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
360      series1.Legend = "Legend";
361      series1.MarkerSize = 10;
362      series1.Name = "InstancesSeries";
363      series2.ChartArea = "Default";
364      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
365      series2.Legend = "Legend";
366      series2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
367      series2.MarkerSize = 15;
368      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
369      series2.Name = "CurrentInstanceSeries";
370      this.instanceMapChart.Series.Add(series1);
371      this.instanceMapChart.Series.Add(series2);
372      this.instanceMapChart.Size = new System.Drawing.Size(518, 236);
373      this.instanceMapChart.TabIndex = 0;
374      //
375      // refreshMapButton
376      //
377      this.refreshMapButton.Location = new System.Drawing.Point(3, 6);
378      this.refreshMapButton.Name = "refreshMapButton";
379      this.refreshMapButton.Size = new System.Drawing.Size(26, 23);
380      this.refreshMapButton.TabIndex = 1;
381      this.refreshMapButton.Text = "Refresh";
382      this.refreshMapButton.UseVisualStyleBackColor = true;
383      this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick);
384      //
385      // progressPanel
386      //
387      this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
388            | System.Windows.Forms.AnchorStyles.Left)
389            | System.Windows.Forms.AnchorStyles.Right)));
390      this.progressPanel.Location = new System.Drawing.Point(0, 81);
391      this.progressPanel.Name = "progressPanel";
392      this.progressPanel.Size = new System.Drawing.Size(549, 332);
393      this.progressPanel.TabIndex = 2;
394      this.progressPanel.Visible = false;
395      //
396      // okbDownloadButton
397      //
398      this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
399            | System.Windows.Forms.AnchorStyles.Right)));
400      this.okbDownloadButton.Location = new System.Drawing.Point(6, 52);
401      this.okbDownloadButton.Name = "okbDownloadButton";
402      this.okbDownloadButton.Size = new System.Drawing.Size(518, 23);
403      this.okbDownloadButton.TabIndex = 1;
404      this.okbDownloadButton.Text = "Download from OKB";
405      this.okbDownloadButton.UseVisualStyleBackColor = true;
406      this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick);
407      //
408      // openFileDialog
409      //
410      this.openFileDialog.DefaultExt = "hl";
411      this.openFileDialog.FileName = "Optimizer";
412      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
413      this.openFileDialog.Title = "Open Optimizer";
414      //
415      // ExpertSystemView
416      //
417      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
418      this.Controls.Add(this.okbDownloadButton);
419      this.Controls.Add(this.tabControl);
420      this.Controls.Add(this.evaluationsLimitabel);
421      this.Controls.Add(this.maxEvaluationsTextBox);
422      this.Controls.Add(this.progressPanel);
423      this.Name = "ExpertSystemView";
424      this.Size = new System.Drawing.Size(549, 413);
425      this.Controls.SetChildIndex(this.progressPanel, 0);
426      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
427      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
428      this.Controls.SetChildIndex(this.tabControl, 0);
429      this.Controls.SetChildIndex(this.nameLabel, 0);
430      this.Controls.SetChildIndex(this.okbDownloadButton, 0);
431      this.Controls.SetChildIndex(this.nameTextBox, 0);
432      this.Controls.SetChildIndex(this.infoLabel, 0);
433      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
434      this.tabControl.ResumeLayout(false);
435      this.problemTabPage.ResumeLayout(false);
436      this.algorithmTabPage.ResumeLayout(false);
437      this.algorithmTabPage.PerformLayout();
438      this.runsTabPage.ResumeLayout(false);
439      this.okbTabPage.ResumeLayout(false);
440      this.problemInstancesTabPage.ResumeLayout(false);
441      this.problemInstancesTabPage.PerformLayout();
442      this.problemInstancesTabControl.ResumeLayout(false);
443      this.instancesTabPage.ResumeLayout(false);
444      this.mapTabPage.ResumeLayout(false);
445      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
446      this.ResumeLayout(false);
447      this.PerformLayout();
448
449    }
450
451    #endregion
452
453    private System.Windows.Forms.Label evaluationsLimitabel;
454    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
455    private MainForm.WindowsForms.DragOverTabControl tabControl;
456    private System.Windows.Forms.TabPage runsTabPage;
457    private HeuristicLab.Optimization.Views.RunCollectionView runsView;
458    private System.Windows.Forms.OpenFileDialog openFileDialog;
459    private System.Windows.Forms.TabPage problemTabPage;
460    private MainForm.WindowsForms.ViewHost problemViewHost;
461    private System.Windows.Forms.TabPage algorithmTabPage;
462    private MainForm.WindowsForms.ViewHost algorithmViewHost;
463    private System.Windows.Forms.Label algorithmSuggestionLabel;
464    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
465    private System.Windows.Forms.TabPage okbTabPage;
466    private System.Windows.Forms.TabPage problemInstancesTabPage;
467    private System.Windows.Forms.Button refreshMapButton;
468    private System.Windows.Forms.Button okbDownloadButton;
469    private System.Windows.Forms.Panel progressPanel;
470    private MainForm.WindowsForms.ViewHost kbViewHost;
471    private System.Windows.Forms.Button algorithmStartButton;
472    private System.Windows.Forms.TabControl problemInstancesTabControl;
473    private System.Windows.Forms.TabPage instancesTabPage;
474    private MainForm.WindowsForms.ViewHost problemInstancesView;
475    private System.Windows.Forms.TabPage mapTabPage;
476    private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
477    private System.Windows.Forms.Label label1;
478    private System.Windows.Forms.ComboBox projectionComboBox;
479  }
480}
Note: See TracBrowser for help on using the repository browser.