Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionIteratedSamplingView.Designer.cs @ 13736

Last change on this file since 13736 was 13475, checked in by abeham, 9 years ago

#2457, #2431: updated from trunk, worked on okb connection for downloading knowledge base

File size: 13.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.RunCollectionViews {
23  partial class RunCollectionIteratedSamplingView {
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      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
51      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
52      System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
53      this.dataLabel = new System.Windows.Forms.Label();
54      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
55      this.targetTextBox = new System.Windows.Forms.TextBox();
56      this.targetLabel = new System.Windows.Forms.Label();
57      this.enhancedChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
58      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
59      this.groupComboBox = new System.Windows.Forms.ComboBox();
60      this.groupLabel = new System.Windows.Forms.Label();
61      this.problemLabel = new System.Windows.Forms.Label();
62      this.problemComboBox = new System.Windows.Forms.ComboBox();
63      this.groupInstanceComboBox = new System.Windows.Forms.ComboBox();
64      this.optimalCutOffDescriptionLabel = new System.Windows.Forms.Label();
65      this.optimalCutOffTextBox = new System.Windows.Forms.TextBox();
66      this.label1 = new System.Windows.Forms.Label();
67      ((System.ComponentModel.ISupportInitialize)(this.enhancedChart)).BeginInit();
68      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
69      this.SuspendLayout();
70      //
71      // dataLabel
72      //
73      this.dataLabel.AutoSize = true;
74      this.dataLabel.Location = new System.Drawing.Point(9, 60);
75      this.dataLabel.Name = "dataLabel";
76      this.dataLabel.Size = new System.Drawing.Size(60, 13);
77      this.dataLabel.TabIndex = 0;
78      this.dataLabel.Text = "DataTable:";
79      //
80      // dataTableComboBox
81      //
82      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
83            | System.Windows.Forms.AnchorStyles.Right)));
84      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
85      this.dataTableComboBox.FormattingEnabled = true;
86      this.dataTableComboBox.Location = new System.Drawing.Point(75, 57);
87      this.dataTableComboBox.Name = "dataTableComboBox";
88      this.dataTableComboBox.Size = new System.Drawing.Size(827, 21);
89      this.dataTableComboBox.TabIndex = 1;
90      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
91      //
92      // targetTextBox
93      //
94      this.targetTextBox.Location = new System.Drawing.Point(75, 84);
95      this.targetTextBox.Name = "targetTextBox";
96      this.targetTextBox.Size = new System.Drawing.Size(827, 20);
97      this.targetTextBox.TabIndex = 2;
98      this.targetTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetTextBox_Validating);
99      //
100      // targetLabel
101      //
102      this.targetLabel.AutoSize = true;
103      this.targetLabel.Location = new System.Drawing.Point(9, 87);
104      this.targetLabel.Name = "targetLabel";
105      this.targetLabel.Size = new System.Drawing.Size(41, 13);
106      this.targetLabel.TabIndex = 0;
107      this.targetLabel.Text = "Target:";
108      //
109      // enhancedChart
110      //
111      this.enhancedChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
112            | System.Windows.Forms.AnchorStyles.Left)
113            | System.Windows.Forms.AnchorStyles.Right)));
114      chartArea1.AxisY.Maximum = 1D;
115      chartArea1.AxisY.Minimum = 0D;
116      chartArea1.AxisY.Title = "Probability of achieving the target";
117      chartArea1.Name = "ChartArea1";
118      this.enhancedChart.ChartAreas.Add(chartArea1);
119      legend1.Alignment = System.Drawing.StringAlignment.Center;
120      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
121      legend1.Name = "Legend1";
122      this.enhancedChart.Legends.Add(legend1);
123      this.enhancedChart.Location = new System.Drawing.Point(3, 136);
124      this.enhancedChart.Name = "enhancedChart";
125      series1.BorderWidth = 2;
126      series1.ChartArea = "ChartArea1";
127      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
128      series1.Legend = "Legend1";
129      series1.LegendText = "Observed Run-Length Distribution";
130      series1.Name = "rldSeries";
131      series1.YValuesPerPoint = 2;
132      series2.BorderWidth = 2;
133      series2.ChartArea = "ChartArea1";
134      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
135      series2.Legend = "Legend1";
136      series2.LegendText = "Exponential Approximation";
137      series2.Name = "rldApproximationSeries";
138      series3.BorderWidth = 2;
139      series3.ChartArea = "ChartArea1";
140      series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
141      series3.Legend = "Legend1";
142      series3.LegendText = "Optimal Cut-Off Approximation";
143      series3.Name = "optimalSeries";
144      this.enhancedChart.Series.Add(series1);
145      this.enhancedChart.Series.Add(series2);
146      this.enhancedChart.Series.Add(series3);
147      this.enhancedChart.Size = new System.Drawing.Size(899, 526);
148      this.enhancedChart.TabIndex = 3;
149      //
150      // errorProvider
151      //
152      this.errorProvider.ContainerControl = this;
153      //
154      // groupComboBox
155      //
156      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
157      this.groupComboBox.FormattingEnabled = true;
158      this.groupComboBox.Location = new System.Drawing.Point(75, 3);
159      this.groupComboBox.Name = "groupComboBox";
160      this.groupComboBox.Size = new System.Drawing.Size(379, 21);
161      this.groupComboBox.TabIndex = 5;
162      this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
163      //
164      // groupLabel
165      //
166      this.groupLabel.AutoSize = true;
167      this.groupLabel.Location = new System.Drawing.Point(9, 6);
168      this.groupLabel.Name = "groupLabel";
169      this.groupLabel.Size = new System.Drawing.Size(39, 13);
170      this.groupLabel.TabIndex = 4;
171      this.groupLabel.Text = "Group:";
172      //
173      // problemLabel
174      //
175      this.problemLabel.AutoSize = true;
176      this.problemLabel.Location = new System.Drawing.Point(9, 33);
177      this.problemLabel.Name = "problemLabel";
178      this.problemLabel.Size = new System.Drawing.Size(48, 13);
179      this.problemLabel.TabIndex = 6;
180      this.problemLabel.Text = "Problem:";
181      //
182      // problemComboBox
183      //
184      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
185            | System.Windows.Forms.AnchorStyles.Right)));
186      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
187      this.problemComboBox.FormattingEnabled = true;
188      this.problemComboBox.Location = new System.Drawing.Point(75, 30);
189      this.problemComboBox.Name = "problemComboBox";
190      this.problemComboBox.Size = new System.Drawing.Size(827, 21);
191      this.problemComboBox.TabIndex = 7;
192      this.problemComboBox.SelectedIndexChanged += new System.EventHandler(this.problemComboBox_SelectedIndexChanged);
193      //
194      // groupInstanceComboBox
195      //
196      this.groupInstanceComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
197            | System.Windows.Forms.AnchorStyles.Right)));
198      this.groupInstanceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
199      this.groupInstanceComboBox.FormattingEnabled = true;
200      this.groupInstanceComboBox.Location = new System.Drawing.Point(460, 3);
201      this.groupInstanceComboBox.Name = "groupInstanceComboBox";
202      this.groupInstanceComboBox.Size = new System.Drawing.Size(442, 21);
203      this.groupInstanceComboBox.TabIndex = 5;
204      this.groupInstanceComboBox.SelectedIndexChanged += new System.EventHandler(this.groupInstanceComboBox_SelectedIndexChanged);
205      //
206      // optimalCutOffDescriptionLabel
207      //
208      this.optimalCutOffDescriptionLabel.AutoSize = true;
209      this.optimalCutOffDescriptionLabel.Location = new System.Drawing.Point(9, 113);
210      this.optimalCutOffDescriptionLabel.Name = "optimalCutOffDescriptionLabel";
211      this.optimalCutOffDescriptionLabel.Size = new System.Drawing.Size(308, 13);
212      this.optimalCutOffDescriptionLabel.TabIndex = 8;
213      this.optimalCutOffDescriptionLabel.Text = "The optimal cut-off point for this group on this problem would be:";
214      //
215      // optimalCutOffTextBox
216      //
217      this.optimalCutOffTextBox.Location = new System.Drawing.Point(323, 110);
218      this.optimalCutOffTextBox.Name = "optimalCutOffTextBox";
219      this.optimalCutOffTextBox.ReadOnly = true;
220      this.optimalCutOffTextBox.Size = new System.Drawing.Size(131, 20);
221      this.optimalCutOffTextBox.TabIndex = 9;
222      //
223      // label1
224      //
225      this.label1.AutoSize = true;
226      this.label1.Location = new System.Drawing.Point(460, 113);
227      this.label1.Name = "label1";
228      this.label1.Size = new System.Drawing.Size(180, 13);
229      this.label1.TabIndex = 8;
230      this.label1.Text = "(assuming exponential convergence)";
231      //
232      // RunCollectionIteratedSamplingView
233      //
234      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
235      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
236      this.Controls.Add(this.optimalCutOffTextBox);
237      this.Controls.Add(this.label1);
238      this.Controls.Add(this.optimalCutOffDescriptionLabel);
239      this.Controls.Add(this.groupInstanceComboBox);
240      this.Controls.Add(this.groupComboBox);
241      this.Controls.Add(this.groupLabel);
242      this.Controls.Add(this.problemLabel);
243      this.Controls.Add(this.problemComboBox);
244      this.Controls.Add(this.enhancedChart);
245      this.Controls.Add(this.targetTextBox);
246      this.Controls.Add(this.dataTableComboBox);
247      this.Controls.Add(this.targetLabel);
248      this.Controls.Add(this.dataLabel);
249      this.Name = "RunCollectionIteratedSamplingView";
250      this.Size = new System.Drawing.Size(905, 665);
251      ((System.ComponentModel.ISupportInitialize)(this.enhancedChart)).EndInit();
252      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
253      this.ResumeLayout(false);
254      this.PerformLayout();
255
256    }
257
258    #endregion
259
260    private System.Windows.Forms.Label dataLabel;
261    private System.Windows.Forms.ComboBox dataTableComboBox;
262    private System.Windows.Forms.TextBox targetTextBox;
263    private System.Windows.Forms.Label targetLabel;
264    private Visualization.ChartControlsExtensions.EnhancedChart enhancedChart;
265    private System.Windows.Forms.ErrorProvider errorProvider;
266    private System.Windows.Forms.ComboBox groupComboBox;
267    private System.Windows.Forms.Label groupLabel;
268    private System.Windows.Forms.Label problemLabel;
269    private System.Windows.Forms.ComboBox problemComboBox;
270    private System.Windows.Forms.ComboBox groupInstanceComboBox;
271    private System.Windows.Forms.TextBox optimalCutOffTextBox;
272    private System.Windows.Forms.Label optimalCutOffDescriptionLabel;
273    private System.Windows.Forms.Label label1;
274  }
275}
Note: See TracBrowser for help on using the repository browser.