Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2560:

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