Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9474 was 9474, checked in by swagner, 11 years ago

Enlarged DropDownHeight and DropDownWidth in BubbleChart and BoxPlots (#2048)

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