Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 12957 was 12957, checked in by abeham, 9 years ago

#2457: Worked on expert system

  • using newly created ERT helper class
File size: 17.4 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.openProblemButton = new System.Windows.Forms.Button();
42      this.newProblemButton = new System.Windows.Forms.Button();
43      this.algorithmTabPage = new System.Windows.Forms.TabPage();
44      this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
45      this.algorithmSuggestionLabel = new System.Windows.Forms.Label();
46      this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
47      this.runsTabPage = new System.Windows.Forms.TabPage();
48      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
49      this.okbTabPage = new System.Windows.Forms.TabPage();
50      this.algorithmInstancesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
52      this.problemInstancesView = new HeuristicLab.Optimization.Views.RunCollectionBubbleChartView();
53      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
54      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.tabControl.SuspendLayout();
56      this.problemTabPage.SuspendLayout();
57      this.algorithmTabPage.SuspendLayout();
58      this.runsTabPage.SuspendLayout();
59      this.okbTabPage.SuspendLayout();
60      this.problemInstancesTabPage.SuspendLayout();
61      this.SuspendLayout();
62      //
63      // nameTextBox
64      //
65      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
66      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
67      this.nameTextBox.Location = new System.Drawing.Point(75, 0);
68      this.nameTextBox.Size = new System.Drawing.Size(449, 20);
69      //
70      // infoLabel
71      //
72      this.infoLabel.Location = new System.Drawing.Point(530, 3);
73      //
74      // evaluationsLimitabel
75      //
76      this.evaluationsLimitabel.AutoSize = true;
77      this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 29);
78      this.evaluationsLimitabel.Name = "evaluationsLimitabel";
79      this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
80      this.evaluationsLimitabel.TabIndex = 5;
81      this.evaluationsLimitabel.Text = "Budget (FE):";
82      //
83      // maxEvaluationsTextBox
84      //
85      this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
86            | System.Windows.Forms.AnchorStyles.Right)));
87      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(75, 26);
88      this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
89      this.maxEvaluationsTextBox.Size = new System.Drawing.Size(449, 20);
90      this.maxEvaluationsTextBox.TabIndex = 6;
91      this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxEvaluationsTextBox_Validating);
92      //
93      // tabControl
94      //
95      this.tabControl.AllowDrop = true;
96      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
97            | System.Windows.Forms.AnchorStyles.Left)
98            | System.Windows.Forms.AnchorStyles.Right)));
99      this.tabControl.Controls.Add(this.problemTabPage);
100      this.tabControl.Controls.Add(this.algorithmTabPage);
101      this.tabControl.Controls.Add(this.runsTabPage);
102      this.tabControl.Controls.Add(this.okbTabPage);
103      this.tabControl.Controls.Add(this.problemInstancesTabPage);
104      this.tabControl.Location = new System.Drawing.Point(0, 52);
105      this.tabControl.Name = "tabControl";
106      this.tabControl.SelectedIndex = 0;
107      this.tabControl.Size = new System.Drawing.Size(546, 361);
108      this.tabControl.TabIndex = 17;
109      //
110      // problemTabPage
111      //
112      this.problemTabPage.AllowDrop = true;
113      this.problemTabPage.Controls.Add(this.problemViewHost);
114      this.problemTabPage.Controls.Add(this.openProblemButton);
115      this.problemTabPage.Controls.Add(this.newProblemButton);
116      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
117      this.problemTabPage.Name = "problemTabPage";
118      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
119      this.problemTabPage.Size = new System.Drawing.Size(538, 335);
120      this.problemTabPage.TabIndex = 1;
121      this.problemTabPage.Text = "Problem";
122      this.problemTabPage.UseVisualStyleBackColor = true;
123      this.problemTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragDrop);
124      this.problemTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
125      this.problemTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.problemTabPage_DragEnterOver);
126      //
127      // problemViewHost
128      //
129      this.problemViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
130            | System.Windows.Forms.AnchorStyles.Left)
131            | System.Windows.Forms.AnchorStyles.Right)));
132      this.problemViewHost.Caption = "View";
133      this.problemViewHost.Content = null;
134      this.problemViewHost.Enabled = false;
135      this.problemViewHost.Location = new System.Drawing.Point(6, 36);
136      this.problemViewHost.Name = "problemViewHost";
137      this.problemViewHost.ReadOnly = false;
138      this.problemViewHost.Size = new System.Drawing.Size(526, 293);
139      this.problemViewHost.TabIndex = 2;
140      this.problemViewHost.ViewsLabelVisible = true;
141      this.problemViewHost.ViewType = null;
142      //
143      // openProblemButton
144      //
145      this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
146      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
147      this.openProblemButton.Name = "openProblemButton";
148      this.openProblemButton.Size = new System.Drawing.Size(24, 24);
149      this.openProblemButton.TabIndex = 1;
150      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
151      this.openProblemButton.UseVisualStyleBackColor = true;
152      this.openProblemButton.Click += new System.EventHandler(this.openProblemButton_Click);
153      //
154      // newProblemButton
155      //
156      this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
157      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
158      this.newProblemButton.Name = "newProblemButton";
159      this.newProblemButton.Size = new System.Drawing.Size(24, 24);
160      this.newProblemButton.TabIndex = 0;
161      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
162      this.newProblemButton.UseVisualStyleBackColor = true;
163      this.newProblemButton.Click += new System.EventHandler(this.newProblemButton_Click);
164      //
165      // algorithmTabPage
166      //
167      this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
168      this.algorithmTabPage.Controls.Add(this.algorithmSuggestionLabel);
169      this.algorithmTabPage.Controls.Add(this.suggestedInstancesComboBox);
170      this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
171      this.algorithmTabPage.Name = "algorithmTabPage";
172      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
173      this.algorithmTabPage.Size = new System.Drawing.Size(538, 335);
174      this.algorithmTabPage.TabIndex = 4;
175      this.algorithmTabPage.Text = "Algorithm";
176      this.algorithmTabPage.UseVisualStyleBackColor = true;
177      //
178      // algorithmViewHost
179      //
180      this.algorithmViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181            | System.Windows.Forms.AnchorStyles.Left)
182            | System.Windows.Forms.AnchorStyles.Right)));
183      this.algorithmViewHost.Caption = "View";
184      this.algorithmViewHost.Content = null;
185      this.algorithmViewHost.Enabled = false;
186      this.algorithmViewHost.Location = new System.Drawing.Point(6, 36);
187      this.algorithmViewHost.Name = "algorithmViewHost";
188      this.algorithmViewHost.ReadOnly = false;
189      this.algorithmViewHost.Size = new System.Drawing.Size(526, 293);
190      this.algorithmViewHost.TabIndex = 2;
191      this.algorithmViewHost.ViewsLabelVisible = true;
192      this.algorithmViewHost.ViewType = null;
193      //
194      // algorithmSuggestionLabel
195      //
196      this.algorithmSuggestionLabel.AutoSize = true;
197      this.algorithmSuggestionLabel.Location = new System.Drawing.Point(6, 9);
198      this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel";
199      this.algorithmSuggestionLabel.Size = new System.Drawing.Size(156, 13);
200      this.algorithmSuggestionLabel.TabIndex = 1;
201      this.algorithmSuggestionLabel.Text = "Suggested Algorithm Instances:";
202      //
203      // suggestedInstancesComboBox
204      //
205      this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
206            | System.Windows.Forms.AnchorStyles.Right)));
207      this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
208      this.suggestedInstancesComboBox.FormattingEnabled = true;
209      this.suggestedInstancesComboBox.Location = new System.Drawing.Point(178, 6);
210      this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
211      this.suggestedInstancesComboBox.Size = new System.Drawing.Size(354, 21);
212      this.suggestedInstancesComboBox.TabIndex = 0;
213      this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.suggestedInstancesComboBox_SelectedIndexChanged);
214      //
215      // runsTabPage
216      //
217      this.runsTabPage.Controls.Add(this.runsView);
218      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
219      this.runsTabPage.Name = "runsTabPage";
220      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
221      this.runsTabPage.Size = new System.Drawing.Size(538, 335);
222      this.runsTabPage.TabIndex = 3;
223      this.runsTabPage.Text = "Runs";
224      this.runsTabPage.UseVisualStyleBackColor = true;
225      //
226      // runsView
227      //
228      this.runsView.Caption = "RunCollection View";
229      this.runsView.Content = null;
230      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
231      this.runsView.Location = new System.Drawing.Point(3, 3);
232      this.runsView.Name = "runsView";
233      this.runsView.ReadOnly = false;
234      this.runsView.Size = new System.Drawing.Size(532, 329);
235      this.runsView.TabIndex = 1;
236      //
237      // okbTabPage
238      //
239      this.okbTabPage.Controls.Add(this.algorithmInstancesViewHost);
240      this.okbTabPage.Location = new System.Drawing.Point(4, 22);
241      this.okbTabPage.Name = "okbTabPage";
242      this.okbTabPage.Padding = new System.Windows.Forms.Padding(3);
243      this.okbTabPage.Size = new System.Drawing.Size(538, 335);
244      this.okbTabPage.TabIndex = 5;
245      this.okbTabPage.Text = "Knowledge Base";
246      this.okbTabPage.UseVisualStyleBackColor = true;
247      //
248      // algorithmInstancesViewHost
249      //
250      this.algorithmInstancesViewHost.Caption = "View";
251      this.algorithmInstancesViewHost.Content = null;
252      this.algorithmInstancesViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
253      this.algorithmInstancesViewHost.Enabled = false;
254      this.algorithmInstancesViewHost.Location = new System.Drawing.Point(3, 3);
255      this.algorithmInstancesViewHost.Name = "algorithmInstancesViewHost";
256      this.algorithmInstancesViewHost.ReadOnly = false;
257      this.algorithmInstancesViewHost.Size = new System.Drawing.Size(532, 329);
258      this.algorithmInstancesViewHost.TabIndex = 0;
259      this.algorithmInstancesViewHost.ViewsLabelVisible = true;
260      this.algorithmInstancesViewHost.ViewType = null;
261      //
262      // problemInstancesTabPage
263      //
264      this.problemInstancesTabPage.Controls.Add(this.problemInstancesView);
265      this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
266      this.problemInstancesTabPage.Name = "problemInstancesTabPage";
267      this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
268      this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 335);
269      this.problemInstancesTabPage.TabIndex = 6;
270      this.problemInstancesTabPage.Text = "Problem Instances";
271      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
272      //
273      // problemInstancesView
274      //
275      this.problemInstancesView.BackColor = System.Drawing.SystemColors.Window;
276      this.problemInstancesView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
277      this.problemInstancesView.Caption = "Bubble Chart";
278      this.problemInstancesView.Content = null;
279      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
280      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
281      this.problemInstancesView.Name = "problemInstancesView";
282      this.problemInstancesView.ReadOnly = false;
283      this.problemInstancesView.Size = new System.Drawing.Size(532, 329);
284      this.problemInstancesView.TabIndex = 0;
285      //
286      // openFileDialog
287      //
288      this.openFileDialog.DefaultExt = "hl";
289      this.openFileDialog.FileName = "Optimizer";
290      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
291      this.openFileDialog.Title = "Open Optimizer";
292      //
293      // ExpertSystemView
294      //
295      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
296      this.Controls.Add(this.tabControl);
297      this.Controls.Add(this.evaluationsLimitabel);
298      this.Controls.Add(this.maxEvaluationsTextBox);
299      this.Name = "ExpertSystemView";
300      this.Size = new System.Drawing.Size(549, 413);
301      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
302      this.Controls.SetChildIndex(this.evaluationsLimitabel, 0);
303      this.Controls.SetChildIndex(this.tabControl, 0);
304      this.Controls.SetChildIndex(this.nameLabel, 0);
305      this.Controls.SetChildIndex(this.nameTextBox, 0);
306      this.Controls.SetChildIndex(this.infoLabel, 0);
307      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
308      this.tabControl.ResumeLayout(false);
309      this.problemTabPage.ResumeLayout(false);
310      this.algorithmTabPage.ResumeLayout(false);
311      this.algorithmTabPage.PerformLayout();
312      this.runsTabPage.ResumeLayout(false);
313      this.okbTabPage.ResumeLayout(false);
314      this.problemInstancesTabPage.ResumeLayout(false);
315      this.ResumeLayout(false);
316      this.PerformLayout();
317
318    }
319
320    #endregion
321
322    private System.Windows.Forms.Label evaluationsLimitabel;
323    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
324    private MainForm.WindowsForms.DragOverTabControl tabControl;
325    private System.Windows.Forms.TabPage runsTabPage;
326    private HeuristicLab.Optimization.Views.RunCollectionView runsView;
327    private System.Windows.Forms.OpenFileDialog openFileDialog;
328    private System.Windows.Forms.TabPage problemTabPage;
329    private MainForm.WindowsForms.ViewHost problemViewHost;
330    private System.Windows.Forms.Button openProblemButton;
331    private System.Windows.Forms.Button newProblemButton;
332    private System.Windows.Forms.TabPage algorithmTabPage;
333    private MainForm.WindowsForms.ViewHost algorithmViewHost;
334    private System.Windows.Forms.Label algorithmSuggestionLabel;
335    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
336    private System.Windows.Forms.TabPage okbTabPage;
337    private MainForm.WindowsForms.ViewHost algorithmInstancesViewHost;
338    private System.Windows.Forms.TabPage problemInstancesTabPage;
339    private Optimization.Views.RunCollectionBubbleChartView problemInstancesView;
340  }
341}
Note: See TracBrowser for help on using the repository browser.