#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 ExperimentView {
///
/// 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.components = new System.ComponentModel.Container();
System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Algorithm Parameters", System.Windows.Forms.HorizontalAlignment.Left);
System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Problem Parameters", System.Windows.Forms.HorizontalAlignment.Left);
this.algorithmLabel = new System.Windows.Forms.Label();
this.algorithmTextBox = new System.Windows.Forms.TextBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.problemLabel = new System.Windows.Forms.Label();
this.problemTextBox = new System.Windows.Forms.TextBox();
this.tabControl = new System.Windows.Forms.TabControl();
this.parametersTabPage = new System.Windows.Forms.TabPage();
this.parametersListView = new System.Windows.Forms.ListView();
this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.valueColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.imageList = new System.Windows.Forms.ImageList(this.components);
this.runsTabPage = new System.Windows.Forms.TabPage();
this.runCollectionView = new HeuristicLab.Clients.OKB.RunCollectionView();
this.refreshRunsButton = new System.Windows.Forms.Button();
this.tabControl.SuspendLayout();
this.parametersTabPage.SuspendLayout();
this.runsTabPage.SuspendLayout();
this.SuspendLayout();
//
// algorithmLabel
//
this.algorithmLabel.AutoSize = true;
this.algorithmLabel.Location = new System.Drawing.Point(3, 3);
this.algorithmLabel.Name = "algorithmLabel";
this.algorithmLabel.Size = new System.Drawing.Size(53, 13);
this.algorithmLabel.TabIndex = 0;
this.algorithmLabel.Text = "Algorithm:";
//
// algorithmTextBox
//
this.algorithmTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.algorithmTextBox.Location = new System.Drawing.Point(62, 0);
this.algorithmTextBox.Name = "algorithmTextBox";
this.algorithmTextBox.ReadOnly = true;
this.algorithmTextBox.Size = new System.Drawing.Size(451, 20);
this.algorithmTextBox.TabIndex = 1;
//
// problemLabel
//
this.problemLabel.AutoSize = true;
this.problemLabel.Location = new System.Drawing.Point(3, 29);
this.problemLabel.Name = "problemLabel";
this.problemLabel.Size = new System.Drawing.Size(48, 13);
this.problemLabel.TabIndex = 2;
this.problemLabel.Text = "Problem:";
//
// problemTextBox
//
this.problemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.problemTextBox.Location = new System.Drawing.Point(62, 26);
this.problemTextBox.Name = "problemTextBox";
this.problemTextBox.ReadOnly = true;
this.problemTextBox.Size = new System.Drawing.Size(451, 20);
this.problemTextBox.TabIndex = 3;
//
// 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.parametersTabPage);
this.tabControl.Controls.Add(this.runsTabPage);
this.tabControl.Location = new System.Drawing.Point(0, 52);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(513, 302);
this.tabControl.TabIndex = 4;
//
// parametersTabPage
//
this.parametersTabPage.Controls.Add(this.parametersListView);
this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
this.parametersTabPage.Name = "parametersTabPage";
this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
this.parametersTabPage.Size = new System.Drawing.Size(505, 276);
this.parametersTabPage.TabIndex = 0;
this.parametersTabPage.Text = "Parameters";
this.parametersTabPage.UseVisualStyleBackColor = true;
//
// parametersListView
//
this.parametersListView.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.parametersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.nameColumnHeader,
this.valueColumnHeader});
this.parametersListView.FullRowSelect = true;
listViewGroup1.Header = "Algorithm Parameters";
listViewGroup1.Name = "algorithmParametersGroup";
listViewGroup2.Header = "Problem Parameters";
listViewGroup2.Name = "problemParametersGroup";
this.parametersListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
listViewGroup1,
listViewGroup2});
this.parametersListView.HideSelection = false;
this.parametersListView.Location = new System.Drawing.Point(6, 6);
this.parametersListView.MultiSelect = false;
this.parametersListView.Name = "parametersListView";
this.parametersListView.ShowItemToolTips = true;
this.parametersListView.Size = new System.Drawing.Size(493, 264);
this.parametersListView.SmallImageList = this.imageList;
this.parametersListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.parametersListView.TabIndex = 0;
this.parametersListView.UseCompatibleStateImageBehavior = false;
this.parametersListView.View = System.Windows.Forms.View.Details;
//
// nameColumnHeader
//
this.nameColumnHeader.Text = "Name";
//
// valueColumnHeader
//
this.valueColumnHeader.Text = "Value";
//
// imageList
//
this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList.ImageSize = new System.Drawing.Size(16, 16);
this.imageList.TransparentColor = System.Drawing.Color.Transparent;
//
// runsTabPage
//
this.runsTabPage.Controls.Add(this.runCollectionView);
this.runsTabPage.Controls.Add(this.refreshRunsButton);
this.runsTabPage.Location = new System.Drawing.Point(4, 22);
this.runsTabPage.Name = "runsTabPage";
this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.runsTabPage.Size = new System.Drawing.Size(505, 276);
this.runsTabPage.TabIndex = 1;
this.runsTabPage.Text = "Runs";
this.runsTabPage.UseVisualStyleBackColor = true;
//
// runCollectionView
//
this.runCollectionView.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.runCollectionView.Caption = "RunCollection View";
this.runCollectionView.Content = null;
this.runCollectionView.Location = new System.Drawing.Point(6, 36);
this.runCollectionView.Name = "runCollectionView";
this.runCollectionView.ReadOnly = false;
this.runCollectionView.Size = new System.Drawing.Size(493, 234);
this.runCollectionView.TabIndex = 1;
//
// refreshRunsButton
//
this.refreshRunsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
this.refreshRunsButton.Location = new System.Drawing.Point(6, 6);
this.refreshRunsButton.Name = "refreshRunsButton";
this.refreshRunsButton.Size = new System.Drawing.Size(24, 24);
this.refreshRunsButton.TabIndex = 0;
this.refreshRunsButton.UseVisualStyleBackColor = true;
this.refreshRunsButton.Click += new System.EventHandler(this.refreshRunsButton_Click);
//
// ExperimentView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControl);
this.Controls.Add(this.problemTextBox);
this.Controls.Add(this.algorithmTextBox);
this.Controls.Add(this.problemLabel);
this.Controls.Add(this.algorithmLabel);
this.Name = "ExperimentView";
this.Size = new System.Drawing.Size(513, 354);
this.tabControl.ResumeLayout(false);
this.parametersTabPage.ResumeLayout(false);
this.runsTabPage.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label algorithmLabel;
private System.Windows.Forms.TextBox algorithmTextBox;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.Label problemLabel;
private System.Windows.Forms.TextBox problemTextBox;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage parametersTabPage;
private System.Windows.Forms.TabPage runsTabPage;
private RunCollectionView runCollectionView;
private System.Windows.Forms.Button refreshRunsButton;
private System.Windows.Forms.ListView parametersListView;
private System.Windows.Forms.ColumnHeader nameColumnHeader;
private System.Windows.Forms.ColumnHeader valueColumnHeader;
private System.Windows.Forms.ImageList imageList;
}
}