Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis.Views/3.4/DatastreamAnalysisOptimizerView.Designer.cs @ 14538

Last change on this file since 14538 was 14538, checked in by jzenisek, 7 years ago

#2719 enhanced the optimizer's functionality

File size: 13.0 KB
RevLine 
[14488]1namespace HeuristicLab.DatastreamAnalysis {
2  partial class DatastreamAnalysisOptimizerView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.tabControl = new System.Windows.Forms.TabControl();
27      this.ensemblesTab = new System.Windows.Forms.TabPage();
28      this.ensemblesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
29      this.datastreamTab = new System.Windows.Forms.TabPage();
30      this.datastreamViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
31      this.resultsTab = new System.Windows.Forms.TabPage();
[14536]32      this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
33      this.runsTab = new System.Windows.Forms.TabPage();
34      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
[14488]35      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
36      this.tabControl.SuspendLayout();
37      this.ensemblesTab.SuspendLayout();
38      this.datastreamTab.SuspendLayout();
39      this.resultsTab.SuspendLayout();
[14536]40      this.runsTab.SuspendLayout();
[14488]41      this.SuspendLayout();
42      //
43      // startButton
44      //
[14538]45      this.startButton.Location = new System.Drawing.Point(9, 978);
46      this.startButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
47      this.startButton.Size = new System.Drawing.Size(36, 37);
[14488]48      this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
49      //
50      // executionTimeTextBox
51      //
[14538]52      this.executionTimeTextBox.Location = new System.Drawing.Point(1404, 985);
53      this.executionTimeTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
54      this.executionTimeTextBox.Size = new System.Drawing.Size(204, 26);
[14488]55      //
56      // executionTimeLabel
57      //
[14538]58      this.executionTimeLabel.Location = new System.Drawing.Point(1270, 989);
59      this.executionTimeLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
[14488]60      //
61      // pauseButton
62      //
[14538]63      this.pauseButton.Location = new System.Drawing.Point(54, 978);
64      this.pauseButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
65      this.pauseButton.Size = new System.Drawing.Size(36, 37);
[14488]66      this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
67      //
68      // stopButton
69      //
[14538]70      this.stopButton.Location = new System.Drawing.Point(99, 978);
71      this.stopButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
72      this.stopButton.Size = new System.Drawing.Size(36, 37);
[14488]73      this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
74      //
75      // resetButton
76      //
[14538]77      this.resetButton.Location = new System.Drawing.Point(144, 978);
78      this.resetButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
79      this.resetButton.Size = new System.Drawing.Size(36, 37);
[14488]80      this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
81      //
82      // nameTextBox
83      //
84      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
85      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
[14538]86      this.nameTextBox.Location = new System.Drawing.Point(87, 0);
87      this.nameTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
88      this.nameTextBox.Size = new System.Drawing.Size(1510, 26);
[14488]89      //
[14538]90      // nameLabel
91      //
92      this.nameLabel.Location = new System.Drawing.Point(4, 5);
93      this.nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
94      //
[14488]95      // infoLabel
96      //
[14538]97      this.infoLabel.Location = new System.Drawing.Point(1492, 5);
98      this.infoLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
99      this.infoLabel.Size = new System.Drawing.Size(24, 25);
[14488]100      //
101      // tabControl
102      //
103      this.tabControl.AllowDrop = true;
[14538]104      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
105            | System.Windows.Forms.AnchorStyles.Left)
[14488]106            | System.Windows.Forms.AnchorStyles.Right)));
107      this.tabControl.Controls.Add(this.ensemblesTab);
108      this.tabControl.Controls.Add(this.datastreamTab);
109      this.tabControl.Controls.Add(this.resultsTab);
[14536]110      this.tabControl.Controls.Add(this.runsTab);
[14538]111      this.tabControl.Location = new System.Drawing.Point(4, 40);
112      this.tabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
[14488]113      this.tabControl.Name = "tabControl";
114      this.tabControl.SelectedIndex = 0;
[14538]115      this.tabControl.Size = new System.Drawing.Size(1605, 929);
[14488]116      this.tabControl.TabIndex = 0;
117      //
118      // ensemblesTab
119      //
120      this.ensemblesTab.AllowDrop = true;
121      this.ensemblesTab.Controls.Add(this.ensemblesViewHost);
[14538]122      this.ensemblesTab.Location = new System.Drawing.Point(4, 29);
123      this.ensemblesTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
[14488]124      this.ensemblesTab.Name = "ensemblesTab";
[14538]125      this.ensemblesTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
126      this.ensemblesTab.Size = new System.Drawing.Size(1597, 896);
[14488]127      this.ensemblesTab.TabIndex = 0;
128      this.ensemblesTab.Text = "Ensembles";
129      this.ensemblesTab.UseVisualStyleBackColor = true;
130      this.ensemblesTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragDrop);
[14536]131      this.ensemblesTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragEnterOver);
132      this.ensemblesTab.DragOver += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragEnterOver);
[14488]133      //
134      // ensemblesViewHost
135      //
136      this.ensemblesViewHost.AllowDrop = true;
137      this.ensemblesViewHost.BackColor = System.Drawing.Color.Transparent;
138      this.ensemblesViewHost.Caption = "View";
139      this.ensemblesViewHost.Content = null;
140      this.ensemblesViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
141      this.ensemblesViewHost.Enabled = false;
[14538]142      this.ensemblesViewHost.Location = new System.Drawing.Point(4, 5);
143      this.ensemblesViewHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
[14488]144      this.ensemblesViewHost.Name = "ensemblesViewHost";
145      this.ensemblesViewHost.ReadOnly = false;
[14538]146      this.ensemblesViewHost.Size = new System.Drawing.Size(1589, 886);
[14488]147      this.ensemblesViewHost.TabIndex = 0;
148      this.ensemblesViewHost.ViewsLabelVisible = true;
149      this.ensemblesViewHost.ViewType = null;
150      //
151      // datastreamTab
152      //
153      this.datastreamTab.AllowDrop = true;
154      this.datastreamTab.Controls.Add(this.datastreamViewHost);
[14538]155      this.datastreamTab.Location = new System.Drawing.Point(4, 29);
156      this.datastreamTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
[14488]157      this.datastreamTab.Name = "datastreamTab";
[14538]158      this.datastreamTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
159      this.datastreamTab.Size = new System.Drawing.Size(1597, 896);
[14488]160      this.datastreamTab.TabIndex = 1;
161      this.datastreamTab.Text = "Datastream";
162      this.datastreamTab.UseVisualStyleBackColor = true;
163      this.datastreamTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragDrop);
[14536]164      this.datastreamTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragEnterOver);
165      this.datastreamTab.DragOver += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragEnterOver);
[14488]166      //
167      // datastreamViewHost
168      //
169      this.datastreamViewHost.Caption = "View";
170      this.datastreamViewHost.Content = null;
171      this.datastreamViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
172      this.datastreamViewHost.Enabled = false;
[14538]173      this.datastreamViewHost.Location = new System.Drawing.Point(4, 5);
174      this.datastreamViewHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
[14488]175      this.datastreamViewHost.Name = "datastreamViewHost";
176      this.datastreamViewHost.ReadOnly = false;
[14538]177      this.datastreamViewHost.Size = new System.Drawing.Size(1589, 886);
[14488]178      this.datastreamViewHost.TabIndex = 0;
179      this.datastreamViewHost.ViewsLabelVisible = true;
180      this.datastreamViewHost.ViewType = null;
181      //
182      // resultsTab
183      //
[14536]184      this.resultsTab.Controls.Add(this.resultsView);
[14538]185      this.resultsTab.Location = new System.Drawing.Point(4, 29);
186      this.resultsTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
187      this.resultsTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
[14488]188      this.resultsTab.Name = "resultsTab";
[14538]189      this.resultsTab.Size = new System.Drawing.Size(1597, 896);
[14488]190      this.resultsTab.TabIndex = 3;
191      this.resultsTab.Text = "Results";
192      this.resultsTab.UseVisualStyleBackColor = true;
193      //
[14538]194      // resultsView
[14488]195      //
[14536]196      this.resultsView.Caption = "View";
197      this.resultsView.Content = null;
198      this.resultsView.Dock = System.Windows.Forms.DockStyle.Fill;
199      this.resultsView.Enabled = false;
[14538]200      this.resultsView.Location = new System.Drawing.Point(4, 5);
201      this.resultsView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
202      this.resultsView.Name = "resultsView";
203      this.resultsView.ReadOnly = true;
204      this.resultsView.ShowDetails = true;
205      this.resultsView.Size = new System.Drawing.Size(1597, 896);
[14536]206      this.resultsView.TabIndex = 0;
[14538]207      //
[14536]208      // runsTab
[14538]209      //
[14536]210      this.runsTab.Controls.Add(this.runsView);
[14538]211      this.runsTab.Location = new System.Drawing.Point(4, 29);
212      this.runsTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
213      this.runsTab.Name = "runsTab";
214      this.runsTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
215      this.runsTab.Size = new System.Drawing.Size(1597, 896);
[14536]216      this.runsTab.TabIndex = 3;
217      this.runsTab.Text = "Runs";
218      this.runsTab.UseVisualStyleBackColor = true;
[14538]219      //
[14536]220      // runsView
[14538]221      //
[14536]222      this.runsView.Caption = "RunCollection View";
223      this.runsView.Content = null;
[14538]224      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
225      this.runsView.Enabled = false;
226      this.runsView.Location = new System.Drawing.Point(4, 5);
227      this.runsView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
[14536]228      this.runsView.Name = "runsView";
229      this.runsView.ReadOnly = false;
[14538]230      this.runsView.Size = new System.Drawing.Size(1589, 886);
[14536]231      this.runsView.TabIndex = 0;
[14488]232      //
233      // DatastreamAnalysisOptimizerView
234      //
235      this.AllowDrop = true;
[14538]236      this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
[14488]237      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
238      this.Controls.Add(this.tabControl);
[14538]239      this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
[14488]240      this.Name = "DatastreamAnalysisOptimizerView";
[14538]241      this.Size = new System.Drawing.Size(1614, 1020);
[14488]242      this.Controls.SetChildIndex(this.tabControl, 0);
243      this.Controls.SetChildIndex(this.nameLabel, 0);
244      this.Controls.SetChildIndex(this.nameTextBox, 0);
245      this.Controls.SetChildIndex(this.infoLabel, 0);
246      this.Controls.SetChildIndex(this.resetButton, 0);
247      this.Controls.SetChildIndex(this.stopButton, 0);
248      this.Controls.SetChildIndex(this.pauseButton, 0);
249      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
250      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
251      this.Controls.SetChildIndex(this.startButton, 0);
252      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
253      this.tabControl.ResumeLayout(false);
254      this.ensemblesTab.ResumeLayout(false);
255      this.datastreamTab.ResumeLayout(false);
256      this.resultsTab.ResumeLayout(false);
[14538]257      this.runsTab.ResumeLayout(false);
[14488]258      this.ResumeLayout(false);
259      this.PerformLayout();
260
261    }
262
263    #endregion
264
265    private System.Windows.Forms.TabControl tabControl;
266    private System.Windows.Forms.TabPage ensemblesTab;
267    private System.Windows.Forms.TabPage datastreamTab;
[14536]268    protected System.Windows.Forms.TabPage resultsTab;
269    protected System.Windows.Forms.TabPage runsTab;
[14488]270    private MainForm.WindowsForms.ViewHost ensemblesViewHost;
271    private MainForm.WindowsForms.ViewHost datastreamViewHost;
[14536]272    protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
273    protected HeuristicLab.Optimization.Views.RunCollectionView runsView;
[14488]274  }
275}
Note: See TracBrowser for help on using the repository browser.