Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2435-alglib_3_15/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs @ 17034

Last change on this file since 17034 was 17034, checked in by mkommend, 5 years ago

#2435: Updated branch with most recent trunk changes.

File size: 28.4 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.BackColor = System.Drawing.SystemColors.Window;
250      this.byTargetTabPage.Controls.Add(this.relativeOrAbsoluteComboBox);
251      this.byTargetTabPage.Controls.Add(this.targetChart);
252      this.byTargetTabPage.Controls.Add(this.showLabelsCheckBox);
253      this.byTargetTabPage.Controls.Add(this.markerCheckBox);
254      this.byTargetTabPage.Controls.Add(this.boundShadingCheckBox);
255      this.byTargetTabPage.Controls.Add(this.targetLogScalingCheckBox);
256      this.byTargetTabPage.Controls.Add(this.targetsLabel);
257      this.byTargetTabPage.Controls.Add(this.aggregateTargetsCheckBox);
258      this.byTargetTabPage.Controls.Add(this.targetsTextBox);
259      this.byTargetTabPage.Controls.Add(this.generateTargetsButton);
260      this.byTargetTabPage.Controls.Add(this.addTargetsAsResultButton);
261      this.byTargetTabPage.Location = new System.Drawing.Point(4, 22);
262      this.byTargetTabPage.Name = "byTargetTabPage";
263      this.byTargetTabPage.Padding = new System.Windows.Forms.Padding(3);
264      this.byTargetTabPage.Size = new System.Drawing.Size(646, 387);
265      this.byTargetTabPage.TabIndex = 0;
266      this.byTargetTabPage.Text = "Performance by Target";
267      this.byTargetTabPage.UseVisualStyleBackColor = false;
268      //
269      // relativeOrAbsoluteComboBox
270      //
271      this.relativeOrAbsoluteComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
272      this.relativeOrAbsoluteComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
273      this.relativeOrAbsoluteComboBox.FormattingEnabled = true;
274      this.relativeOrAbsoluteComboBox.Items.AddRange(new object[] {
275            "relative",
276            "absolute"});
277      this.relativeOrAbsoluteComboBox.Location = new System.Drawing.Point(269, 8);
278      this.relativeOrAbsoluteComboBox.Name = "relativeOrAbsoluteComboBox";
279      this.relativeOrAbsoluteComboBox.Size = new System.Drawing.Size(99, 21);
280      this.relativeOrAbsoluteComboBox.TabIndex = 8;
281      this.relativeOrAbsoluteComboBox.SelectedIndexChanged += new System.EventHandler(this.relativeOrAbsoluteComboBox_SelectedIndexChanged);
282      //
283      // targetChart
284      //
285      this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
286            | System.Windows.Forms.AnchorStyles.Left)
287            | System.Windows.Forms.AnchorStyles.Right)));
288      chartArea2.AxisX.IsStartedFromZero = false;
289      chartArea2.AxisX.MinorGrid.Enabled = true;
290      chartArea2.AxisX.MinorGrid.LineColor = System.Drawing.Color.WhiteSmoke;
291      chartArea2.AxisX.MinorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
292      chartArea2.AxisY.Maximum = 1D;
293      chartArea2.AxisY.Minimum = 0D;
294      chartArea2.AxisY.MinorGrid.Enabled = true;
295      chartArea2.AxisY.MinorGrid.LineColor = System.Drawing.Color.WhiteSmoke;
296      chartArea2.AxisY.MinorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
297      chartArea2.Name = "ChartArea1";
298      this.targetChart.ChartAreas.Add(chartArea2);
299      legend2.Alignment = System.Drawing.StringAlignment.Center;
300      legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
301      legend2.Name = "Legend1";
302      this.targetChart.Legends.Add(legend2);
303      this.targetChart.Location = new System.Drawing.Point(6, 34);
304      this.targetChart.Name = "targetChart";
305      this.targetChart.Size = new System.Drawing.Size(634, 324);
306      this.targetChart.SuppressExceptions = true;
307      this.targetChart.TabIndex = 7;
308      this.targetChart.Text = "enhancedChart1";
309      this.targetChart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
310      this.targetChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
311      this.targetChart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
312      //
313      // showLabelsCheckBox
314      //
315      this.showLabelsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
316      this.showLabelsCheckBox.AutoSize = true;
317      this.showLabelsCheckBox.Checked = true;
318      this.showLabelsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
319      this.showLabelsCheckBox.Location = new System.Drawing.Point(329, 364);
320      this.showLabelsCheckBox.Name = "showLabelsCheckBox";
321      this.showLabelsCheckBox.Size = new System.Drawing.Size(81, 17);
322      this.showLabelsCheckBox.TabIndex = 6;
323      this.showLabelsCheckBox.Text = "show labels";
324      this.showLabelsCheckBox.UseVisualStyleBackColor = true;
325      this.showLabelsCheckBox.CheckedChanged += new System.EventHandler(this.showLabelsCheckBox_CheckedChanged);
326      //
327      // markerCheckBox
328      //
329      this.markerCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
330      this.markerCheckBox.AutoSize = true;
331      this.markerCheckBox.Location = new System.Drawing.Point(229, 364);
332      this.markerCheckBox.Name = "markerCheckBox";
333      this.markerCheckBox.Size = new System.Drawing.Size(91, 17);
334      this.markerCheckBox.TabIndex = 6;
335      this.markerCheckBox.Text = "show markers";
336      this.markerCheckBox.UseVisualStyleBackColor = true;
337      this.markerCheckBox.CheckedChanged += new System.EventHandler(this.markerCheckBox_CheckedChanged);
338      //
339      // boundShadingCheckBox
340      //
341      this.boundShadingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
342      this.boundShadingCheckBox.AutoSize = true;
343      this.boundShadingCheckBox.Checked = true;
344      this.boundShadingCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
345      this.boundShadingCheckBox.Location = new System.Drawing.Point(127, 364);
346      this.boundShadingCheckBox.Name = "boundShadingCheckBox";
347      this.boundShadingCheckBox.Size = new System.Drawing.Size(96, 17);
348      this.boundShadingCheckBox.TabIndex = 6;
349      this.boundShadingCheckBox.Text = "bound shading";
350      this.boundShadingCheckBox.UseVisualStyleBackColor = true;
351      this.boundShadingCheckBox.CheckedChanged += new System.EventHandler(this.boundShadingCheckBox_CheckedChanged);
352      //
353      // byCostTabPage
354      //
355      this.byCostTabPage.BackColor = System.Drawing.SystemColors.Window;
356      this.byCostTabPage.Controls.Add(this.byCostViewHost);
357      this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
358      this.byCostTabPage.Controls.Add(this.generateBudgetsButton);
359      this.byCostTabPage.Controls.Add(this.budgetsLabel);
360      this.byCostTabPage.Controls.Add(this.addBudgetsAsResultButton);
361      this.byCostTabPage.Controls.Add(this.budgetsTextBox);
362      this.byCostTabPage.Location = new System.Drawing.Point(4, 22);
363      this.byCostTabPage.Name = "byCostTabPage";
364      this.byCostTabPage.Padding = new System.Windows.Forms.Padding(3);
365      this.byCostTabPage.Size = new System.Drawing.Size(646, 387);
366      this.byCostTabPage.TabIndex = 1;
367      this.byCostTabPage.Text = "Performance by Cost";
368      this.byCostTabPage.UseVisualStyleBackColor = false;
369      //
370      // byCostViewHost
371      //
372      this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
373            | System.Windows.Forms.AnchorStyles.Left)
374            | System.Windows.Forms.AnchorStyles.Right)));
375      this.byCostViewHost.Caption = "View";
376      this.byCostViewHost.Content = null;
377      this.byCostViewHost.Enabled = false;
378      this.byCostViewHost.Location = new System.Drawing.Point(6, 34);
379      this.byCostViewHost.Name = "byCostViewHost";
380      this.byCostViewHost.ReadOnly = false;
381      this.byCostViewHost.Size = new System.Drawing.Size(634, 324);
382      this.byCostViewHost.TabIndex = 12;
383      this.byCostViewHost.ViewsLabelVisible = true;
384      this.byCostViewHost.ViewType = null;
385      //
386      // budgetLogScalingCheckBox
387      //
388      this.budgetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
389      this.budgetLogScalingCheckBox.AutoSize = true;
390      this.budgetLogScalingCheckBox.Location = new System.Drawing.Point(9, 364);
391      this.budgetLogScalingCheckBox.Name = "budgetLogScalingCheckBox";
392      this.budgetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
393      this.budgetLogScalingCheckBox.TabIndex = 11;
394      this.budgetLogScalingCheckBox.Text = "logarithmic scaling";
395      this.budgetLogScalingCheckBox.UseVisualStyleBackColor = true;
396      this.budgetLogScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
397      //
398      // generateBudgetsButton
399      //
400      this.generateBudgetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
401      this.generateBudgetsButton.Location = new System.Drawing.Point(456, 6);
402      this.generateBudgetsButton.Name = "generateBudgetsButton";
403      this.generateBudgetsButton.Size = new System.Drawing.Size(89, 23);
404      this.generateBudgetsButton.TabIndex = 9;
405      this.generateBudgetsButton.Text = "Generate...";
406      this.generateBudgetsButton.UseVisualStyleBackColor = true;
407      this.generateBudgetsButton.Click += new System.EventHandler(this.generateBudgetsButton_Click);
408      //
409      // byTableTabPage
410      //
411      this.byTableTabPage.BackColor = System.Drawing.SystemColors.Window;
412      this.byTableTabPage.Controls.Add(this.ertTableView);
413      this.byTableTabPage.Location = new System.Drawing.Point(4, 22);
414      this.byTableTabPage.Name = "byTableTabPage";
415      this.byTableTabPage.Padding = new System.Windows.Forms.Padding(3);
416      this.byTableTabPage.Size = new System.Drawing.Size(646, 387);
417      this.byTableTabPage.TabIndex = 2;
418      this.byTableTabPage.Text = "Expected Runtime Tables";
419      this.byTableTabPage.UseVisualStyleBackColor = false;
420      //
421      // ertTableView
422      //
423      this.ertTableView.Caption = "StringConvertibleMatrix View";
424      this.ertTableView.Content = null;
425      this.ertTableView.Dock = System.Windows.Forms.DockStyle.Fill;
426      this.ertTableView.Location = new System.Drawing.Point(3, 3);
427      this.ertTableView.Name = "ertTableView";
428      this.ertTableView.ReadOnly = false;
429      this.ertTableView.ShowRowsAndColumnsTextBox = false;
430      this.ertTableView.ShowStatisticalInformation = false;
431      this.ertTableView.Size = new System.Drawing.Size(640, 381);
432      this.ertTableView.TabIndex = 0;
433      //
434      // problemComboBox
435      //
436      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
437            | System.Windows.Forms.AnchorStyles.Right)));
438      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
439      this.problemComboBox.FormattingEnabled = true;
440      this.problemComboBox.Location = new System.Drawing.Point(69, 30);
441      this.problemComboBox.Name = "problemComboBox";
442      this.problemComboBox.Size = new System.Drawing.Size(582, 21);
443      this.problemComboBox.TabIndex = 3;
444      this.problemComboBox.SelectedIndexChanged += new System.EventHandler(this.problemComboBox_SelectedIndexChanged);
445      //
446      // problemLabel
447      //
448      this.problemLabel.AutoSize = true;
449      this.problemLabel.Location = new System.Drawing.Point(3, 33);
450      this.problemLabel.Name = "problemLabel";
451      this.problemLabel.Size = new System.Drawing.Size(48, 13);
452      this.problemLabel.TabIndex = 2;
453      this.problemLabel.Text = "Problem:";
454      //
455      // RunCollectionRLDView
456      //
457      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
458      this.Controls.Add(this.tabControl);
459      this.Controls.Add(this.groupComboBox);
460      this.Controls.Add(this.groupLabel);
461      this.Controls.Add(this.problemLabel);
462      this.Controls.Add(this.dataTableLabel);
463      this.Controls.Add(this.problemComboBox);
464      this.Controls.Add(this.dataTableComboBox);
465      this.Name = "RunCollectionRLDView";
466      this.Size = new System.Drawing.Size(654, 497);
467      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
468      this.tabControl.ResumeLayout(false);
469      this.byTargetTabPage.ResumeLayout(false);
470      this.byTargetTabPage.PerformLayout();
471      ((System.ComponentModel.ISupportInitialize)(this.targetChart)).EndInit();
472      this.byCostTabPage.ResumeLayout(false);
473      this.byCostTabPage.PerformLayout();
474      this.byTableTabPage.ResumeLayout(false);
475      this.ResumeLayout(false);
476      this.PerformLayout();
477
478    }
479
480    #endregion
481
482    private System.Windows.Forms.ComboBox dataTableComboBox;
483    private System.Windows.Forms.Label dataTableLabel;
484    private System.Windows.Forms.Label groupLabel;
485    private System.Windows.Forms.ComboBox groupComboBox;
486    private System.Windows.Forms.CheckBox targetLogScalingCheckBox;
487    private System.Windows.Forms.TextBox targetsTextBox;
488    private System.Windows.Forms.Label targetsLabel;
489    protected System.Windows.Forms.ErrorProvider errorProvider;
490    private System.Windows.Forms.Button addTargetsAsResultButton;
491    private System.Windows.Forms.Button generateTargetsButton;
492    private System.Windows.Forms.ToolTip toolTip;
493    private System.Windows.Forms.Button addBudgetsAsResultButton;
494    private System.Windows.Forms.TextBox budgetsTextBox;
495    private System.Windows.Forms.Label budgetsLabel;
496    private System.Windows.Forms.CheckBox aggregateTargetsCheckBox;
497    private System.Windows.Forms.TabControl tabControl;
498    private System.Windows.Forms.TabPage byTargetTabPage;
499    private System.Windows.Forms.TabPage byCostTabPage;
500    private System.Windows.Forms.TabPage byTableTabPage;
501    private System.Windows.Forms.Button generateBudgetsButton;
502    private System.Windows.Forms.CheckBox budgetLogScalingCheckBox;
503    private System.Windows.Forms.Label problemLabel;
504    private System.Windows.Forms.ComboBox problemComboBox;
505    private Data.Views.StringConvertibleMatrixView ertTableView;
506    private Visualization.ChartControlsExtensions.EnhancedChart targetChart;
507    private MainForm.WindowsForms.ViewHost byCostViewHost;
508    private System.Windows.Forms.CheckBox boundShadingCheckBox;
509    private System.Windows.Forms.CheckBox markerCheckBox;
510    private System.Windows.Forms.ComboBox relativeOrAbsoluteComboBox;
511    private System.Windows.Forms.CheckBox showLabelsCheckBox;
512  }
513}
Note: See TracBrowser for help on using the repository browser.