Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/GaussianProcessRegressionSolutionInteractiveRangeEstimatorView.Designer.cs @ 13816

Last change on this file since 13816 was 13816, checked in by pfleck, 8 years ago

#2597:

  • Fixed typo in class/filename.
  • Added new control that shows density information adjacent to the trackbar.
File size: 7.3 KB
Line 
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
22namespace HeuristicLab.Algorithms.DataAnalysis.Views {
23  partial class GaussianProcessRegressionSolutionInteractiveRangeEstimatorView {
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.AutoScroll = true;
117      this.tableLayoutPanel.ColumnCount = 1;
118      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
119      this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
120      this.tableLayoutPanel.Location = new System.Drawing.Point(3, 16);
121      this.tableLayoutPanel.Name = "tableLayoutPanel";
122      this.tableLayoutPanel.RowCount = 1;
123      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
124      this.tableLayoutPanel.Size = new System.Drawing.Size(709, 192);
125      this.tableLayoutPanel.TabIndex = 0;
126      //
127      // GaussianProcessRegressionSolutionInteractiveRangeEstimatorView
128      //
129      this.AllowDrop = true;
130      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
131      this.Controls.Add(this.splitContainer);
132      this.Name = "GaussianProcessRegressionSolutionInteractiveRangeEstimatorView";
133      this.Size = new System.Drawing.Size(715, 591);
134      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
135      this.splitContainer.Panel1.ResumeLayout(false);
136      this.splitContainer.Panel2.ResumeLayout(false);
137      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
138      this.splitContainer.ResumeLayout(false);
139      this.configurationGroupBox.ResumeLayout(false);
140      this.ResumeLayout(false);
141
142    }
143
144    #endregion
145
146    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
147    private System.Windows.Forms.SplitContainer splitContainer;
148    private System.Windows.Forms.GroupBox configurationGroupBox;
149    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
150  }
151}
Note: See TracBrowser for help on using the repository browser.