Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2431: added options to add results based on targets or budgets

File size: 12.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.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
50      this.groupLabel = new System.Windows.Forms.Label();
51      this.groupComboBox = new System.Windows.Forms.ComboBox();
52      this.logScalingCheckBox = new System.Windows.Forms.CheckBox();
53      this.targetsTextBox = new System.Windows.Forms.TextBox();
54      this.targetsLabel = new System.Windows.Forms.Label();
55      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
56      this.fixedTargetButton = new System.Windows.Forms.Button();
57      this.generateTargetsButton = new System.Windows.Forms.Button();
58      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
59      this.budgetsLabel = new System.Windows.Forms.Label();
60      this.budgetsTextBox = new System.Windows.Forms.TextBox();
61      this.fixedCostButton = new System.Windows.Forms.Button();
62      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
63      this.SuspendLayout();
64      //
65      // dataTableComboBox
66      //
67      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
68            | System.Windows.Forms.AnchorStyles.Right)));
69      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
70      this.dataTableComboBox.FormattingEnabled = true;
71      this.dataTableComboBox.Location = new System.Drawing.Point(69, 30);
72      this.dataTableComboBox.Name = "dataTableComboBox";
73      this.dataTableComboBox.Size = new System.Drawing.Size(455, 21);
74      this.dataTableComboBox.TabIndex = 0;
75      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
76      //
77      // dataTableLabel
78      //
79      this.dataTableLabel.AutoSize = true;
80      this.dataTableLabel.Location = new System.Drawing.Point(3, 33);
81      this.dataTableLabel.Name = "dataTableLabel";
82      this.dataTableLabel.Size = new System.Drawing.Size(60, 13);
83      this.dataTableLabel.TabIndex = 1;
84      this.dataTableLabel.Text = "DataTable:";
85      //
86      // viewHost
87      //
88      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
89            | System.Windows.Forms.AnchorStyles.Left)
90            | System.Windows.Forms.AnchorStyles.Right)));
91      this.viewHost.Caption = "View";
92      this.viewHost.Content = null;
93      this.viewHost.Enabled = false;
94      this.viewHost.Location = new System.Drawing.Point(4, 90);
95      this.viewHost.Name = "viewHost";
96      this.viewHost.ReadOnly = false;
97      this.viewHost.Size = new System.Drawing.Size(520, 258);
98      this.viewHost.TabIndex = 2;
99      this.viewHost.ViewsLabelVisible = true;
100      this.viewHost.ViewType = null;
101      //
102      // groupLabel
103      //
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);
108      this.groupLabel.TabIndex = 3;
109      this.groupLabel.Text = "Group:";
110      //
111      // groupComboBox
112      //
113      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
114            | System.Windows.Forms.AnchorStyles.Right)));
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";
119      this.groupComboBox.Size = new System.Drawing.Size(455, 21);
120      this.groupComboBox.TabIndex = 4;
121      this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
122      //
123      // logScalingCheckBox
124      //
125      this.logScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
126      this.logScalingCheckBox.AutoSize = true;
127      this.logScalingCheckBox.Location = new System.Drawing.Point(0, 354);
128      this.logScalingCheckBox.Name = "logScalingCheckBox";
129      this.logScalingCheckBox.Size = new System.Drawing.Size(112, 17);
130      this.logScalingCheckBox.TabIndex = 5;
131      this.logScalingCheckBox.Text = "logarithmic scaling";
132      this.logScalingCheckBox.UseVisualStyleBackColor = true;
133      this.logScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
134      //
135      // targetsTextBox
136      //
137      this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
138            | System.Windows.Forms.AnchorStyles.Right)));
139      this.targetsTextBox.Location = new System.Drawing.Point(69, 57);
140      this.targetsTextBox.Name = "targetsTextBox";
141      this.targetsTextBox.Size = new System.Drawing.Size(265, 20);
142      this.targetsTextBox.TabIndex = 6;
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.");
146      this.targetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
147      //
148      // targetsLabel
149      //
150      this.targetsLabel.AutoSize = true;
151      this.targetsLabel.Location = new System.Drawing.Point(3, 60);
152      this.targetsLabel.Name = "targetsLabel";
153      this.targetsLabel.Size = new System.Drawing.Size(46, 13);
154      this.targetsLabel.TabIndex = 1;
155      this.targetsLabel.Text = "Targets:";
156      //
157      // errorProvider
158      //
159      this.errorProvider.ContainerControl = this;
160      //
161      // fixedTargetButton
162      //
163      this.fixedTargetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
164      this.fixedTargetButton.Location = new System.Drawing.Point(435, 54);
165      this.fixedTargetButton.Name = "fixedTargetButton";
166      this.fixedTargetButton.Size = new System.Drawing.Size(89, 23);
167      this.fixedTargetButton.TabIndex = 7;
168      this.fixedTargetButton.Text = "Add as Result";
169      this.fixedTargetButton.UseVisualStyleBackColor = true;
170      this.fixedTargetButton.Click += new System.EventHandler(this.fixedTargetButton_Click);
171      //
172      // generateTargetsButton
173      //
174      this.generateTargetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
175      this.generateTargetsButton.Location = new System.Drawing.Point(340, 54);
176      this.generateTargetsButton.Name = "generateTargetsButton";
177      this.generateTargetsButton.Size = new System.Drawing.Size(89, 23);
178      this.generateTargetsButton.TabIndex = 7;
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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
186      this.budgetsLabel.AutoSize = true;
187      this.budgetsLabel.Location = new System.Drawing.Point(235, 353);
188      this.budgetsLabel.Name = "budgetsLabel";
189      this.budgetsLabel.Size = new System.Drawing.Size(49, 13);
190      this.budgetsLabel.TabIndex = 1;
191      this.budgetsLabel.Text = "Budgets:";
192      //
193      // budgetsTextBox
194      //
195      this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
196            | System.Windows.Forms.AnchorStyles.Right)));
197      this.budgetsTextBox.Location = new System.Drawing.Point(290, 350);
198      this.budgetsTextBox.Name = "budgetsTextBox";
199      this.budgetsTextBox.Size = new System.Drawing.Size(139, 20);
200      this.budgetsTextBox.TabIndex = 6;
201      this.budgetsTextBox.Text = "1e2 ; 1e3 ; 1e4 ; 1e5 ; 1e6";
202      this.budgetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
203      //
204      // fixedCostButton
205      //
206      this.fixedCostButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
207      this.fixedCostButton.Location = new System.Drawing.Point(435, 348);
208      this.fixedCostButton.Name = "fixedCostButton";
209      this.fixedCostButton.Size = new System.Drawing.Size(89, 23);
210      this.fixedCostButton.TabIndex = 7;
211      this.fixedCostButton.Text = "Add as Result";
212      this.fixedCostButton.UseVisualStyleBackColor = true;
213      this.fixedCostButton.Click += new System.EventHandler(this.fixedCostButton_Click);
214      //
215      // RunCollectionRLDView
216      //
217      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
218      this.Controls.Add(this.generateTargetsButton);
219      this.Controls.Add(this.fixedCostButton);
220      this.Controls.Add(this.fixedTargetButton);
221      this.Controls.Add(this.budgetsTextBox);
222      this.Controls.Add(this.targetsTextBox);
223      this.Controls.Add(this.logScalingCheckBox);
224      this.Controls.Add(this.groupComboBox);
225      this.Controls.Add(this.groupLabel);
226      this.Controls.Add(this.budgetsLabel);
227      this.Controls.Add(this.viewHost);
228      this.Controls.Add(this.targetsLabel);
229      this.Controls.Add(this.dataTableLabel);
230      this.Controls.Add(this.dataTableComboBox);
231      this.Name = "RunCollectionRLDView";
232      this.Size = new System.Drawing.Size(527, 374);
233      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
234      this.ResumeLayout(false);
235      this.PerformLayout();
236
237    }
238
239    #endregion
240
241    private System.Windows.Forms.ComboBox dataTableComboBox;
242    private System.Windows.Forms.Label dataTableLabel;
243    private MainForm.WindowsForms.ViewHost viewHost;
244    private System.Windows.Forms.Label groupLabel;
245    private System.Windows.Forms.ComboBox groupComboBox;
246    private System.Windows.Forms.CheckBox logScalingCheckBox;
247    private System.Windows.Forms.TextBox targetsTextBox;
248    private System.Windows.Forms.Label targetsLabel;
249    protected System.Windows.Forms.ErrorProvider errorProvider;
250    private System.Windows.Forms.Button fixedTargetButton;
251    private System.Windows.Forms.Button generateTargetsButton;
252    private System.Windows.Forms.ToolTip toolTip;
253    private System.Windows.Forms.Button fixedCostButton;
254    private System.Windows.Forms.TextBox budgetsTextBox;
255    private System.Windows.Forms.Label budgetsLabel;
256  }
257}
Note: See TracBrowser for help on using the repository browser.