Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs @ 3281

Last change on this file since 3281 was 3281, checked in by mkommend, 14 years ago

implemented showInViewHost and moved ViewHost from Core.Views to MainForm.WindowsForm (ticket #961)

File size: 10.4 KB
RevLine 
[2851]1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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.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();
[2864]48      this.createUserDefinedAlgorithmButton = new System.Windows.Forms.Button();
[2916]49      this.engineComboBox = new System.Windows.Forms.ComboBox();
50      this.engineTabPage = new System.Windows.Forms.TabPage();
[3281]51      this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[2851]52      this.tabControl.SuspendLayout();
53      this.parametersTabPage.SuspendLayout();
54      this.problemTabPage.SuspendLayout();
[2916]55      this.resultsTabPage.SuspendLayout();
[2851]56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[2916]57      this.engineTabPage.SuspendLayout();
[2851]58      this.SuspendLayout();
59      //
60      // tabControl
61      //
[2916]62      this.tabControl.Controls.Add(this.engineTabPage);
[2917]63      this.tabControl.Size = new System.Drawing.Size(713, 467);
[2916]64      this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
65      this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
66      this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
67      this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
[2851]68      //
69      // parametersTabPage
70      //
[2917]71      this.parametersTabPage.Size = new System.Drawing.Size(705, 441);
[2851]72      //
73      // problemTabPage
74      //
[2917]75      this.problemTabPage.Size = new System.Drawing.Size(705, 441);
[2851]76      //
77      // parameterCollectionView
78      //
[2917]79      this.parameterCollectionView.Size = new System.Drawing.Size(693, 429);
[2851]80      //
81      // problemViewHost
82      //
[2917]83      this.problemViewHost.Size = new System.Drawing.Size(693, 399);
[2851]84      //
[2916]85      // newProblemButton
86      //
87      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
88      //
89      // saveProblemButton
90      //
91      this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
92      //
93      // openProblemButton
94      //
95      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
96      //
[2851]97      // startButton
98      //
[2916]99      this.startButton.Location = new System.Drawing.Point(0, 525);
[3262]100      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
[2851]101      //
[3262]102      // pauseButton
[2851]103      //
[3262]104      this.pauseButton.Location = new System.Drawing.Point(30, 525);
105      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
[2851]106      //
107      // resetButton
108      //
[3262]109      this.resetButton.Location = new System.Drawing.Point(90, 525);
110      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
[2851]111      //
112      // executionTimeLabel
113      //
[2916]114      this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
[3262]115      this.executionTimeLabel.TabIndex = 10;
[2851]116      //
117      // executionTimeTextBox
118      //
[2916]119      this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
[3262]120      this.executionTimeTextBox.TabIndex = 11;
[2851]121      //
[2916]122      // resultsTabPage
123      //
[2917]124      this.resultsTabPage.Size = new System.Drawing.Size(705, 441);
[2916]125      //
126      // resultsView
127      //
[2917]128      this.resultsView.Size = new System.Drawing.Size(693, 429);
[2916]129      //
[3262]130      // stopButton
131      //
132      this.stopButton.Location = new System.Drawing.Point(60, 525);
133      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
134      //
[2851]135      // nameTextBox
136      //
137      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
138      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
[2916]139      this.nameTextBox.Size = new System.Drawing.Size(641, 20);
[2851]140      //
[2864]141      // descriptionTextBox
142      //
[2917]143      this.descriptionTextBox.Size = new System.Drawing.Size(641, 20);
[2864]144      //
[2851]145      // engineLabel
146      //
147      this.engineLabel.AutoSize = true;
[2916]148      this.engineLabel.Location = new System.Drawing.Point(6, 9);
[2851]149      this.engineLabel.Name = "engineLabel";
150      this.engineLabel.Size = new System.Drawing.Size(43, 13);
[2916]151      this.engineLabel.TabIndex = 0;
[2851]152      this.engineLabel.Text = "&Engine:";
153      //
[2864]154      // createUserDefinedAlgorithmButton
155      //
156      this.createUserDefinedAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[3262]157      this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(150, 525);
[2864]158      this.createUserDefinedAlgorithmButton.Name = "createUserDefinedAlgorithmButton";
[2865]159      this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(254, 24);
[3262]160      this.createUserDefinedAlgorithmButton.TabIndex = 9;
[2864]161      this.createUserDefinedAlgorithmButton.Text = "&Create User Defined Algorithm";
162      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
163      this.createUserDefinedAlgorithmButton.UseVisualStyleBackColor = true;
164      this.createUserDefinedAlgorithmButton.Click += new System.EventHandler(this.createUserDefinedAlgorithmButton_Click);
165      //
[2916]166      // engineComboBox
167      //
168      this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
169                  | System.Windows.Forms.AnchorStyles.Right)));
170      this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
171      this.engineComboBox.FormattingEnabled = true;
172      this.engineComboBox.Location = new System.Drawing.Point(55, 6);
173      this.engineComboBox.Name = "engineComboBox";
[3262]174      this.engineComboBox.Size = new System.Drawing.Size(610, 21);
[2916]175      this.engineComboBox.TabIndex = 1;
176      this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
177      //
178      // engineTabPage
179      //
180      this.engineTabPage.Controls.Add(this.engineViewHost);
181      this.engineTabPage.Controls.Add(this.engineComboBox);
182      this.engineTabPage.Controls.Add(this.engineLabel);
183      this.engineTabPage.Location = new System.Drawing.Point(4, 22);
184      this.engineTabPage.Name = "engineTabPage";
185      this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
[2917]186      this.engineTabPage.Size = new System.Drawing.Size(705, 441);
[2916]187      this.engineTabPage.TabIndex = 3;
188      this.engineTabPage.Text = "Engine";
189      this.engineTabPage.UseVisualStyleBackColor = true;
190      //
191      // engineViewHost
192      //
193      this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
194                  | System.Windows.Forms.AnchorStyles.Left)
195                  | System.Windows.Forms.AnchorStyles.Right)));
196      this.engineViewHost.Content = null;
197      this.engineViewHost.Location = new System.Drawing.Point(6, 33);
198      this.engineViewHost.Name = "engineViewHost";
[3262]199      this.engineViewHost.Size = new System.Drawing.Size(659, 335);
[2916]200      this.engineViewHost.TabIndex = 2;
201      this.engineViewHost.ViewType = null;
202      //
[2851]203      // EngineAlgorithmView
204      //
205      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
206      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[2864]207      this.Controls.Add(this.createUserDefinedAlgorithmButton);
[2851]208      this.Name = "EngineAlgorithmView";
[2916]209      this.Size = new System.Drawing.Size(713, 549);
[3262]210      this.Controls.SetChildIndex(this.stopButton, 0);
[2864]211      this.Controls.SetChildIndex(this.createUserDefinedAlgorithmButton, 0);
[2851]212      this.Controls.SetChildIndex(this.resetButton, 0);
[3262]213      this.Controls.SetChildIndex(this.pauseButton, 0);
[2851]214      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
215      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
216      this.Controls.SetChildIndex(this.startButton, 0);
217      this.Controls.SetChildIndex(this.tabControl, 0);
218      this.Controls.SetChildIndex(this.nameLabel, 0);
219      this.Controls.SetChildIndex(this.descriptionLabel, 0);
220      this.Controls.SetChildIndex(this.nameTextBox, 0);
221      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
222      this.tabControl.ResumeLayout(false);
223      this.parametersTabPage.ResumeLayout(false);
224      this.problemTabPage.ResumeLayout(false);
[2916]225      this.resultsTabPage.ResumeLayout(false);
[2851]226      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[2916]227      this.engineTabPage.ResumeLayout(false);
228      this.engineTabPage.PerformLayout();
[2851]229      this.ResumeLayout(false);
230      this.PerformLayout();
231
232    }
233
234    #endregion
235
236    protected System.Windows.Forms.Label engineLabel;
[2864]237    protected System.Windows.Forms.Button createUserDefinedAlgorithmButton;
[2916]238    protected System.Windows.Forms.ComboBox engineComboBox;
239    protected System.Windows.Forms.TabPage engineTabPage;
[3281]240    protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
[2851]241
242  }
243}
Note: See TracBrowser for help on using the repository browser.