Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBProblemView.Designer.cs @ 5660

Last change on this file since 5660 was 5660, checked in by swagner, 13 years ago

Worked on OKB (#1174)

File size: 7.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.SuspendLayout();
54      //
55      // parameterCollectionView
56      //
57      this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
58                  | System.Windows.Forms.AnchorStyles.Left)
59                  | System.Windows.Forms.AnchorStyles.Right)));
60      this.parameterCollectionView.Content = null;
61      this.parameterCollectionView.Location = new System.Drawing.Point(0, 79);
62      this.parameterCollectionView.Name = "parameterCollectionView";
63      this.parameterCollectionView.Size = new System.Drawing.Size(706, 314);
64      this.parameterCollectionView.TabIndex = 8;
65      //
66      // nameTextBox
67      //
68      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
69      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
70      this.nameTextBox.Location = new System.Drawing.Point(72, 27);
71      this.nameTextBox.Size = new System.Drawing.Size(634, 20);
72      this.nameTextBox.TabIndex = 5;
73      //
74      // nameLabel
75      //
76      this.nameLabel.Location = new System.Drawing.Point(3, 30);
77      this.nameLabel.TabIndex = 4;
78      //
79      // descriptionLabel
80      //
81      this.descriptionLabel.Location = new System.Drawing.Point(3, 56);
82      this.descriptionLabel.TabIndex = 6;
83      //
84      // descriptionTextBox
85      //
86      this.descriptionTextBox.Location = new System.Drawing.Point(72, 53);
87      this.descriptionTextBox.Size = new System.Drawing.Size(634, 20);
88      this.descriptionTextBox.TabIndex = 7;
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.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
115      this.refreshButton.Location = new System.Drawing.Point(682, -1);
116      this.refreshButton.Name = "refreshButton";
117      this.refreshButton.Size = new System.Drawing.Size(24, 24);
118      this.refreshButton.TabIndex = 3;
119      this.toolTip.SetToolTip(this.refreshButton, "Refresh Problems");
120      this.refreshButton.UseVisualStyleBackColor = true;
121      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
122      //
123      // cloneProblemButton
124      //
125      this.cloneProblemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
126      this.cloneProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Clone;
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      // OKBProblemView
136      //
137      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
138      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
139      this.Controls.Add(this.problemComboBox);
140      this.Controls.Add(this.problemLabel);
141      this.Controls.Add(this.cloneProblemButton);
142      this.Controls.Add(this.refreshButton);
143      this.Controls.Add(this.parameterCollectionView);
144      this.Name = "OKBProblemView";
145      this.Size = new System.Drawing.Size(706, 393);
146      this.Controls.SetChildIndex(this.refreshButton, 0);
147      this.Controls.SetChildIndex(this.cloneProblemButton, 0);
148      this.Controls.SetChildIndex(this.problemLabel, 0);
149      this.Controls.SetChildIndex(this.descriptionLabel, 0);
150      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
151      this.Controls.SetChildIndex(this.nameTextBox, 0);
152      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
153      this.Controls.SetChildIndex(this.nameLabel, 0);
154      this.Controls.SetChildIndex(this.problemComboBox, 0);
155      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
156      this.ResumeLayout(false);
157      this.PerformLayout();
158
159    }
160
161    #endregion
162
163    private System.Windows.Forms.ComboBox problemComboBox;
164    private System.Windows.Forms.Label problemLabel;
165    private System.Windows.Forms.Button refreshButton;
166    private System.Windows.Forms.Button cloneProblemButton;
167    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
168
169
170  }
171}
Note: See TracBrowser for help on using the repository browser.