Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/SolverView.Designer.cs @ 13720

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

#2457: worked on expert-system

File size: 15.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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 {
23  partial class SolverView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.seedingStrategyPanel = new System.Windows.Forms.Panel();
48      this.solverTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
49      this.resultsTabPage = new System.Windows.Forms.TabPage();
50      this.solverResultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
51      this.solutionSeedingTabPage = new System.Windows.Forms.TabPage();
52      this.parametersTabPage = new System.Windows.Forms.TabPage();
53      this.solverParametersView = new HeuristicLab.Core.Views.ParameterCollectionView();
54      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
55      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
56      this.algorithmStartButton = new System.Windows.Forms.Button();
57      this.label1 = new System.Windows.Forms.Label();
58      this.evaluationsLimitabel = new System.Windows.Forms.Label();
59      this.algorithmSuggestionLabel = new System.Windows.Forms.Label();
60      this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
61      this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
62      this.algorithmCloneButton = new System.Windows.Forms.Button();
63      this.runsTabPage = new System.Windows.Forms.TabPage();
64      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
65      this.solverTabControl.SuspendLayout();
66      this.resultsTabPage.SuspendLayout();
67      this.parametersTabPage.SuspendLayout();
68      this.operatorGraphTabPage.SuspendLayout();
69      this.runsTabPage.SuspendLayout();
70      this.SuspendLayout();
71      //
72      // seedingStrategyPanel
73      //
74      this.seedingStrategyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.seedingStrategyPanel.Location = new System.Drawing.Point(108, 29);
77      this.seedingStrategyPanel.Name = "seedingStrategyPanel";
78      this.seedingStrategyPanel.Size = new System.Drawing.Size(741, 21);
79      this.seedingStrategyPanel.TabIndex = 12;
80      //
81      // solverTabControl
82      //
83      this.solverTabControl.AllowDrop = true;
84      this.solverTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
85            | System.Windows.Forms.AnchorStyles.Left)
86            | System.Windows.Forms.AnchorStyles.Right)));
87      this.solverTabControl.Controls.Add(this.resultsTabPage);
88      this.solverTabControl.Controls.Add(this.runsTabPage);
89      this.solverTabControl.Controls.Add(this.solutionSeedingTabPage);
90      this.solverTabControl.Controls.Add(this.parametersTabPage);
91      this.solverTabControl.Controls.Add(this.operatorGraphTabPage);
92      this.solverTabControl.Location = new System.Drawing.Point(0, 84);
93      this.solverTabControl.Name = "solverTabControl";
94      this.solverTabControl.SelectedIndex = 0;
95      this.solverTabControl.Size = new System.Drawing.Size(849, 480);
96      this.solverTabControl.TabIndex = 11;
97      //
98      // resultsTabPage
99      //
100      this.resultsTabPage.Controls.Add(this.solverResultsView);
101      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
102      this.resultsTabPage.Name = "resultsTabPage";
103      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
104      this.resultsTabPage.Size = new System.Drawing.Size(841, 454);
105      this.resultsTabPage.TabIndex = 2;
106      this.resultsTabPage.Text = "Results";
107      this.resultsTabPage.UseVisualStyleBackColor = true;
108      //
109      // solverResultsView
110      //
111      this.solverResultsView.Caption = "ResultCollection View";
112      this.solverResultsView.Content = null;
113      this.solverResultsView.Dock = System.Windows.Forms.DockStyle.Fill;
114      this.solverResultsView.Location = new System.Drawing.Point(3, 3);
115      this.solverResultsView.Name = "solverResultsView";
116      this.solverResultsView.ReadOnly = true;
117      this.solverResultsView.ShowDetails = true;
118      this.solverResultsView.Size = new System.Drawing.Size(835, 448);
119      this.solverResultsView.TabIndex = 1;
120      //
121      // solutionSeedingTabPage
122      //
123      this.solutionSeedingTabPage.Location = new System.Drawing.Point(4, 22);
124      this.solutionSeedingTabPage.Name = "solutionSeedingTabPage";
125      this.solutionSeedingTabPage.Padding = new System.Windows.Forms.Padding(3);
126      this.solutionSeedingTabPage.Size = new System.Drawing.Size(841, 454);
127      this.solutionSeedingTabPage.TabIndex = 1;
128      this.solutionSeedingTabPage.Text = "Seeding Pool";
129      this.solutionSeedingTabPage.UseVisualStyleBackColor = true;
130      //
131      // parametersTabPage
132      //
133      this.parametersTabPage.Controls.Add(this.solverParametersView);
134      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
135      this.parametersTabPage.Name = "parametersTabPage";
136      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
137      this.parametersTabPage.Size = new System.Drawing.Size(841, 454);
138      this.parametersTabPage.TabIndex = 0;
139      this.parametersTabPage.Text = "Parameters";
140      this.parametersTabPage.UseVisualStyleBackColor = true;
141      //
142      // solverParametersView
143      //
144      this.solverParametersView.AllowEditingOfHiddenParameters = true;
145      this.solverParametersView.Caption = "ParameterCollection View";
146      this.solverParametersView.Content = null;
147      this.solverParametersView.Dock = System.Windows.Forms.DockStyle.Fill;
148      this.solverParametersView.Location = new System.Drawing.Point(3, 3);
149      this.solverParametersView.Name = "solverParametersView";
150      this.solverParametersView.ReadOnly = true;
151      this.solverParametersView.ShowDetails = true;
152      this.solverParametersView.Size = new System.Drawing.Size(835, 448);
153      this.solverParametersView.TabIndex = 0;
154      //
155      // operatorGraphTabPage
156      //
157      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
158      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
159      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
160      this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
161      this.operatorGraphTabPage.Size = new System.Drawing.Size(841, 454);
162      this.operatorGraphTabPage.TabIndex = 3;
163      this.operatorGraphTabPage.Text = "Operator Graph";
164      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
165      //
166      // operatorGraphViewHost
167      //
168      this.operatorGraphViewHost.Caption = "View";
169      this.operatorGraphViewHost.Content = null;
170      this.operatorGraphViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
171      this.operatorGraphViewHost.Enabled = false;
172      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 3);
173      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
174      this.operatorGraphViewHost.ReadOnly = true;
175      this.operatorGraphViewHost.Size = new System.Drawing.Size(835, 448);
176      this.operatorGraphViewHost.TabIndex = 0;
177      this.operatorGraphViewHost.ViewsLabelVisible = true;
178      this.operatorGraphViewHost.ViewType = null;
179      //
180      // algorithmStartButton
181      //
182      this.algorithmStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
183      this.algorithmStartButton.Location = new System.Drawing.Point(791, 55);
184      this.algorithmStartButton.Name = "algorithmStartButton";
185      this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
186      this.algorithmStartButton.TabIndex = 10;
187      this.algorithmStartButton.Text = "Start";
188      this.algorithmStartButton.UseVisualStyleBackColor = true;
189      this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick);
190      //
191      // label1
192      //
193      this.label1.AutoSize = true;
194      this.label1.Location = new System.Drawing.Point(3, 33);
195      this.label1.Name = "label1";
196      this.label1.Size = new System.Drawing.Size(91, 13);
197      this.label1.TabIndex = 8;
198      this.label1.Text = "Seeding Strategy:";
199      //
200      // evaluationsLimitabel
201      //
202      this.evaluationsLimitabel.AutoSize = true;
203      this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 6);
204      this.evaluationsLimitabel.Name = "evaluationsLimitabel";
205      this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
206      this.evaluationsLimitabel.TabIndex = 13;
207      this.evaluationsLimitabel.Text = "Budget (FE):";
208      //
209      // algorithmSuggestionLabel
210      //
211      this.algorithmSuggestionLabel.AutoSize = true;
212      this.algorithmSuggestionLabel.Location = new System.Drawing.Point(3, 59);
213      this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel";
214      this.algorithmSuggestionLabel.Size = new System.Drawing.Size(99, 13);
215      this.algorithmSuggestionLabel.TabIndex = 9;
216      this.algorithmSuggestionLabel.Text = "Suggested Solvers:";
217      //
218      // maxEvaluationsTextBox
219      //
220      this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
221            | System.Windows.Forms.AnchorStyles.Right)));
222      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(108, 3);
223      this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
224      this.maxEvaluationsTextBox.Size = new System.Drawing.Size(741, 20);
225      this.maxEvaluationsTextBox.TabIndex = 14;
226      this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating);
227      //
228      // suggestedInstancesComboBox
229      //
230      this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
231            | System.Windows.Forms.AnchorStyles.Right)));
232      this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
233      this.suggestedInstancesComboBox.FormattingEnabled = true;
234      this.suggestedInstancesComboBox.Location = new System.Drawing.Point(108, 56);
235      this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
236      this.suggestedInstancesComboBox.Size = new System.Drawing.Size(677, 21);
237      this.suggestedInstancesComboBox.TabIndex = 7;
238      this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged);
239      //
240      // algorithmCloneButton
241      //
242      this.algorithmCloneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
243      this.algorithmCloneButton.Location = new System.Drawing.Point(823, 56);
244      this.algorithmCloneButton.Name = "algorithmCloneButton";
245      this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23);
246      this.algorithmCloneButton.TabIndex = 15;
247      this.algorithmCloneButton.Text = "Clone";
248      this.algorithmCloneButton.UseVisualStyleBackColor = true;
249      this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick);
250      //
251      // runsTabPage
252      //
253      this.runsTabPage.Controls.Add(this.runsView);
254      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
255      this.runsTabPage.Name = "runsTabPage";
256      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
257      this.runsTabPage.Size = new System.Drawing.Size(841, 454);
258      this.runsTabPage.TabIndex = 4;
259      this.runsTabPage.Text = "Runs";
260      this.runsTabPage.UseVisualStyleBackColor = true;
261      //
262      // runsView
263      //
264      this.runsView.Caption = "RunCollection View";
265      this.runsView.Content = null;
266      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
267      this.runsView.Location = new System.Drawing.Point(3, 3);
268      this.runsView.Name = "runsView";
269      this.runsView.ReadOnly = false;
270      this.runsView.Size = new System.Drawing.Size(835, 448);
271      this.runsView.TabIndex = 0;
272      //
273      // SolverView
274      //
275      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
276      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
277      this.Controls.Add(this.algorithmCloneButton);
278      this.Controls.Add(this.seedingStrategyPanel);
279      this.Controls.Add(this.solverTabControl);
280      this.Controls.Add(this.algorithmStartButton);
281      this.Controls.Add(this.label1);
282      this.Controls.Add(this.evaluationsLimitabel);
283      this.Controls.Add(this.algorithmSuggestionLabel);
284      this.Controls.Add(this.maxEvaluationsTextBox);
285      this.Controls.Add(this.suggestedInstancesComboBox);
286      this.Name = "SolverView";
287      this.Size = new System.Drawing.Size(849, 564);
288      this.solverTabControl.ResumeLayout(false);
289      this.resultsTabPage.ResumeLayout(false);
290      this.parametersTabPage.ResumeLayout(false);
291      this.operatorGraphTabPage.ResumeLayout(false);
292      this.runsTabPage.ResumeLayout(false);
293      this.ResumeLayout(false);
294      this.PerformLayout();
295
296    }
297
298    #endregion
299
300    private System.Windows.Forms.Panel seedingStrategyPanel;
301    private MainForm.WindowsForms.DragOverTabControl solverTabControl;
302    private System.Windows.Forms.TabPage resultsTabPage;
303    private Optimization.Views.ResultCollectionView solverResultsView;
304    private System.Windows.Forms.TabPage solutionSeedingTabPage;
305    private System.Windows.Forms.TabPage parametersTabPage;
306    private Core.Views.ParameterCollectionView solverParametersView;
307    private System.Windows.Forms.TabPage operatorGraphTabPage;
308    private MainForm.WindowsForms.ViewHost operatorGraphViewHost;
309    private System.Windows.Forms.Button algorithmStartButton;
310    private System.Windows.Forms.Label label1;
311    private System.Windows.Forms.Label evaluationsLimitabel;
312    private System.Windows.Forms.Label algorithmSuggestionLabel;
313    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
314    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
315    private System.Windows.Forms.Button algorithmCloneButton;
316    private System.Windows.Forms.TabPage runsTabPage;
317    private Optimization.Views.RunCollectionView runsView;
318  }
319}
Note: See TracBrowser for help on using the repository browser.