Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs @ 15584

Last change on this file since 15584 was 15584, checked in by swagner, 6 years ago

#2640: Updated year of copyrights in license headers on stable

File size: 28.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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
21namespace HeuristicLab.Optimization.Views {
22  partial class RunCollectionRLDView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      this.components = new System.ComponentModel.Container();
47      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
48      System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
49      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
50      this.dataTableLabel = new System.Windows.Forms.Label();
51      this.groupLabel = new System.Windows.Forms.Label();
52      this.groupComboBox = new System.Windows.Forms.ComboBox();
53      this.targetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
54      this.targetsTextBox = new System.Windows.Forms.TextBox();
55      this.targetsLabel = new System.Windows.Forms.Label();
56      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
57      this.addTargetsAsResultButton = new System.Windows.Forms.Button();
58      this.generateTargetsButton = new System.Windows.Forms.Button();
59      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
60      this.budgetsLabel = new System.Windows.Forms.Label();
61      this.budgetsTextBox = new System.Windows.Forms.TextBox();
62      this.addBudgetsAsResultButton = new System.Windows.Forms.Button();
63      this.aggregateTargetsCheckBox = new System.Windows.Forms.CheckBox();
64      this.tabControl = new System.Windows.Forms.TabControl();
65      this.byTargetTabPage = new System.Windows.Forms.TabPage();
66      this.relativeOrAbsoluteComboBox = new System.Windows.Forms.ComboBox();
67      this.targetChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
68      this.showLabelsCheckBox = new System.Windows.Forms.CheckBox();
69      this.markerCheckBox = new System.Windows.Forms.CheckBox();
70      this.boundShadingCheckBox = new System.Windows.Forms.CheckBox();
71      this.byCostTabPage = new System.Windows.Forms.TabPage();
72      this.byCostViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
73      this.budgetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
74      this.generateBudgetsButton = new System.Windows.Forms.Button();
75      this.byTableTabPage = new System.Windows.Forms.TabPage();
76      this.ertTableView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
77      this.problemComboBox = new System.Windows.Forms.ComboBox();
78      this.problemLabel = new System.Windows.Forms.Label();
79      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
80      this.tabControl.SuspendLayout();
81      this.byTargetTabPage.SuspendLayout();
82      ((System.ComponentModel.ISupportInitialize)(this.targetChart)).BeginInit();
83      this.byCostTabPage.SuspendLayout();
84      this.byTableTabPage.SuspendLayout();
85      this.SuspendLayout();
86      //
87      // dataTableComboBox
88      //
89      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
90            | System.Windows.Forms.AnchorStyles.Right)));
91      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
92      this.dataTableComboBox.FormattingEnabled = true;
93      this.dataTableComboBox.Location = new System.Drawing.Point(69, 57);
94      this.dataTableComboBox.Name = "dataTableComboBox";
95      this.dataTableComboBox.Size = new System.Drawing.Size(582, 21);
96      this.dataTableComboBox.TabIndex = 5;
97      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
98      //
99      // dataTableLabel
100      //
101      this.dataTableLabel.AutoSize = true;
102      this.dataTableLabel.Location = new System.Drawing.Point(3, 60);
103      this.dataTableLabel.Name = "dataTableLabel";
104      this.dataTableLabel.Size = new System.Drawing.Size(60, 13);
105      this.dataTableLabel.TabIndex = 4;
106      this.dataTableLabel.Text = "DataTable:";
107      //
108      // groupLabel
109      //
110      this.groupLabel.AutoSize = true;
111      this.groupLabel.Location = new System.Drawing.Point(3, 6);
112      this.groupLabel.Name = "groupLabel";
113      this.groupLabel.Size = new System.Drawing.Size(39, 13);
114      this.groupLabel.TabIndex = 0;
115      this.groupLabel.Text = "Group:";
116      //
117      // groupComboBox
118      //
119      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
120            | System.Windows.Forms.AnchorStyles.Right)));
121      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
122      this.groupComboBox.FormattingEnabled = true;
123      this.groupComboBox.Location = new System.Drawing.Point(69, 3);
124      this.groupComboBox.Name = "groupComboBox";
125      this.groupComboBox.Size = new System.Drawing.Size(582, 21);
126      this.groupComboBox.TabIndex = 1;
127      this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
128      //
129      // targetLogScalingCheckBox
130      //
131      this.targetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
132      this.targetLogScalingCheckBox.AutoSize = true;
133      this.targetLogScalingCheckBox.Location = new System.Drawing.Point(9, 364);
134      this.targetLogScalingCheckBox.Name = "targetLogScalingCheckBox";
135      this.targetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
136      this.targetLogScalingCheckBox.TabIndex = 6;
137      this.targetLogScalingCheckBox.Text = "logarithmic scaling";
138      this.targetLogScalingCheckBox.UseVisualStyleBackColor = true;
139      this.targetLogScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
140      //
141      // targetsTextBox
142      //
143      this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
144            | System.Windows.Forms.AnchorStyles.Right)));
145      this.targetsTextBox.Location = new System.Drawing.Point(59, 8);
146      this.targetsTextBox.Name = "targetsTextBox";
147      this.targetsTextBox.Size = new System.Drawing.Size(204, 20);
148      this.targetsTextBox.TabIndex = 1;
149      this.toolTip.SetToolTip(this.targetsTextBox, "The order of the targets is important, first to-hit targets\r\nshould be given firs" +
150        "t. The sequence should be monotonous.\r\n\r\nTargets should be separated by semicolo" +
151        "n, tab or space.");
152      this.targetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
153      //
154      // targetsLabel
155      //
156      this.targetsLabel.AutoSize = true;
157      this.targetsLabel.Location = new System.Drawing.Point(6, 11);
158      this.targetsLabel.Name = "targetsLabel";
159      this.targetsLabel.Size = new System.Drawing.Size(46, 13);
160      this.targetsLabel.TabIndex = 0;
161      this.targetsLabel.Text = "Targets:";
162      //
163      // errorProvider
164      //
165      this.errorProvider.ContainerControl = this;
166      //
167      // addTargetsAsResultButton
168      //
169      this.addTargetsAsResultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
170      this.addTargetsAsResultButton.Location = new System.Drawing.Point(551, 6);
171      this.addTargetsAsResultButton.Name = "addTargetsAsResultButton";
172      this.addTargetsAsResultButton.Size = new System.Drawing.Size(89, 23);
173      this.addTargetsAsResultButton.TabIndex = 4;
174      this.addTargetsAsResultButton.Text = "Add as Result";
175      this.addTargetsAsResultButton.UseVisualStyleBackColor = true;
176      this.addTargetsAsResultButton.Click += new System.EventHandler(this.addTargetsAsResultButton_Click);
177      //
178      // generateTargetsButton
179      //
180      this.generateTargetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
181      this.generateTargetsButton.Location = new System.Drawing.Point(456, 6);
182      this.generateTargetsButton.Name = "generateTargetsButton";
183      this.generateTargetsButton.Size = new System.Drawing.Size(89, 23);
184      this.generateTargetsButton.TabIndex = 3;
185      this.generateTargetsButton.Text = "Generate...";
186      this.generateTargetsButton.UseVisualStyleBackColor = true;
187      this.generateTargetsButton.Click += new System.EventHandler(this.generateTargetsButton_Click);
188      //
189      // budgetsLabel
190      //
191      this.budgetsLabel.AutoSize = true;
192      this.budgetsLabel.Location = new System.Drawing.Point(6, 11);
193      this.budgetsLabel.Name = "budgetsLabel";
194      this.budgetsLabel.Size = new System.Drawing.Size(49, 13);
195      this.budgetsLabel.TabIndex = 1;
196      this.budgetsLabel.Text = "Budgets:";
197      //
198      // budgetsTextBox
199      //
200      this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
201            | System.Windows.Forms.AnchorStyles.Right)));
202      this.budgetsTextBox.Location = new System.Drawing.Point(59, 8);
203      this.budgetsTextBox.Name = "budgetsTextBox";
204      this.budgetsTextBox.Size = new System.Drawing.Size(391, 20);
205      this.budgetsTextBox.TabIndex = 6;
206      this.budgetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.budgetsTextBox_Validating);
207      //
208      // addBudgetsAsResultButton
209      //
210      this.addBudgetsAsResultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
211      this.addBudgetsAsResultButton.Location = new System.Drawing.Point(551, 6);
212      this.addBudgetsAsResultButton.Name = "addBudgetsAsResultButton";
213      this.addBudgetsAsResultButton.Size = new System.Drawing.Size(89, 23);
214      this.addBudgetsAsResultButton.TabIndex = 7;
215      this.addBudgetsAsResultButton.Text = "Add as Result";
216      this.addBudgetsAsResultButton.UseVisualStyleBackColor = true;
217      this.addBudgetsAsResultButton.Click += new System.EventHandler(this.addBudgetsAsResultButton_Click);
218      //
219      // aggregateTargetsCheckBox
220      //
221      this.aggregateTargetsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
222      this.aggregateTargetsCheckBox.AutoSize = true;
223      this.aggregateTargetsCheckBox.Checked = true;
224      this.aggregateTargetsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
225      this.aggregateTargetsCheckBox.Location = new System.Drawing.Point(374, 10);
226      this.aggregateTargetsCheckBox.Name = "aggregateTargetsCheckBox";
227      this.aggregateTargetsCheckBox.Size = new System.Drawing.Size(74, 17);
228      this.aggregateTargetsCheckBox.TabIndex = 2;
229      this.aggregateTargetsCheckBox.Text = "aggregate";
230      this.aggregateTargetsCheckBox.UseVisualStyleBackColor = true;
231      this.aggregateTargetsCheckBox.CheckedChanged += new System.EventHandler(this.aggregateTargetsCheckBox_CheckedChanged);
232      //
233      // tabControl
234      //
235      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
236            | System.Windows.Forms.AnchorStyles.Left)
237            | System.Windows.Forms.AnchorStyles.Right)));
238      this.tabControl.Controls.Add(this.byTargetTabPage);
239      this.tabControl.Controls.Add(this.byCostTabPage);
240      this.tabControl.Controls.Add(this.byTableTabPage);
241      this.tabControl.Location = new System.Drawing.Point(0, 84);
242      this.tabControl.Name = "tabControl";
243      this.tabControl.SelectedIndex = 0;
244      this.tabControl.Size = new System.Drawing.Size(654, 413);
245      this.tabControl.TabIndex = 6;
246      //
247      // byTargetTabPage
248      //
249      this.byTargetTabPage.Controls.Add(this.relativeOrAbsoluteComboBox);
250      this.byTargetTabPage.Controls.Add(this.targetChart);
251      this.byTargetTabPage.Controls.Add(this.showLabelsCheckBox);
252      this.byTargetTabPage.Controls.Add(this.markerCheckBox);
253      this.byTargetTabPage.Controls.Add(this.boundShadingCheckBox);
254      this.byTargetTabPage.Controls.Add(this.targetLogScalingCheckBox);
255      this.byTargetTabPage.Controls.Add(this.targetsLabel);
256      this.byTargetTabPage.Controls.Add(this.aggregateTargetsCheckBox);
257      this.byTargetTabPage.Controls.Add(this.targetsTextBox);
258      this.byTargetTabPage.Controls.Add(this.generateTargetsButton);
259      this.byTargetTabPage.Controls.Add(this.addTargetsAsResultButton);
260      this.byTargetTabPage.Location = new System.Drawing.Point(4, 22);
261      this.byTargetTabPage.Name = "byTargetTabPage";
262      this.byTargetTabPage.Padding = new System.Windows.Forms.Padding(3);
263      this.byTargetTabPage.Size = new System.Drawing.Size(646, 387);
264      this.byTargetTabPage.TabIndex = 0;
265      this.byTargetTabPage.Text = "Performance by Target";
266      this.byTargetTabPage.UseVisualStyleBackColor = true;
267      //
268      // relativeOrAbsoluteComboBox
269      //
270      this.relativeOrAbsoluteComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
271      this.relativeOrAbsoluteComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
272      this.relativeOrAbsoluteComboBox.FormattingEnabled = true;
273      this.relativeOrAbsoluteComboBox.Items.AddRange(new object[] {
274            "relative",
275            "absolute"});
276      this.relativeOrAbsoluteComboBox.Location = new System.Drawing.Point(269, 8);
277      this.relativeOrAbsoluteComboBox.Name = "relativeOrAbsoluteComboBox";
278      this.relativeOrAbsoluteComboBox.Size = new System.Drawing.Size(99, 21);
279      this.relativeOrAbsoluteComboBox.TabIndex = 8;
280      this.relativeOrAbsoluteComboBox.SelectedIndexChanged += new System.EventHandler(this.relativeOrAbsoluteComboBox_SelectedIndexChanged);
281      //
282      // targetChart
283      //
284      this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
285            | System.Windows.Forms.AnchorStyles.Left)
286            | System.Windows.Forms.AnchorStyles.Right)));
287      chartArea2.AxisX.IsStartedFromZero = false;
288      chartArea2.AxisX.MinorGrid.Enabled = true;
289      chartArea2.AxisX.MinorGrid.LineColor = System.Drawing.Color.WhiteSmoke;
290      chartArea2.AxisX.MinorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
291      chartArea2.AxisY.Maximum = 1D;
292      chartArea2.AxisY.Minimum = 0D;
293      chartArea2.AxisY.MinorGrid.Enabled = true;
294      chartArea2.AxisY.MinorGrid.LineColor = System.Drawing.Color.WhiteSmoke;
295      chartArea2.AxisY.MinorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
296      chartArea2.Name = "ChartArea1";
297      this.targetChart.ChartAreas.Add(chartArea2);
298      legend2.Alignment = System.Drawing.StringAlignment.Center;
299      legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
300      legend2.Name = "Legend1";
301      this.targetChart.Legends.Add(legend2);
302      this.targetChart.Location = new System.Drawing.Point(6, 34);
303      this.targetChart.Name = "targetChart";
304      this.targetChart.Size = new System.Drawing.Size(634, 324);
305      this.targetChart.SuppressExceptions = true;
306      this.targetChart.TabIndex = 7;
307      this.targetChart.Text = "enhancedChart1";
308      this.targetChart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
309      this.targetChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
310      this.targetChart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
311      //
312      // showLabelsCheckBox
313      //
314      this.showLabelsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
315      this.showLabelsCheckBox.AutoSize = true;
316      this.showLabelsCheckBox.Checked = true;
317      this.showLabelsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
318      this.showLabelsCheckBox.Location = new System.Drawing.Point(329, 364);
319      this.showLabelsCheckBox.Name = "showLabelsCheckBox";
320      this.showLabelsCheckBox.Size = new System.Drawing.Size(81, 17);
321      this.showLabelsCheckBox.TabIndex = 6;
322      this.showLabelsCheckBox.Text = "show labels";
323      this.showLabelsCheckBox.UseVisualStyleBackColor = true;
324      this.showLabelsCheckBox.CheckedChanged += new System.EventHandler(this.showLabelsCheckBox_CheckedChanged);
325      //
326      // markerCheckBox
327      //
328      this.markerCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
329      this.markerCheckBox.AutoSize = true;
330      this.markerCheckBox.Location = new System.Drawing.Point(229, 364);
331      this.markerCheckBox.Name = "markerCheckBox";
332      this.markerCheckBox.Size = new System.Drawing.Size(91, 17);
333      this.markerCheckBox.TabIndex = 6;
334      this.markerCheckBox.Text = "show markers";
335      this.markerCheckBox.UseVisualStyleBackColor = true;
336      this.markerCheckBox.CheckedChanged += new System.EventHandler(this.markerCheckBox_CheckedChanged);
337      //
338      // boundShadingCheckBox
339      //
340      this.boundShadingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
341      this.boundShadingCheckBox.AutoSize = true;
342      this.boundShadingCheckBox.Checked = true;
343      this.boundShadingCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
344      this.boundShadingCheckBox.Location = new System.Drawing.Point(127, 364);
345      this.boundShadingCheckBox.Name = "boundShadingCheckBox";
346      this.boundShadingCheckBox.Size = new System.Drawing.Size(96, 17);
347      this.boundShadingCheckBox.TabIndex = 6;
348      this.boundShadingCheckBox.Text = "bound shading";
349      this.boundShadingCheckBox.UseVisualStyleBackColor = true;
350      this.boundShadingCheckBox.CheckedChanged += new System.EventHandler(this.boundShadingCheckBox_CheckedChanged);
351      //
352      // byCostTabPage
353      //
354      this.byCostTabPage.Controls.Add(this.byCostViewHost);
355      this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
356      this.byCostTabPage.Controls.Add(this.generateBudgetsButton);
357      this.byCostTabPage.Controls.Add(this.budgetsLabel);
358      this.byCostTabPage.Controls.Add(this.addBudgetsAsResultButton);
359      this.byCostTabPage.Controls.Add(this.budgetsTextBox);
360      this.byCostTabPage.Location = new System.Drawing.Point(4, 22);
361      this.byCostTabPage.Name = "byCostTabPage";
362      this.byCostTabPage.Padding = new System.Windows.Forms.Padding(3);
363      this.byCostTabPage.Size = new System.Drawing.Size(646, 387);
364      this.byCostTabPage.TabIndex = 1;
365      this.byCostTabPage.Text = "Performance by Cost";
366      this.byCostTabPage.UseVisualStyleBackColor = true;
367      //
368      // byCostViewHost
369      //
370      this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
371            | System.Windows.Forms.AnchorStyles.Left)
372            | System.Windows.Forms.AnchorStyles.Right)));
373      this.byCostViewHost.Caption = "View";
374      this.byCostViewHost.Content = null;
375      this.byCostViewHost.Enabled = false;
376      this.byCostViewHost.Location = new System.Drawing.Point(6, 34);
377      this.byCostViewHost.Name = "byCostViewHost";
378      this.byCostViewHost.ReadOnly = false;
379      this.byCostViewHost.Size = new System.Drawing.Size(634, 324);
380      this.byCostViewHost.TabIndex = 12;
381      this.byCostViewHost.ViewsLabelVisible = true;
382      this.byCostViewHost.ViewType = null;
383      //
384      // budgetLogScalingCheckBox
385      //
386      this.budgetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
387      this.budgetLogScalingCheckBox.AutoSize = true;
388      this.budgetLogScalingCheckBox.Location = new System.Drawing.Point(9, 364);
389      this.budgetLogScalingCheckBox.Name = "budgetLogScalingCheckBox";
390      this.budgetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
391      this.budgetLogScalingCheckBox.TabIndex = 11;
392      this.budgetLogScalingCheckBox.Text = "logarithmic scaling";
393      this.budgetLogScalingCheckBox.UseVisualStyleBackColor = true;
394      this.budgetLogScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
395      //
396      // generateBudgetsButton
397      //
398      this.generateBudgetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
399      this.generateBudgetsButton.Location = new System.Drawing.Point(456, 6);
400      this.generateBudgetsButton.Name = "generateBudgetsButton";
401      this.generateBudgetsButton.Size = new System.Drawing.Size(89, 23);
402      this.generateBudgetsButton.TabIndex = 9;
403      this.generateBudgetsButton.Text = "Generate...";
404      this.generateBudgetsButton.UseVisualStyleBackColor = true;
405      this.generateBudgetsButton.Click += new System.EventHandler(this.generateBudgetsButton_Click);
406      //
407      // byTableTabPage
408      //
409      this.byTableTabPage.Controls.Add(this.ertTableView);
410      this.byTableTabPage.Location = new System.Drawing.Point(4, 22);
411      this.byTableTabPage.Name = "byTableTabPage";
412      this.byTableTabPage.Padding = new System.Windows.Forms.Padding(3);
413      this.byTableTabPage.Size = new System.Drawing.Size(646, 387);
414      this.byTableTabPage.TabIndex = 2;
415      this.byTableTabPage.Text = "Expected Runtime Tables";
416      this.byTableTabPage.UseVisualStyleBackColor = true;
417      //
418      // ertTableView
419      //
420      this.ertTableView.Caption = "StringConvertibleMatrix View";
421      this.ertTableView.Content = null;
422      this.ertTableView.Dock = System.Windows.Forms.DockStyle.Fill;
423      this.ertTableView.Location = new System.Drawing.Point(3, 3);
424      this.ertTableView.Name = "ertTableView";
425      this.ertTableView.ReadOnly = false;
426      this.ertTableView.ShowRowsAndColumnsTextBox = false;
427      this.ertTableView.ShowStatisticalInformation = false;
428      this.ertTableView.Size = new System.Drawing.Size(640, 381);
429      this.ertTableView.TabIndex = 0;
430      //
431      // problemComboBox
432      //
433      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
434            | System.Windows.Forms.AnchorStyles.Right)));
435      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
436      this.problemComboBox.FormattingEnabled = true;
437      this.problemComboBox.Location = new System.Drawing.Point(69, 30);
438      this.problemComboBox.Name = "problemComboBox";
439      this.problemComboBox.Size = new System.Drawing.Size(582, 21);
440      this.problemComboBox.TabIndex = 3;
441      this.problemComboBox.SelectedIndexChanged += new System.EventHandler(this.problemComboBox_SelectedIndexChanged);
442      //
443      // problemLabel
444      //
445      this.problemLabel.AutoSize = true;
446      this.problemLabel.Location = new System.Drawing.Point(3, 33);
447      this.problemLabel.Name = "problemLabel";
448      this.problemLabel.Size = new System.Drawing.Size(48, 13);
449      this.problemLabel.TabIndex = 2;
450      this.problemLabel.Text = "Problem:";
451      //
452      // RunCollectionRLDView
453      //
454      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
455      this.Controls.Add(this.tabControl);
456      this.Controls.Add(this.groupComboBox);
457      this.Controls.Add(this.groupLabel);
458      this.Controls.Add(this.problemLabel);
459      this.Controls.Add(this.dataTableLabel);
460      this.Controls.Add(this.problemComboBox);
461      this.Controls.Add(this.dataTableComboBox);
462      this.Name = "RunCollectionRLDView";
463      this.Size = new System.Drawing.Size(654, 497);
464      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
465      this.tabControl.ResumeLayout(false);
466      this.byTargetTabPage.ResumeLayout(false);
467      this.byTargetTabPage.PerformLayout();
468      ((System.ComponentModel.ISupportInitialize)(this.targetChart)).EndInit();
469      this.byCostTabPage.ResumeLayout(false);
470      this.byCostTabPage.PerformLayout();
471      this.byTableTabPage.ResumeLayout(false);
472      this.ResumeLayout(false);
473      this.PerformLayout();
474
475    }
476
477    #endregion
478
479    private System.Windows.Forms.ComboBox dataTableComboBox;
480    private System.Windows.Forms.Label dataTableLabel;
481    private System.Windows.Forms.Label groupLabel;
482    private System.Windows.Forms.ComboBox groupComboBox;
483    private System.Windows.Forms.CheckBox targetLogScalingCheckBox;
484    private System.Windows.Forms.TextBox targetsTextBox;
485    private System.Windows.Forms.Label targetsLabel;
486    protected System.Windows.Forms.ErrorProvider errorProvider;
487    private System.Windows.Forms.Button addTargetsAsResultButton;
488    private System.Windows.Forms.Button generateTargetsButton;
489    private System.Windows.Forms.ToolTip toolTip;
490    private System.Windows.Forms.Button addBudgetsAsResultButton;
491    private System.Windows.Forms.TextBox budgetsTextBox;
492    private System.Windows.Forms.Label budgetsLabel;
493    private System.Windows.Forms.CheckBox aggregateTargetsCheckBox;
494    private System.Windows.Forms.TabControl tabControl;
495    private System.Windows.Forms.TabPage byTargetTabPage;
496    private System.Windows.Forms.TabPage byCostTabPage;
497    private System.Windows.Forms.TabPage byTableTabPage;
498    private System.Windows.Forms.Button generateBudgetsButton;
499    private System.Windows.Forms.CheckBox budgetLogScalingCheckBox;
500    private System.Windows.Forms.Label problemLabel;
501    private System.Windows.Forms.ComboBox problemComboBox;
502    private Data.Views.StringConvertibleMatrixView ertTableView;
503    private Visualization.ChartControlsExtensions.EnhancedChart targetChart;
504    private MainForm.WindowsForms.ViewHost byCostViewHost;
505    private System.Windows.Forms.CheckBox boundShadingCheckBox;
506    private System.Windows.Forms.CheckBox markerCheckBox;
507    private System.Windows.Forms.ComboBox relativeOrAbsoluteComboBox;
508    private System.Windows.Forms.CheckBox showLabelsCheckBox;
509  }
510}
Note: See TracBrowser for help on using the repository browser.