namespace HeuristicLab.DatastreamAnalysis {
partial class DatastreamAnalysisOptimizerView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.tabControl = new System.Windows.Forms.TabControl();
this.ensemblesTab = new System.Windows.Forms.TabPage();
this.ensemblesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.datastreamTab = new System.Windows.Forms.TabPage();
this.datastreamViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.resultsTab = new System.Windows.Forms.TabPage();
this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
this.runsTab = new System.Windows.Forms.TabPage();
this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.tabControl.SuspendLayout();
this.ensemblesTab.SuspendLayout();
this.datastreamTab.SuspendLayout();
this.resultsTab.SuspendLayout();
this.runsTab.SuspendLayout();
this.SuspendLayout();
//
// startButton
//
this.startButton.Location = new System.Drawing.Point(9, 978);
this.startButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.startButton.Size = new System.Drawing.Size(36, 37);
this.toolTip.SetToolTip(this.startButton, "Start/Resume Optimizer");
//
// executionTimeTextBox
//
this.executionTimeTextBox.Location = new System.Drawing.Point(1404, 985);
this.executionTimeTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.executionTimeTextBox.Size = new System.Drawing.Size(204, 26);
//
// executionTimeLabel
//
this.executionTimeLabel.Location = new System.Drawing.Point(1270, 989);
this.executionTimeLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
//
// pauseButton
//
this.pauseButton.Location = new System.Drawing.Point(54, 978);
this.pauseButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pauseButton.Size = new System.Drawing.Size(36, 37);
this.toolTip.SetToolTip(this.pauseButton, "Pause Optimizer");
//
// stopButton
//
this.stopButton.Location = new System.Drawing.Point(99, 978);
this.stopButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.stopButton.Size = new System.Drawing.Size(36, 37);
this.toolTip.SetToolTip(this.stopButton, "Stop Optimizer");
//
// resetButton
//
this.resetButton.Location = new System.Drawing.Point(144, 978);
this.resetButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.resetButton.Size = new System.Drawing.Size(36, 37);
this.toolTip.SetToolTip(this.resetButton, "Reset Optimizer");
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
this.nameTextBox.Location = new System.Drawing.Point(87, 0);
this.nameTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.nameTextBox.Size = new System.Drawing.Size(1510, 26);
//
// nameLabel
//
this.nameLabel.Location = new System.Drawing.Point(4, 5);
this.nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
//
// infoLabel
//
this.infoLabel.Location = new System.Drawing.Point(1492, 5);
this.infoLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.infoLabel.Size = new System.Drawing.Size(24, 25);
//
// tabControl
//
this.tabControl.AllowDrop = true;
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl.Controls.Add(this.ensemblesTab);
this.tabControl.Controls.Add(this.datastreamTab);
this.tabControl.Controls.Add(this.resultsTab);
this.tabControl.Controls.Add(this.runsTab);
this.tabControl.Location = new System.Drawing.Point(4, 40);
this.tabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(1605, 929);
this.tabControl.TabIndex = 0;
//
// ensemblesTab
//
this.ensemblesTab.AllowDrop = true;
this.ensemblesTab.Controls.Add(this.ensemblesViewHost);
this.ensemblesTab.Location = new System.Drawing.Point(4, 29);
this.ensemblesTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ensemblesTab.Name = "ensemblesTab";
this.ensemblesTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ensemblesTab.Size = new System.Drawing.Size(1597, 896);
this.ensemblesTab.TabIndex = 0;
this.ensemblesTab.Text = "Ensembles";
this.ensemblesTab.UseVisualStyleBackColor = true;
this.ensemblesTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragDrop);
this.ensemblesTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragEnterOver);
this.ensemblesTab.DragOver += new System.Windows.Forms.DragEventHandler(this.ensemblesTab_DragEnterOver);
//
// ensemblesViewHost
//
this.ensemblesViewHost.AllowDrop = true;
this.ensemblesViewHost.BackColor = System.Drawing.Color.Transparent;
this.ensemblesViewHost.Caption = "View";
this.ensemblesViewHost.Content = null;
this.ensemblesViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.ensemblesViewHost.Enabled = false;
this.ensemblesViewHost.Location = new System.Drawing.Point(4, 5);
this.ensemblesViewHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ensemblesViewHost.Name = "ensemblesViewHost";
this.ensemblesViewHost.ReadOnly = false;
this.ensemblesViewHost.Size = new System.Drawing.Size(1589, 886);
this.ensemblesViewHost.TabIndex = 0;
this.ensemblesViewHost.ViewsLabelVisible = true;
this.ensemblesViewHost.ViewType = null;
//
// datastreamTab
//
this.datastreamTab.AllowDrop = true;
this.datastreamTab.Controls.Add(this.datastreamViewHost);
this.datastreamTab.Location = new System.Drawing.Point(4, 29);
this.datastreamTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.datastreamTab.Name = "datastreamTab";
this.datastreamTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.datastreamTab.Size = new System.Drawing.Size(1597, 896);
this.datastreamTab.TabIndex = 1;
this.datastreamTab.Text = "Datastream";
this.datastreamTab.UseVisualStyleBackColor = true;
this.datastreamTab.DragDrop += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragDrop);
this.datastreamTab.DragEnter += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragEnterOver);
this.datastreamTab.DragOver += new System.Windows.Forms.DragEventHandler(this.datastreamTab_DragEnterOver);
//
// datastreamViewHost
//
this.datastreamViewHost.Caption = "View";
this.datastreamViewHost.Content = null;
this.datastreamViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.datastreamViewHost.Enabled = false;
this.datastreamViewHost.Location = new System.Drawing.Point(4, 5);
this.datastreamViewHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.datastreamViewHost.Name = "datastreamViewHost";
this.datastreamViewHost.ReadOnly = false;
this.datastreamViewHost.Size = new System.Drawing.Size(1589, 886);
this.datastreamViewHost.TabIndex = 0;
this.datastreamViewHost.ViewsLabelVisible = true;
this.datastreamViewHost.ViewType = null;
//
// resultsTab
//
this.resultsTab.Controls.Add(this.resultsView);
this.resultsTab.Location = new System.Drawing.Point(4, 29);
this.resultsTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.resultsTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.resultsTab.Name = "resultsTab";
this.resultsTab.Size = new System.Drawing.Size(1597, 896);
this.resultsTab.TabIndex = 3;
this.resultsTab.Text = "Results";
this.resultsTab.UseVisualStyleBackColor = true;
//
// resultsView
//
this.resultsView.Caption = "View";
this.resultsView.Content = null;
this.resultsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.resultsView.Enabled = false;
this.resultsView.Location = new System.Drawing.Point(4, 5);
this.resultsView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.resultsView.Name = "resultsView";
this.resultsView.ReadOnly = true;
this.resultsView.ShowDetails = true;
this.resultsView.Size = new System.Drawing.Size(1597, 896);
this.resultsView.TabIndex = 0;
//
// runsTab
//
this.runsTab.Controls.Add(this.runsView);
this.runsTab.Location = new System.Drawing.Point(4, 29);
this.runsTab.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.runsTab.Name = "runsTab";
this.runsTab.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.runsTab.Size = new System.Drawing.Size(1597, 896);
this.runsTab.TabIndex = 3;
this.runsTab.Text = "Runs";
this.runsTab.UseVisualStyleBackColor = true;
//
// runsView
//
this.runsView.Caption = "RunCollection View";
this.runsView.Content = null;
this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.runsView.Enabled = false;
this.runsView.Location = new System.Drawing.Point(4, 5);
this.runsView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.runsView.Name = "runsView";
this.runsView.ReadOnly = false;
this.runsView.Size = new System.Drawing.Size(1589, 886);
this.runsView.TabIndex = 0;
//
// DatastreamAnalysisOptimizerView
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControl);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "DatastreamAnalysisOptimizerView";
this.Size = new System.Drawing.Size(1614, 1020);
this.Controls.SetChildIndex(this.tabControl, 0);
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
this.Controls.SetChildIndex(this.infoLabel, 0);
this.Controls.SetChildIndex(this.resetButton, 0);
this.Controls.SetChildIndex(this.stopButton, 0);
this.Controls.SetChildIndex(this.pauseButton, 0);
this.Controls.SetChildIndex(this.executionTimeLabel, 0);
this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
this.Controls.SetChildIndex(this.startButton, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.tabControl.ResumeLayout(false);
this.ensemblesTab.ResumeLayout(false);
this.datastreamTab.ResumeLayout(false);
this.resultsTab.ResumeLayout(false);
this.runsTab.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage ensemblesTab;
private System.Windows.Forms.TabPage datastreamTab;
protected System.Windows.Forms.TabPage resultsTab;
protected System.Windows.Forms.TabPage runsTab;
private MainForm.WindowsForms.ViewHost ensemblesViewHost;
private MainForm.WindowsForms.ViewHost datastreamViewHost;
protected HeuristicLab.Optimization.Views.ResultCollectionView resultsView;
protected HeuristicLab.Optimization.Views.RunCollectionView runsView;
}
}