Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs @ 15220

Last change on this file since 15220 was 14186, checked in by swagner, 8 years ago

#2526: Updated year of copyrights in license headers

File size: 8.2 KB
RevLine 
[3267]1#region License Information
2/* HeuristicLab
[14186]3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[3267]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() {
[5466]47      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
[3274]48      this.optimizersTabPage = new System.Windows.Forms.TabPage();
[3329]49      this.runsTabPage = new System.Windows.Forms.TabPage();
[5832]50      this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[6471]51      this.experimentTreeView = new HeuristicLab.Optimization.Views.ExperimentTreeView();
[3267]52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.tabControl.SuspendLayout();
[3274]54      this.optimizersTabPage.SuspendLayout();
[3275]55      this.runsTabPage.SuspendLayout();
[3267]56      this.SuspendLayout();
57      //
[6425]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      //
[3267]86      // nameTextBox
87      //
88      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
89      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
[5832]90      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
91      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
[3267]92      //
[5832]93      // infoLabel
[3267]94      //
[5832]95      this.infoLabel.Location = new System.Drawing.Point(660, 3);
[3267]96      //
97      // tabControl
98      //
[5832]99      this.tabControl.AllowDrop = true;
[6425]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)));
[3274]103      this.tabControl.Controls.Add(this.optimizersTabPage);
[3275]104      this.tabControl.Controls.Add(this.runsTabPage);
[5832]105      this.tabControl.Location = new System.Drawing.Point(0, 26);
[3267]106      this.tabControl.Name = "tabControl";
107      this.tabControl.SelectedIndex = 0;
[6425]108      this.tabControl.Size = new System.Drawing.Size(679, 427);
[5832]109      this.tabControl.TabIndex = 3;
[3267]110      //
[3274]111      // optimizersTabPage
[3267]112      //
[6471]113      this.optimizersTabPage.Controls.Add(this.experimentTreeView);
[3274]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);
[6425]117      this.optimizersTabPage.Size = new System.Drawing.Size(671, 401);
[3274]118      this.optimizersTabPage.TabIndex = 1;
119      this.optimizersTabPage.Text = "Optimizers";
120      this.optimizersTabPage.UseVisualStyleBackColor = true;
[3267]121      //
[3329]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);
[6425]128      this.runsTabPage.Size = new System.Drawing.Size(671, 401);
[3329]129      this.runsTabPage.TabIndex = 2;
130      this.runsTabPage.Text = "Runs";
131      this.runsTabPage.UseVisualStyleBackColor = true;
132      //
[5832]133      // runsViewHost
134      //
[6425]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)));
[5832]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;
[6425]144      this.runsViewHost.Size = new System.Drawing.Size(657, 389);
[5832]145      this.runsViewHost.TabIndex = 0;
146      this.runsViewHost.ViewsLabelVisible = true;
147      this.runsViewHost.ViewType = null;
148      //
[6471]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      //
[3267]160      // ExperimentView
161      //
162      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[7967]163      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[3267]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);
[6425]170      this.Controls.SetChildIndex(this.tabControl, 0);
[3267]171      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
172      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
173      this.Controls.SetChildIndex(this.startButton, 0);
[6425]174      this.Controls.SetChildIndex(this.infoLabel, 0);
[3267]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);
[3274]179      this.optimizersTabPage.ResumeLayout(false);
[3275]180      this.runsTabPage.ResumeLayout(false);
[3267]181      this.ResumeLayout(false);
182      this.PerformLayout();
183
184    }
185    #endregion
186
[5466]187    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
[3274]188    private System.Windows.Forms.TabPage optimizersTabPage;
[3275]189    private System.Windows.Forms.TabPage runsTabPage;
[3329]190    private HeuristicLab.MainForm.WindowsForms.ViewHost runsViewHost;
[6471]191    private ExperimentTreeView experimentTreeView;
[3267]192
193  }
194}
Note: See TracBrowser for help on using the repository browser.