Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBoxPlotView.Designer.cs @ 6513

Last change on this file since 6513 was 5445, checked in by swagner, 13 years ago

Updated year of copyrights (#1406)

File size: 12.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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.Optimization.Views {
23  partial class RunCollectionBoxPlotView {
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.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionBoxPlotView));
51      this.xAxisLabel = new System.Windows.Forms.Label();
52      this.xAxisComboBox = new System.Windows.Forms.ComboBox();
53      this.yAxisLabel = new System.Windows.Forms.Label();
54      this.yAxisComboBox = new System.Windows.Forms.ComboBox();
55      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
56      this.noRunsLabel = new System.Windows.Forms.Label();
57      this.splitContainer = new System.Windows.Forms.SplitContainer();
58      this.showStatisticsCheckBox = new System.Windows.Forms.CheckBox();
59      this.statisticsGroupBox = new System.Windows.Forms.GroupBox();
60      this.statisticsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
61      this.tooltip = new System.Windows.Forms.ToolTip(this.components);
62      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
63      this.splitContainer.Panel1.SuspendLayout();
64      this.splitContainer.Panel2.SuspendLayout();
65      this.splitContainer.SuspendLayout();
66      this.statisticsGroupBox.SuspendLayout();
67      this.SuspendLayout();
68      //
69      // xAxisLabel
70      //
71      this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
72      this.xAxisLabel.AutoSize = true;
73      this.xAxisLabel.Location = new System.Drawing.Point(298, 256);
74      this.xAxisLabel.Name = "xAxisLabel";
75      this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
76      this.xAxisLabel.TabIndex = 12;
77      this.xAxisLabel.Text = "x:";
78      //
79      // xAxisComboBox
80      //
81      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
82      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
83      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
84      this.xAxisComboBox.FormattingEnabled = true;
85      this.xAxisComboBox.Location = new System.Drawing.Point(319, 253);
86      this.xAxisComboBox.Name = "xAxisComboBox";
87      this.xAxisComboBox.Size = new System.Drawing.Size(221, 21);
88      this.xAxisComboBox.TabIndex = 11;
89      this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
90      //
91      // yAxisLabel
92      //
93      this.yAxisLabel.AutoSize = true;
94      this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
95      this.yAxisLabel.Name = "yAxisLabel";
96      this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
97      this.yAxisLabel.TabIndex = 10;
98      this.yAxisLabel.Text = "y:";
99      //
100      // yAxisComboBox
101      //
102      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
103      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
104      this.yAxisComboBox.FormattingEnabled = true;
105      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
106      this.yAxisComboBox.Name = "yAxisComboBox";
107      this.yAxisComboBox.Size = new System.Drawing.Size(221, 21);
108      this.yAxisComboBox.TabIndex = 9;
109      this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
110      //
111      // chart
112      //
113      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114                  | System.Windows.Forms.AnchorStyles.Left)
115                  | System.Windows.Forms.AnchorStyles.Right)));
116      chartArea1.Name = "ChartArea1";
117      this.chart.ChartAreas.Add(chartArea1);
118      this.chart.Location = new System.Drawing.Point(6, 30);
119      this.chart.Name = "chart";
120      series1.ChartArea = "ChartArea1";
121      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot;
122      series1.IsVisibleInLegend = false;
123      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
124      series1.Name = "DataSeries";
125      series1.YValuesPerPoint = 6;
126      this.chart.Series.Add(series1);
127      this.chart.Size = new System.Drawing.Size(534, 217);
128      this.chart.TabIndex = 17;
129      this.chart.Text = "chart";
130      this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
131      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
132      //
133      // noRunsLabel
134      //
135      this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
136      this.noRunsLabel.AutoSize = true;
137      this.noRunsLabel.Location = new System.Drawing.Point(212, 122);
138      this.noRunsLabel.Name = "noRunsLabel";
139      this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
140      this.noRunsLabel.TabIndex = 22;
141      this.noRunsLabel.Text = "No runs could be displayed.";
142      //
143      // splitContainer
144      //
145      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
146      this.splitContainer.Location = new System.Drawing.Point(0, 0);
147      this.splitContainer.Name = "splitContainer";
148      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
149      //
150      // splitContainer.Panel1
151      //
152      this.splitContainer.Panel1.Controls.Add(this.showStatisticsCheckBox);
153      this.splitContainer.Panel1.Controls.Add(this.xAxisLabel);
154      this.splitContainer.Panel1.Controls.Add(this.noRunsLabel);
155      this.splitContainer.Panel1.Controls.Add(this.yAxisLabel);
156      this.splitContainer.Panel1.Controls.Add(this.xAxisComboBox);
157      this.splitContainer.Panel1.Controls.Add(this.yAxisComboBox);
158      this.splitContainer.Panel1.Controls.Add(this.chart);
159      //
160      // splitContainer.Panel2
161      //
162      this.splitContainer.Panel2.Controls.Add(this.statisticsGroupBox);
163      this.splitContainer.Size = new System.Drawing.Size(543, 416);
164      this.splitContainer.SplitterDistance = 277;
165      this.splitContainer.TabIndex = 23;
166      //
167      // showStatisticsCheckBox
168      //
169      this.showStatisticsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
170      this.showStatisticsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
171      this.showStatisticsCheckBox.Checked = true;
172      this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
173      this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
174      this.showStatisticsCheckBox.Location = new System.Drawing.Point(6, 245);
175      this.showStatisticsCheckBox.Name = "showStatisticsCheckBox";
176      this.showStatisticsCheckBox.Size = new System.Drawing.Size(24, 24);
177      this.showStatisticsCheckBox.TabIndex = 23;
178      this.tooltip.SetToolTip(this.showStatisticsCheckBox, "Show/Hide Statistics");
179      this.showStatisticsCheckBox.UseVisualStyleBackColor = true;
180      this.showStatisticsCheckBox.CheckedChanged += new System.EventHandler(this.showStatisticsCheckBox_CheckedChanged);
181      //
182      // statisticsGroupBox
183      //
184      this.statisticsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
185                  | System.Windows.Forms.AnchorStyles.Left)
186                  | System.Windows.Forms.AnchorStyles.Right)));
187      this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView);
188      this.statisticsGroupBox.Location = new System.Drawing.Point(3, 3);
189      this.statisticsGroupBox.Name = "statisticsGroupBox";
190      this.statisticsGroupBox.Size = new System.Drawing.Size(534, 129);
191      this.statisticsGroupBox.TabIndex = 1;
192      this.statisticsGroupBox.TabStop = false;
193      this.statisticsGroupBox.Text = "Statistics";
194      //
195      // statisticsMatrixView
196      //
197      this.statisticsMatrixView.Caption = "StringConvertibleMatrix View";
198      this.statisticsMatrixView.Content = null;
199      this.statisticsMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
200      this.statisticsMatrixView.Location = new System.Drawing.Point(3, 16);
201      this.statisticsMatrixView.Name = "statisticsMatrixView";
202      this.statisticsMatrixView.ReadOnly = true;
203      this.statisticsMatrixView.ShowRowsAndColumnsTextBox = false;
204      this.statisticsMatrixView.ShowStatisticalInformation = false;
205      this.statisticsMatrixView.Size = new System.Drawing.Size(528, 110);
206      this.statisticsMatrixView.TabIndex = 0;
207      //
208      // RunCollectionBoxPlotView
209      //
210      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
211      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
212      this.BackColor = System.Drawing.SystemColors.Window;
213      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
214      this.Controls.Add(this.splitContainer);
215      this.Name = "RunCollectionBoxPlotView";
216      this.Size = new System.Drawing.Size(543, 416);
217      ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
218      this.splitContainer.Panel1.ResumeLayout(false);
219      this.splitContainer.Panel1.PerformLayout();
220      this.splitContainer.Panel2.ResumeLayout(false);
221      this.splitContainer.ResumeLayout(false);
222      this.statisticsGroupBox.ResumeLayout(false);
223      this.ResumeLayout(false);
224
225    }
226
227    #endregion
228
229    private System.Windows.Forms.Label xAxisLabel;
230    internal System.Windows.Forms.ComboBox xAxisComboBox;
231    private System.Windows.Forms.Label yAxisLabel;
232    internal System.Windows.Forms.ComboBox yAxisComboBox;
233    private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
234    private System.Windows.Forms.Label noRunsLabel;
235    private System.Windows.Forms.SplitContainer splitContainer;
236    private Data.Views.StringConvertibleMatrixView statisticsMatrixView;
237    private System.Windows.Forms.GroupBox statisticsGroupBox;
238    private System.Windows.Forms.ToolTip tooltip;
239    protected System.Windows.Forms.CheckBox showStatisticsCheckBox;
240  }
241}
Note: See TracBrowser for help on using the repository browser.