Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.Optimization.Views/3.3/IOptimizerView.Designer.cs @ 15713

Last change on this file since 15713 was 15605, checked in by abeham, 6 years ago

#1614: merged trunk into branch

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