Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2431:

  • worked on IRRRun (early abort still troublesome)
  • Updated RLD view to allow defining targets
  • Attempting to handle maximization/minimization
File size: 8.2 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.label1 = new System.Windows.Forms.Label();
49      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
50      this.label2 = 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.label3 = new System.Windows.Forms.Label();
55      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
57      this.SuspendLayout();
58      //
59      // dataTableComboBox
60      //
61      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
62            | System.Windows.Forms.AnchorStyles.Right)));
63      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
64      this.dataTableComboBox.FormattingEnabled = true;
65      this.dataTableComboBox.Location = new System.Drawing.Point(69, 30);
66      this.dataTableComboBox.Name = "dataTableComboBox";
67      this.dataTableComboBox.Size = new System.Drawing.Size(455, 21);
68      this.dataTableComboBox.TabIndex = 0;
69      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
70      //
71      // label1
72      //
73      this.label1.AutoSize = true;
74      this.label1.Location = new System.Drawing.Point(3, 33);
75      this.label1.Name = "label1";
76      this.label1.Size = new System.Drawing.Size(60, 13);
77      this.label1.TabIndex = 1;
78      this.label1.Text = "DataTable:";
79      //
80      // viewHost
81      //
82      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
83            | System.Windows.Forms.AnchorStyles.Left)
84            | System.Windows.Forms.AnchorStyles.Right)));
85      this.viewHost.Caption = "View";
86      this.viewHost.Content = null;
87      this.viewHost.Enabled = false;
88      this.viewHost.Location = new System.Drawing.Point(4, 90);
89      this.viewHost.Name = "viewHost";
90      this.viewHost.ReadOnly = false;
91      this.viewHost.Size = new System.Drawing.Size(520, 258);
92      this.viewHost.TabIndex = 2;
93      this.viewHost.ViewsLabelVisible = true;
94      this.viewHost.ViewType = null;
95      //
96      // label2
97      //
98      this.label2.AutoSize = true;
99      this.label2.Location = new System.Drawing.Point(3, 6);
100      this.label2.Name = "label2";
101      this.label2.Size = new System.Drawing.Size(39, 13);
102      this.label2.TabIndex = 3;
103      this.label2.Text = "Group:";
104      //
105      // groupComboBox
106      //
107      this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
108            | System.Windows.Forms.AnchorStyles.Right)));
109      this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
110      this.groupComboBox.FormattingEnabled = true;
111      this.groupComboBox.Location = new System.Drawing.Point(69, 3);
112      this.groupComboBox.Name = "groupComboBox";
113      this.groupComboBox.Size = new System.Drawing.Size(455, 21);
114      this.groupComboBox.TabIndex = 4;
115      this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
116      //
117      // logScalingCheckBox
118      //
119      this.logScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
120      this.logScalingCheckBox.AutoSize = true;
121      this.logScalingCheckBox.Location = new System.Drawing.Point(0, 354);
122      this.logScalingCheckBox.Name = "logScalingCheckBox";
123      this.logScalingCheckBox.Size = new System.Drawing.Size(112, 17);
124      this.logScalingCheckBox.TabIndex = 5;
125      this.logScalingCheckBox.Text = "logarithmic scaling";
126      this.logScalingCheckBox.UseVisualStyleBackColor = true;
127      this.logScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
128      //
129      // targetsTextBox
130      //
131      this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
132            | System.Windows.Forms.AnchorStyles.Right)));
133      this.targetsTextBox.Location = new System.Drawing.Point(69, 57);
134      this.targetsTextBox.Name = "targetsTextBox";
135      this.targetsTextBox.Size = new System.Drawing.Size(455, 20);
136      this.targetsTextBox.TabIndex = 6;
137      this.targetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
138      //
139      // label3
140      //
141      this.label3.AutoSize = true;
142      this.label3.Location = new System.Drawing.Point(3, 60);
143      this.label3.Name = "label3";
144      this.label3.Size = new System.Drawing.Size(46, 13);
145      this.label3.TabIndex = 1;
146      this.label3.Text = "Targets:";
147      //
148      // errorProvider
149      //
150      this.errorProvider.ContainerControl = this;
151      //
152      // RunCollectionRLDView
153      //
154      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
155      this.Controls.Add(this.targetsTextBox);
156      this.Controls.Add(this.logScalingCheckBox);
157      this.Controls.Add(this.groupComboBox);
158      this.Controls.Add(this.label2);
159      this.Controls.Add(this.viewHost);
160      this.Controls.Add(this.label3);
161      this.Controls.Add(this.label1);
162      this.Controls.Add(this.dataTableComboBox);
163      this.Name = "RunCollectionRLDView";
164      this.Size = new System.Drawing.Size(527, 374);
165      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
166      this.ResumeLayout(false);
167      this.PerformLayout();
168
169    }
170
171    #endregion
172
173    private System.Windows.Forms.ComboBox dataTableComboBox;
174    private System.Windows.Forms.Label label1;
175    private MainForm.WindowsForms.ViewHost viewHost;
176    private System.Windows.Forms.Label label2;
177    private System.Windows.Forms.ComboBox groupComboBox;
178    private System.Windows.Forms.CheckBox logScalingCheckBox;
179    private System.Windows.Forms.TextBox targetsTextBox;
180    private System.Windows.Forms.Label label3;
181    protected System.Windows.Forms.ErrorProvider errorProvider;
182  }
183}
Note: See TracBrowser for help on using the repository browser.