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
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;
[8955]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";
[12847]219      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
[13551]220      this.runsTabPage.Size = new System.Drawing.Size(538, 306);
[8955]221      this.runsTabPage.TabIndex = 3;
222      this.runsTabPage.Text = "Runs";
223      this.runsTabPage.UseVisualStyleBackColor = true;
224      //
[13551]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      //
[12847]236      // okbTabPage
237      //
[13551]238      this.okbTabPage.Controls.Add(this.kbViewHost);
[12847]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);
[13551]242      this.okbTabPage.Size = new System.Drawing.Size(538, 306);
[12847]243      this.okbTabPage.TabIndex = 5;
244      this.okbTabPage.Text = "Knowledge Base";
245      this.okbTabPage.UseVisualStyleBackColor = true;
246      //
[13551]247      // kbViewHost
[12860]248      //
[13551]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;
[12860]260      //
[12957]261      // problemInstancesTabPage
[8956]262      //
[13561]263      this.problemInstancesTabPage.Controls.Add(this.label1);
264      this.problemInstancesTabPage.Controls.Add(this.projectionComboBox);
265      this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl);
[13475]266      this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
[12957]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);
[13551]270      this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 306);
[12957]271      this.problemInstancesTabPage.TabIndex = 6;
272      this.problemInstancesTabPage.Text = "Problem Instances";
273      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
274      //
[13561]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      //
[12957]318      // problemInstancesView
319      //
[13475]320      this.problemInstancesView.Caption = "View";
[12957]321      this.problemInstancesView.Content = null;
[13561]322      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
[13475]323      this.problemInstancesView.Enabled = false;
[13561]324      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
[12957]325      this.problemInstancesView.Name = "problemInstancesView";
326      this.problemInstancesView.ReadOnly = false;
[13561]327      this.problemInstancesView.Size = new System.Drawing.Size(518, 236);
328      this.problemInstancesView.TabIndex = 0;
[13475]329      this.problemInstancesView.ViewsLabelVisible = true;
330      this.problemInstancesView.ViewType = null;
[12957]331      //
[13561]332      // mapTabPage
[13475]333      //
[13561]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;
[13475]342      //
[13561]343      // instanceMapChart
[13475]344      //
[13561]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;
[13475]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;
[13561]383      this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick);
[13475]384      //
[13551]385      // progressPanel
[12957]386      //
[13561]387      this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
388            | System.Windows.Forms.AnchorStyles.Left)
[13551]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;
[12957]395      //
[13475]396      // okbDownloadButton
397      //
[13561]398      this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[13551]399            | System.Windows.Forms.AnchorStyles.Right)));
400      this.okbDownloadButton.Location = new System.Drawing.Point(6, 52);
[13475]401      this.okbDownloadButton.Name = "okbDownloadButton";
[13551]402      this.okbDownloadButton.Size = new System.Drawing.Size(518, 23);
[13475]403      this.okbDownloadButton.TabIndex = 1;
404      this.okbDownloadButton.Text = "Download from OKB";
405      this.okbDownloadButton.UseVisualStyleBackColor = true;
[13561]406      this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick);
[13475]407      //
[13551]408      // openFileDialog
[13485]409      //
[13551]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";
[13485]414      //
[12957]415      // ExpertSystemView
416      //
[8956]417      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[13551]418      this.Controls.Add(this.okbDownloadButton);
[8955]419      this.Controls.Add(this.tabControl);
[12804]420      this.Controls.Add(this.evaluationsLimitabel);
421      this.Controls.Add(this.maxEvaluationsTextBox);
[13551]422      this.Controls.Add(this.progressPanel);
[12957]423      this.Name = "ExpertSystemView";
[12860]424      this.Size = new System.Drawing.Size(549, 413);
[13551]425      this.Controls.SetChildIndex(this.progressPanel, 0);
[12804]426      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
427      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
[8956]428      this.Controls.SetChildIndex(this.tabControl, 0);
[8955]429      this.Controls.SetChildIndex(this.nameLabel, 0);
[13551]430      this.Controls.SetChildIndex(this.okbDownloadButton, 0);
[8955]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);
[12847]435      this.problemTabPage.ResumeLayout(false);
[8955]436      this.algorithmTabPage.ResumeLayout(false);
[12847]437      this.algorithmTabPage.PerformLayout();
[8955]438      this.runsTabPage.ResumeLayout(false);
[12847]439      this.okbTabPage.ResumeLayout(false);
[12957]440      this.problemInstancesTabPage.ResumeLayout(false);
[13561]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();
[8955]446      this.ResumeLayout(false);
447      this.PerformLayout();
448
449    }
450
451    #endregion
452
[12804]453    private System.Windows.Forms.Label evaluationsLimitabel;
454    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
[8955]455    private MainForm.WindowsForms.DragOverTabControl tabControl;
[12804]456    private System.Windows.Forms.TabPage runsTabPage;
[12847]457    private HeuristicLab.Optimization.Views.RunCollectionView runsView;
[12804]458    private System.Windows.Forms.OpenFileDialog openFileDialog;
[12847]459    private System.Windows.Forms.TabPage problemTabPage;
460    private MainForm.WindowsForms.ViewHost problemViewHost;
[8955]461    private System.Windows.Forms.TabPage algorithmTabPage;
462    private MainForm.WindowsForms.ViewHost algorithmViewHost;
[12847]463    private System.Windows.Forms.Label algorithmSuggestionLabel;
464    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
465    private System.Windows.Forms.TabPage okbTabPage;
[12957]466    private System.Windows.Forms.TabPage problemInstancesTabPage;
[13475]467    private System.Windows.Forms.Button refreshMapButton;
468    private System.Windows.Forms.Button okbDownloadButton;
[13485]469    private System.Windows.Forms.Panel progressPanel;
[13551]470    private MainForm.WindowsForms.ViewHost kbViewHost;
471    private System.Windows.Forms.Button algorithmStartButton;
[13561]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;
[8955]479  }
480}
Note: See TracBrowser for help on using the repository browser.