Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs @ 7270

Last change on this file since 7270 was 7270, checked in by spimming, 12 years ago

#1680:

  • merged changes from trunk into branch
File size: 8.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
48      this.optimizersTabPage = new System.Windows.Forms.TabPage();
49      this.runsTabPage = new System.Windows.Forms.TabPage();
50      this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.experimentTreeView = new HeuristicLab.Optimization.Views.ExperimentTreeView();
52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.tabControl.SuspendLayout();
54      this.optimizersTabPage.SuspendLayout();
55      this.runsTabPage.SuspendLayout();
56      this.SuspendLayout();
57      //
58      // startButton
59      //
60      this.startButton.Location = new System.Drawing.Point(0, 458);
61      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
62      //
63      // executionTimeTextBox
64      //
65      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 461);
66      //
67      // executionTimeLabel
68      //
69      this.executionTimeLabel.Location = new System.Drawing.Point(453, 464);
70      //
71      // pauseButton
72      //
73      this.pauseButton.Location = new System.Drawing.Point(30, 458);
74      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
75      //
76      // stopButton
77      //
78      this.stopButton.Location = new System.Drawing.Point(60, 458);
79      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
80      //
81      // resetButton
82      //
83      this.resetButton.Location = new System.Drawing.Point(90, 458);
84      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
85      //
86      // nameTextBox
87      //
88      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
89      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
90      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
91      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
92      //
93      // infoLabel
94      //
95      this.infoLabel.Location = new System.Drawing.Point(660, 3);
96      //
97      // tabControl
98      //
99      this.tabControl.AllowDrop = true;
100      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
101            | System.Windows.Forms.AnchorStyles.Left)
102            | System.Windows.Forms.AnchorStyles.Right)));
103      this.tabControl.Controls.Add(this.optimizersTabPage);
104      this.tabControl.Controls.Add(this.runsTabPage);
105      this.tabControl.Location = new System.Drawing.Point(0, 26);
106      this.tabControl.Name = "tabControl";
107      this.tabControl.SelectedIndex = 0;
108      this.tabControl.Size = new System.Drawing.Size(679, 427);
109      this.tabControl.TabIndex = 3;
110      //
111      // optimizersTabPage
112      //
113      this.optimizersTabPage.Controls.Add(this.experimentTreeView);
114      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
115      this.optimizersTabPage.Name = "optimizersTabPage";
116      this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
117      this.optimizersTabPage.Size = new System.Drawing.Size(671, 401);
118      this.optimizersTabPage.TabIndex = 1;
119      this.optimizersTabPage.Text = "Optimizers";
120      this.optimizersTabPage.UseVisualStyleBackColor = true;
121      //
122      // runsTabPage
123      //
124      this.runsTabPage.Controls.Add(this.runsViewHost);
125      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
126      this.runsTabPage.Name = "runsTabPage";
127      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
128      this.runsTabPage.Size = new System.Drawing.Size(671, 401);
129      this.runsTabPage.TabIndex = 2;
130      this.runsTabPage.Text = "Runs";
131      this.runsTabPage.UseVisualStyleBackColor = true;
132      //
133      // runsViewHost
134      //
135      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
136            | System.Windows.Forms.AnchorStyles.Left)
137            | System.Windows.Forms.AnchorStyles.Right)));
138      this.runsViewHost.Caption = "View";
139      this.runsViewHost.Content = null;
140      this.runsViewHost.Enabled = false;
141      this.runsViewHost.Location = new System.Drawing.Point(2, 6);
142      this.runsViewHost.Name = "runsViewHost";
143      this.runsViewHost.ReadOnly = false;
144      this.runsViewHost.Size = new System.Drawing.Size(657, 389);
145      this.runsViewHost.TabIndex = 0;
146      this.runsViewHost.ViewsLabelVisible = true;
147      this.runsViewHost.ViewType = null;
148      //
149      // experimentTreeView
150      //
151      this.experimentTreeView.Caption = "Experiment View";
152      this.experimentTreeView.Content = null;
153      this.experimentTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
154      this.experimentTreeView.Location = new System.Drawing.Point(3, 3);
155      this.experimentTreeView.Name = "experimentTreeView";
156      this.experimentTreeView.ReadOnly = false;
157      this.experimentTreeView.Size = new System.Drawing.Size(665, 395);
158      this.experimentTreeView.TabIndex = 0;
159      //
160      // ExperimentView
161      //
162      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
163      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
164      this.Controls.Add(this.tabControl);
165      this.Name = "ExperimentView";
166      this.Size = new System.Drawing.Size(679, 482);
167      this.Controls.SetChildIndex(this.resetButton, 0);
168      this.Controls.SetChildIndex(this.stopButton, 0);
169      this.Controls.SetChildIndex(this.pauseButton, 0);
170      this.Controls.SetChildIndex(this.tabControl, 0);
171      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
172      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
173      this.Controls.SetChildIndex(this.startButton, 0);
174      this.Controls.SetChildIndex(this.infoLabel, 0);
175      this.Controls.SetChildIndex(this.nameLabel, 0);
176      this.Controls.SetChildIndex(this.nameTextBox, 0);
177      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
178      this.tabControl.ResumeLayout(false);
179      this.optimizersTabPage.ResumeLayout(false);
180      this.runsTabPage.ResumeLayout(false);
181      this.ResumeLayout(false);
182      this.PerformLayout();
183
184    }
185    #endregion
186
187    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
188    private System.Windows.Forms.TabPage optimizersTabPage;
189    private System.Windows.Forms.TabPage runsTabPage;
190    private HeuristicLab.MainForm.WindowsForms.ViewHost runsViewHost;
191    private ExperimentTreeView experimentTreeView;
192
193  }
194}
Note: See TracBrowser for help on using the repository browser.