Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs @ 3329

Last change on this file since 3329 was 3329, checked in by mkommend, 14 years ago

added ViewHost in ExperimentView for the RunCollection and implemented IStringConvertibleMatrix in RunCollection (ticket #970)

File size: 12.2 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 ExperimentView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExperimentView));
48      this.tabControl = new System.Windows.Forms.TabControl();
49      this.optimizersTabPage = new System.Windows.Forms.TabPage();
50      this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
51      this.runsTabPage = new System.Windows.Forms.TabPage();
52      this.startButton = new System.Windows.Forms.Button();
53      this.stopButton = new System.Windows.Forms.Button();
54      this.resetButton = new System.Windows.Forms.Button();
55      this.executionTimeLabel = new System.Windows.Forms.Label();
56      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
57      this.pauseButton = new System.Windows.Forms.Button();
58      this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
59      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
60      this.tabControl.SuspendLayout();
61      this.optimizersTabPage.SuspendLayout();
62      this.runsTabPage.SuspendLayout();
63      this.SuspendLayout();
64      //
65      // nameTextBox
66      //
67      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
68      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
69      this.nameTextBox.Size = new System.Drawing.Size(607, 20);
70      //
71      // descriptionTextBox
72      //
73      this.descriptionTextBox.Size = new System.Drawing.Size(607, 20);
74      //
75      // tabControl
76      //
77      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
78                  | System.Windows.Forms.AnchorStyles.Left)
79                  | System.Windows.Forms.AnchorStyles.Right)));
80      this.tabControl.Controls.Add(this.optimizersTabPage);
81      this.tabControl.Controls.Add(this.runsTabPage);
82      this.tabControl.Location = new System.Drawing.Point(0, 52);
83      this.tabControl.Name = "tabControl";
84      this.tabControl.SelectedIndex = 0;
85      this.tabControl.Size = new System.Drawing.Size(679, 400);
86      this.tabControl.TabIndex = 4;
87      //
88      // optimizersTabPage
89      //
90      this.optimizersTabPage.Controls.Add(this.optimizerListView);
91      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
92      this.optimizersTabPage.Name = "optimizersTabPage";
93      this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
94      this.optimizersTabPage.Size = new System.Drawing.Size(671, 374);
95      this.optimizersTabPage.TabIndex = 1;
96      this.optimizersTabPage.Text = "Optimizers";
97      this.optimizersTabPage.UseVisualStyleBackColor = true;
98      //
99      // optimizerListView
100      //
101      this.optimizerListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
102                  | System.Windows.Forms.AnchorStyles.Left)
103                  | System.Windows.Forms.AnchorStyles.Right)));
104      this.optimizerListView.Caption = "OptimizerList";
105      this.optimizerListView.Content = null;
106      this.optimizerListView.Location = new System.Drawing.Point(6, 6);
107      this.optimizerListView.Name = "optimizerListView";
108      this.optimizerListView.Size = new System.Drawing.Size(659, 362);
109      this.optimizerListView.TabIndex = 0;
110      //
111      // runsTabPage
112      //
113      this.runsTabPage.Controls.Add(this.runsViewHost);
114      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
115      this.runsTabPage.Name = "runsTabPage";
116      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
117      this.runsTabPage.Size = new System.Drawing.Size(671, 374);
118      this.runsTabPage.TabIndex = 2;
119      this.runsTabPage.Text = "Runs";
120      this.runsTabPage.UseVisualStyleBackColor = true;
121      //
122      // startButton
123      //
124      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
125      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
126      this.startButton.Location = new System.Drawing.Point(0, 458);
127      this.startButton.Name = "startButton";
128      this.startButton.Size = new System.Drawing.Size(24, 24);
129      this.startButton.TabIndex = 5;
130      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
131      this.startButton.UseVisualStyleBackColor = true;
132      this.startButton.Click += new System.EventHandler(this.startButton_Click);
133      //
134      // stopButton
135      //
136      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
137      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
138      this.stopButton.Location = new System.Drawing.Point(60, 458);
139      this.stopButton.Name = "stopButton";
140      this.stopButton.Size = new System.Drawing.Size(24, 24);
141      this.stopButton.TabIndex = 7;
142      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
143      this.stopButton.UseVisualStyleBackColor = true;
144      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
145      //
146      // resetButton
147      //
148      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
149      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
150      this.resetButton.Location = new System.Drawing.Point(90, 458);
151      this.resetButton.Name = "resetButton";
152      this.resetButton.Size = new System.Drawing.Size(24, 24);
153      this.resetButton.TabIndex = 8;
154      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
155      this.resetButton.UseVisualStyleBackColor = true;
156      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
157      //
158      // executionTimeLabel
159      //
160      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
161      this.executionTimeLabel.AutoSize = true;
162      this.executionTimeLabel.Location = new System.Drawing.Point(453, 465);
163      this.executionTimeLabel.Name = "executionTimeLabel";
164      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
165      this.executionTimeLabel.TabIndex = 9;
166      this.executionTimeLabel.Text = "&Execution Time:";
167      //
168      // executionTimeTextBox
169      //
170      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
171      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 462);
172      this.executionTimeTextBox.Name = "executionTimeTextBox";
173      this.executionTimeTextBox.ReadOnly = true;
174      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
175      this.executionTimeTextBox.TabIndex = 10;
176      //
177      // pauseButton
178      //
179      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
180      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
181      this.pauseButton.Location = new System.Drawing.Point(30, 458);
182      this.pauseButton.Name = "pauseButton";
183      this.pauseButton.Size = new System.Drawing.Size(24, 24);
184      this.pauseButton.TabIndex = 6;
185      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
186      this.pauseButton.UseVisualStyleBackColor = true;
187      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
188      //
189      // runsViewHost
190      //
191      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
192                  | System.Windows.Forms.AnchorStyles.Left)
193                  | System.Windows.Forms.AnchorStyles.Right)));
194      this.runsViewHost.Content = null;
195      this.runsViewHost.Location = new System.Drawing.Point(2, 6);
196      this.runsViewHost.Name = "runsViewHost";
197      this.runsViewHost.Size = new System.Drawing.Size(663, 362);
198      this.runsViewHost.TabIndex = 0;
199      this.runsViewHost.ViewType = null;
200      //
201      // ExperimentView
202      //
203      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
204      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
205      this.Controls.Add(this.tabControl);
206      this.Controls.Add(this.startButton);
207      this.Controls.Add(this.executionTimeTextBox);
208      this.Controls.Add(this.executionTimeLabel);
209      this.Controls.Add(this.pauseButton);
210      this.Controls.Add(this.stopButton);
211      this.Controls.Add(this.resetButton);
212      this.Name = "ExperimentView";
213      this.Size = new System.Drawing.Size(679, 482);
214      this.Controls.SetChildIndex(this.resetButton, 0);
215      this.Controls.SetChildIndex(this.stopButton, 0);
216      this.Controls.SetChildIndex(this.pauseButton, 0);
217      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
218      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
219      this.Controls.SetChildIndex(this.startButton, 0);
220      this.Controls.SetChildIndex(this.tabControl, 0);
221      this.Controls.SetChildIndex(this.nameLabel, 0);
222      this.Controls.SetChildIndex(this.descriptionLabel, 0);
223      this.Controls.SetChildIndex(this.nameTextBox, 0);
224      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
225      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
226      this.tabControl.ResumeLayout(false);
227      this.optimizersTabPage.ResumeLayout(false);
228      this.runsTabPage.ResumeLayout(false);
229      this.ResumeLayout(false);
230      this.PerformLayout();
231
232    }
233    #endregion
234
235    private System.Windows.Forms.TabControl tabControl;
236    private System.Windows.Forms.TabPage optimizersTabPage;
237    private System.Windows.Forms.Button startButton;
238    private System.Windows.Forms.Button stopButton;
239    private System.Windows.Forms.Button resetButton;
240    private System.Windows.Forms.Label executionTimeLabel;
241    private System.Windows.Forms.TextBox executionTimeTextBox;
242    private System.Windows.Forms.Button pauseButton;
243    private OptimizerListView optimizerListView;
244    private System.Windows.Forms.TabPage runsTabPage;
245    private HeuristicLab.MainForm.WindowsForms.ViewHost runsViewHost;
246
247  }
248}
Note: See TracBrowser for help on using the repository browser.