Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/IOptimizerView.Designer.cs @ 10037

Last change on this file since 10037 was 9456, checked in by swagner, 11 years ago

Updated copyright year and added some missing license headers (#1889)

File size: 8.1 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 IOptimizerView {
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(IOptimizerView));
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      // nameTextBox
58      //
59      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
60      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
61      this.nameTextBox.Size = new System.Drawing.Size(349, 20);
62      //
63      // infoLabel
64      //
65      this.infoLabel.Location = new System.Drawing.Point(413, 3);
66      //
67      // startButton
68      //
69      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
70      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
71      this.startButton.Location = new System.Drawing.Point(0, 205);
72      this.startButton.Name = "startButton";
73      this.startButton.Size = new System.Drawing.Size(24, 24);
74      this.startButton.TabIndex = 10;
75      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
76      this.startButton.UseVisualStyleBackColor = true;
77      this.startButton.Click += new System.EventHandler(this.startButton_Click);
78      //
79      // executionTimeTextBox
80      //
81      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
82      this.executionTimeTextBox.Location = new System.Drawing.Point(295, 209);
83      this.executionTimeTextBox.Name = "executionTimeTextBox";
84      this.executionTimeTextBox.ReadOnly = true;
85      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
86      this.executionTimeTextBox.TabIndex = 15;
87      //
88      // executionTimeLabel
89      //
90      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
91      this.executionTimeLabel.AutoSize = true;
92      this.executionTimeLabel.Location = new System.Drawing.Point(206, 212);
93      this.executionTimeLabel.Name = "executionTimeLabel";
94      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
95      this.executionTimeLabel.TabIndex = 14;
96      this.executionTimeLabel.Text = "&Execution Time:";
97      //
98      // pauseButton
99      //
100      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
101      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
102      this.pauseButton.Location = new System.Drawing.Point(30, 205);
103      this.pauseButton.Name = "pauseButton";
104      this.pauseButton.Size = new System.Drawing.Size(24, 24);
105      this.pauseButton.TabIndex = 11;
106      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
107      this.pauseButton.UseVisualStyleBackColor = true;
108      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
109      //
110      // stopButton
111      //
112      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
113      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
114      this.stopButton.Location = new System.Drawing.Point(60, 205);
115      this.stopButton.Name = "stopButton";
116      this.stopButton.Size = new System.Drawing.Size(24, 24);
117      this.stopButton.TabIndex = 12;
118      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
119      this.stopButton.UseVisualStyleBackColor = true;
120      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
121      //
122      // resetButton
123      //
124      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
125      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
126      this.resetButton.Location = new System.Drawing.Point(90, 205);
127      this.resetButton.Name = "resetButton";
128      this.resetButton.Size = new System.Drawing.Size(24, 24);
129      this.resetButton.TabIndex = 13;
130      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
131      this.resetButton.UseVisualStyleBackColor = true;
132      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
133      //
134      // IOptimizerView
135      //
136      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
137      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
138      this.Controls.Add(this.startButton);
139      this.Controls.Add(this.executionTimeTextBox);
140      this.Controls.Add(this.executionTimeLabel);
141      this.Controls.Add(this.pauseButton);
142      this.Controls.Add(this.stopButton);
143      this.Controls.Add(this.resetButton);
144      this.Name = "IOptimizerView";
145      this.Size = new System.Drawing.Size(432, 229);
146      this.Controls.SetChildIndex(this.nameLabel, 0);
147      this.Controls.SetChildIndex(this.nameTextBox, 0);
148      this.Controls.SetChildIndex(this.infoLabel, 0);
149      this.Controls.SetChildIndex(this.resetButton, 0);
150      this.Controls.SetChildIndex(this.stopButton, 0);
151      this.Controls.SetChildIndex(this.pauseButton, 0);
152      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
153      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
154      this.Controls.SetChildIndex(this.startButton, 0);
155      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
156      this.ResumeLayout(false);
157      this.PerformLayout();
158
159    }
160
161    #endregion
162
163    protected System.Windows.Forms.Button startButton;
164    protected System.Windows.Forms.TextBox executionTimeTextBox;
165    protected System.Windows.Forms.Label executionTimeLabel;
166    protected System.Windows.Forms.Button pauseButton;
167    protected System.Windows.Forms.Button stopButton;
168    protected System.Windows.Forms.Button resetButton;
169
170  }
171}
Note: See TracBrowser for help on using the repository browser.