Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBProblemView.Designer.cs @ 15584

Last change on this file since 15584 was 15584, checked in by swagner, 6 years ago

#2640: Updated year of copyrights in license headers on stable

File size: 17.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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.solutionsTabPage = new System.Windows.Forms.TabPage();
55      this.flaAnalysisTabPage = new System.Windows.Forms.TabPage();
56      this.flaSplitContainer = new System.Windows.Forms.SplitContainer();
57      this.calculateButton = new System.Windows.Forms.Button();
58      this.characteristicsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
59      this.uploadCharacteristicsButton = new System.Windows.Forms.Button();
60      this.downloadCharacteristicsButton = new System.Windows.Forms.Button();
61      this.solutionsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
62      this.refreshSolutionsButton = new System.Windows.Forms.Button();
63      this.uploadSolutionsButton = new System.Windows.Forms.Button();
64      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
65      this.tabControl.SuspendLayout();
66      this.parametersTabPage.SuspendLayout();
67      this.solutionsTabPage.SuspendLayout();
68      this.flaAnalysisTabPage.SuspendLayout();
69      ((System.ComponentModel.ISupportInitialize)(this.flaSplitContainer)).BeginInit();
70      this.flaSplitContainer.Panel1.SuspendLayout();
71      this.flaSplitContainer.Panel2.SuspendLayout();
72      this.flaSplitContainer.SuspendLayout();
73      this.SuspendLayout();
74      //
75      // nameTextBox
76      //
77      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
78      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
79      this.nameTextBox.Location = new System.Drawing.Point(72, 27);
80      this.nameTextBox.Size = new System.Drawing.Size(640, 20);
81      this.nameTextBox.TabIndex = 5;
82      //
83      // nameLabel
84      //
85      this.nameLabel.Location = new System.Drawing.Point(3, 30);
86      this.nameLabel.TabIndex = 4;
87      //
88      // infoLabel
89      //
90      this.infoLabel.Location = new System.Drawing.Point(723, 30);
91      this.infoLabel.TabIndex = 6;
92      //
93      // problemComboBox
94      //
95      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
96            | System.Windows.Forms.AnchorStyles.Right)));
97      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
98      this.problemComboBox.FormattingEnabled = true;
99      this.problemComboBox.Location = new System.Drawing.Point(72, 0);
100      this.problemComboBox.Name = "problemComboBox";
101      this.problemComboBox.Size = new System.Drawing.Size(610, 21);
102      this.problemComboBox.TabIndex = 1;
103      this.problemComboBox.SelectedValueChanged += new System.EventHandler(this.problemComboBox_SelectedValueChanged);
104      //
105      // problemLabel
106      //
107      this.problemLabel.AutoSize = true;
108      this.problemLabel.Location = new System.Drawing.Point(3, 3);
109      this.problemLabel.Name = "problemLabel";
110      this.problemLabel.Size = new System.Drawing.Size(48, 13);
111      this.problemLabel.TabIndex = 0;
112      this.problemLabel.Text = "&Problem:";
113      //
114      // refreshButton
115      //
116      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
117      this.refreshButton.Location = new System.Drawing.Point(718, -1);
118      this.refreshButton.Name = "refreshButton";
119      this.refreshButton.Size = new System.Drawing.Size(24, 24);
120      this.refreshButton.TabIndex = 3;
121      this.toolTip.SetToolTip(this.refreshButton, "Refresh Problems");
122      this.refreshButton.UseVisualStyleBackColor = true;
123      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
124      //
125      // cloneProblemButton
126      //
127      this.cloneProblemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
128      this.cloneProblemButton.Location = new System.Drawing.Point(688, -1);
129      this.cloneProblemButton.Name = "cloneProblemButton";
130      this.cloneProblemButton.Size = new System.Drawing.Size(24, 24);
131      this.cloneProblemButton.TabIndex = 2;
132      this.toolTip.SetToolTip(this.cloneProblemButton, "Clone Problem");
133      this.cloneProblemButton.UseVisualStyleBackColor = true;
134      this.cloneProblemButton.Click += new System.EventHandler(this.cloneProblemButton_Click);
135      //
136      // tabControl
137      //
138      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
139            | System.Windows.Forms.AnchorStyles.Left)
140            | System.Windows.Forms.AnchorStyles.Right)));
141      this.tabControl.Controls.Add(this.parametersTabPage);
142      this.tabControl.Controls.Add(this.solutionsTabPage);
143      this.tabControl.Controls.Add(this.flaAnalysisTabPage);
144      this.tabControl.Location = new System.Drawing.Point(6, 53);
145      this.tabControl.Name = "tabControl";
146      this.tabControl.SelectedIndex = 0;
147      this.tabControl.Size = new System.Drawing.Size(736, 473);
148      this.tabControl.TabIndex = 8;
149      //
150      // parametersTabPage
151      //
152      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
153      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
154      this.parametersTabPage.Name = "parametersTabPage";
155      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
156      this.parametersTabPage.Size = new System.Drawing.Size(728, 447);
157      this.parametersTabPage.TabIndex = 0;
158      this.parametersTabPage.Text = "Parameters";
159      this.parametersTabPage.UseVisualStyleBackColor = true;
160      //
161      // parameterCollectionView
162      //
163      this.parameterCollectionView.AllowEditingOfHiddenParameters = false;
164      this.parameterCollectionView.Caption = "ParameterCollection View";
165      this.parameterCollectionView.Content = null;
166      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
167      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
168      this.parameterCollectionView.Name = "parameterCollectionView";
169      this.parameterCollectionView.ReadOnly = true;
170      this.parameterCollectionView.ShowDetails = true;
171      this.parameterCollectionView.Size = new System.Drawing.Size(722, 441);
172      this.parameterCollectionView.TabIndex = 8;
173      //
174      // solutionsTabPage
175      //
176      this.solutionsTabPage.Controls.Add(this.uploadSolutionsButton);
177      this.solutionsTabPage.Controls.Add(this.refreshSolutionsButton);
178      this.solutionsTabPage.Controls.Add(this.solutionsViewHost);
179      this.solutionsTabPage.Location = new System.Drawing.Point(4, 22);
180      this.solutionsTabPage.Name = "solutionsTabPage";
181      this.solutionsTabPage.Padding = new System.Windows.Forms.Padding(3);
182      this.solutionsTabPage.Size = new System.Drawing.Size(728, 447);
183      this.solutionsTabPage.TabIndex = 3;
184      this.solutionsTabPage.Text = "Solutions";
185      this.solutionsTabPage.UseVisualStyleBackColor = true;
186      //
187      // flaAnalysisTabPage
188      //
189      this.flaAnalysisTabPage.Controls.Add(this.flaSplitContainer);
190      this.flaAnalysisTabPage.Location = new System.Drawing.Point(4, 22);
191      this.flaAnalysisTabPage.Name = "flaAnalysisTabPage";
192      this.flaAnalysisTabPage.Padding = new System.Windows.Forms.Padding(3);
193      this.flaAnalysisTabPage.Size = new System.Drawing.Size(728, 447);
194      this.flaAnalysisTabPage.TabIndex = 2;
195      this.flaAnalysisTabPage.Text = "Fitness Landscape Analysis";
196      this.flaAnalysisTabPage.UseVisualStyleBackColor = true;
197      //
198      // flaSplitContainer
199      //
200      this.flaSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
201      this.flaSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
202      this.flaSplitContainer.Location = new System.Drawing.Point(3, 3);
203      this.flaSplitContainer.Name = "flaSplitContainer";
204      //
205      // flaSplitContainer.Panel1
206      //
207      this.flaSplitContainer.Panel1.Controls.Add(this.calculateButton);
208      //
209      // flaSplitContainer.Panel2
210      //
211      this.flaSplitContainer.Panel2.Controls.Add(this.characteristicsMatrixView);
212      this.flaSplitContainer.Panel2.Controls.Add(this.uploadCharacteristicsButton);
213      this.flaSplitContainer.Panel2.Controls.Add(this.downloadCharacteristicsButton);
214      this.flaSplitContainer.Size = new System.Drawing.Size(722, 441);
215      this.flaSplitContainer.SplitterDistance = 363;
216      this.flaSplitContainer.TabIndex = 7;
217      //
218      // calculateButton
219      //
220      this.calculateButton.Location = new System.Drawing.Point(3, 3);
221      this.calculateButton.Name = "calculateButton";
222      this.calculateButton.Size = new System.Drawing.Size(26, 23);
223      this.calculateButton.TabIndex = 8;
224      this.calculateButton.Text = "Calculate";
225      this.calculateButton.UseVisualStyleBackColor = true;
226      this.calculateButton.Click += new System.EventHandler(this.calculateButton_Click);
227      //
228      // characteristicsMatrixView
229      //
230      this.characteristicsMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
231            | System.Windows.Forms.AnchorStyles.Left)
232            | System.Windows.Forms.AnchorStyles.Right)));
233      this.characteristicsMatrixView.Caption = "StringConvertibleMatrix View";
234      this.characteristicsMatrixView.Content = null;
235      this.characteristicsMatrixView.Location = new System.Drawing.Point(3, 32);
236      this.characteristicsMatrixView.Name = "characteristicsMatrixView";
237      this.characteristicsMatrixView.ReadOnly = false;
238      this.characteristicsMatrixView.ShowRowsAndColumnsTextBox = false;
239      this.characteristicsMatrixView.ShowStatisticalInformation = false;
240      this.characteristicsMatrixView.Size = new System.Drawing.Size(349, 406);
241      this.characteristicsMatrixView.TabIndex = 4;
242      //
243      // uploadCharacteristicsButton
244      //
245      this.uploadCharacteristicsButton.Location = new System.Drawing.Point(35, 3);
246      this.uploadCharacteristicsButton.Name = "uploadCharacteristicsButton";
247      this.uploadCharacteristicsButton.Size = new System.Drawing.Size(26, 23);
248      this.uploadCharacteristicsButton.TabIndex = 5;
249      this.uploadCharacteristicsButton.Text = "Upload";
250      this.uploadCharacteristicsButton.UseVisualStyleBackColor = true;
251      this.uploadCharacteristicsButton.Click += new System.EventHandler(this.uploadCharacteristicsButton_Click);
252      //
253      // downloadCharacteristicsButton
254      //
255      this.downloadCharacteristicsButton.Location = new System.Drawing.Point(3, 3);
256      this.downloadCharacteristicsButton.Name = "downloadCharacteristicsButton";
257      this.downloadCharacteristicsButton.Size = new System.Drawing.Size(26, 23);
258      this.downloadCharacteristicsButton.TabIndex = 6;
259      this.downloadCharacteristicsButton.Text = "Download";
260      this.downloadCharacteristicsButton.UseVisualStyleBackColor = true;
261      this.downloadCharacteristicsButton.Click += new System.EventHandler(this.downloadCharacteristicsButton_Click);
262      //
263      // solutionsViewHost
264      //
265      this.solutionsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
266            | System.Windows.Forms.AnchorStyles.Left)
267            | System.Windows.Forms.AnchorStyles.Right)));
268      this.solutionsViewHost.Caption = "View";
269      this.solutionsViewHost.Content = null;
270      this.solutionsViewHost.Enabled = false;
271      this.solutionsViewHost.Location = new System.Drawing.Point(0, 35);
272      this.solutionsViewHost.Name = "solutionsViewHost";
273      this.solutionsViewHost.ReadOnly = false;
274      this.solutionsViewHost.Size = new System.Drawing.Size(728, 412);
275      this.solutionsViewHost.TabIndex = 0;
276      this.solutionsViewHost.ViewsLabelVisible = true;
277      this.solutionsViewHost.ViewType = null;
278      //
279      // refreshSolutionsButton
280      //
281      this.refreshSolutionsButton.Location = new System.Drawing.Point(6, 6);
282      this.refreshSolutionsButton.Name = "refreshSolutionsButton";
283      this.refreshSolutionsButton.Size = new System.Drawing.Size(26, 23);
284      this.refreshSolutionsButton.TabIndex = 1;
285      this.refreshSolutionsButton.Text = "Refresh";
286      this.refreshSolutionsButton.UseVisualStyleBackColor = true;
287      this.refreshSolutionsButton.Click += new System.EventHandler(this.refreshSolutionsButton_Click);
288      //
289      // uploadSolutionsButton
290      //
291      this.uploadSolutionsButton.Location = new System.Drawing.Point(38, 6);
292      this.uploadSolutionsButton.Name = "uploadSolutionsButton";
293      this.uploadSolutionsButton.Size = new System.Drawing.Size(26, 23);
294      this.uploadSolutionsButton.TabIndex = 1;
295      this.uploadSolutionsButton.Text = "Upload";
296      this.uploadSolutionsButton.UseVisualStyleBackColor = true;
297      this.uploadSolutionsButton.Click += new System.EventHandler(this.uploadSolutionsButton_Click);
298      //
299      // OKBProblemView
300      //
301      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
302      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
303      this.Controls.Add(this.tabControl);
304      this.Controls.Add(this.problemComboBox);
305      this.Controls.Add(this.problemLabel);
306      this.Controls.Add(this.cloneProblemButton);
307      this.Controls.Add(this.refreshButton);
308      this.Name = "OKBProblemView";
309      this.Size = new System.Drawing.Size(742, 526);
310      this.Controls.SetChildIndex(this.refreshButton, 0);
311      this.Controls.SetChildIndex(this.cloneProblemButton, 0);
312      this.Controls.SetChildIndex(this.problemLabel, 0);
313      this.Controls.SetChildIndex(this.problemComboBox, 0);
314      this.Controls.SetChildIndex(this.tabControl, 0);
315      this.Controls.SetChildIndex(this.nameTextBox, 0);
316      this.Controls.SetChildIndex(this.nameLabel, 0);
317      this.Controls.SetChildIndex(this.infoLabel, 0);
318      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
319      this.tabControl.ResumeLayout(false);
320      this.parametersTabPage.ResumeLayout(false);
321      this.solutionsTabPage.ResumeLayout(false);
322      this.flaAnalysisTabPage.ResumeLayout(false);
323      this.flaSplitContainer.Panel1.ResumeLayout(false);
324      this.flaSplitContainer.Panel2.ResumeLayout(false);
325      ((System.ComponentModel.ISupportInitialize)(this.flaSplitContainer)).EndInit();
326      this.flaSplitContainer.ResumeLayout(false);
327      this.ResumeLayout(false);
328      this.PerformLayout();
329
330    }
331
332    #endregion
333
334    private System.Windows.Forms.ComboBox problemComboBox;
335    private System.Windows.Forms.Label problemLabel;
336    private System.Windows.Forms.Button refreshButton;
337    private System.Windows.Forms.Button cloneProblemButton;
338    private System.Windows.Forms.TabControl tabControl;
339    private System.Windows.Forms.TabPage parametersTabPage;
340    private Core.Views.ParameterCollectionView parameterCollectionView;
341    private System.Windows.Forms.TabPage flaAnalysisTabPage;
342    private System.Windows.Forms.Button calculateButton;
343    private System.Windows.Forms.SplitContainer flaSplitContainer;
344    private Data.Views.StringConvertibleMatrixView characteristicsMatrixView;
345    private System.Windows.Forms.Button uploadCharacteristicsButton;
346    private System.Windows.Forms.Button downloadCharacteristicsButton;
347    private System.Windows.Forms.TabPage solutionsTabPage;
348    private MainForm.WindowsForms.ViewHost solutionsViewHost;
349    private System.Windows.Forms.Button uploadSolutionsButton;
350    private System.Windows.Forms.Button refreshSolutionsButton;
351
352
353  }
354}
Note: See TracBrowser for help on using the repository browser.