Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457: fixed bugs in suggestions

File size: 24.8 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      this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged);
214      //
215      // runsTabPage
216      //
217      this.runsTabPage.Controls.Add(this.runsView);
218      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
219      this.runsTabPage.Name = "runsTabPage";
220      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
221      this.runsTabPage.Size = new System.Drawing.Size(538, 306);
222      this.runsTabPage.TabIndex = 3;
223      this.runsTabPage.Text = "Runs";
224      this.runsTabPage.UseVisualStyleBackColor = true;
225      //
226      // runsView
227      //
228      this.runsView.Caption = "RunCollection View";
229      this.runsView.Content = null;
230      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
231      this.runsView.Location = new System.Drawing.Point(3, 3);
232      this.runsView.Name = "runsView";
233      this.runsView.ReadOnly = false;
234      this.runsView.Size = new System.Drawing.Size(532, 300);
235      this.runsView.TabIndex = 1;
236      //
237      // okbTabPage
238      //
239      this.okbTabPage.Controls.Add(this.kbViewHost);
240      this.okbTabPage.Location = new System.Drawing.Point(4, 22);
241      this.okbTabPage.Name = "okbTabPage";
242      this.okbTabPage.Padding = new System.Windows.Forms.Padding(3);
243      this.okbTabPage.Size = new System.Drawing.Size(538, 306);
244      this.okbTabPage.TabIndex = 5;
245      this.okbTabPage.Text = "Knowledge Base";
246      this.okbTabPage.UseVisualStyleBackColor = true;
247      //
248      // kbViewHost
249      //
250      this.kbViewHost.Caption = "View";
251      this.kbViewHost.Content = null;
252      this.kbViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
253      this.kbViewHost.Enabled = false;
254      this.kbViewHost.Location = new System.Drawing.Point(3, 3);
255      this.kbViewHost.Name = "kbViewHost";
256      this.kbViewHost.ReadOnly = true;
257      this.kbViewHost.Size = new System.Drawing.Size(532, 300);
258      this.kbViewHost.TabIndex = 3;
259      this.kbViewHost.ViewsLabelVisible = true;
260      this.kbViewHost.ViewType = null;
261      //
262      // problemInstancesTabPage
263      //
264      this.problemInstancesTabPage.Controls.Add(this.label1);
265      this.problemInstancesTabPage.Controls.Add(this.projectionComboBox);
266      this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl);
267      this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
268      this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
269      this.problemInstancesTabPage.Name = "problemInstancesTabPage";
270      this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
271      this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 306);
272      this.problemInstancesTabPage.TabIndex = 6;
273      this.problemInstancesTabPage.Text = "Problem Instances";
274      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
275      //
276      // label1
277      //
278      this.label1.AutoSize = true;
279      this.label1.Location = new System.Drawing.Point(35, 11);
280      this.label1.Name = "label1";
281      this.label1.Size = new System.Drawing.Size(57, 13);
282      this.label1.TabIndex = 6;
283      this.label1.Text = "Projection:";
284      //
285      // projectionComboBox
286      //
287      this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
288      this.projectionComboBox.FormattingEnabled = true;
289      this.projectionComboBox.Location = new System.Drawing.Point(98, 8);
290      this.projectionComboBox.Name = "projectionComboBox";
291      this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
292      this.projectionComboBox.TabIndex = 5;
293      this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
294      //
295      // problemInstancesTabControl
296      //
297      this.problemInstancesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
298            | System.Windows.Forms.AnchorStyles.Left)
299            | System.Windows.Forms.AnchorStyles.Right)));
300      this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
301      this.problemInstancesTabControl.Controls.Add(this.mapTabPage);
302      this.problemInstancesTabControl.Location = new System.Drawing.Point(3, 35);
303      this.problemInstancesTabControl.Name = "problemInstancesTabControl";
304      this.problemInstancesTabControl.SelectedIndex = 0;
305      this.problemInstancesTabControl.Size = new System.Drawing.Size(532, 268);
306      this.problemInstancesTabControl.TabIndex = 4;
307      //
308      // instancesTabPage
309      //
310      this.instancesTabPage.Controls.Add(this.problemInstancesView);
311      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
312      this.instancesTabPage.Name = "instancesTabPage";
313      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
314      this.instancesTabPage.Size = new System.Drawing.Size(524, 242);
315      this.instancesTabPage.TabIndex = 0;
316      this.instancesTabPage.Text = "Instances";
317      this.instancesTabPage.UseVisualStyleBackColor = true;
318      //
319      // problemInstancesView
320      //
321      this.problemInstancesView.Caption = "View";
322      this.problemInstancesView.Content = null;
323      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
324      this.problemInstancesView.Enabled = false;
325      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
326      this.problemInstancesView.Name = "problemInstancesView";
327      this.problemInstancesView.ReadOnly = false;
328      this.problemInstancesView.Size = new System.Drawing.Size(518, 236);
329      this.problemInstancesView.TabIndex = 0;
330      this.problemInstancesView.ViewsLabelVisible = true;
331      this.problemInstancesView.ViewType = null;
332      //
333      // mapTabPage
334      //
335      this.mapTabPage.Controls.Add(this.instanceMapChart);
336      this.mapTabPage.Location = new System.Drawing.Point(4, 22);
337      this.mapTabPage.Name = "mapTabPage";
338      this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
339      this.mapTabPage.Size = new System.Drawing.Size(524, 242);
340      this.mapTabPage.TabIndex = 1;
341      this.mapTabPage.Text = "Map";
342      this.mapTabPage.UseVisualStyleBackColor = true;
343      //
344      // instanceMapChart
345      //
346      chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
347      chartArea1.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
348      chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
349      chartArea1.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
350      chartArea1.Name = "Default";
351      this.instanceMapChart.ChartAreas.Add(chartArea1);
352      this.instanceMapChart.Dock = System.Windows.Forms.DockStyle.Fill;
353      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
354      legend1.Enabled = false;
355      legend1.Name = "Legend";
356      this.instanceMapChart.Legends.Add(legend1);
357      this.instanceMapChart.Location = new System.Drawing.Point(3, 3);
358      this.instanceMapChart.Name = "instanceMapChart";
359      series1.ChartArea = "Default";
360      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
361      series1.Legend = "Legend";
362      series1.MarkerSize = 10;
363      series1.Name = "InstancesSeries";
364      series2.ChartArea = "Default";
365      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
366      series2.Legend = "Legend";
367      series2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
368      series2.MarkerSize = 15;
369      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
370      series2.Name = "CurrentInstanceSeries";
371      this.instanceMapChart.Series.Add(series1);
372      this.instanceMapChart.Series.Add(series2);
373      this.instanceMapChart.Size = new System.Drawing.Size(518, 236);
374      this.instanceMapChart.TabIndex = 0;
375      //
376      // refreshMapButton
377      //
378      this.refreshMapButton.Location = new System.Drawing.Point(3, 6);
379      this.refreshMapButton.Name = "refreshMapButton";
380      this.refreshMapButton.Size = new System.Drawing.Size(26, 23);
381      this.refreshMapButton.TabIndex = 1;
382      this.refreshMapButton.Text = "Refresh";
383      this.refreshMapButton.UseVisualStyleBackColor = true;
384      this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick);
385      //
386      // progressPanel
387      //
388      this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
389            | System.Windows.Forms.AnchorStyles.Left)
390            | System.Windows.Forms.AnchorStyles.Right)));
391      this.progressPanel.Location = new System.Drawing.Point(0, 81);
392      this.progressPanel.Name = "progressPanel";
393      this.progressPanel.Size = new System.Drawing.Size(549, 332);
394      this.progressPanel.TabIndex = 2;
395      this.progressPanel.Visible = false;
396      //
397      // okbDownloadButton
398      //
399      this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
400            | System.Windows.Forms.AnchorStyles.Right)));
401      this.okbDownloadButton.Location = new System.Drawing.Point(6, 52);
402      this.okbDownloadButton.Name = "okbDownloadButton";
403      this.okbDownloadButton.Size = new System.Drawing.Size(518, 23);
404      this.okbDownloadButton.TabIndex = 1;
405      this.okbDownloadButton.Text = "Download from OKB";
406      this.okbDownloadButton.UseVisualStyleBackColor = true;
407      this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick);
408      //
409      // openFileDialog
410      //
411      this.openFileDialog.DefaultExt = "hl";
412      this.openFileDialog.FileName = "Optimizer";
413      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
414      this.openFileDialog.Title = "Open Optimizer";
415      //
416      // ExpertSystemView
417      //
418      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
419      this.Controls.Add(this.okbDownloadButton);
420      this.Controls.Add(this.tabControl);
421      this.Controls.Add(this.evaluationsLimitabel);
422      this.Controls.Add(this.maxEvaluationsTextBox);
423      this.Controls.Add(this.progressPanel);
424      this.Name = "ExpertSystemView";
425      this.Size = new System.Drawing.Size(549, 413);
426      this.Controls.SetChildIndex(this.progressPanel, 0);
427      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
428      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
429      this.Controls.SetChildIndex(this.tabControl, 0);
430      this.Controls.SetChildIndex(this.nameLabel, 0);
431      this.Controls.SetChildIndex(this.okbDownloadButton, 0);
432      this.Controls.SetChildIndex(this.nameTextBox, 0);
433      this.Controls.SetChildIndex(this.infoLabel, 0);
434      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
435      this.tabControl.ResumeLayout(false);
436      this.problemTabPage.ResumeLayout(false);
437      this.algorithmTabPage.ResumeLayout(false);
438      this.algorithmTabPage.PerformLayout();
439      this.runsTabPage.ResumeLayout(false);
440      this.okbTabPage.ResumeLayout(false);
441      this.problemInstancesTabPage.ResumeLayout(false);
442      this.problemInstancesTabPage.PerformLayout();
443      this.problemInstancesTabControl.ResumeLayout(false);
444      this.instancesTabPage.ResumeLayout(false);
445      this.mapTabPage.ResumeLayout(false);
446      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
447      this.ResumeLayout(false);
448      this.PerformLayout();
449
450    }
451
452    #endregion
453
454    private System.Windows.Forms.Label evaluationsLimitabel;
455    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
456    private MainForm.WindowsForms.DragOverTabControl tabControl;
457    private System.Windows.Forms.TabPage runsTabPage;
458    private HeuristicLab.Optimization.Views.RunCollectionView runsView;
459    private System.Windows.Forms.OpenFileDialog openFileDialog;
460    private System.Windows.Forms.TabPage problemTabPage;
461    private MainForm.WindowsForms.ViewHost problemViewHost;
462    private System.Windows.Forms.TabPage algorithmTabPage;
463    private MainForm.WindowsForms.ViewHost algorithmViewHost;
464    private System.Windows.Forms.Label algorithmSuggestionLabel;
465    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
466    private System.Windows.Forms.TabPage okbTabPage;
467    private System.Windows.Forms.TabPage problemInstancesTabPage;
468    private System.Windows.Forms.Button refreshMapButton;
469    private System.Windows.Forms.Button okbDownloadButton;
470    private System.Windows.Forms.Panel progressPanel;
471    private MainForm.WindowsForms.ViewHost kbViewHost;
472    private System.Windows.Forms.Button algorithmStartButton;
473    private System.Windows.Forms.TabControl problemInstancesTabControl;
474    private System.Windows.Forms.TabPage instancesTabPage;
475    private MainForm.WindowsForms.ViewHost problemInstancesView;
476    private System.Windows.Forms.TabPage mapTabPage;
477    private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
478    private System.Windows.Forms.Label label1;
479    private System.Windows.Forms.ComboBox projectionComboBox;
480  }
481}
Note: See TracBrowser for help on using the repository browser.