Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2560:

  • Updated clients (moving of all characteristic service methods to run creation service)
  • Adapted OKB problem view to display characteristic values for the instances
File size: 12.8 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.characteristicsTabPage = new System.Windows.Forms.TabPage();
54      this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
55      this.downloadCharacteristicsButton = new System.Windows.Forms.Button();
56      this.uploadCharacteristicsButton = new System.Windows.Forms.Button();
57      this.characteristicsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
58      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
59      this.tabControl.SuspendLayout();
60      this.parametersTabPage.SuspendLayout();
61      this.characteristicsTabPage.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // nameTextBox
65      //
66      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
67      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
68      this.nameTextBox.Location = new System.Drawing.Point(72, 27);
69      this.nameTextBox.Size = new System.Drawing.Size(604, 20);
70      this.nameTextBox.TabIndex = 5;
71      //
72      // nameLabel
73      //
74      this.nameLabel.Location = new System.Drawing.Point(3, 30);
75      this.nameLabel.TabIndex = 4;
76      //
77      // infoLabel
78      //
79      this.infoLabel.Location = new System.Drawing.Point(687, 30);
80      this.infoLabel.TabIndex = 6;
81      //
82      // problemComboBox
83      //
84      this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
85            | System.Windows.Forms.AnchorStyles.Right)));
86      this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
87      this.problemComboBox.FormattingEnabled = true;
88      this.problemComboBox.Location = new System.Drawing.Point(72, 0);
89      this.problemComboBox.Name = "problemComboBox";
90      this.problemComboBox.Size = new System.Drawing.Size(574, 21);
91      this.problemComboBox.TabIndex = 1;
92      this.problemComboBox.SelectedValueChanged += new System.EventHandler(this.problemComboBox_SelectedValueChanged);
93      //
94      // problemLabel
95      //
96      this.problemLabel.AutoSize = true;
97      this.problemLabel.Location = new System.Drawing.Point(3, 3);
98      this.problemLabel.Name = "problemLabel";
99      this.problemLabel.Size = new System.Drawing.Size(48, 13);
100      this.problemLabel.TabIndex = 0;
101      this.problemLabel.Text = "&Problem:";
102      //
103      // refreshButton
104      //
105      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
106      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
107      this.refreshButton.Location = new System.Drawing.Point(682, -1);
108      this.refreshButton.Name = "refreshButton";
109      this.refreshButton.Size = new System.Drawing.Size(24, 24);
110      this.refreshButton.TabIndex = 3;
111      this.toolTip.SetToolTip(this.refreshButton, "Refresh Problems");
112      this.refreshButton.UseVisualStyleBackColor = true;
113      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
114      //
115      // cloneProblemButton
116      //
117      this.cloneProblemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
118      this.cloneProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Clone;
119      this.cloneProblemButton.Location = new System.Drawing.Point(652, -1);
120      this.cloneProblemButton.Name = "cloneProblemButton";
121      this.cloneProblemButton.Size = new System.Drawing.Size(24, 24);
122      this.cloneProblemButton.TabIndex = 2;
123      this.toolTip.SetToolTip(this.cloneProblemButton, "Clone Problem");
124      this.cloneProblemButton.UseVisualStyleBackColor = true;
125      this.cloneProblemButton.Click += new System.EventHandler(this.cloneProblemButton_Click);
126      //
127      // tabControl
128      //
129      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
130            | System.Windows.Forms.AnchorStyles.Left)
131            | System.Windows.Forms.AnchorStyles.Right)));
132      this.tabControl.Controls.Add(this.parametersTabPage);
133      this.tabControl.Controls.Add(this.characteristicsTabPage);
134      this.tabControl.Location = new System.Drawing.Point(6, 53);
135      this.tabControl.Name = "tabControl";
136      this.tabControl.SelectedIndex = 0;
137      this.tabControl.Size = new System.Drawing.Size(700, 340);
138      this.tabControl.TabIndex = 8;
139      //
140      // parametersTabPage
141      //
142      this.parametersTabPage.Controls.Add(this.parameterCollectionView);
143      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
144      this.parametersTabPage.Name = "parametersTabPage";
145      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
146      this.parametersTabPage.Size = new System.Drawing.Size(692, 314);
147      this.parametersTabPage.TabIndex = 0;
148      this.parametersTabPage.Text = "Parameters";
149      this.parametersTabPage.UseVisualStyleBackColor = true;
150      //
151      // characteristicsTabPage
152      //
153      this.characteristicsTabPage.Controls.Add(this.characteristicsMatrixView);
154      this.characteristicsTabPage.Controls.Add(this.uploadCharacteristicsButton);
155      this.characteristicsTabPage.Controls.Add(this.downloadCharacteristicsButton);
156      this.characteristicsTabPage.Location = new System.Drawing.Point(4, 22);
157      this.characteristicsTabPage.Name = "characteristicsTabPage";
158      this.characteristicsTabPage.Padding = new System.Windows.Forms.Padding(3);
159      this.characteristicsTabPage.Size = new System.Drawing.Size(692, 314);
160      this.characteristicsTabPage.TabIndex = 1;
161      this.characteristicsTabPage.Text = "Characteristics";
162      this.characteristicsTabPage.UseVisualStyleBackColor = true;
163      //
164      // parameterCollectionView
165      //
166      this.parameterCollectionView.AllowEditingOfHiddenParameters = false;
167      this.parameterCollectionView.Caption = "ParameterCollection View";
168      this.parameterCollectionView.Content = null;
169      this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
170      this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
171      this.parameterCollectionView.Name = "parameterCollectionView";
172      this.parameterCollectionView.ReadOnly = true;
173      this.parameterCollectionView.ShowDetails = true;
174      this.parameterCollectionView.Size = new System.Drawing.Size(686, 308);
175      this.parameterCollectionView.TabIndex = 8;
176      //
177      // downloadCharacteristicsButton
178      //
179      this.downloadCharacteristicsButton.Location = new System.Drawing.Point(6, 6);
180      this.downloadCharacteristicsButton.Name = "downloadCharacteristicsButton";
181      this.downloadCharacteristicsButton.Size = new System.Drawing.Size(26, 23);
182      this.downloadCharacteristicsButton.TabIndex = 0;
183      this.downloadCharacteristicsButton.Text = "Download";
184      this.downloadCharacteristicsButton.UseVisualStyleBackColor = true;
185      this.downloadCharacteristicsButton.Click += new System.EventHandler(this.downloadCharacteristicsButton_Click);
186      //
187      // uploadCharacteristicsButton
188      //
189      this.uploadCharacteristicsButton.Location = new System.Drawing.Point(38, 6);
190      this.uploadCharacteristicsButton.Name = "uploadCharacteristicsButton";
191      this.uploadCharacteristicsButton.Size = new System.Drawing.Size(26, 23);
192      this.uploadCharacteristicsButton.TabIndex = 0;
193      this.uploadCharacteristicsButton.Text = "Upload";
194      this.uploadCharacteristicsButton.UseVisualStyleBackColor = true;
195      this.uploadCharacteristicsButton.Click += new System.EventHandler(this.uploadCharacteristicsButton_Click);
196      //
197      // characteristicsMatrixView
198      //
199      this.characteristicsMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
200            | System.Windows.Forms.AnchorStyles.Left)
201            | System.Windows.Forms.AnchorStyles.Right)));
202      this.characteristicsMatrixView.Caption = "StringConvertibleMatrix View";
203      this.characteristicsMatrixView.Content = null;
204      this.characteristicsMatrixView.Location = new System.Drawing.Point(6, 35);
205      this.characteristicsMatrixView.Name = "characteristicsMatrixView";
206      this.characteristicsMatrixView.ReadOnly = false;
207      this.characteristicsMatrixView.ShowRowsAndColumnsTextBox = false;
208      this.characteristicsMatrixView.ShowStatisticalInformation = false;
209      this.characteristicsMatrixView.Size = new System.Drawing.Size(680, 273);
210      this.characteristicsMatrixView.TabIndex = 1;
211      //
212      // OKBProblemView
213      //
214      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
215      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
216      this.Controls.Add(this.tabControl);
217      this.Controls.Add(this.problemComboBox);
218      this.Controls.Add(this.problemLabel);
219      this.Controls.Add(this.cloneProblemButton);
220      this.Controls.Add(this.refreshButton);
221      this.Name = "OKBProblemView";
222      this.Size = new System.Drawing.Size(706, 393);
223      this.Controls.SetChildIndex(this.refreshButton, 0);
224      this.Controls.SetChildIndex(this.cloneProblemButton, 0);
225      this.Controls.SetChildIndex(this.problemLabel, 0);
226      this.Controls.SetChildIndex(this.problemComboBox, 0);
227      this.Controls.SetChildIndex(this.tabControl, 0);
228      this.Controls.SetChildIndex(this.nameTextBox, 0);
229      this.Controls.SetChildIndex(this.nameLabel, 0);
230      this.Controls.SetChildIndex(this.infoLabel, 0);
231      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
232      this.tabControl.ResumeLayout(false);
233      this.parametersTabPage.ResumeLayout(false);
234      this.characteristicsTabPage.ResumeLayout(false);
235      this.ResumeLayout(false);
236      this.PerformLayout();
237
238    }
239
240    #endregion
241
242    private System.Windows.Forms.ComboBox problemComboBox;
243    private System.Windows.Forms.Label problemLabel;
244    private System.Windows.Forms.Button refreshButton;
245    private System.Windows.Forms.Button cloneProblemButton;
246    private System.Windows.Forms.TabControl tabControl;
247    private System.Windows.Forms.TabPage parametersTabPage;
248    private System.Windows.Forms.TabPage characteristicsTabPage;
249    private Core.Views.ParameterCollectionView parameterCollectionView;
250    private Data.Views.StringConvertibleMatrixView characteristicsMatrixView;
251    private System.Windows.Forms.Button uploadCharacteristicsButton;
252    private System.Windows.Forms.Button downloadCharacteristicsButton;
253
254
255  }
256}
Note: See TracBrowser for help on using the repository browser.