[13812] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.Algorithms.DataAnalysis.Views {
|
---|
| 23 | partial class GaussianProcessRegressionSolutionIteractiveRangeEstimatorView {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.components = new System.ComponentModel.Container();
|
---|
| 48 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 49 | System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
| 50 | this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
| 51 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 52 | this.configurationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 53 | this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
---|
| 54 | ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
---|
| 55 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
| 56 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 57 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 58 | this.splitContainer.SuspendLayout();
|
---|
| 59 | this.configurationGroupBox.SuspendLayout();
|
---|
| 60 | this.SuspendLayout();
|
---|
| 61 | //
|
---|
| 62 | // chart
|
---|
| 63 | //
|
---|
| 64 | chartArea1.Name = "ChartArea";
|
---|
| 65 | this.chart.ChartAreas.Add(chartArea1);
|
---|
| 66 | this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 67 | legend1.Alignment = System.Drawing.StringAlignment.Center;
|
---|
| 68 | legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
---|
| 69 | legend1.Name = "Default";
|
---|
| 70 | this.chart.Legends.Add(legend1);
|
---|
| 71 | this.chart.Location = new System.Drawing.Point(0, 0);
|
---|
| 72 | this.chart.Name = "chart";
|
---|
| 73 | this.chart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
|
---|
| 74 | this.chart.PaletteCustomColors = new System.Drawing.Color[] {
|
---|
| 75 | System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(180)))), ((int)(((byte)(65))))),
|
---|
| 76 | System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))),
|
---|
| 77 | System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(58)))), ((int)(((byte)(2)))))};
|
---|
| 78 | this.chart.Size = new System.Drawing.Size(715, 376);
|
---|
| 79 | this.chart.TabIndex = 0;
|
---|
| 80 | this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
|
---|
| 81 | this.chart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Chart_MouseDoubleClick);
|
---|
| 82 | this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
|
---|
| 83 | this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
| 84 | //
|
---|
| 85 | // splitContainer
|
---|
| 86 | //
|
---|
| 87 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 88 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 89 | this.splitContainer.Name = "splitContainer";
|
---|
| 90 | this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 91 | //
|
---|
| 92 | // splitContainer.Panel1
|
---|
| 93 | //
|
---|
| 94 | this.splitContainer.Panel1.Controls.Add(this.chart);
|
---|
| 95 | //
|
---|
| 96 | // splitContainer.Panel2
|
---|
| 97 | //
|
---|
| 98 | this.splitContainer.Panel2.Controls.Add(this.configurationGroupBox);
|
---|
| 99 | this.splitContainer.Size = new System.Drawing.Size(715, 591);
|
---|
| 100 | this.splitContainer.SplitterDistance = 376;
|
---|
| 101 | this.splitContainer.TabIndex = 1;
|
---|
| 102 | //
|
---|
| 103 | // configurationGroupBox
|
---|
| 104 | //
|
---|
| 105 | this.configurationGroupBox.Controls.Add(this.tableLayoutPanel);
|
---|
| 106 | this.configurationGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 107 | this.configurationGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 108 | this.configurationGroupBox.Name = "configurationGroupBox";
|
---|
| 109 | this.configurationGroupBox.Size = new System.Drawing.Size(715, 211);
|
---|
| 110 | this.configurationGroupBox.TabIndex = 1;
|
---|
| 111 | this.configurationGroupBox.TabStop = false;
|
---|
| 112 | this.configurationGroupBox.Text = "Configuration";
|
---|
| 113 | //
|
---|
| 114 | // tableLayoutPanel
|
---|
| 115 | //
|
---|
| 116 | this.tableLayoutPanel.AutoSize = true;
|
---|
| 117 | this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
---|
| 118 | this.tableLayoutPanel.ColumnCount = 3;
|
---|
| 119 | this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
---|
| 120 | this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
| 121 | this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
|
---|
| 122 | this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 123 | this.tableLayoutPanel.Location = new System.Drawing.Point(3, 16);
|
---|
| 124 | this.tableLayoutPanel.Name = "tableLayoutPanel";
|
---|
| 125 | this.tableLayoutPanel.RowCount = 1;
|
---|
| 126 | this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
---|
| 127 | this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
| 128 | this.tableLayoutPanel.Size = new System.Drawing.Size(709, 192);
|
---|
| 129 | this.tableLayoutPanel.TabIndex = 0;
|
---|
| 130 | //
|
---|
| 131 | // GaussianProcessRegressionSolutionRangeEstimatorView
|
---|
| 132 | //
|
---|
| 133 | this.AllowDrop = true;
|
---|
| 134 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
| 135 | this.Controls.Add(this.splitContainer);
|
---|
| 136 | this.Name = "GaussianProcessRegressionSolutionRangeEstimatorView";
|
---|
| 137 | this.Size = new System.Drawing.Size(715, 591);
|
---|
| 138 | ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
---|
| 139 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 140 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 141 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
| 142 | this.splitContainer.ResumeLayout(false);
|
---|
| 143 | this.configurationGroupBox.ResumeLayout(false);
|
---|
| 144 | this.configurationGroupBox.PerformLayout();
|
---|
| 145 | this.ResumeLayout(false);
|
---|
| 146 |
|
---|
| 147 | }
|
---|
| 148 |
|
---|
| 149 | #endregion
|
---|
| 150 |
|
---|
| 151 | private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
|
---|
| 152 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 153 | private System.Windows.Forms.GroupBox configurationGroupBox;
|
---|
| 154 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
|
---|
| 155 | }
|
---|
| 156 | }
|
---|