Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs @ 13475

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

#2457, #2431: updated from trunk, worked on okb connection for downloading knowledge base

File size: 11.6 KB
RevLine 
[2851]1#region License Information
2/* HeuristicLab
[12012]3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[2851]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.Optimization.Views {
23  partial class EngineAlgorithmView {
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) {
35        if (components != null) 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.engineLabel = new System.Windows.Forms.Label();
[2916]48      this.engineComboBox = new System.Windows.Forms.ComboBox();
49      this.engineTabPage = new System.Windows.Forms.TabPage();
[3281]50      this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[3361]51      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
[13475]52      this.operatorGraphViewHost = new HeuristicLab.Core.Views.BreadcrumbViewHost();
[2851]53      this.tabControl.SuspendLayout();
54      this.parametersTabPage.SuspendLayout();
55      this.problemTabPage.SuspendLayout();
[2916]56      this.resultsTabPage.SuspendLayout();
[3306]57      this.runsTabPage.SuspendLayout();
[2851]58      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[2916]59      this.engineTabPage.SuspendLayout();
[3361]60      this.operatorGraphTabPage.SuspendLayout();
[2851]61      this.SuspendLayout();
62      //
63      // tabControl
64      //
[3361]65      this.tabControl.Controls.Add(this.operatorGraphTabPage);
[2916]66      this.tabControl.Controls.Add(this.engineTabPage);
[5832]67      this.tabControl.Location = new System.Drawing.Point(0, 26);
68      this.tabControl.Size = new System.Drawing.Size(713, 493);
69      this.tabControl.TabIndex = 3;
[3361]70      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
71      this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
[3306]72      this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
[2916]73      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
[3505]74      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
[2916]75      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
[2851]76      //
77      // parametersTabPage
78      //
[5832]79      this.parametersTabPage.Size = new System.Drawing.Size(705, 467);
[2851]80      //
81      // problemTabPage
82      //
[5832]83      this.problemTabPage.Size = new System.Drawing.Size(705, 467);
[2851]84      //
85      // parameterCollectionView
86      //
[5832]87      this.parameterCollectionView.Size = new System.Drawing.Size(693, 455);
[2851]88      //
89      // problemViewHost
90      //
[5832]91      this.problemViewHost.Size = new System.Drawing.Size(693, 425);
[2851]92      //
[2916]93      // newProblemButton
94      //
95      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
96      //
97      // openProblemButton
98      //
99      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
100      //
[2851]101      // startButton
102      //
[2916]103      this.startButton.Location = new System.Drawing.Point(0, 525);
[5832]104      this.startButton.TabIndex = 4;
[3262]105      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
[2851]106      //
[3262]107      // pauseButton
[2851]108      //
[3262]109      this.pauseButton.Location = new System.Drawing.Point(30, 525);
[5832]110      this.pauseButton.TabIndex = 5;
[3262]111      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
[2851]112      //
113      // resetButton
114      //
[3262]115      this.resetButton.Location = new System.Drawing.Point(90, 525);
[5832]116      this.resetButton.TabIndex = 7;
[3262]117      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
[2851]118      //
119      // executionTimeLabel
120      //
[2916]121      this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
[5832]122      this.executionTimeLabel.TabIndex = 8;
[2851]123      //
124      // executionTimeTextBox
125      //
[2916]126      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
[5832]127      this.executionTimeTextBox.TabIndex = 9;
[2851]128      //
[2916]129      // resultsTabPage
130      //
[5832]131      this.resultsTabPage.Size = new System.Drawing.Size(705, 467);
[2916]132      //
133      // resultsView
134      //
[5832]135      this.resultsView.Size = new System.Drawing.Size(693, 455);
[2916]136      //
[3262]137      // stopButton
138      //
139      this.stopButton.Location = new System.Drawing.Point(60, 525);
[5832]140      this.stopButton.TabIndex = 6;
[3262]141      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
142      //
[3306]143      // runsTabPage
144      //
[5832]145      this.runsTabPage.Size = new System.Drawing.Size(705, 467);
[3306]146      //
147      // runsView
148      //
[5832]149      this.runsView.Size = new System.Drawing.Size(693, 455);
[3306]150      //
[4102]151      // storeAlgorithmInEachRunCheckBox
[3306]152      //
[4102]153      this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(530, 6);
[5832]154      this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
[3306]155      //
[2851]156      // nameTextBox
157      //
158      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
159      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
[5832]160      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
161      this.nameTextBox.Size = new System.Drawing.Size(628, 20);
[2851]162      //
[5832]163      // infoLabel
[2864]164      //
[5832]165      this.infoLabel.Location = new System.Drawing.Point(694, 3);
[2864]166      //
[2851]167      // engineLabel
168      //
169      this.engineLabel.AutoSize = true;
[2916]170      this.engineLabel.Location = new System.Drawing.Point(6, 9);
[2851]171      this.engineLabel.Name = "engineLabel";
172      this.engineLabel.Size = new System.Drawing.Size(43, 13);
[2916]173      this.engineLabel.TabIndex = 0;
[2851]174      this.engineLabel.Text = "&Engine:";
175      //
[2916]176      // engineComboBox
177      //
178      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
179                  | System.Windows.Forms.AnchorStyles.Right)));
180      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
181      this.engineComboBox.FormattingEnabled = true;
182      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
183      this.engineComboBox.Name = "engineComboBox";
[3505]184      this.engineComboBox.Size = new System.Drawing.Size(644, 21);
[2916]185      this.engineComboBox.TabIndex = 1;
186      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
187      //
188      // engineTabPage
189      //
190      this.engineTabPage.Controls.Add(this.engineViewHost);
191      this.engineTabPage.Controls.Add(this.engineComboBox);
192      this.engineTabPage.Controls.Add(this.engineLabel);
193      this.engineTabPage.Location = new System.Drawing.Point(4, 22);
194      this.engineTabPage.Name = "engineTabPage";
195      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
[5832]196      this.engineTabPage.Size = new System.Drawing.Size(705, 467);
[3505]197      this.engineTabPage.TabIndex = 5;
[2916]198      this.engineTabPage.Text = "Engine";
199      this.engineTabPage.UseVisualStyleBackColor = true;
200      //
201      // engineViewHost
202      //
203      this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
204                  | System.Windows.Forms.AnchorStyles.Left)
205                  | System.Windows.Forms.AnchorStyles.Right)));
[4102]206      this.engineViewHost.Caption = "View";
[2916]207      this.engineViewHost.Content = null;
[5832]208      this.engineViewHost.Enabled = false;
[2916]209      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
210      this.engineViewHost.Name = "engineViewHost";
[3361]211      this.engineViewHost.ReadOnly = false;
[5832]212      this.engineViewHost.Size = new System.Drawing.Size(693, 428);
[2916]213      this.engineViewHost.TabIndex = 2;
[5832]214      this.engineViewHost.ViewsLabelVisible = true;
[2916]215      this.engineViewHost.ViewType = null;
216      //
[3361]217      // operatorGraphTabPage
218      //
219      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
220      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
221      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
[5832]222      this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 467);
[3361]223      this.operatorGraphTabPage.TabIndex = 4;
224      this.operatorGraphTabPage.Text = "Operator Graph";
225      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
226      //
227      // operatorGraphViewHost
228      //
229      this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
230                  | System.Windows.Forms.AnchorStyles.Left)
231                  | System.Windows.Forms.AnchorStyles.Right)));
[4102]232      this.operatorGraphViewHost.Caption = "View";
[3361]233      this.operatorGraphViewHost.Content = null;
[13475]234      this.operatorGraphViewHost.EnableBreadcrumbs = true;
[5832]235      this.operatorGraphViewHost.Enabled = false;
[13475]236      this.operatorGraphViewHost.Location = new System.Drawing.Point(6, 6);
[3361]237      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
238      this.operatorGraphViewHost.ReadOnly = true;
[13475]239      this.operatorGraphViewHost.ShowSingle = true;
240      this.operatorGraphViewHost.Size = new System.Drawing.Size(693, 455);
[3361]241      this.operatorGraphViewHost.TabIndex = 0;
[5832]242      this.operatorGraphViewHost.ViewsLabelVisible = true;
[3361]243      this.operatorGraphViewHost.ViewType = null;
244      //
[2851]245      // EngineAlgorithmView
246      //
247      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[7967]248      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[2851]249      this.Name = "EngineAlgorithmView";
[2916]250      this.Size = new System.Drawing.Size(713, 549);
[2851]251      this.tabControl.ResumeLayout(false);
252      this.parametersTabPage.ResumeLayout(false);
253      this.problemTabPage.ResumeLayout(false);
[2916]254      this.resultsTabPage.ResumeLayout(false);
[3306]255      this.runsTabPage.ResumeLayout(false);
[4102]256      this.runsTabPage.PerformLayout();
[2851]257      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[2916]258      this.engineTabPage.ResumeLayout(false);
259      this.engineTabPage.PerformLayout();
[3361]260      this.operatorGraphTabPage.ResumeLayout(false);
[2851]261      this.ResumeLayout(false);
262      this.PerformLayout();
263
264    }
265
266    #endregion
267
268    protected System.Windows.Forms.Label engineLabel;
[2916]269    protected System.Windows.Forms.ComboBox engineComboBox;
270    protected System.Windows.Forms.TabPage engineTabPage;
[3281]271    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
[3361]272    protected System.Windows.Forms.TabPage operatorGraphTabPage;
[13475]273    protected HeuristicLab.Core.Views.BreadcrumbViewHost operatorGraphViewHost;
[2851]274
275  }
276}
Note: See TracBrowser for help on using the repository browser.