Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.Designer.cs @ 12888

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

#2431:

  • Some bug fixes
File size: 23.3 KB
RevLine 
[7980]1#region License Information
2/* HeuristicLab
[12012]3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[7980]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 {
[12803]22  partial class RunCollectionRLDView {
[7980]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() {
[12804]46      this.components = new System.ComponentModel.Container();
[7980]47      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
[12806]48      this.dataTableLabel = new System.Windows.Forms.Label();
49      this.groupLabel = new System.Windows.Forms.Label();
[12771]50      this.groupComboBox = new System.Windows.Forms.ComboBox();
[12838]51      this.targetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
[12804]52      this.targetsTextBox = new System.Windows.Forms.TextBox();
[12806]53      this.targetsLabel = new System.Windows.Forms.Label();
[12804]54      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
[12838]55      this.addTargetsAsResultButton = new System.Windows.Forms.Button();
[12806]56      this.generateTargetsButton = new System.Windows.Forms.Button();
57      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
58      this.budgetsLabel = new System.Windows.Forms.Label();
59      this.budgetsTextBox = new System.Windows.Forms.TextBox();
[12838]60      this.addBudgetsAsResultButton = new System.Windows.Forms.Button();
61      this.eachOrAllTargetCheckBox = new System.Windows.Forms.CheckBox();
62      this.tabControl = new System.Windows.Forms.TabControl();
63      this.byTargetTabPage = new System.Windows.Forms.TabPage();
64      this.byTargetViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
65      this.byCostTabPage = new System.Windows.Forms.TabPage();
[12841]66      this.budgetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
[12838]67      this.eachOrAllBudgetsCheckBox = new System.Windows.Forms.CheckBox();
68      this.generateBudgetsButton = new System.Windows.Forms.Button();
69      this.byCostViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
70      this.byTableTabPage = new System.Windows.Forms.TabPage();
[12841]71      this.problemComboBox = new System.Windows.Forms.ComboBox();
72      this.problemLabel = new System.Windows.Forms.Label();
[12888]73      this.ertTableView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
[12804]74      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
[12838]75      this.tabControl.SuspendLayout();
76      this.byTargetTabPage.SuspendLayout();
77      this.byCostTabPage.SuspendLayout();
78      this.byTableTabPage.SuspendLayout();
[7980]79      this.SuspendLayout();
80      //
81      // dataTableComboBox
82      //
[12771]83      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[7980]84            | System.Windows.Forms.AnchorStyles.Right)));
85      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
86      this.dataTableComboBox.FormattingEnabled = true;
[12841]87      this.dataTableComboBox.Location = new System.Drawing.Point(69, 57);
[7980]88      this.dataTableComboBox.Name = "dataTableComboBox";
[12838]89      this.dataTableComboBox.Size = new System.Drawing.Size(582, 21);
[12841]90      this.dataTableComboBox.TabIndex = 5;
[7980]91      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
92      //
[12806]93      // dataTableLabel
[7980]94      //
[12806]95      this.dataTableLabel.AutoSize = true;
[12841]96      this.dataTableLabel.Location = new System.Drawing.Point(3, 60);
[12806]97      this.dataTableLabel.Name = "dataTableLabel";
98      this.dataTableLabel.Size = new System.Drawing.Size(60, 13);
[12841]99      this.dataTableLabel.TabIndex = 4;
[12806]100      this.dataTableLabel.Text = "DataTable:";
[7980]101      //
[12806]102      // groupLabel
[7980]103      //
[12806]104      this.groupLabel.AutoSize = true;
105      this.groupLabel.Location = new System.Drawing.Point(3, 6);
106      this.groupLabel.Name = "groupLabel";
107      this.groupLabel.Size = new System.Drawing.Size(39, 13);
[12841]108      this.groupLabel.TabIndex = 0;
[12806]109      this.groupLabel.Text = "Group:";
[7980]110      //
[12771]111      // groupComboBox
[7980]112      //
[12771]113      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[7980]114            | System.Windows.Forms.AnchorStyles.Right)));
[12771]115      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
116      this.groupComboBox.FormattingEnabled = true;
117      this.groupComboBox.Location = new System.Drawing.Point(69, 3);
118      this.groupComboBox.Name = "groupComboBox";
[12838]119      this.groupComboBox.Size = new System.Drawing.Size(582, 21);
[12841]120      this.groupComboBox.TabIndex = 1;
[12771]121      this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
[7980]122      //
[12838]123      // targetLogScalingCheckBox
[7980]124      //
[12838]125      this.targetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
126      this.targetLogScalingCheckBox.AutoSize = true;
[12841]127      this.targetLogScalingCheckBox.Location = new System.Drawing.Point(9, 364);
[12838]128      this.targetLogScalingCheckBox.Name = "targetLogScalingCheckBox";
129      this.targetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
[12841]130      this.targetLogScalingCheckBox.TabIndex = 6;
[12838]131      this.targetLogScalingCheckBox.Text = "logarithmic scaling";
132      this.targetLogScalingCheckBox.UseVisualStyleBackColor = true;
133      this.targetLogScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
[12771]134      //
[12804]135      // targetsTextBox
[12771]136      //
[12804]137      this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
138            | System.Windows.Forms.AnchorStyles.Right)));
[12888]139      this.targetsTextBox.Location = new System.Drawing.Point(59, 8);
[12804]140      this.targetsTextBox.Name = "targetsTextBox";
[12888]141      this.targetsTextBox.Size = new System.Drawing.Size(326, 20);
[12841]142      this.targetsTextBox.TabIndex = 1;
[12806]143      this.toolTip.SetToolTip(this.targetsTextBox, "The order of the targets is important, first to-hit targets\r\nshould be given firs" +
144        "t. The sequence should be monotonous.\r\n\r\nTargets should be separated by semicolo" +
145        "n, tab or space.");
[12804]146      this.targetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
147      //
[12806]148      // targetsLabel
[12804]149      //
[12806]150      this.targetsLabel.AutoSize = true;
[12838]151      this.targetsLabel.Location = new System.Drawing.Point(6, 11);
[12806]152      this.targetsLabel.Name = "targetsLabel";
153      this.targetsLabel.Size = new System.Drawing.Size(46, 13);
[12841]154      this.targetsLabel.TabIndex = 0;
[12806]155      this.targetsLabel.Text = "Targets:";
[12804]156      //
157      // errorProvider
158      //
159      this.errorProvider.ContainerControl = this;
160      //
[12838]161      // addTargetsAsResultButton
[12806]162      //
[12838]163      this.addTargetsAsResultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
164      this.addTargetsAsResultButton.Location = new System.Drawing.Point(551, 6);
165      this.addTargetsAsResultButton.Name = "addTargetsAsResultButton";
166      this.addTargetsAsResultButton.Size = new System.Drawing.Size(89, 23);
[12841]167      this.addTargetsAsResultButton.TabIndex = 4;
[12838]168      this.addTargetsAsResultButton.Text = "Add as Result";
169      this.addTargetsAsResultButton.UseVisualStyleBackColor = true;
170      this.addTargetsAsResultButton.Click += new System.EventHandler(this.addTargetsAsResultButton_Click);
[12806]171      //
172      // generateTargetsButton
173      //
174      this.generateTargetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
[12838]175      this.generateTargetsButton.Location = new System.Drawing.Point(456, 6);
[12806]176      this.generateTargetsButton.Name = "generateTargetsButton";
177      this.generateTargetsButton.Size = new System.Drawing.Size(89, 23);
[12841]178      this.generateTargetsButton.TabIndex = 3;
[12806]179      this.generateTargetsButton.Text = "Generate...";
180      this.generateTargetsButton.UseVisualStyleBackColor = true;
181      this.generateTargetsButton.Click += new System.EventHandler(this.generateTargetsButton_Click);
182      //
183      // budgetsLabel
184      //
185      this.budgetsLabel.AutoSize = true;
[12838]186      this.budgetsLabel.Location = new System.Drawing.Point(6, 11);
[12806]187      this.budgetsLabel.Name = "budgetsLabel";
188      this.budgetsLabel.Size = new System.Drawing.Size(49, 13);
189      this.budgetsLabel.TabIndex = 1;
190      this.budgetsLabel.Text = "Budgets:";
191      //
192      // budgetsTextBox
193      //
[12838]194      this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[12806]195            | System.Windows.Forms.AnchorStyles.Right)));
[12888]196      this.budgetsTextBox.Location = new System.Drawing.Point(59, 8);
[12806]197      this.budgetsTextBox.Name = "budgetsTextBox";
[12888]198      this.budgetsTextBox.Size = new System.Drawing.Size(326, 20);
[12806]199      this.budgetsTextBox.TabIndex = 6;
[12838]200      this.budgetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.budgetsTextBox_Validating);
[12806]201      //
[12838]202      // addBudgetsAsResultButton
[12806]203      //
[12838]204      this.addBudgetsAsResultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
205      this.addBudgetsAsResultButton.Location = new System.Drawing.Point(551, 6);
206      this.addBudgetsAsResultButton.Name = "addBudgetsAsResultButton";
207      this.addBudgetsAsResultButton.Size = new System.Drawing.Size(89, 23);
208      this.addBudgetsAsResultButton.TabIndex = 7;
209      this.addBudgetsAsResultButton.Text = "Add as Result";
210      this.addBudgetsAsResultButton.UseVisualStyleBackColor = true;
211      this.addBudgetsAsResultButton.Click += new System.EventHandler(this.addBudgetsAsResultButton_Click);
[12806]212      //
[12838]213      // eachOrAllTargetCheckBox
[12808]214      //
[12838]215      this.eachOrAllTargetCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
216      this.eachOrAllTargetCheckBox.AutoSize = true;
217      this.eachOrAllTargetCheckBox.Location = new System.Drawing.Point(414, 10);
218      this.eachOrAllTargetCheckBox.Name = "eachOrAllTargetCheckBox";
219      this.eachOrAllTargetCheckBox.Size = new System.Drawing.Size(36, 17);
[12841]220      this.eachOrAllTargetCheckBox.TabIndex = 2;
[12838]221      this.eachOrAllTargetCheckBox.Text = "all";
222      this.eachOrAllTargetCheckBox.UseVisualStyleBackColor = true;
223      this.eachOrAllTargetCheckBox.CheckedChanged += new System.EventHandler(this.eachOrAllTargetCheckBox_CheckedChanged);
[12808]224      //
[12838]225      // tabControl
226      //
227      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
228            | System.Windows.Forms.AnchorStyles.Left)
229            | System.Windows.Forms.AnchorStyles.Right)));
230      this.tabControl.Controls.Add(this.byTargetTabPage);
231      this.tabControl.Controls.Add(this.byCostTabPage);
232      this.tabControl.Controls.Add(this.byTableTabPage);
[12841]233      this.tabControl.Location = new System.Drawing.Point(0, 84);
[12838]234      this.tabControl.Name = "tabControl";
235      this.tabControl.SelectedIndex = 0;
[12841]236      this.tabControl.Size = new System.Drawing.Size(654, 413);
237      this.tabControl.TabIndex = 6;
[12838]238      //
239      // byTargetTabPage
240      //
241      this.byTargetTabPage.Controls.Add(this.byTargetViewHost);
242      this.byTargetTabPage.Controls.Add(this.targetLogScalingCheckBox);
243      this.byTargetTabPage.Controls.Add(this.targetsLabel);
244      this.byTargetTabPage.Controls.Add(this.eachOrAllTargetCheckBox);
245      this.byTargetTabPage.Controls.Add(this.targetsTextBox);
246      this.byTargetTabPage.Controls.Add(this.generateTargetsButton);
247      this.byTargetTabPage.Controls.Add(this.addTargetsAsResultButton);
248      this.byTargetTabPage.Location = new System.Drawing.Point(4, 22);
249      this.byTargetTabPage.Name = "byTargetTabPage";
250      this.byTargetTabPage.Padding = new System.Windows.Forms.Padding(3);
[12841]251      this.byTargetTabPage.Size = new System.Drawing.Size(646, 387);
[12838]252      this.byTargetTabPage.TabIndex = 0;
253      this.byTargetTabPage.Text = "Performance by Target";
254      this.byTargetTabPage.UseVisualStyleBackColor = true;
255      //
256      // byTargetViewHost
257      //
258      this.byTargetViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
259            | System.Windows.Forms.AnchorStyles.Left)
260            | System.Windows.Forms.AnchorStyles.Right)));
261      this.byTargetViewHost.Caption = "View";
262      this.byTargetViewHost.Content = null;
263      this.byTargetViewHost.Enabled = false;
264      this.byTargetViewHost.Location = new System.Drawing.Point(3, 34);
265      this.byTargetViewHost.Name = "byTargetViewHost";
266      this.byTargetViewHost.ReadOnly = false;
[12841]267      this.byTargetViewHost.Size = new System.Drawing.Size(640, 324);
268      this.byTargetViewHost.TabIndex = 5;
[12838]269      this.byTargetViewHost.ViewsLabelVisible = true;
270      this.byTargetViewHost.ViewType = null;
271      //
272      // byCostTabPage
273      //
274      this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
275      this.byCostTabPage.Controls.Add(this.eachOrAllBudgetsCheckBox);
276      this.byCostTabPage.Controls.Add(this.generateBudgetsButton);
277      this.byCostTabPage.Controls.Add(this.byCostViewHost);
278      this.byCostTabPage.Controls.Add(this.budgetsLabel);
279      this.byCostTabPage.Controls.Add(this.addBudgetsAsResultButton);
280      this.byCostTabPage.Controls.Add(this.budgetsTextBox);
281      this.byCostTabPage.Location = new System.Drawing.Point(4, 22);
282      this.byCostTabPage.Name = "byCostTabPage";
283      this.byCostTabPage.Padding = new System.Windows.Forms.Padding(3);
[12841]284      this.byCostTabPage.Size = new System.Drawing.Size(646, 387);
[12838]285      this.byCostTabPage.TabIndex = 1;
286      this.byCostTabPage.Text = "Performance by Cost";
287      this.byCostTabPage.UseVisualStyleBackColor = true;
288      //
[12841]289      // budgetLogScalingCheckBox
290      //
291      this.budgetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
292      this.budgetLogScalingCheckBox.AutoSize = true;
293      this.budgetLogScalingCheckBox.Location = new System.Drawing.Point(9, 364);
294      this.budgetLogScalingCheckBox.Name = "budgetLogScalingCheckBox";
295      this.budgetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
296      this.budgetLogScalingCheckBox.TabIndex = 11;
297      this.budgetLogScalingCheckBox.Text = "logarithmic scaling";
298      this.budgetLogScalingCheckBox.UseVisualStyleBackColor = true;
299      this.budgetLogScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
300      //
[12838]301      // eachOrAllBudgetsCheckBox
302      //
303      this.eachOrAllBudgetsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
304      this.eachOrAllBudgetsCheckBox.AutoSize = true;
305      this.eachOrAllBudgetsCheckBox.Location = new System.Drawing.Point(414, 10);
306      this.eachOrAllBudgetsCheckBox.Name = "eachOrAllBudgetsCheckBox";
307      this.eachOrAllBudgetsCheckBox.Size = new System.Drawing.Size(36, 17);
308      this.eachOrAllBudgetsCheckBox.TabIndex = 10;
309      this.eachOrAllBudgetsCheckBox.Text = "all";
310      this.eachOrAllBudgetsCheckBox.UseVisualStyleBackColor = true;
311      this.eachOrAllBudgetsCheckBox.CheckedChanged += new System.EventHandler(this.eachOrAllBudgetsCheckBox_CheckedChanged);
312      //
313      // generateBudgetsButton
314      //
315      this.generateBudgetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
316      this.generateBudgetsButton.Location = new System.Drawing.Point(456, 6);
317      this.generateBudgetsButton.Name = "generateBudgetsButton";
318      this.generateBudgetsButton.Size = new System.Drawing.Size(89, 23);
319      this.generateBudgetsButton.TabIndex = 9;
320      this.generateBudgetsButton.Text = "Generate...";
321      this.generateBudgetsButton.UseVisualStyleBackColor = true;
322      this.generateBudgetsButton.Click += new System.EventHandler(this.generateBudgetsButton_Click);
323      //
324      // byCostViewHost
325      //
326      this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
327            | System.Windows.Forms.AnchorStyles.Left)
328            | System.Windows.Forms.AnchorStyles.Right)));
329      this.byCostViewHost.Caption = "View";
330      this.byCostViewHost.Content = null;
331      this.byCostViewHost.Enabled = false;
332      this.byCostViewHost.Location = new System.Drawing.Point(3, 34);
333      this.byCostViewHost.Name = "byCostViewHost";
334      this.byCostViewHost.ReadOnly = false;
[12841]335      this.byCostViewHost.Size = new System.Drawing.Size(640, 324);
[12838]336      this.byCostViewHost.TabIndex = 8;
337      this.byCostViewHost.ViewsLabelVisible = true;
338      this.byCostViewHost.ViewType = null;
339      //
340      // byTableTabPage
341      //
[12888]342      this.byTableTabPage.Controls.Add(this.ertTableView);
[12838]343      this.byTableTabPage.Location = new System.Drawing.Point(4, 22);
344      this.byTableTabPage.Name = "byTableTabPage";
345      this.byTableTabPage.Padding = new System.Windows.Forms.Padding(3);
[12841]346      this.byTableTabPage.Size = new System.Drawing.Size(646, 387);
[12838]347      this.byTableTabPage.TabIndex = 2;
348      this.byTableTabPage.Text = "Expected Runtime Tables";
349      this.byTableTabPage.UseVisualStyleBackColor = true;
350      //
[12841]351      // problemComboBox
[12838]352      //
[12841]353      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
354            | System.Windows.Forms.AnchorStyles.Right)));
355      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
356      this.problemComboBox.FormattingEnabled = true;
357      this.problemComboBox.Location = new System.Drawing.Point(69, 30);
358      this.problemComboBox.Name = "problemComboBox";
359      this.problemComboBox.Size = new System.Drawing.Size(582, 21);
360      this.problemComboBox.TabIndex = 3;
361      this.problemComboBox.SelectedIndexChanged += new System.EventHandler(this.problemComboBox_SelectedIndexChanged);
[12838]362      //
[12841]363      // problemLabel
364      //
365      this.problemLabel.AutoSize = true;
366      this.problemLabel.Location = new System.Drawing.Point(3, 33);
367      this.problemLabel.Name = "problemLabel";
368      this.problemLabel.Size = new System.Drawing.Size(48, 13);
369      this.problemLabel.TabIndex = 2;
370      this.problemLabel.Text = "Problem:";
371      //
[12888]372      // ertTableView
373      //
374      this.ertTableView.Caption = "StringConvertibleMatrix View";
375      this.ertTableView.Content = null;
376      this.ertTableView.Dock = System.Windows.Forms.DockStyle.Fill;
377      this.ertTableView.Location = new System.Drawing.Point(3, 3);
378      this.ertTableView.Name = "ertTableView";
379      this.ertTableView.ReadOnly = false;
380      this.ertTableView.ShowRowsAndColumnsTextBox = false;
381      this.ertTableView.ShowStatisticalInformation = false;
382      this.ertTableView.Size = new System.Drawing.Size(640, 381);
383      this.ertTableView.TabIndex = 0;
384      //
[12804]385      // RunCollectionRLDView
386      //
[7980]387      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[12838]388      this.Controls.Add(this.tabControl);
[12771]389      this.Controls.Add(this.groupComboBox);
[12806]390      this.Controls.Add(this.groupLabel);
[12841]391      this.Controls.Add(this.problemLabel);
[12806]392      this.Controls.Add(this.dataTableLabel);
[12841]393      this.Controls.Add(this.problemComboBox);
[7980]394      this.Controls.Add(this.dataTableComboBox);
[12804]395      this.Name = "RunCollectionRLDView";
[12838]396      this.Size = new System.Drawing.Size(654, 497);
[12804]397      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
[12838]398      this.tabControl.ResumeLayout(false);
399      this.byTargetTabPage.ResumeLayout(false);
400      this.byTargetTabPage.PerformLayout();
401      this.byCostTabPage.ResumeLayout(false);
402      this.byCostTabPage.PerformLayout();
403      this.byTableTabPage.ResumeLayout(false);
[7980]404      this.ResumeLayout(false);
405      this.PerformLayout();
406
407    }
408
409    #endregion
410
411    private System.Windows.Forms.ComboBox dataTableComboBox;
[12806]412    private System.Windows.Forms.Label dataTableLabel;
413    private System.Windows.Forms.Label groupLabel;
[12771]414    private System.Windows.Forms.ComboBox groupComboBox;
[12838]415    private System.Windows.Forms.CheckBox targetLogScalingCheckBox;
[12804]416    private System.Windows.Forms.TextBox targetsTextBox;
[12806]417    private System.Windows.Forms.Label targetsLabel;
[12804]418    protected System.Windows.Forms.ErrorProvider errorProvider;
[12838]419    private System.Windows.Forms.Button addTargetsAsResultButton;
[12806]420    private System.Windows.Forms.Button generateTargetsButton;
421    private System.Windows.Forms.ToolTip toolTip;
[12838]422    private System.Windows.Forms.Button addBudgetsAsResultButton;
[12806]423    private System.Windows.Forms.TextBox budgetsTextBox;
424    private System.Windows.Forms.Label budgetsLabel;
[12838]425    private System.Windows.Forms.CheckBox eachOrAllTargetCheckBox;
426    private System.Windows.Forms.TabControl tabControl;
427    private System.Windows.Forms.TabPage byTargetTabPage;
428    private MainForm.WindowsForms.ViewHost byTargetViewHost;
429    private System.Windows.Forms.TabPage byCostTabPage;
430    private System.Windows.Forms.TabPage byTableTabPage;
431    private MainForm.WindowsForms.ViewHost byCostViewHost;
432    private System.Windows.Forms.CheckBox eachOrAllBudgetsCheckBox;
433    private System.Windows.Forms.Button generateBudgetsButton;
434    private System.Windows.Forms.CheckBox budgetLogScalingCheckBox;
[12841]435    private System.Windows.Forms.Label problemLabel;
436    private System.Windows.Forms.ComboBox problemComboBox;
[12888]437    private Data.Views.StringConvertibleMatrixView ertTableView;
[7980]438  }
439}
Note: See TracBrowser for help on using the repository browser.