#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.Problems.DataAnalysis.Symbolic.Views {
partial class SymbolicDataAnalysisSolutionResponseFunctionView {
///
/// 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() {
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
this.responseChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.comboBox = new System.Windows.Forms.ComboBox();
this.freeVariableLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.responseChart)).BeginInit();
this.SuspendLayout();
//
// flowLayoutPanel
//
this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.flowLayoutPanel.AutoScroll = true;
this.flowLayoutPanel.Location = new System.Drawing.Point(3, 202);
this.flowLayoutPanel.Name = "flowLayoutPanel";
this.flowLayoutPanel.Size = new System.Drawing.Size(261, 268);
this.flowLayoutPanel.TabIndex = 2;
this.flowLayoutPanel.WrapContents = false;
//
// responseChart
//
this.responseChart.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)));
chartArea1.Name = "ChartArea";
this.responseChart.ChartAreas.Add(chartArea1);
legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row;
legend1.Name = "Legend";
this.responseChart.Legends.Add(legend1);
this.responseChart.Location = new System.Drawing.Point(3, 30);
this.responseChart.Name = "responseChart";
series1.ChartArea = "ChartArea";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
series1.Legend = "Legend";
series1.MarkerSize = 3;
series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
series1.Name = "Model Response";
this.responseChart.Series.Add(series1);
this.responseChart.Size = new System.Drawing.Size(258, 166);
this.responseChart.TabIndex = 3;
//
// comboBox
//
this.comboBox.FormattingEnabled = true;
this.comboBox.Location = new System.Drawing.Point(80, 3);
this.comboBox.Name = "comboBox";
this.comboBox.Size = new System.Drawing.Size(166, 21);
this.comboBox.TabIndex = 4;
this.comboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectedIndexChanged);
//
// freeVariableLabel
//
this.freeVariableLabel.AutoSize = true;
this.freeVariableLabel.Location = new System.Drawing.Point(3, 6);
this.freeVariableLabel.Name = "freeVariableLabel";
this.freeVariableLabel.Size = new System.Drawing.Size(71, 13);
this.freeVariableLabel.TabIndex = 5;
this.freeVariableLabel.Text = "Free variable:";
//
// SymbolicDataAnalysisSolutionResponseFunctionView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.freeVariableLabel);
this.Controls.Add(this.comboBox);
this.Controls.Add(this.responseChart);
this.Controls.Add(this.flowLayoutPanel);
this.Name = "SymbolicDataAnalysisSolutionResponseFunctionView";
this.Size = new System.Drawing.Size(264, 473);
((System.ComponentModel.ISupportInitialize)(this.responseChart)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
private System.Windows.Forms.DataVisualization.Charting.Chart responseChart;
private System.Windows.Forms.ComboBox comboBox;
private System.Windows.Forms.Label freeVariableLabel;
}
}