#region License Information /* HeuristicLab * Copyright (C) 2002-2016 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.Algorithms.DataAnalysis.Views { partial class GaussianProcessRegressionSolutionInteractiveRangeEstimatorView { /// /// 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.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart(); this.splitContainer = new System.Windows.Forms.SplitContainer(); this.configurationGroupBox = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); this.splitContainer.SuspendLayout(); this.configurationGroupBox.SuspendLayout(); this.SuspendLayout(); // // chart // chartArea1.Name = "ChartArea"; this.chart.ChartAreas.Add(chartArea1); this.chart.Dock = System.Windows.Forms.DockStyle.Fill; legend1.Alignment = System.Drawing.StringAlignment.Center; legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top; legend1.Name = "Default"; this.chart.Legends.Add(legend1); this.chart.Location = new System.Drawing.Point(0, 0); this.chart.Name = "chart"; this.chart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None; this.chart.PaletteCustomColors = new System.Drawing.Color[] { System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(180)))), ((int)(((byte)(65))))), System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))), System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(58)))), ((int)(((byte)(2)))))}; this.chart.Size = new System.Drawing.Size(715, 376); this.chart.TabIndex = 0; this.chart.CustomizeLegend += new System.EventHandler(this.chart_CustomizeLegend); this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Chart_MouseDoubleClick); this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown); this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove); // // splitContainer // this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill; 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.chart); // // splitContainer.Panel2 // this.splitContainer.Panel2.Controls.Add(this.configurationGroupBox); this.splitContainer.Size = new System.Drawing.Size(715, 591); this.splitContainer.SplitterDistance = 376; this.splitContainer.TabIndex = 1; // // configurationGroupBox // this.configurationGroupBox.Controls.Add(this.tableLayoutPanel); this.configurationGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.configurationGroupBox.Location = new System.Drawing.Point(0, 0); this.configurationGroupBox.Name = "configurationGroupBox"; this.configurationGroupBox.Size = new System.Drawing.Size(715, 211); this.configurationGroupBox.TabIndex = 1; this.configurationGroupBox.TabStop = false; this.configurationGroupBox.Text = "Configuration"; // // tableLayoutPanel // this.tableLayoutPanel.AutoScroll = true; this.tableLayoutPanel.ColumnCount = 1; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 1; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.Size = new System.Drawing.Size(709, 192); this.tableLayoutPanel.TabIndex = 0; // // GaussianProcessRegressionSolutionInteractiveRangeEstimatorView // this.AllowDrop = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.splitContainer); this.Name = "GaussianProcessRegressionSolutionInteractiveRangeEstimatorView"; this.Size = new System.Drawing.Size(715, 591); ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit(); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit(); this.splitContainer.ResumeLayout(false); this.configurationGroupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart; private System.Windows.Forms.SplitContainer splitContainer; private System.Windows.Forms.GroupBox configurationGroupBox; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; } }