Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457: Added characteristic calculator for qap and adapted expert system view

File size: 20.3 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.evaluationsLimitabel = new System.Windows.Forms.Label();
37      this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
38      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
39      this.problemTabPage = new System.Windows.Forms.TabPage();
40      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
41      this.algorithmTabPage = new System.Windows.Forms.TabPage();
42      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
43      this.algorithmSuggestionLabel = new System.Windows.Forms.Label();
44      this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
45      this.runsTabPage = new System.Windows.Forms.TabPage();
46      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
47      this.okbTabPage = new System.Windows.Forms.TabPage();
48      this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
50      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.instancesDropPanel = new System.Windows.Forms.Panel();
52      this.dragFLAHereLabel = new System.Windows.Forms.Label();
53      this.refreshMapButton = new System.Windows.Forms.Button();
54      this.progressPanel = new System.Windows.Forms.Panel();
55      this.okbDownloadButton = new System.Windows.Forms.Button();
56      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
57      this.algorithmStartButton = new System.Windows.Forms.Button();
58      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
59      this.tabControl.SuspendLayout();
60      this.problemTabPage.SuspendLayout();
61      this.algorithmTabPage.SuspendLayout();
62      this.runsTabPage.SuspendLayout();
63      this.okbTabPage.SuspendLayout();
64      this.problemInstancesTabPage.SuspendLayout();
65      this.instancesDropPanel.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // nameTextBox
69      //
70      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
71      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
72      this.nameTextBox.Location = new System.Drawing.Point(75, 0);
73      this.nameTextBox.Size = new System.Drawing.Size(449, 20);
74      //
75      // infoLabel
76      //
77      this.infoLabel.Location = new System.Drawing.Point(530, 3);
78      //
79      // evaluationsLimitabel
80      //
81      this.evaluationsLimitabel.AutoSize = true;
82      this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 29);
83      this.evaluationsLimitabel.Name = "evaluationsLimitabel";
84      this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
85      this.evaluationsLimitabel.TabIndex = 5;
86      this.evaluationsLimitabel.Text = "Budget (FE):";
87      //
88      // maxEvaluationsTextBox
89      //
90      this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
91            | System.Windows.Forms.AnchorStyles.Right)));
92      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(75, 26);
93      this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
94      this.maxEvaluationsTextBox.Size = new System.Drawing.Size(449, 20);
95      this.maxEvaluationsTextBox.TabIndex = 6;
96      this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxEvaluationsTextBox_Validating);
97      //
98      // tabControl
99      //
100      this.tabControl.AllowDrop = true;
101      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
102            | System.Windows.Forms.AnchorStyles.Left)
103            | System.Windows.Forms.AnchorStyles.Right)));
104      this.tabControl.Controls.Add(this.problemTabPage);
105      this.tabControl.Controls.Add(this.algorithmTabPage);
106      this.tabControl.Controls.Add(this.runsTabPage);
107      this.tabControl.Controls.Add(this.okbTabPage);
108      this.tabControl.Controls.Add(this.problemInstancesTabPage);
109      this.tabControl.Location = new System.Drawing.Point(0, 81);
110      this.tabControl.Name = "tabControl";
111      this.tabControl.SelectedIndex = 0;
112      this.tabControl.Size = new System.Drawing.Size(546, 332);
113      this.tabControl.TabIndex = 17;
114      //
115      // problemTabPage
116      //
117      this.problemTabPage.AllowDrop = true;
118      this.problemTabPage.Controls.Add(this.problemViewHost);
119      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
120      this.problemTabPage.Name = "problemTabPage";
121      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
122      this.problemTabPage.Size = new System.Drawing.Size(538, 306);
123      this.problemTabPage.TabIndex = 1;
124      this.problemTabPage.Text = "Problem";
125      this.problemTabPage.UseVisualStyleBackColor = true;
126      //
127      // problemViewHost
128      //
129      this.problemViewHost.Caption = "View";
130      this.problemViewHost.Content = null;
131      this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
132      this.problemViewHost.Enabled = false;
133      this.problemViewHost.Location = new System.Drawing.Point(3, 3);
134      this.problemViewHost.Name = "problemViewHost";
135      this.problemViewHost.ReadOnly = false;
136      this.problemViewHost.Size = new System.Drawing.Size(532, 300);
137      this.problemViewHost.TabIndex = 2;
138      this.problemViewHost.ViewsLabelVisible = false;
139      this.problemViewHost.ViewType = null;
140      //
141      // algorithmTabPage
142      //
143      this.algorithmTabPage.Controls.Add(this.algorithmStartButton);
144      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
145      this.algorithmTabPage.Controls.Add(this.algorithmSuggestionLabel);
146      this.algorithmTabPage.Controls.Add(this.suggestedInstancesComboBox);
147      this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
148      this.algorithmTabPage.Name = "algorithmTabPage";
149      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
150      this.algorithmTabPage.Size = new System.Drawing.Size(538, 306);
151      this.algorithmTabPage.TabIndex = 4;
152      this.algorithmTabPage.Text = "Algorithm";
153      this.algorithmTabPage.UseVisualStyleBackColor = true;
154      //
155      // algorithmViewHost
156      //
157      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
158            | System.Windows.Forms.AnchorStyles.Left)
159            | System.Windows.Forms.AnchorStyles.Right)));
160      this.algorithmViewHost.Caption = "View";
161      this.algorithmViewHost.Content = null;
162      this.algorithmViewHost.Enabled = false;
163      this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
164      this.algorithmViewHost.Name = "algorithmViewHost";
165      this.algorithmViewHost.ReadOnly = false;
166      this.algorithmViewHost.Size = new System.Drawing.Size(526, 264);
167      this.algorithmViewHost.TabIndex = 2;
168      this.algorithmViewHost.ViewsLabelVisible = true;
169      this.algorithmViewHost.ViewType = null;
170      //
171      // algorithmSuggestionLabel
172      //
173      this.algorithmSuggestionLabel.AutoSize = true;
174      this.algorithmSuggestionLabel.Location = new System.Drawing.Point(6, 9);
175      this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel";
176      this.algorithmSuggestionLabel.Size = new System.Drawing.Size(156, 13);
177      this.algorithmSuggestionLabel.TabIndex = 1;
178      this.algorithmSuggestionLabel.Text = "Suggested Algorithm Instances:";
179      //
180      // suggestedInstancesComboBox
181      //
182      this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
183            | System.Windows.Forms.AnchorStyles.Right)));
184      this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
185      this.suggestedInstancesComboBox.FormattingEnabled = true;
186      this.suggestedInstancesComboBox.Location = new System.Drawing.Point(178, 6);
187      this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
188      this.suggestedInstancesComboBox.Size = new System.Drawing.Size(322, 21);
189      this.suggestedInstancesComboBox.TabIndex = 0;
190      //
191      // runsTabPage
192      //
193      this.runsTabPage.Controls.Add(this.runsView);
194      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
195      this.runsTabPage.Name = "runsTabPage";
196      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
197      this.runsTabPage.Size = new System.Drawing.Size(538, 306);
198      this.runsTabPage.TabIndex = 3;
199      this.runsTabPage.Text = "Runs";
200      this.runsTabPage.UseVisualStyleBackColor = true;
201      //
202      // runsView
203      //
204      this.runsView.Caption = "RunCollection View";
205      this.runsView.Content = null;
206      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
207      this.runsView.Location = new System.Drawing.Point(3, 3);
208      this.runsView.Name = "runsView";
209      this.runsView.ReadOnly = false;
210      this.runsView.Size = new System.Drawing.Size(532, 300);
211      this.runsView.TabIndex = 1;
212      //
213      // okbTabPage
214      //
215      this.okbTabPage.Controls.Add(this.kbViewHost);
216      this.okbTabPage.Location = new System.Drawing.Point(4, 22);
217      this.okbTabPage.Name = "okbTabPage";
218      this.okbTabPage.Padding = new System.Windows.Forms.Padding(3);
219      this.okbTabPage.Size = new System.Drawing.Size(538, 306);
220      this.okbTabPage.TabIndex = 5;
221      this.okbTabPage.Text = "Knowledge Base";
222      this.okbTabPage.UseVisualStyleBackColor = true;
223      //
224      // kbViewHost
225      //
226      this.kbViewHost.Caption = "View";
227      this.kbViewHost.Content = null;
228      this.kbViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
229      this.kbViewHost.Enabled = false;
230      this.kbViewHost.Location = new System.Drawing.Point(3, 3);
231      this.kbViewHost.Name = "kbViewHost";
232      this.kbViewHost.ReadOnly = true;
233      this.kbViewHost.Size = new System.Drawing.Size(532, 300);
234      this.kbViewHost.TabIndex = 3;
235      this.kbViewHost.ViewsLabelVisible = true;
236      this.kbViewHost.ViewType = null;
237      //
238      // problemInstancesTabPage
239      //
240      this.problemInstancesTabPage.Controls.Add(this.problemInstancesView);
241      this.problemInstancesTabPage.Controls.Add(this.instancesDropPanel);
242      this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
243      this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
244      this.problemInstancesTabPage.Name = "problemInstancesTabPage";
245      this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
246      this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 306);
247      this.problemInstancesTabPage.TabIndex = 6;
248      this.problemInstancesTabPage.Text = "Problem Instances";
249      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
250      //
251      // problemInstancesView
252      //
253      this.problemInstancesView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
254            | System.Windows.Forms.AnchorStyles.Left)
255            | System.Windows.Forms.AnchorStyles.Right)));
256      this.problemInstancesView.Caption = "View";
257      this.problemInstancesView.Content = null;
258      this.problemInstancesView.Enabled = false;
259      this.problemInstancesView.Location = new System.Drawing.Point(3, 34);
260      this.problemInstancesView.Name = "problemInstancesView";
261      this.problemInstancesView.ReadOnly = false;
262      this.problemInstancesView.Size = new System.Drawing.Size(532, 269);
263      this.problemInstancesView.TabIndex = 3;
264      this.problemInstancesView.ViewsLabelVisible = true;
265      this.problemInstancesView.ViewType = null;
266      //
267      // instancesDropPanel
268      //
269      this.instancesDropPanel.AllowDrop = true;
270      this.instancesDropPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
271            | System.Windows.Forms.AnchorStyles.Right)));
272      this.instancesDropPanel.BackColor = System.Drawing.Color.LightYellow;
273      this.instancesDropPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
274      this.instancesDropPanel.Controls.Add(this.dragFLAHereLabel);
275      this.instancesDropPanel.Location = new System.Drawing.Point(35, 7);
276      this.instancesDropPanel.Name = "instancesDropPanel";
277      this.instancesDropPanel.Size = new System.Drawing.Size(500, 21);
278      this.instancesDropPanel.TabIndex = 2;
279      this.instancesDropPanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.instancesDropPanel_DragDrop);
280      this.instancesDropPanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.instancesDropPanel_DragEnter);
281      this.instancesDropPanel.DragOver += new System.Windows.Forms.DragEventHandler(this.instancesDropPanel_DragOver);
282      //
283      // dragFLAHereLabel
284      //
285      this.dragFLAHereLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
286      this.dragFLAHereLabel.AutoSize = true;
287      this.dragFLAHereLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
288      this.dragFLAHereLabel.Location = new System.Drawing.Point(155, 3);
289      this.dragFLAHereLabel.Name = "dragFLAHereLabel";
290      this.dragFLAHereLabel.Size = new System.Drawing.Size(175, 13);
291      this.dragFLAHereLabel.TabIndex = 0;
292      this.dragFLAHereLabel.Text = "Drag and drop runs with FLA here...";
293      //
294      // refreshMapButton
295      //
296      this.refreshMapButton.Location = new System.Drawing.Point(3, 6);
297      this.refreshMapButton.Name = "refreshMapButton";
298      this.refreshMapButton.Size = new System.Drawing.Size(26, 23);
299      this.refreshMapButton.TabIndex = 1;
300      this.refreshMapButton.Text = "Refresh";
301      this.refreshMapButton.UseVisualStyleBackColor = true;
302      this.refreshMapButton.Click += new System.EventHandler(this.refreshMapButton_Click);
303      //
304      // progressPanel
305      //
306      this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
307            | System.Windows.Forms.AnchorStyles.Left)
308            | System.Windows.Forms.AnchorStyles.Right)));
309      this.progressPanel.Location = new System.Drawing.Point(0, 81);
310      this.progressPanel.Name = "progressPanel";
311      this.progressPanel.Size = new System.Drawing.Size(549, 332);
312      this.progressPanel.TabIndex = 2;
313      this.progressPanel.Visible = false;
314      //
315      // okbDownloadButton
316      //
317      this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
318            | System.Windows.Forms.AnchorStyles.Right)));
319      this.okbDownloadButton.Location = new System.Drawing.Point(6, 52);
320      this.okbDownloadButton.Name = "okbDownloadButton";
321      this.okbDownloadButton.Size = new System.Drawing.Size(518, 23);
322      this.okbDownloadButton.TabIndex = 1;
323      this.okbDownloadButton.Text = "Download from OKB";
324      this.okbDownloadButton.UseVisualStyleBackColor = true;
325      this.okbDownloadButton.Click += new System.EventHandler(this.okbDownloadButton_Click);
326      //
327      // openFileDialog
328      //
329      this.openFileDialog.DefaultExt = "hl";
330      this.openFileDialog.FileName = "Optimizer";
331      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
332      this.openFileDialog.Title = "Open Optimizer";
333      //
334      // algorithmStartButton
335      //
336      this.algorithmStartButton.Location = new System.Drawing.Point(506, 5);
337      this.algorithmStartButton.Name = "algorithmStartButton";
338      this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
339      this.algorithmStartButton.TabIndex = 3;
340      this.algorithmStartButton.Text = "Start";
341      this.algorithmStartButton.UseVisualStyleBackColor = true;
342      this.algorithmStartButton.Click += new System.EventHandler(this.algorithmStartButton_Click);
343      //
344      // ExpertSystemView
345      //
346      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
347      this.Controls.Add(this.okbDownloadButton);
348      this.Controls.Add(this.tabControl);
349      this.Controls.Add(this.evaluationsLimitabel);
350      this.Controls.Add(this.maxEvaluationsTextBox);
351      this.Controls.Add(this.progressPanel);
352      this.Name = "ExpertSystemView";
353      this.Size = new System.Drawing.Size(549, 413);
354      this.Controls.SetChildIndex(this.progressPanel, 0);
355      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
356      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
357      this.Controls.SetChildIndex(this.tabControl, 0);
358      this.Controls.SetChildIndex(this.nameLabel, 0);
359      this.Controls.SetChildIndex(this.okbDownloadButton, 0);
360      this.Controls.SetChildIndex(this.nameTextBox, 0);
361      this.Controls.SetChildIndex(this.infoLabel, 0);
362      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
363      this.tabControl.ResumeLayout(false);
364      this.problemTabPage.ResumeLayout(false);
365      this.algorithmTabPage.ResumeLayout(false);
366      this.algorithmTabPage.PerformLayout();
367      this.runsTabPage.ResumeLayout(false);
368      this.okbTabPage.ResumeLayout(false);
369      this.problemInstancesTabPage.ResumeLayout(false);
370      this.instancesDropPanel.ResumeLayout(false);
371      this.instancesDropPanel.PerformLayout();
372      this.ResumeLayout(false);
373      this.PerformLayout();
374
375    }
376
377    #endregion
378
379    private System.Windows.Forms.Label evaluationsLimitabel;
380    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
381    private MainForm.WindowsForms.DragOverTabControl tabControl;
382    private System.Windows.Forms.TabPage runsTabPage;
383    private HeuristicLab.Optimization.Views.RunCollectionView runsView;
384    private System.Windows.Forms.OpenFileDialog openFileDialog;
385    private System.Windows.Forms.TabPage problemTabPage;
386    private MainForm.WindowsForms.ViewHost problemViewHost;
387    private System.Windows.Forms.TabPage algorithmTabPage;
388    private MainForm.WindowsForms.ViewHost algorithmViewHost;
389    private System.Windows.Forms.Label algorithmSuggestionLabel;
390    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
391    private System.Windows.Forms.TabPage okbTabPage;
392    private System.Windows.Forms.TabPage problemInstancesTabPage;
393    private System.Windows.Forms.Panel instancesDropPanel;
394    private System.Windows.Forms.Button refreshMapButton;
395    private System.Windows.Forms.Label dragFLAHereLabel;
396    private MainForm.WindowsForms.ViewHost problemInstancesView;
397    private System.Windows.Forms.Button okbDownloadButton;
398    private System.Windows.Forms.Panel progressPanel;
399    private MainForm.WindowsForms.ViewHost kbViewHost;
400    private System.Windows.Forms.Button algorithmStartButton;
401  }
402}
Note: See TracBrowser for help on using the repository browser.