#region License Information
/* HeuristicLab
* Copyright (C) 2002-2015 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.Optimization.BubbleChart {
partial class BubbleChartView {
///
/// 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.components = new System.ComponentModel.Container();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.yLabel = new System.Windows.Forms.Label();
this.xLabel = new System.Windows.Forms.Label();
this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
this.yAxisComboBox = new System.Windows.Forms.ComboBox();
this.xAxisComboBox = new System.Windows.Forms.ComboBox();
this.treeView = new System.Windows.Forms.TreeView();
this.childrenGroupBox = new System.Windows.Forms.GroupBox();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.noDataLabel = new System.Windows.Forms.Label();
this.sizeComboBox = new System.Windows.Forms.ComboBox();
this.sizeLabel = new System.Windows.Forms.Label();
this.sourceLabel = new System.Windows.Forms.Label();
this.levelNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.includeChildrenCheckBox = new System.Windows.Forms.CheckBox();
this.sizeTrackBar = new System.Windows.Forms.TrackBar();
this.yJitterLabel = new System.Windows.Forms.Label();
this.xJitterLabel = new System.Windows.Forms.Label();
this.yJitterTrackBar = new System.Windows.Forms.TrackBar();
this.xJitterTrackBar = new System.Windows.Forms.TrackBar();
this.tooltip = new System.Windows.Forms.ToolTip(this.components);
((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
this.childrenGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.levelNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.yJitterTrackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xJitterTrackBar)).BeginInit();
this.SuspendLayout();
//
// yLabel
//
this.yLabel.AutoSize = true;
this.yLabel.Location = new System.Drawing.Point(218, 6);
this.yLabel.Name = "yLabel";
this.yLabel.Size = new System.Drawing.Size(15, 13);
this.yLabel.TabIndex = 0;
this.yLabel.Text = "y:";
//
// xLabel
//
this.xLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.xLabel.AutoSize = true;
this.xLabel.Location = new System.Drawing.Point(700, 712);
this.xLabel.Name = "xLabel";
this.xLabel.Size = new System.Drawing.Size(15, 13);
this.xLabel.TabIndex = 2;
this.xLabel.Text = "x:";
//
// chart
//
this.chart.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 = "ChartArea1";
this.chart.ChartAreas.Add(chartArea1);
this.chart.Location = new System.Drawing.Point(3, 3);
this.chart.Name = "chart";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
series1.IsVisibleInLegend = false;
series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
series1.Name = "Bubbles";
series1.YValuesPerPoint = 2;
this.chart.Series.Add(series1);
this.chart.Size = new System.Drawing.Size(966, 668);
this.chart.TabIndex = 7;
this.chart.AxisViewChanged += new System.EventHandler(this.chart_AxisViewChanged);
this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDoubleClick);
this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
//
// yAxisComboBox
//
this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.yAxisComboBox.FormattingEnabled = true;
this.yAxisComboBox.Location = new System.Drawing.Point(239, 2);
this.yAxisComboBox.Name = "yAxisComboBox";
this.yAxisComboBox.Size = new System.Drawing.Size(263, 21);
this.yAxisComboBox.TabIndex = 8;
this.yAxisComboBox.SelectedValueChanged += new System.EventHandler(this.axisComboBox_SelectedValueChanged);
//
// xAxisComboBox
//
this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.xAxisComboBox.FormattingEnabled = true;
this.xAxisComboBox.Location = new System.Drawing.Point(721, 709);
this.xAxisComboBox.Name = "xAxisComboBox";
this.xAxisComboBox.Size = new System.Drawing.Size(249, 21);
this.xAxisComboBox.TabIndex = 9;
this.xAxisComboBox.SelectedValueChanged += new System.EventHandler(this.axisComboBox_SelectedValueChanged);
//
// treeView
//
this.treeView.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.treeView.CheckBoxes = true;
this.treeView.Location = new System.Drawing.Point(6, 19);
this.treeView.Name = "treeView";
this.treeView.Size = new System.Drawing.Size(89, 643);
this.treeView.TabIndex = 10;
this.treeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterCheck);
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
//
// childrenGroupBox
//
this.childrenGroupBox.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.childrenGroupBox.Controls.Add(this.treeView);
this.childrenGroupBox.Location = new System.Drawing.Point(3, 3);
this.childrenGroupBox.Name = "childrenGroupBox";
this.childrenGroupBox.Size = new System.Drawing.Size(101, 668);
this.childrenGroupBox.TabIndex = 11;
this.childrenGroupBox.TabStop = false;
this.childrenGroupBox.Text = "Children";
//
// 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(3, 30);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.childrenGroupBox);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.noDataLabel);
this.splitContainer.Panel2.Controls.Add(this.chart);
this.splitContainer.Size = new System.Drawing.Size(1083, 674);
this.splitContainer.SplitterDistance = 107;
this.splitContainer.TabIndex = 12;
//
// noDataLabel
//
this.noDataLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
this.noDataLabel.AutoSize = true;
this.noDataLabel.Location = new System.Drawing.Point(469, 323);
this.noDataLabel.Name = "noDataLabel";
this.noDataLabel.Size = new System.Drawing.Size(139, 13);
this.noDataLabel.TabIndex = 8;
this.noDataLabel.Text = "No data could be displayed.";
this.noDataLabel.Visible = false;
//
// sizeComboBox
//
this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.sizeComboBox.FormattingEnabled = true;
this.sizeComboBox.Location = new System.Drawing.Point(728, 2);
this.sizeComboBox.Name = "sizeComboBox";
this.sizeComboBox.Size = new System.Drawing.Size(280, 21);
this.sizeComboBox.TabIndex = 13;
this.sizeComboBox.SelectedValueChanged += new System.EventHandler(this.axisComboBox_SelectedValueChanged);
//
// sizeLabel
//
this.sizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.sizeLabel.AutoSize = true;
this.sizeLabel.Location = new System.Drawing.Point(656, 5);
this.sizeLabel.Name = "sizeLabel";
this.sizeLabel.Size = new System.Drawing.Size(66, 13);
this.sizeLabel.TabIndex = 14;
this.sizeLabel.Text = "Bubble Size:";
//
// sourceLabel
//
this.sourceLabel.AutoSize = true;
this.sourceLabel.Location = new System.Drawing.Point(3, 6);
this.sourceLabel.Name = "sourceLabel";
this.sourceLabel.Size = new System.Drawing.Size(36, 13);
this.sourceLabel.TabIndex = 15;
this.sourceLabel.Text = "Level:";
//
// levelNumericUpDown
//
this.levelNumericUpDown.Location = new System.Drawing.Point(45, 4);
this.levelNumericUpDown.Name = "levelNumericUpDown";
this.levelNumericUpDown.Size = new System.Drawing.Size(43, 20);
this.levelNumericUpDown.TabIndex = 16;
this.levelNumericUpDown.ValueChanged += new System.EventHandler(this.levelNumericUpDown_ValueChanged);
//
// includeChildrenCheckBox
//
this.includeChildrenCheckBox.AutoSize = true;
this.includeChildrenCheckBox.Checked = true;
this.includeChildrenCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.includeChildrenCheckBox.Location = new System.Drawing.Point(94, 4);
this.includeChildrenCheckBox.Name = "includeChildrenCheckBox";
this.includeChildrenCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.includeChildrenCheckBox.Size = new System.Drawing.Size(102, 17);
this.includeChildrenCheckBox.TabIndex = 17;
this.includeChildrenCheckBox.Text = "Include Children";
this.includeChildrenCheckBox.UseVisualStyleBackColor = true;
this.includeChildrenCheckBox.CheckedChanged += new System.EventHandler(this.includeChildrenCheckBox_CheckedChanged);
//
// sizeTrackBar
//
this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.sizeTrackBar.Location = new System.Drawing.Point(1019, 3);
this.sizeTrackBar.Maximum = 20;
this.sizeTrackBar.Minimum = -20;
this.sizeTrackBar.Name = "sizeTrackBar";
this.sizeTrackBar.Size = new System.Drawing.Size(64, 45);
this.sizeTrackBar.TabIndex = 18;
this.sizeTrackBar.TickFrequency = 20;
this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
//
// yJitterLabel
//
this.yJitterLabel.AutoSize = true;
this.yJitterLabel.Location = new System.Drawing.Point(509, 6);
this.yJitterLabel.Name = "yJitterLabel";
this.yJitterLabel.Size = new System.Drawing.Size(32, 13);
this.yJitterLabel.TabIndex = 19;
this.yJitterLabel.Text = "Jitter:";
//
// xJitterLabel
//
this.xJitterLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.xJitterLabel.AutoSize = true;
this.xJitterLabel.Location = new System.Drawing.Point(977, 712);
this.xJitterLabel.Name = "xJitterLabel";
this.xJitterLabel.Size = new System.Drawing.Size(32, 13);
this.xJitterLabel.TabIndex = 20;
this.xJitterLabel.Text = "Jitter:";
//
// yJitterTrackBar
//
this.yJitterTrackBar.Enabled = false;
this.yJitterTrackBar.Location = new System.Drawing.Point(547, 2);
this.yJitterTrackBar.Maximum = 100;
this.yJitterTrackBar.Name = "yJitterTrackBar";
this.yJitterTrackBar.Size = new System.Drawing.Size(65, 45);
this.yJitterTrackBar.TabIndex = 21;
this.yJitterTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.yJitterTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
//
// xJitterTrackBar
//
this.xJitterTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.xJitterTrackBar.Enabled = false;
this.xJitterTrackBar.Location = new System.Drawing.Point(1019, 707);
this.xJitterTrackBar.Maximum = 100;
this.xJitterTrackBar.Name = "xJitterTrackBar";
this.xJitterTrackBar.Size = new System.Drawing.Size(65, 45);
this.xJitterTrackBar.TabIndex = 22;
this.xJitterTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.xJitterTrackBar.ValueChanged += new System.EventHandler(this.jitterTrackBar_ValueChanged);
//
// BubbleChartView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.xJitterTrackBar);
this.Controls.Add(this.yJitterTrackBar);
this.Controls.Add(this.xJitterLabel);
this.Controls.Add(this.yJitterLabel);
this.Controls.Add(this.sizeTrackBar);
this.Controls.Add(this.includeChildrenCheckBox);
this.Controls.Add(this.levelNumericUpDown);
this.Controls.Add(this.sourceLabel);
this.Controls.Add(this.sizeLabel);
this.Controls.Add(this.sizeComboBox);
this.Controls.Add(this.splitContainer);
this.Controls.Add(this.xAxisComboBox);
this.Controls.Add(this.xLabel);
this.Controls.Add(this.yLabel);
this.Controls.Add(this.yAxisComboBox);
this.Name = "BubbleChartView";
this.Size = new System.Drawing.Size(1089, 734);
((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
this.childrenGroupBox.ResumeLayout(false);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
this.splitContainer.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.levelNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.yJitterTrackBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xJitterTrackBar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label yLabel;
private System.Windows.Forms.Label xLabel;
private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
private System.Windows.Forms.ComboBox yAxisComboBox;
private System.Windows.Forms.ComboBox xAxisComboBox;
private System.Windows.Forms.TreeView treeView;
private System.Windows.Forms.GroupBox childrenGroupBox;
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.ComboBox sizeComboBox;
private System.Windows.Forms.Label sizeLabel;
private System.Windows.Forms.Label sourceLabel;
private System.Windows.Forms.NumericUpDown levelNumericUpDown;
private System.Windows.Forms.CheckBox includeChildrenCheckBox;
private System.Windows.Forms.TrackBar sizeTrackBar;
private System.Windows.Forms.Label yJitterLabel;
private System.Windows.Forms.Label xJitterLabel;
private System.Windows.Forms.TrackBar yJitterTrackBar;
private System.Windows.Forms.TrackBar xJitterTrackBar;
private System.Windows.Forms.Label noDataLabel;
private System.Windows.Forms.ToolTip tooltip;
}
}