Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching.Views/3.3/RunCollectionModifierExecutableView.Designer.cs @ 10151

Last change on this file since 10151 was 10121, checked in by ascheibe, 11 years ago

#1886 improved RunCollectionModifierExecutable and added a new view for it

File size: 8.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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 RunCollectionModifierExecutableView {
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 && (components != null)) {
35        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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionModifierExecutableView));
48      this.startButton = new System.Windows.Forms.Button();
49      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
50      this.executionTimeLabel = new System.Windows.Forms.Label();
51      this.pauseButton = new System.Windows.Forms.Button();
52      this.stopButton = new System.Windows.Forms.Button();
53      this.resetButton = new System.Windows.Forms.Button();
54      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.SuspendLayout();
56      //
57      // parameterCollectionView
58      //
59      this.parameterCollectionView.Size = new System.Drawing.Size(789, 356);
60      //
61      // nameTextBox
62      //
63      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
64      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
65      this.nameTextBox.Size = new System.Drawing.Size(709, 20);
66      //
67      // infoLabel
68      //
69      this.infoLabel.Location = new System.Drawing.Point(773, 3);
70      //
71      // startButton
72      //
73      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
74      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
75      this.startButton.Location = new System.Drawing.Point(0, 388);
76      this.startButton.Name = "startButton";
77      this.startButton.Size = new System.Drawing.Size(24, 24);
78      this.startButton.TabIndex = 10;
79      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
80      this.startButton.UseVisualStyleBackColor = true;
81      this.startButton.Click += new System.EventHandler(this.startButton_Click);
82      //
83      // executionTimeTextBox
84      //
85      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
86      this.executionTimeTextBox.Location = new System.Drawing.Point(655, 392);
87      this.executionTimeTextBox.Name = "executionTimeTextBox";
88      this.executionTimeTextBox.ReadOnly = true;
89      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
90      this.executionTimeTextBox.TabIndex = 15;
91      //
92      // executionTimeLabel
93      //
94      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
95      this.executionTimeLabel.AutoSize = true;
96      this.executionTimeLabel.Location = new System.Drawing.Point(566, 395);
97      this.executionTimeLabel.Name = "executionTimeLabel";
98      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
99      this.executionTimeLabel.TabIndex = 14;
100      this.executionTimeLabel.Text = "&Execution Time:";
101      //
102      // pauseButton
103      //
104      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
105      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
106      this.pauseButton.Location = new System.Drawing.Point(30, 388);
107      this.pauseButton.Name = "pauseButton";
108      this.pauseButton.Size = new System.Drawing.Size(24, 24);
109      this.pauseButton.TabIndex = 11;
110      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
111      this.pauseButton.UseVisualStyleBackColor = true;
112      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
113      //
114      // stopButton
115      //
116      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
117      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
118      this.stopButton.Location = new System.Drawing.Point(60, 388);
119      this.stopButton.Name = "stopButton";
120      this.stopButton.Size = new System.Drawing.Size(24, 24);
121      this.stopButton.TabIndex = 12;
122      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
123      this.stopButton.UseVisualStyleBackColor = true;
124      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
125      //
126      // resetButton
127      //
128      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
129      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
130      this.resetButton.Location = new System.Drawing.Point(90, 388);
131      this.resetButton.Name = "resetButton";
132      this.resetButton.Size = new System.Drawing.Size(24, 24);
133      this.resetButton.TabIndex = 13;
134      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
135      this.resetButton.UseVisualStyleBackColor = true;
136      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
137      //
138      // RunCollectionModifierExecutableView
139      //
140      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
141      this.Controls.Add(this.startButton);
142      this.Controls.Add(this.executionTimeTextBox);
143      this.Controls.Add(this.executionTimeLabel);
144      this.Controls.Add(this.pauseButton);
145      this.Controls.Add(this.stopButton);
146      this.Controls.Add(this.resetButton);
147      this.Name = "RunCollectionModifierExecutableView";
148      this.Size = new System.Drawing.Size(792, 412);
149      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
150      this.Controls.SetChildIndex(this.nameLabel, 0);
151      this.Controls.SetChildIndex(this.nameTextBox, 0);
152      this.Controls.SetChildIndex(this.infoLabel, 0);
153      this.Controls.SetChildIndex(this.resetButton, 0);
154      this.Controls.SetChildIndex(this.stopButton, 0);
155      this.Controls.SetChildIndex(this.pauseButton, 0);
156      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
157      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
158      this.Controls.SetChildIndex(this.startButton, 0);
159      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
160      this.ResumeLayout(false);
161      this.PerformLayout();
162
163    }
164
165    #endregion
166
167    protected System.Windows.Forms.Button startButton;
168    protected System.Windows.Forms.TextBox executionTimeTextBox;
169    protected System.Windows.Forms.Label executionTimeLabel;
170    protected System.Windows.Forms.Button pauseButton;
171    protected System.Windows.Forms.Button stopButton;
172    protected System.Windows.Forms.Button resetButton;
173
174  }
175}
Note: See TracBrowser for help on using the repository browser.