Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457:

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