Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm.Views/3.3/GeneticAlgorithmView.Designer.cs @ 3306

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

Implemented reviewers' comments (#893).

File size: 6.4 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.Algorithms.GeneticAlgorithm.Views {
23  partial class GeneticAlgorithmView {
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.engineTabPage.SuspendLayout();
48      this.tabControl.SuspendLayout();
49      this.parametersTabPage.SuspendLayout();
50      this.problemTabPage.SuspendLayout();
51      this.resultsTabPage.SuspendLayout();
52      this.runsTabPage.SuspendLayout();
53      this.problemPanel.SuspendLayout();
54      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.SuspendLayout();
56      //
57      // createUserDefinedAlgorithmButton
58      //
59      this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(150, 552);
60      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
61      //
62      // engineComboBox
63      //
64      this.engineComboBox.Size = new System.Drawing.Size(675, 21);
65      //
66      // engineTabPage
67      //
68      this.engineTabPage.Size = new System.Drawing.Size(736, 468);
69      //
70      // engineViewHost
71      //
72      this.engineViewHost.Size = new System.Drawing.Size(724, 429);
73      //
74      // tabControl
75      //
76      this.tabControl.Size = new System.Drawing.Size(744, 494);
77      //
78      // parametersTabPage
79      //
80      this.parametersTabPage.Size = new System.Drawing.Size(736, 468);
81      //
82      // problemTabPage
83      //
84      this.problemTabPage.Size = new System.Drawing.Size(736, 468);
85      //
86      // parameterCollectionView
87      //
88      this.parameterCollectionView.Size = new System.Drawing.Size(724, 456);
89      //
90      // problemViewHost
91      //
92      this.problemViewHost.Size = new System.Drawing.Size(724, 426);
93      //
94      // newProblemButton
95      //
96      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
97      //
98      // saveProblemButton
99      //
100      this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
101      //
102      // openProblemButton
103      //
104      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
105      //
106      // startButton
107      //
108      this.startButton.Location = new System.Drawing.Point(0, 552);
109      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
110      //
111      // pauseButton
112      //
113      this.pauseButton.Location = new System.Drawing.Point(30, 552);
114      this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
115      //
116      // resetButton
117      //
118      this.resetButton.Location = new System.Drawing.Point(90, 552);
119      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
120      //
121      // executionTimeLabel
122      //
123      this.executionTimeLabel.Location = new System.Drawing.Point(518, 559);
124      //
125      // executionTimeTextBox
126      //
127      this.executionTimeTextBox.Location = new System.Drawing.Point(607, 556);
128      //
129      // resultsTabPage
130      //
131      this.resultsTabPage.Size = new System.Drawing.Size(736, 468);
132      //
133      // resultsView
134      //
135      this.resultsView.Size = new System.Drawing.Size(724, 456);
136      //
137      // stopButton
138      //
139      this.stopButton.Location = new System.Drawing.Point(60, 552);
140      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
141      //
142      // runsTabPage
143      //
144      this.runsTabPage.Size = new System.Drawing.Size(736, 468);
145      //
146      // runsView
147      //
148      this.runsView.Size = new System.Drawing.Size(724, 456);
149      //
150      // problemPanel
151      //
152      this.problemPanel.Size = new System.Drawing.Size(724, 426);
153      //
154      // nameTextBox
155      //
156      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
157      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
158      this.nameTextBox.Size = new System.Drawing.Size(672, 20);
159      //
160      // descriptionTextBox
161      //
162      this.descriptionTextBox.Size = new System.Drawing.Size(672, 20);
163      //
164      // GeneticAlgorithmView
165      //
166      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
167      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
168      this.Name = "GeneticAlgorithmView";
169      this.Size = new System.Drawing.Size(744, 576);
170      this.engineTabPage.ResumeLayout(false);
171      this.engineTabPage.PerformLayout();
172      this.tabControl.ResumeLayout(false);
173      this.parametersTabPage.ResumeLayout(false);
174      this.problemTabPage.ResumeLayout(false);
175      this.resultsTabPage.ResumeLayout(false);
176      this.runsTabPage.ResumeLayout(false);
177      this.problemPanel.ResumeLayout(false);
178      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
179      this.ResumeLayout(false);
180      this.PerformLayout();
181
182    }
183
184    #endregion
185
186
187
188  }
189}
Note: See TracBrowser for help on using the repository browser.