Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2864 was 2864, checked in by swagner, 14 years ago

Operator architecture refactoring (#95)

  • worked on algorithms
File size: 8.7 KB
Line 
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 (engineTypeSelectorDialog != null) engineTypeSelectorDialog.Dispose();
36        if (components != null) components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.engineLabel = new System.Windows.Forms.Label();
49      this.engineTextBox = new System.Windows.Forms.TextBox();
50      this.setEngineButton = new System.Windows.Forms.Button();
51      this.createUserDefinedAlgorithmButton = new System.Windows.Forms.Button();
52      this.tabControl.SuspendLayout();
53      this.parametersTabPage.SuspendLayout();
54      this.problemTabPage.SuspendLayout();
55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
56      this.SuspendLayout();
57      //
58      // tabControl
59      //
60      this.tabControl.Location = new System.Drawing.Point(0, 149);
61      this.tabControl.Size = new System.Drawing.Size(656, 278);
62      this.tabControl.TabIndex = 7;
63      //
64      // parametersTabPage
65      //
66      this.parametersTabPage.Size = new System.Drawing.Size(648, 252);
67      //
68      // problemTabPage
69      //
70      this.problemTabPage.Size = new System.Drawing.Size(482, 148);
71      //
72      // parameterCollectionView
73      //
74      this.parameterCollectionView.Size = new System.Drawing.Size(636, 240);
75      //
76      // problemViewHost
77      //
78      this.problemViewHost.Size = new System.Drawing.Size(470, 106);
79      //
80      // startButton
81      //
82      this.startButton.Location = new System.Drawing.Point(0, 433);
83      this.startButton.TabIndex = 8;
84      //
85      // stopButton
86      //
87      this.stopButton.Location = new System.Drawing.Point(30, 433);
88      this.stopButton.TabIndex = 9;
89      //
90      // resetButton
91      //
92      this.resetButton.Location = new System.Drawing.Point(60, 433);
93      this.resetButton.TabIndex = 10;
94      //
95      // executionTimeLabel
96      //
97      this.executionTimeLabel.Location = new System.Drawing.Point(430, 440);
98      this.executionTimeLabel.TabIndex = 11;
99      //
100      // executionTimeTextBox
101      //
102      this.executionTimeTextBox.Location = new System.Drawing.Point(519, 437);
103      this.executionTimeTextBox.TabIndex = 12;
104      //
105      // nameTextBox
106      //
107      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
108      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
109      this.nameTextBox.Size = new System.Drawing.Size(584, 20);
110      //
111      // descriptionTextBox
112      //
113      this.descriptionTextBox.Size = new System.Drawing.Size(584, 87);
114      //
115      // engineLabel
116      //
117      this.engineLabel.AutoSize = true;
118      this.engineLabel.Location = new System.Drawing.Point(3, 124);
119      this.engineLabel.Name = "engineLabel";
120      this.engineLabel.Size = new System.Drawing.Size(43, 13);
121      this.engineLabel.TabIndex = 4;
122      this.engineLabel.Text = "&Engine:";
123      //
124      // engineTextBox
125      //
126      this.engineTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127                  | System.Windows.Forms.AnchorStyles.Right)));
128      this.engineTextBox.Location = new System.Drawing.Point(72, 121);
129      this.engineTextBox.Name = "engineTextBox";
130      this.engineTextBox.ReadOnly = true;
131      this.engineTextBox.Size = new System.Drawing.Size(554, 20);
132      this.engineTextBox.TabIndex = 6;
133      this.engineTextBox.DoubleClick += new System.EventHandler(this.engineTextBox_DoubleClick);
134      //
135      // setEngineButton
136      //
137      this.setEngineButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
138      this.setEngineButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
139      this.setEngineButton.Location = new System.Drawing.Point(632, 119);
140      this.setEngineButton.Name = "setEngineButton";
141      this.setEngineButton.Size = new System.Drawing.Size(24, 24);
142      this.setEngineButton.TabIndex = 5;
143      this.toolTip.SetToolTip(this.setEngineButton, "Set Engine");
144      this.setEngineButton.UseVisualStyleBackColor = true;
145      this.setEngineButton.Click += new System.EventHandler(this.setEngineButton_Click);
146      //
147      // createUserDefinedAlgorithmButton
148      //
149      this.createUserDefinedAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
150      this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(90, 433);
151      this.createUserDefinedAlgorithmButton.Name = "createUserDefinedAlgorithmButton";
152      this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(161, 24);
153      this.createUserDefinedAlgorithmButton.TabIndex = 13;
154      this.createUserDefinedAlgorithmButton.Text = "&Create User Defined Algorithm";
155      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
156      this.createUserDefinedAlgorithmButton.UseVisualStyleBackColor = true;
157      this.createUserDefinedAlgorithmButton.Click += new System.EventHandler(this.createUserDefinedAlgorithmButton_Click);
158      //
159      // EngineAlgorithmView
160      //
161      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
162      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
163      this.Controls.Add(this.setEngineButton);
164      this.Controls.Add(this.engineTextBox);
165      this.Controls.Add(this.engineLabel);
166      this.Controls.Add(this.createUserDefinedAlgorithmButton);
167      this.Name = "EngineAlgorithmView";
168      this.Size = new System.Drawing.Size(656, 457);
169      this.Controls.SetChildIndex(this.createUserDefinedAlgorithmButton, 0);
170      this.Controls.SetChildIndex(this.engineLabel, 0);
171      this.Controls.SetChildIndex(this.engineTextBox, 0);
172      this.Controls.SetChildIndex(this.setEngineButton, 0);
173      this.Controls.SetChildIndex(this.resetButton, 0);
174      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
175      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
176      this.Controls.SetChildIndex(this.stopButton, 0);
177      this.Controls.SetChildIndex(this.startButton, 0);
178      this.Controls.SetChildIndex(this.tabControl, 0);
179      this.Controls.SetChildIndex(this.nameLabel, 0);
180      this.Controls.SetChildIndex(this.descriptionLabel, 0);
181      this.Controls.SetChildIndex(this.nameTextBox, 0);
182      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
183      this.tabControl.ResumeLayout(false);
184      this.parametersTabPage.ResumeLayout(false);
185      this.problemTabPage.ResumeLayout(false);
186      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
187      this.ResumeLayout(false);
188      this.PerformLayout();
189
190    }
191
192    #endregion
193
194    protected System.Windows.Forms.Label engineLabel;
195    protected System.Windows.Forms.TextBox engineTextBox;
196    protected System.Windows.Forms.Button setEngineButton;
197    protected System.Windows.Forms.Button createUserDefinedAlgorithmButton;
198
199
200  }
201}
Note: See TracBrowser for help on using the repository browser.