Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2431: updated RLD analysis view

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