Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/ExperimentListView.Designer.cs @ 17097

Last change on this file since 17097 was 17097, checked in by mkommend, 5 years ago

#2520: Merged 16565 - 16579 into stable.

File size: 8.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2019 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 ExperimentListView {
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.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
50      this.runsTabPage = new System.Windows.Forms.TabPage();
51      this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
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.BackColor = System.Drawing.SystemColors.Window;
114      this.optimizersTabPage.Controls.Add(this.optimizerListView);
115      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
116      this.optimizersTabPage.Name = "optimizersTabPage";
117      this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
118      this.optimizersTabPage.Size = new System.Drawing.Size(671, 401);
119      this.optimizersTabPage.TabIndex = 1;
120      this.optimizersTabPage.Text = "Optimizers";
121      //
122      // optimizerListView
123      //
124      this.optimizerListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
125            | System.Windows.Forms.AnchorStyles.Left)
126            | System.Windows.Forms.AnchorStyles.Right)));
127      this.optimizerListView.Caption = "OptimizerList View";
128      this.optimizerListView.Content = null;
129      this.optimizerListView.Location = new System.Drawing.Point(6, 6);
130      this.optimizerListView.Name = "optimizerListView";
131      this.optimizerListView.ReadOnly = false;
132      this.optimizerListView.Size = new System.Drawing.Size(659, 389);
133      this.optimizerListView.TabIndex = 0;
134      //
135      // runsTabPage
136      //
137      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
138      this.runsTabPage.Controls.Add(this.runsViewHost);
139      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
140      this.runsTabPage.Name = "runsTabPage";
141      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
142      this.runsTabPage.Size = new System.Drawing.Size(671, 401);
143      this.runsTabPage.TabIndex = 2;
144      this.runsTabPage.Text = "Runs";
145      //
146      // runsViewHost
147      //
148      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
149            | System.Windows.Forms.AnchorStyles.Left)
150            | System.Windows.Forms.AnchorStyles.Right)));
151      this.runsViewHost.Caption = "View";
152      this.runsViewHost.Content = null;
153      this.runsViewHost.Enabled = false;
154      this.runsViewHost.Location = new System.Drawing.Point(2, 6);
155      this.runsViewHost.Name = "runsViewHost";
156      this.runsViewHost.ReadOnly = false;
157      this.runsViewHost.Size = new System.Drawing.Size(657, 389);
158      this.runsViewHost.TabIndex = 0;
159      this.runsViewHost.ViewsLabelVisible = true;
160      this.runsViewHost.ViewType = null;
161      //
162      // ExperimentView
163      //
164      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
165      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
166      this.Controls.Add(this.tabControl);
167      this.Name = "ExperimentView";
168      this.Size = new System.Drawing.Size(679, 482);
169      this.Controls.SetChildIndex(this.resetButton, 0);
170      this.Controls.SetChildIndex(this.stopButton, 0);
171      this.Controls.SetChildIndex(this.pauseButton, 0);
172      this.Controls.SetChildIndex(this.tabControl, 0);
173      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
174      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
175      this.Controls.SetChildIndex(this.startButton, 0);
176      this.Controls.SetChildIndex(this.infoLabel, 0);
177      this.Controls.SetChildIndex(this.nameLabel, 0);
178      this.Controls.SetChildIndex(this.nameTextBox, 0);
179      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
180      this.tabControl.ResumeLayout(false);
181      this.optimizersTabPage.ResumeLayout(false);
182      this.runsTabPage.ResumeLayout(false);
183      this.ResumeLayout(false);
184      this.PerformLayout();
185
186    }
187    #endregion
188
189    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
190    private System.Windows.Forms.TabPage optimizersTabPage;
191    private OptimizerListView optimizerListView;
192    private System.Windows.Forms.TabPage runsTabPage;
193    private HeuristicLab.MainForm.WindowsForms.ViewHost runsViewHost;
194
195  }
196}
Note: See TracBrowser for help on using the repository browser.