#region License Information
/* HeuristicLab
* Copyright (C) 2002-2011 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.Problems.DataAnalysis.Views {
partial class TimeSeriesPrognosisSolutionView {
///
/// 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.horizonTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.itemsGroupBox.SuspendLayout();
this.detailsGroupBox.SuspendLayout();
this.SuspendLayout();
//
// 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.Dock = System.Windows.Forms.DockStyle.None;
this.splitContainer.Location = new System.Drawing.Point(3, 45);
this.splitContainer.Size = new System.Drawing.Size(526, 335);
//
// itemsGroupBox
//
this.itemsGroupBox.Controls.Add(this.horizonTextBox);
this.itemsGroupBox.Controls.Add(this.label1);
this.itemsGroupBox.Text = "Time Series Prognosis Solution";
this.itemsGroupBox.Controls.SetChildIndex(this.label1, 0);
this.itemsGroupBox.Controls.SetChildIndex(this.horizonTextBox, 0);
this.itemsGroupBox.Controls.SetChildIndex(this.splitContainer, 0);
//
// itemsListView
//
this.itemsListView.Size = new System.Drawing.Size(244, 153);
//
// detailsGroupBox
//
this.detailsGroupBox.Size = new System.Drawing.Size(266, 161);
//
// addButton
//
this.toolTip.SetToolTip(this.addButton, "Add");
//
// removeButton
//
this.toolTip.SetToolTip(this.removeButton, "Remove");
//
// viewHost
//
this.viewHost.Size = new System.Drawing.Size(254, 136);
//
// horizonTextBox
//
this.horizonTextBox.Location = new System.Drawing.Point(66, 19);
this.horizonTextBox.Name = "horizonTextBox";
this.horizonTextBox.Size = new System.Drawing.Size(100, 20);
this.horizonTextBox.TabIndex = 1;
this.horizonTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.horizonTextBox_Validating);
this.horizonTextBox.Validated += new System.EventHandler(this.horizonTextBox_Validated);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Horizon:";
//
// TimeSeriesPrognosisSolutionView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "TimeSeriesPrognosisSolutionView";
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.itemsGroupBox.ResumeLayout(false);
this.itemsGroupBox.PerformLayout();
this.detailsGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox horizonTextBox;
private System.Windows.Forms.Label label1;
}
}