Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBProblemView.Designer.cs @ 13540

Last change on this file since 13540 was 13540, checked in by abeham, 8 years ago

#2560: added loading of characteristic calculators into OKB problem view

File size: 16.5 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
21
22namespace HeuristicLab.Clients.OKB.RunCreation {
23  partial class OKBProblemView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing) {
35        if (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.problemComboBox = new System.Windows.Forms.ComboBox();
48      this.problemLabel = new System.Windows.Forms.Label();
49      this.refreshButton = new System.Windows.Forms.Button();
50      this.cloneProblemButton = new System.Windows.Forms.Button();
51      this.tabControl = new System.Windows.Forms.TabControl();
52      this.parametersTabPage = new System.Windows.Forms.TabPage();
53      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
54      this.characteristicsTabPage = new System.Windows.Forms.TabPage();
55      this.characteristicSplitContainer = new System.Windows.Forms.SplitContainer();
56      this.calculatorListView = new System.Windows.Forms.ListView();
57      this.characteristicColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
58      this.calculateButton = new System.Windows.Forms.Button();
59      this.characteristicsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
60      this.uploadCharacteristicsButton = new System.Windows.Forms.Button();
61      this.downloadCharacteristicsButton = new System.Windows.Forms.Button();
62      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
63      this.tabControl.SuspendLayout();
64      this.parametersTabPage.SuspendLayout();
65      this.characteristicsTabPage.SuspendLayout();
66      ((System.ComponentModel.ISupportInitialize)(this.characteristicSplitContainer)).BeginInit();
67      this.characteristicSplitContainer.Panel1.SuspendLayout();
68      this.characteristicSplitContainer.Panel2.SuspendLayout();
69      this.characteristicSplitContainer.SuspendLayout();
70      this.SuspendLayout();
71      //
72      // nameTextBox
73      //
74      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
75      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
76      this.nameTextBox.Location = new System.Drawing.Point(72, 27);
77      this.nameTextBox.Size = new System.Drawing.Size(604, 20);
78      this.nameTextBox.TabIndex = 5;
79      //
80      // nameLabel
81      //
82      this.nameLabel.Location = new System.Drawing.Point(3, 30);
83      this.nameLabel.TabIndex = 4;
84      //
85      // infoLabel
86      //
87      this.infoLabel.Location = new System.Drawing.Point(687, 30);
88      this.infoLabel.TabIndex = 6;
89      //
90      // problemComboBox
91      //
92      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
93            | System.Windows.Forms.AnchorStyles.Right)));
94      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
95      this.problemComboBox.FormattingEnabled = true;
96      this.problemComboBox.Location = new System.Drawing.Point(72, 0);
97      this.problemComboBox.Name = "problemComboBox";
98      this.problemComboBox.Size = new System.Drawing.Size(574, 21);
99      this.problemComboBox.TabIndex = 1;
100      this.problemComboBox.SelectedValueChanged += new System.EventHandler(this.problemComboBox_SelectedValueChanged);
101      //
102      // problemLabel
103      //
104      this.problemLabel.AutoSize = true;
105      this.problemLabel.Location = new System.Drawing.Point(3, 3);
106      this.problemLabel.Name = "problemLabel";
107      this.problemLabel.Size = new System.Drawing.Size(48, 13);
108      this.problemLabel.TabIndex = 0;
109      this.problemLabel.Text = "&Problem:";
110      //
111      // refreshButton
112      //
113      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
114      this.refreshButton.Location = new System.Drawing.Point(682, -1);
115      this.refreshButton.Name = "refreshButton";
116      this.refreshButton.Size = new System.Drawing.Size(24, 24);
117      this.refreshButton.TabIndex = 3;
118      this.toolTip.SetToolTip(this.refreshButton, "Refresh Problems");
119      this.refreshButton.UseVisualStyleBackColor = true;
120      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
121      //
122      // cloneProblemButton
123      //
124      this.cloneProblemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
125      this.cloneProblemButton.Location = new System.Drawing.Point(652, -1);
126      this.cloneProblemButton.Name = "cloneProblemButton";
127      this.cloneProblemButton.Size = new System.Drawing.Size(24, 24);
128      this.cloneProblemButton.TabIndex = 2;
129      this.toolTip.SetToolTip(this.cloneProblemButton, "Clone Problem");
130      this.cloneProblemButton.UseVisualStyleBackColor = true;
131      this.cloneProblemButton.Click += new System.EventHandler(this.cloneProblemButton_Click);
132      //
133      // tabControl
134      //
135      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
136            | System.Windows.Forms.AnchorStyles.Left)
137            | System.Windows.Forms.AnchorStyles.Right)));
138      this.tabControl.Controls.Add(this.parametersTabPage);
139      this.tabControl.Controls.Add(this.characteristicsTabPage);
140      this.tabControl.Location = new System.Drawing.Point(6, 53);
141      this.tabControl.Name = "tabControl";
142      this.tabControl.SelectedIndex = 0;
143      this.tabControl.Size = new System.Drawing.Size(700, 340);
144      this.tabControl.TabIndex = 8;
145      //
146      // parametersTabPage
147      //
148      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
149      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
150      this.parametersTabPage.Name = "parametersTabPage";
151      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
152      this.parametersTabPage.Size = new System.Drawing.Size(692, 314);
153      this.parametersTabPage.TabIndex = 0;
154      this.parametersTabPage.Text = "Parameters";
155      this.parametersTabPage.UseVisualStyleBackColor = true;
156      //
157      // parameterCollectionView
158      //
159      this.parameterCollectionView.AllowEditingOfHiddenParameters = false;
160      this.parameterCollectionView.Caption = "ParameterCollection View";
161      this.parameterCollectionView.Content = null;
162      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
163      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
164      this.parameterCollectionView.Name = "parameterCollectionView";
165      this.parameterCollectionView.ReadOnly = true;
166      this.parameterCollectionView.ShowDetails = true;
167      this.parameterCollectionView.Size = new System.Drawing.Size(686, 308);
168      this.parameterCollectionView.TabIndex = 8;
169      //
170      // characteristicsTabPage
171      //
172      this.characteristicsTabPage.Controls.Add(this.characteristicSplitContainer);
173      this.characteristicsTabPage.Controls.Add(this.uploadCharacteristicsButton);
174      this.characteristicsTabPage.Controls.Add(this.downloadCharacteristicsButton);
175      this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22);
176      this.characteristicsTabPage.Name = "characteristicsTabPage";
177      this.characteristicsTabPage.Padding = new System.Windows.Forms.Padding(3);
178      this.characteristicsTabPage.Size = new System.Drawing.Size(692, 314);
179      this.characteristicsTabPage.TabIndex = 1;
180      this.characteristicsTabPage.Text = "Characteristics";
181      this.characteristicsTabPage.UseVisualStyleBackColor = true;
182      //
183      // characteristicSplitContainer
184      //
185      this.characteristicSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
186            | System.Windows.Forms.AnchorStyles.Left)
187            | System.Windows.Forms.AnchorStyles.Right)));
188      this.characteristicSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
189      this.characteristicSplitContainer.Location = new System.Drawing.Point(0, 35);
190      this.characteristicSplitContainer.Name = "characteristicSplitContainer";
191      //
192      // characteristicSplitContainer.Panel1
193      //
194      this.characteristicSplitContainer.Panel1.Controls.Add(this.calculatorListView);
195      this.characteristicSplitContainer.Panel1.Controls.Add(this.calculateButton);
196      //
197      // characteristicSplitContainer.Panel2
198      //
199      this.characteristicSplitContainer.Panel2.Controls.Add(this.characteristicsMatrixView);
200      this.characteristicSplitContainer.Size = new System.Drawing.Size(692, 279);
201      this.characteristicSplitContainer.SplitterDistance = 221;
202      this.characteristicSplitContainer.TabIndex = 2;
203      //
204      // calculatorListView
205      //
206      this.calculatorListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
207            | System.Windows.Forms.AnchorStyles.Left)
208            | System.Windows.Forms.AnchorStyles.Right)));
209      this.calculatorListView.CheckBoxes = true;
210      this.calculatorListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
211            this.characteristicColumnHeader});
212      this.calculatorListView.Location = new System.Drawing.Point(3, 0);
213      this.calculatorListView.Name = "calculatorListView";
214      this.calculatorListView.Size = new System.Drawing.Size(215, 244);
215      this.calculatorListView.TabIndex = 0;
216      this.calculatorListView.UseCompatibleStateImageBehavior = false;
217      this.calculatorListView.View = System.Windows.Forms.View.Details;
218      //
219      // characteristicColumnHeader
220      //
221      this.characteristicColumnHeader.Text = "Characteristic";
222      this.characteristicColumnHeader.Width = 211;
223      //
224      // calculateButton
225      //
226      this.calculateButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
227            | System.Windows.Forms.AnchorStyles.Right)));
228      this.calculateButton.Location = new System.Drawing.Point(6, 250);
229      this.calculateButton.Name = "calculateButton";
230      this.calculateButton.Size = new System.Drawing.Size(212, 23);
231      this.calculateButton.TabIndex = 0;
232      this.calculateButton.Text = "Calculate";
233      this.calculateButton.UseVisualStyleBackColor = true;
234      this.calculateButton.Click += new System.EventHandler(this.calculateButton_Click);
235      //
236      // characteristicsMatrixView
237      //
238      this.characteristicsMatrixView.Caption = "StringConvertibleMatrix View";
239      this.characteristicsMatrixView.Content = null;
240      this.characteristicsMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
241      this.characteristicsMatrixView.Location = new System.Drawing.Point(0, 0);
242      this.characteristicsMatrixView.Name = "characteristicsMatrixView";
243      this.characteristicsMatrixView.ReadOnly = false;
244      this.characteristicsMatrixView.ShowRowsAndColumnsTextBox = false;
245      this.characteristicsMatrixView.ShowStatisticalInformation = false;
246      this.characteristicsMatrixView.Size = new System.Drawing.Size(467, 279);
247      this.characteristicsMatrixView.TabIndex = 1;
248      //
249      // uploadCharacteristicsButton
250      //
251      this.uploadCharacteristicsButton.Location = new System.Drawing.Point(38, 6);
252      this.uploadCharacteristicsButton.Name = "uploadCharacteristicsButton";
253      this.uploadCharacteristicsButton.Size = new System.Drawing.Size(26, 23);
254      this.uploadCharacteristicsButton.TabIndex = 0;
255      this.uploadCharacteristicsButton.Text = "Upload";
256      this.uploadCharacteristicsButton.UseVisualStyleBackColor = true;
257      this.uploadCharacteristicsButton.Click += new System.EventHandler(this.uploadCharacteristicsButton_Click);
258      //
259      // downloadCharacteristicsButton
260      //
261      this.downloadCharacteristicsButton.Location = new System.Drawing.Point(6, 6);
262      this.downloadCharacteristicsButton.Name = "downloadCharacteristicsButton";
263      this.downloadCharacteristicsButton.Size = new System.Drawing.Size(26, 23);
264      this.downloadCharacteristicsButton.TabIndex = 0;
265      this.downloadCharacteristicsButton.Text = "Download";
266      this.downloadCharacteristicsButton.UseVisualStyleBackColor = true;
267      this.downloadCharacteristicsButton.Click += new System.EventHandler(this.downloadCharacteristicsButton_Click);
268      //
269      // OKBProblemView
270      //
271      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
272      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
273      this.Controls.Add(this.tabControl);
274      this.Controls.Add(this.problemComboBox);
275      this.Controls.Add(this.problemLabel);
276      this.Controls.Add(this.cloneProblemButton);
277      this.Controls.Add(this.refreshButton);
278      this.Name = "OKBProblemView";
279      this.Size = new System.Drawing.Size(706, 393);
280      this.Controls.SetChildIndex(this.refreshButton, 0);
281      this.Controls.SetChildIndex(this.cloneProblemButton, 0);
282      this.Controls.SetChildIndex(this.problemLabel, 0);
283      this.Controls.SetChildIndex(this.problemComboBox, 0);
284      this.Controls.SetChildIndex(this.tabControl, 0);
285      this.Controls.SetChildIndex(this.nameTextBox, 0);
286      this.Controls.SetChildIndex(this.nameLabel, 0);
287      this.Controls.SetChildIndex(this.infoLabel, 0);
288      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
289      this.tabControl.ResumeLayout(false);
290      this.parametersTabPage.ResumeLayout(false);
291      this.characteristicsTabPage.ResumeLayout(false);
292      this.characteristicSplitContainer.Panel1.ResumeLayout(false);
293      this.characteristicSplitContainer.Panel2.ResumeLayout(false);
294      ((System.ComponentModel.ISupportInitialize)(this.characteristicSplitContainer)).EndInit();
295      this.characteristicSplitContainer.ResumeLayout(false);
296      this.ResumeLayout(false);
297      this.PerformLayout();
298
299    }
300
301    #endregion
302
303    private System.Windows.Forms.ComboBox problemComboBox;
304    private System.Windows.Forms.Label problemLabel;
305    private System.Windows.Forms.Button refreshButton;
306    private System.Windows.Forms.Button cloneProblemButton;
307    private System.Windows.Forms.TabControl tabControl;
308    private System.Windows.Forms.TabPage parametersTabPage;
309    private System.Windows.Forms.TabPage characteristicsTabPage;
310    private Core.Views.ParameterCollectionView parameterCollectionView;
311    private Data.Views.StringConvertibleMatrixView characteristicsMatrixView;
312    private System.Windows.Forms.Button uploadCharacteristicsButton;
313    private System.Windows.Forms.Button downloadCharacteristicsButton;
314    private System.Windows.Forms.SplitContainer characteristicSplitContainer;
315    private System.Windows.Forms.ListView calculatorListView;
316    private System.Windows.Forms.ColumnHeader characteristicColumnHeader;
317    private System.Windows.Forms.Button calculateButton;
318
319
320  }
321}
Note: See TracBrowser for help on using the repository browser.