#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 QueryView {
///
/// 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();
this.refreshResultsButton = new System.Windows.Forms.Button();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.showRunsButton = new System.Windows.Forms.Button();
this.runCollectionView = new HeuristicLab.Clients.OKB.RunCollectionView();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.filtersGroupBox = new System.Windows.Forms.GroupBox();
this.resultsGroupBox = new System.Windows.Forms.GroupBox();
this.nrOfRunsButton = new System.Windows.Forms.Button();
this.filterPanel = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.filtersGroupBox.SuspendLayout();
this.resultsGroupBox.SuspendLayout();
this.SuspendLayout();
//
// refreshResultsButton
//
this.refreshResultsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
this.refreshResultsButton.Location = new System.Drawing.Point(6, 19);
this.refreshResultsButton.Name = "refreshResultsButton";
this.refreshResultsButton.Size = new System.Drawing.Size(24, 24);
this.refreshResultsButton.TabIndex = 0;
this.toolTip.SetToolTip(this.refreshResultsButton, "Refresh Results");
this.refreshResultsButton.UseVisualStyleBackColor = true;
this.refreshResultsButton.Click += new System.EventHandler(this.refreshResultsButton_Click);
//
// showRunsButton
//
this.showRunsButton.Location = new System.Drawing.Point(36, 19);
this.showRunsButton.Name = "showRunsButton";
this.showRunsButton.Size = new System.Drawing.Size(75, 24);
this.showRunsButton.TabIndex = 1;
this.showRunsButton.Text = "&Show Runs";
this.showRunsButton.UseVisualStyleBackColor = true;
this.showRunsButton.Click += new System.EventHandler(this.showRunsButton_Click);
//
// 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, 49);
this.runCollectionView.Name = "runCollectionView";
this.runCollectionView.ReadOnly = false;
this.runCollectionView.Size = new System.Drawing.Size(722, 156);
this.runCollectionView.TabIndex = 2;
//
// splitContainer
//
this.splitContainer.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.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.filtersGroupBox);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.resultsGroupBox);
this.splitContainer.Size = new System.Drawing.Size(734, 435);
this.splitContainer.SplitterDistance = 217;
this.splitContainer.TabIndex = 0;
//
// filtersGroupBox
//
this.filtersGroupBox.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.filtersGroupBox.Controls.Add(this.filterPanel);
this.filtersGroupBox.Location = new System.Drawing.Point(0, 0);
this.filtersGroupBox.Name = "filtersGroupBox";
this.filtersGroupBox.Size = new System.Drawing.Size(734, 214);
this.filtersGroupBox.TabIndex = 0;
this.filtersGroupBox.TabStop = false;
this.filtersGroupBox.Text = "Filters";
//
// resultsGroupBox
//
this.resultsGroupBox.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.resultsGroupBox.Controls.Add(this.nrOfRunsButton);
this.resultsGroupBox.Controls.Add(this.refreshResultsButton);
this.resultsGroupBox.Controls.Add(this.runCollectionView);
this.resultsGroupBox.Controls.Add(this.showRunsButton);
this.resultsGroupBox.Location = new System.Drawing.Point(0, 3);
this.resultsGroupBox.Name = "resultsGroupBox";
this.resultsGroupBox.Size = new System.Drawing.Size(734, 211);
this.resultsGroupBox.TabIndex = 0;
this.resultsGroupBox.TabStop = false;
this.resultsGroupBox.Text = "Results";
//
// nrOfRunsButton
//
this.nrOfRunsButton.Location = new System.Drawing.Point(117, 19);
this.nrOfRunsButton.Name = "nrOfRunsButton";
this.nrOfRunsButton.Size = new System.Drawing.Size(75, 23);
this.nrOfRunsButton.TabIndex = 3;
this.nrOfRunsButton.Text = "No. of Runs";
this.nrOfRunsButton.UseVisualStyleBackColor = true;
this.nrOfRunsButton.Click += new System.EventHandler(this.nrOfRunsButton_Click);
//
// filterPanel
//
this.filterPanel.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.filterPanel.Location = new System.Drawing.Point(6, 19);
this.filterPanel.Name = "filterPanel";
this.filterPanel.Size = new System.Drawing.Size(722, 189);
this.filterPanel.TabIndex = 0;
//
// QueryView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer);
this.Name = "QueryView";
this.Size = new System.Drawing.Size(734, 435);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.filtersGroupBox.ResumeLayout(false);
this.resultsGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button refreshResultsButton;
private System.Windows.Forms.ToolTip toolTip;
private RunCollectionView runCollectionView;
private System.Windows.Forms.Button showRunsButton;
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.GroupBox filtersGroupBox;
private System.Windows.Forms.GroupBox resultsGroupBox;
private System.Windows.Forms.Button nrOfRunsButton;
private System.Windows.Forms.Panel filterPanel;
}
}