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
RevLine 
[8955]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
[12847]22namespace HeuristicLab.OptimizationExpertSystem.Views {
[12860]23  partial class ExpertSystemView {
[8955]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() {
[13561]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();
[12804]41      this.evaluationsLimitabel = new System.Windows.Forms.Label();
42      this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
[8955]43      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
[12847]44      this.problemTabPage = new System.Windows.Forms.TabPage();
45      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[8955]46      this.algorithmTabPage = new System.Windows.Forms.TabPage();
[13561]47      this.algorithmStartButton = new System.Windows.Forms.Button();
[8955]48      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[12847]49      this.algorithmSuggestionLabel = new System.Windows.Forms.Label();
50      this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
[8955]51      this.runsTabPage = new System.Windows.Forms.TabPage();
[13551]52      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
[12847]53      this.okbTabPage = new System.Windows.Forms.TabPage();
[13551]54      this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[12957]55      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
[13561]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();
[13475]60      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[13561]61      this.mapTabPage = new System.Windows.Forms.TabPage();
62      this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
[13475]63      this.refreshMapButton = new System.Windows.Forms.Button();
[13551]64      this.progressPanel = new System.Windows.Forms.Panel();
65      this.okbDownloadButton = new System.Windows.Forms.Button();
[8955]66      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
67      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
68      this.tabControl.SuspendLayout();
[12847]69      this.problemTabPage.SuspendLayout();
[8955]70      this.algorithmTabPage.SuspendLayout();
71      this.runsTabPage.SuspendLayout();
[12847]72      this.okbTabPage.SuspendLayout();
[12957]73      this.problemInstancesTabPage.SuspendLayout();
[13561]74      this.problemInstancesTabControl.SuspendLayout();
75      this.instancesTabPage.SuspendLayout();
76      this.mapTabPage.SuspendLayout();
77      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
[8955]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);
[12847]84      this.nameTextBox.Location = new System.Drawing.Point(75, 0);
85      this.nameTextBox.Size = new System.Drawing.Size(449, 20);
[8955]86      //
[8961]87      // infoLabel
88      //
89      this.infoLabel.Location = new System.Drawing.Point(530, 3);
90      //
[12804]91      // evaluationsLimitabel
[8955]92      //
[12804]93      this.evaluationsLimitabel.AutoSize = true;
[12847]94      this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 29);
[12804]95      this.evaluationsLimitabel.Name = "evaluationsLimitabel";
[12847]96      this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
[12804]97      this.evaluationsLimitabel.TabIndex = 5;
[12847]98      this.evaluationsLimitabel.Text = "Budget (FE):";
[8955]99      //
[12804]100      // maxEvaluationsTextBox
[8955]101      //
[13561]102      this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[12847]103            | System.Windows.Forms.AnchorStyles.Right)));
104      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(75, 26);
[12804]105      this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
[12847]106      this.maxEvaluationsTextBox.Size = new System.Drawing.Size(449, 20);
[12804]107      this.maxEvaluationsTextBox.TabIndex = 6;
[13561]108      this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating);
[8955]109      //
110      // tabControl
111      //
112      this.tabControl.AllowDrop = true;
[13561]113      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114            | System.Windows.Forms.AnchorStyles.Left)
[8955]115            | System.Windows.Forms.AnchorStyles.Right)));
[12847]116      this.tabControl.Controls.Add(this.problemTabPage);
[8955]117      this.tabControl.Controls.Add(this.algorithmTabPage);
118      this.tabControl.Controls.Add(this.runsTabPage);
[12847]119      this.tabControl.Controls.Add(this.okbTabPage);
[12957]120      this.tabControl.Controls.Add(this.problemInstancesTabPage);
[13551]121      this.tabControl.Location = new System.Drawing.Point(0, 81);
[8955]122      this.tabControl.Name = "tabControl";
123      this.tabControl.SelectedIndex = 0;
[13551]124      this.tabControl.Size = new System.Drawing.Size(546, 332);
[12825]125      this.tabControl.TabIndex = 17;
[8955]126      //
[12847]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);
[13551]134      this.problemTabPage.Size = new System.Drawing.Size(538, 306);
[12847]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;
[13551]143      this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
[12847]144      this.problemViewHost.Enabled = false;
[13551]145      this.problemViewHost.Location = new System.Drawing.Point(3, 3);
[12847]146      this.problemViewHost.Name = "problemViewHost";
147      this.problemViewHost.ReadOnly = false;
[13551]148      this.problemViewHost.Size = new System.Drawing.Size(532, 300);
[12847]149      this.problemViewHost.TabIndex = 2;
[13551]150      this.problemViewHost.ViewsLabelVisible = false;
[12847]151      this.problemViewHost.ViewType = null;
152      //
[8955]153      // algorithmTabPage
154      //
[13551]155      this.algorithmTabPage.Controls.Add(this.algorithmStartButton);
[8955]156      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
[12847]157      this.algorithmTabPage.Controls.Add(this.algorithmSuggestionLabel);
158      this.algorithmTabPage.Controls.Add(this.suggestedInstancesComboBox);
[8955]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);
[13551]162      this.algorithmTabPage.Size = new System.Drawing.Size(538, 306);
[12847]163      this.algorithmTabPage.TabIndex = 4;
[8955]164      this.algorithmTabPage.Text = "Algorithm";
165      this.algorithmTabPage.UseVisualStyleBackColor = true;
166      //
[13561]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      //
[8955]178      // algorithmViewHost
179      //
[13561]180      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181            | System.Windows.Forms.AnchorStyles.Left)
[8955]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;
[13551]189      this.algorithmViewHost.Size = new System.Drawing.Size(526, 264);
[8961]190      this.algorithmViewHost.TabIndex = 2;
[8955]191      this.algorithmViewHost.ViewsLabelVisible = true;
192      this.algorithmViewHost.ViewType = null;
193      //
[12847]194      // algorithmSuggestionLabel
[8955]195      //
[12847]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:";
[8955]202      //
[12847]203      // suggestedInstancesComboBox
[8955]204      //
[13561]205      this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[12847]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";
[13551]211      this.suggestedInstancesComboBox.Size = new System.Drawing.Size(322, 21);
[12847]212      this.suggestedInstancesComboBox.TabIndex = 0;
[13649]213      this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged);
[8955]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";
[12847]220      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
[13551]221      this.runsTabPage.Size = new System.Drawing.Size(538, 306);
[8955]222      this.runsTabPage.TabIndex = 3;
223      this.runsTabPage.Text = "Runs";
224      this.runsTabPage.UseVisualStyleBackColor = true;
225      //
[13551]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      //
[12847]237      // okbTabPage
238      //
[13551]239      this.okbTabPage.Controls.Add(this.kbViewHost);
[12847]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);
[13551]243      this.okbTabPage.Size = new System.Drawing.Size(538, 306);
[12847]244      this.okbTabPage.TabIndex = 5;
245      this.okbTabPage.Text = "Knowledge Base";
246      this.okbTabPage.UseVisualStyleBackColor = true;
247      //
[13551]248      // kbViewHost
[12860]249      //
[13551]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;
[12860]261      //
[12957]262      // problemInstancesTabPage
[8956]263      //
[13561]264      this.problemInstancesTabPage.Controls.Add(this.label1);
265      this.problemInstancesTabPage.Controls.Add(this.projectionComboBox);
266      this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl);
[13475]267      this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
[12957]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);
[13551]271      this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 306);
[12957]272      this.problemInstancesTabPage.TabIndex = 6;
273      this.problemInstancesTabPage.Text = "Problem Instances";
274      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
275      //
[13561]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      //
[12957]319      // problemInstancesView
320      //
[13475]321      this.problemInstancesView.Caption = "View";
[12957]322      this.problemInstancesView.Content = null;
[13561]323      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
[13475]324      this.problemInstancesView.Enabled = false;
[13561]325      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
[12957]326      this.problemInstancesView.Name = "problemInstancesView";
327      this.problemInstancesView.ReadOnly = false;
[13561]328      this.problemInstancesView.Size = new System.Drawing.Size(518, 236);
329      this.problemInstancesView.TabIndex = 0;
[13475]330      this.problemInstancesView.ViewsLabelVisible = true;
331      this.problemInstancesView.ViewType = null;
[12957]332      //
[13561]333      // mapTabPage
[13475]334      //
[13561]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;
[13475]343      //
[13561]344      // instanceMapChart
[13475]345      //
[13561]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;
[13475]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;
[13561]384      this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick);
[13475]385      //
[13551]386      // progressPanel
[12957]387      //
[13561]388      this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
389            | System.Windows.Forms.AnchorStyles.Left)
[13551]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;
[12957]396      //
[13475]397      // okbDownloadButton
398      //
[13561]399      this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[13551]400            | System.Windows.Forms.AnchorStyles.Right)));
401      this.okbDownloadButton.Location = new System.Drawing.Point(6, 52);
[13475]402      this.okbDownloadButton.Name = "okbDownloadButton";
[13551]403      this.okbDownloadButton.Size = new System.Drawing.Size(518, 23);
[13475]404      this.okbDownloadButton.TabIndex = 1;
405      this.okbDownloadButton.Text = "Download from OKB";
406      this.okbDownloadButton.UseVisualStyleBackColor = true;
[13561]407      this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick);
[13475]408      //
[13551]409      // openFileDialog
[13485]410      //
[13551]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";
[13485]415      //
[12957]416      // ExpertSystemView
417      //
[8956]418      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[13551]419      this.Controls.Add(this.okbDownloadButton);
[8955]420      this.Controls.Add(this.tabControl);
[12804]421      this.Controls.Add(this.evaluationsLimitabel);
422      this.Controls.Add(this.maxEvaluationsTextBox);
[13551]423      this.Controls.Add(this.progressPanel);
[12957]424      this.Name = "ExpertSystemView";
[12860]425      this.Size = new System.Drawing.Size(549, 413);
[13551]426      this.Controls.SetChildIndex(this.progressPanel, 0);
[12804]427      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
428      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
[8956]429      this.Controls.SetChildIndex(this.tabControl, 0);
[8955]430      this.Controls.SetChildIndex(this.nameLabel, 0);
[13551]431      this.Controls.SetChildIndex(this.okbDownloadButton, 0);
[8955]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);
[12847]436      this.problemTabPage.ResumeLayout(false);
[8955]437      this.algorithmTabPage.ResumeLayout(false);
[12847]438      this.algorithmTabPage.PerformLayout();
[8955]439      this.runsTabPage.ResumeLayout(false);
[12847]440      this.okbTabPage.ResumeLayout(false);
[12957]441      this.problemInstancesTabPage.ResumeLayout(false);
[13561]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();
[8955]447      this.ResumeLayout(false);
448      this.PerformLayout();
449
450    }
451
452    #endregion
453
[12804]454    private System.Windows.Forms.Label evaluationsLimitabel;
455    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
[8955]456    private MainForm.WindowsForms.DragOverTabControl tabControl;
[12804]457    private System.Windows.Forms.TabPage runsTabPage;
[12847]458    private HeuristicLab.Optimization.Views.RunCollectionView runsView;
[12804]459    private System.Windows.Forms.OpenFileDialog openFileDialog;
[12847]460    private System.Windows.Forms.TabPage problemTabPage;
461    private MainForm.WindowsForms.ViewHost problemViewHost;
[8955]462    private System.Windows.Forms.TabPage algorithmTabPage;
463    private MainForm.WindowsForms.ViewHost algorithmViewHost;
[12847]464    private System.Windows.Forms.Label algorithmSuggestionLabel;
465    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
466    private System.Windows.Forms.TabPage okbTabPage;
[12957]467    private System.Windows.Forms.TabPage problemInstancesTabPage;
[13475]468    private System.Windows.Forms.Button refreshMapButton;
469    private System.Windows.Forms.Button okbDownloadButton;
[13485]470    private System.Windows.Forms.Panel progressPanel;
[13551]471    private MainForm.WindowsForms.ViewHost kbViewHost;
472    private System.Windows.Forms.Button algorithmStartButton;
[13561]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;
[8955]480  }
481}
Note: See TracBrowser for help on using the repository browser.