#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.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(); ((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(); this.SuspendLayout(); // // yLabel // this.yLabel.AutoSize = true; this.yLabel.Location = new System.Drawing.Point(305, 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(725, 713); 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(880, 668); this.chart.TabIndex = 7; this.chart.AxisViewChanged += new System.EventHandler(this.chart_AxisViewChanged); // // yAxisComboBox // this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.yAxisComboBox.FormattingEnabled = true; this.yAxisComboBox.Location = new System.Drawing.Point(326, 3); this.yAxisComboBox.Name = "yAxisComboBox"; this.yAxisComboBox.Size = new System.Drawing.Size(340, 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(746, 710); this.xAxisComboBox.Name = "xAxisComboBox"; this.xAxisComboBox.Size = new System.Drawing.Size(340, 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(175, 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(187, 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.chart); this.splitContainer.Size = new System.Drawing.Size(1083, 674); this.splitContainer.SplitterDistance = 193; this.splitContainer.TabIndex = 12; // // 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(806, 3); 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(734, 6); 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); // // 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.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); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.levelNumericUpDown)).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; } }