#region License Information
/* HeuristicLab
* Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Clients.OKB {
partial class OKBExperimentView {
///
/// 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) {
if (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.algorithmLabel = new System.Windows.Forms.Label();
this.problemLabel = new System.Windows.Forms.Label();
this.algorithmComboBox = new System.Windows.Forms.ComboBox();
this.problemComboBox = new System.Windows.Forms.ComboBox();
this.refreshButton = new System.Windows.Forms.Button();
this.startButton = new System.Windows.Forms.Button();
this.pauseButton = new System.Windows.Forms.Button();
this.stopButton = new System.Windows.Forms.Button();
this.prepareButton = new System.Windows.Forms.Button();
this.executionTimeLabel = new System.Windows.Forms.Label();
this.executionTimeTextBox = new System.Windows.Forms.TextBox();
this.tabControl = new System.Windows.Forms.TabControl();
this.problemParametersTabPage = new System.Windows.Forms.TabPage();
this.algorithmParametersTabPage = new System.Windows.Forms.TabPage();
this.resultsTabPage = new System.Windows.Forms.TabPage();
this.runsTabPage = new System.Windows.Forms.TabPage();
this.problemParametersViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.algorithmParametersViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.resultsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.tabControl.SuspendLayout();
this.problemParametersTabPage.SuspendLayout();
this.algorithmParametersTabPage.SuspendLayout();
this.resultsTabPage.SuspendLayout();
this.runsTabPage.SuspendLayout();
this.SuspendLayout();
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
this.nameTextBox.Size = new System.Drawing.Size(638, 20);
//
// descriptionTextBox
//
this.descriptionTextBox.Size = new System.Drawing.Size(638, 20);
//
// algorithmLabel
//
this.algorithmLabel.AutoSize = true;
this.algorithmLabel.Location = new System.Drawing.Point(3, 111);
this.algorithmLabel.Name = "algorithmLabel";
this.algorithmLabel.Size = new System.Drawing.Size(53, 13);
this.algorithmLabel.TabIndex = 5;
this.algorithmLabel.Text = "&Algorithm:";
//
// problemLabel
//
this.problemLabel.AutoSize = true;
this.problemLabel.Location = new System.Drawing.Point(3, 138);
this.problemLabel.Name = "problemLabel";
this.problemLabel.Size = new System.Drawing.Size(48, 13);
this.problemLabel.TabIndex = 7;
this.problemLabel.Text = "&Problem:";
//
// algorithmComboBox
//
this.algorithmComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.algorithmComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.algorithmComboBox.FormattingEnabled = true;
this.algorithmComboBox.Location = new System.Drawing.Point(72, 108);
this.algorithmComboBox.Name = "algorithmComboBox";
this.algorithmComboBox.Size = new System.Drawing.Size(638, 21);
this.algorithmComboBox.TabIndex = 6;
this.algorithmComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmComboBox_SelectedValueChanged);
//
// problemComboBox
//
this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.problemComboBox.FormattingEnabled = true;
this.problemComboBox.Location = new System.Drawing.Point(72, 135);
this.problemComboBox.Name = "problemComboBox";
this.problemComboBox.Size = new System.Drawing.Size(638, 21);
this.problemComboBox.TabIndex = 8;
this.problemComboBox.SelectedValueChanged += new System.EventHandler(this.problemComboBox_SelectedValueChanged);
//
// refreshButton
//
this.refreshButton.Location = new System.Drawing.Point(0, 79);
this.refreshButton.Name = "refreshButton";
this.refreshButton.Size = new System.Drawing.Size(75, 23);
this.refreshButton.TabIndex = 4;
this.refreshButton.Text = "&Refresh";
this.refreshButton.UseVisualStyleBackColor = true;
this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
//
// startButton
//
this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.startButton.Location = new System.Drawing.Point(81, 476);
this.startButton.Name = "startButton";
this.startButton.Size = new System.Drawing.Size(75, 23);
this.startButton.TabIndex = 11;
this.startButton.Text = "Start";
this.startButton.UseVisualStyleBackColor = true;
this.startButton.Click += new System.EventHandler(this.startButton_Click);
//
// pauseButton
//
this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pauseButton.Location = new System.Drawing.Point(162, 476);
this.pauseButton.Name = "pauseButton";
this.pauseButton.Size = new System.Drawing.Size(75, 23);
this.pauseButton.TabIndex = 12;
this.pauseButton.Text = "Pause";
this.pauseButton.UseVisualStyleBackColor = true;
this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
//
// stopButton
//
this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.stopButton.Location = new System.Drawing.Point(243, 476);
this.stopButton.Name = "stopButton";
this.stopButton.Size = new System.Drawing.Size(75, 23);
this.stopButton.TabIndex = 13;
this.stopButton.Text = "Stop";
this.stopButton.UseVisualStyleBackColor = true;
this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
//
// prepareButton
//
this.prepareButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.prepareButton.Location = new System.Drawing.Point(0, 476);
this.prepareButton.Name = "prepareButton";
this.prepareButton.Size = new System.Drawing.Size(75, 23);
this.prepareButton.TabIndex = 10;
this.prepareButton.Text = "Prepare";
this.prepareButton.UseVisualStyleBackColor = true;
this.prepareButton.Click += new System.EventHandler(this.prepareButton_Click);
//
// executionTimeLabel
//
this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.executionTimeLabel.AutoSize = true;
this.executionTimeLabel.Location = new System.Drawing.Point(476, 482);
this.executionTimeLabel.Name = "executionTimeLabel";
this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
this.executionTimeLabel.TabIndex = 14;
this.executionTimeLabel.Text = "&Execution Time:";
//
// executionTimeTextBox
//
this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.executionTimeTextBox.Location = new System.Drawing.Point(565, 479);
this.executionTimeTextBox.Name = "executionTimeTextBox";
this.executionTimeTextBox.ReadOnly = true;
this.executionTimeTextBox.Size = new System.Drawing.Size(145, 20);
this.executionTimeTextBox.TabIndex = 15;
//
// tabControl
//
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.problemParametersTabPage);
this.tabControl.Controls.Add(this.algorithmParametersTabPage);
this.tabControl.Controls.Add(this.resultsTabPage);
this.tabControl.Controls.Add(this.runsTabPage);
this.tabControl.Location = new System.Drawing.Point(0, 162);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(710, 308);
this.tabControl.TabIndex = 9;
//
// problemParametersTabPage
//
this.problemParametersTabPage.Controls.Add(this.problemParametersViewHost);
this.problemParametersTabPage.Location = new System.Drawing.Point(4, 22);
this.problemParametersTabPage.Name = "problemParametersTabPage";
this.problemParametersTabPage.Padding = new System.Windows.Forms.Padding(3);
this.problemParametersTabPage.Size = new System.Drawing.Size(702, 282);
this.problemParametersTabPage.TabIndex = 0;
this.problemParametersTabPage.Text = "Problem Parameters";
this.problemParametersTabPage.UseVisualStyleBackColor = true;
//
// algorithmParametersTabPage
//
this.algorithmParametersTabPage.Controls.Add(this.algorithmParametersViewHost);
this.algorithmParametersTabPage.Location = new System.Drawing.Point(4, 22);
this.algorithmParametersTabPage.Name = "algorithmParametersTabPage";
this.algorithmParametersTabPage.Padding = new System.Windows.Forms.Padding(3);
this.algorithmParametersTabPage.Size = new System.Drawing.Size(702, 282);
this.algorithmParametersTabPage.TabIndex = 1;
this.algorithmParametersTabPage.Text = "Algorithm Parameters";
this.algorithmParametersTabPage.UseVisualStyleBackColor = true;
//
// resultsTabPage
//
this.resultsTabPage.Controls.Add(this.resultsViewHost);
this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
this.resultsTabPage.Name = "resultsTabPage";
this.resultsTabPage.Size = new System.Drawing.Size(702, 282);
this.resultsTabPage.TabIndex = 2;
this.resultsTabPage.Text = "Results";
this.resultsTabPage.UseVisualStyleBackColor = true;
//
// runsTabPage
//
this.runsTabPage.Controls.Add(this.runsViewHost);
this.runsTabPage.Location = new System.Drawing.Point(4, 22);
this.runsTabPage.Name = "runsTabPage";
this.runsTabPage.Size = new System.Drawing.Size(702, 282);
this.runsTabPage.TabIndex = 3;
this.runsTabPage.Text = "Runs";
this.runsTabPage.UseVisualStyleBackColor = true;
//
// problemParametersViewHost
//
this.problemParametersViewHost.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.problemParametersViewHost.Caption = "View";
this.problemParametersViewHost.Content = null;
this.problemParametersViewHost.Location = new System.Drawing.Point(6, 6);
this.problemParametersViewHost.Name = "problemParametersViewHost";
this.problemParametersViewHost.ReadOnly = false;
this.problemParametersViewHost.Size = new System.Drawing.Size(690, 270);
this.problemParametersViewHost.TabIndex = 0;
this.problemParametersViewHost.ViewType = null;
//
// algorithmParametersViewHost
//
this.algorithmParametersViewHost.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.algorithmParametersViewHost.Caption = "View";
this.algorithmParametersViewHost.Content = null;
this.algorithmParametersViewHost.Location = new System.Drawing.Point(6, 6);
this.algorithmParametersViewHost.Name = "algorithmParametersViewHost";
this.algorithmParametersViewHost.ReadOnly = false;
this.algorithmParametersViewHost.Size = new System.Drawing.Size(690, 270);
this.algorithmParametersViewHost.TabIndex = 1;
this.algorithmParametersViewHost.ViewType = null;
//
// resultsViewHost
//
this.resultsViewHost.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.resultsViewHost.Caption = "View";
this.resultsViewHost.Content = null;
this.resultsViewHost.Location = new System.Drawing.Point(6, 6);
this.resultsViewHost.Name = "resultsViewHost";
this.resultsViewHost.ReadOnly = false;
this.resultsViewHost.Size = new System.Drawing.Size(690, 270);
this.resultsViewHost.TabIndex = 1;
this.resultsViewHost.ViewType = null;
//
// runsViewHost
//
this.runsViewHost.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.runsViewHost.Caption = "View";
this.runsViewHost.Content = null;
this.runsViewHost.Location = new System.Drawing.Point(6, 6);
this.runsViewHost.Name = "runsViewHost";
this.runsViewHost.ReadOnly = false;
this.runsViewHost.Size = new System.Drawing.Size(690, 270);
this.runsViewHost.TabIndex = 1;
this.runsViewHost.ViewType = null;
//
// OKBExperimentView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.algorithmComboBox);
this.Controls.Add(this.problemComboBox);
this.Controls.Add(this.algorithmLabel);
this.Controls.Add(this.problemLabel);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.refreshButton);
this.Controls.Add(this.prepareButton);
this.Controls.Add(this.startButton);
this.Controls.Add(this.executionTimeTextBox);
this.Controls.Add(this.pauseButton);
this.Controls.Add(this.stopButton);
this.Controls.Add(this.executionTimeLabel);
this.Name = "OKBExperimentView";
this.Size = new System.Drawing.Size(710, 499);
this.Controls.SetChildIndex(this.executionTimeLabel, 0);
this.Controls.SetChildIndex(this.stopButton, 0);
this.Controls.SetChildIndex(this.pauseButton, 0);
this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
this.Controls.SetChildIndex(this.startButton, 0);
this.Controls.SetChildIndex(this.prepareButton, 0);
this.Controls.SetChildIndex(this.refreshButton, 0);
this.Controls.SetChildIndex(this.tabControl, 0);
this.Controls.SetChildIndex(this.problemLabel, 0);
this.Controls.SetChildIndex(this.algorithmLabel, 0);
this.Controls.SetChildIndex(this.problemComboBox, 0);
this.Controls.SetChildIndex(this.algorithmComboBox, 0);
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.descriptionLabel, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
this.Controls.SetChildIndex(this.descriptionTextBox, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.tabControl.ResumeLayout(false);
this.problemParametersTabPage.ResumeLayout(false);
this.algorithmParametersTabPage.ResumeLayout(false);
this.resultsTabPage.ResumeLayout(false);
this.runsTabPage.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label algorithmLabel;
private System.Windows.Forms.Label problemLabel;
private System.Windows.Forms.ComboBox algorithmComboBox;
private System.Windows.Forms.ComboBox problemComboBox;
private System.Windows.Forms.Button refreshButton;
private System.Windows.Forms.Button startButton;
private System.Windows.Forms.Button pauseButton;
private System.Windows.Forms.Button stopButton;
private System.Windows.Forms.Button prepareButton;
private System.Windows.Forms.Label executionTimeLabel;
private System.Windows.Forms.TextBox executionTimeTextBox;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage problemParametersTabPage;
private System.Windows.Forms.TabPage algorithmParametersTabPage;
private MainForm.WindowsForms.ViewHost problemParametersViewHost;
private MainForm.WindowsForms.ViewHost algorithmParametersViewHost;
private System.Windows.Forms.TabPage resultsTabPage;
private MainForm.WindowsForms.ViewHost resultsViewHost;
private System.Windows.Forms.TabPage runsTabPage;
private MainForm.WindowsForms.ViewHost runsViewHost;
}
}