Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.3/HeuristicLab.Parameters.Views/3.3/ConstrainedValueParameterConfigurationView.Designer.cs @ 13318

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

Updated year of copyrights (#1406)

File size: 8.5 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.Parameters.Views {
23  partial class ConstrainedValueParameterConfigurationView<T> {
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.valueGroupBox = new System.Windows.Forms.GroupBox();
48      this.configureButton = new System.Windows.Forms.CheckBox();
49      this.showInRunCheckBox = new System.Windows.Forms.CheckBox();
50      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.valueComboBox = new System.Windows.Forms.ComboBox();
52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.valueGroupBox.SuspendLayout();
54      this.SuspendLayout();
55      //
56      // dataTypeTextBox
57      //
58      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
59      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
60      //
61      // nameTextBox
62      //
63      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
64      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
65      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
66      this.nameTextBox.Size = new System.Drawing.Size(306, 20);
67      //
68      // descriptionTextBox
69      //
70      this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
71      this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
72      //
73      // valueGroupBox
74      //
75      this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
76            | System.Windows.Forms.AnchorStyles.Left)
77            | System.Windows.Forms.AnchorStyles.Right)));
78      this.valueGroupBox.Controls.Add(this.configureButton);
79      this.valueGroupBox.Controls.Add(this.showInRunCheckBox);
80      this.valueGroupBox.Controls.Add(this.viewHost);
81      this.valueGroupBox.Controls.Add(this.valueComboBox);
82      this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
83      this.valueGroupBox.Name = "valueGroupBox";
84      this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
85      this.valueGroupBox.TabIndex = 6;
86      this.valueGroupBox.TabStop = false;
87      this.valueGroupBox.Text = "Value";
88      //
89      // configureButton
90      //
91      this.configureButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
92      this.configureButton.Appearance = System.Windows.Forms.Appearance.Button;
93      this.configureButton.AutoSize = true;
94      this.configureButton.Location = new System.Drawing.Point(260, 17);
95      this.configureButton.MinimumSize = new System.Drawing.Size(24, 24);
96      this.configureButton.Name = "configureButton";
97      this.configureButton.Size = new System.Drawing.Size(24, 24);
98      this.configureButton.TabIndex = 1;
99      this.configureButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
100      this.configureButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
101      this.toolTip.SetToolTip(this.configureButton, "Edit Values");
102      this.configureButton.UseVisualStyleBackColor = true;
103      this.configureButton.CheckedChanged += new System.EventHandler(this.configureButton_CheckedChanged);
104      //
105      // showInRunCheckBox
106      //
107      this.showInRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
108      this.showInRunCheckBox.AutoSize = true;
109      this.showInRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
110      this.showInRunCheckBox.Checked = true;
111      this.showInRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
112      this.showInRunCheckBox.Location = new System.Drawing.Point(290, 21);
113      this.showInRunCheckBox.Name = "showInRunCheckBox";
114      this.showInRunCheckBox.Size = new System.Drawing.Size(90, 17);
115      this.showInRunCheckBox.TabIndex = 2;
116      this.showInRunCheckBox.Text = "&Show in Run:";
117      this.toolTip.SetToolTip(this.showInRunCheckBox, "Check to show the value of this parameter in each run.");
118      this.showInRunCheckBox.UseVisualStyleBackColor = true;
119      this.showInRunCheckBox.CheckedChanged += new System.EventHandler(this.showInRunCheckBox_CheckedChanged);
120      //
121      // viewHost
122      //
123      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
124            | System.Windows.Forms.AnchorStyles.Left)
125            | System.Windows.Forms.AnchorStyles.Right)));
126      this.viewHost.Caption = "View";
127      this.viewHost.Content = null;
128      this.viewHost.Enabled = false;
129      this.viewHost.Location = new System.Drawing.Point(6, 46);
130      this.viewHost.Name = "viewHost";
131      this.viewHost.ReadOnly = false;
132      this.viewHost.Size = new System.Drawing.Size(374, 185);
133      this.viewHost.TabIndex = 3;
134      this.viewHost.ViewsLabelVisible = true;
135      this.viewHost.ViewType = null;
136      //
137      // valueComboBox
138      //
139      this.valueComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
140            | System.Windows.Forms.AnchorStyles.Right)));
141      this.valueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
142      this.valueComboBox.FormattingEnabled = true;
143      this.valueComboBox.Location = new System.Drawing.Point(6, 19);
144      this.valueComboBox.Name = "valueComboBox";
145      this.valueComboBox.Size = new System.Drawing.Size(248, 21);
146      this.valueComboBox.TabIndex = 0;
147      this.toolTip.SetToolTip(this.valueComboBox, "Selected Value");
148      this.valueComboBox.SelectedIndexChanged += new System.EventHandler(this.valueComboBox_SelectedIndexChanged);
149      //
150      // ConstrainedValueParameterConfigurationView
151      //
152      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
153      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
154      this.Controls.Add(this.valueGroupBox);
155      this.Name = "ConstrainedValueParameterConfigurationView";
156      this.Size = new System.Drawing.Size(386, 315);
157      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
158      this.Controls.SetChildIndex(this.descriptionLabel, 0);
159      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
160      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
161      this.Controls.SetChildIndex(this.nameTextBox, 0);
162      this.Controls.SetChildIndex(this.nameLabel, 0);
163      this.Controls.SetChildIndex(this.valueGroupBox, 0);
164      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
165      this.valueGroupBox.ResumeLayout(false);
166      this.valueGroupBox.PerformLayout();
167      this.ResumeLayout(false);
168      this.PerformLayout();
169
170    }
171
172    #endregion
173
174    protected System.Windows.Forms.CheckBox configureButton;
175  }
176}
Note: See TracBrowser for help on using the repository browser.