Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.Designer.cs @ 5832

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

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File size: 9.4 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 ValueLookupParameterView<T> {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Component Designer generated code
30
31    /// <summary>
32    /// Required method for Designer support - do not modify
33    /// the contents of this method with the code editor.
34    /// </summary>
35    private void InitializeComponent() {
36      this.valueGroupBox = new System.Windows.Forms.GroupBox();
37      this.showInRunCheckBox = new System.Windows.Forms.CheckBox();
38      this.valueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
39      this.clearValueButton = new System.Windows.Forms.Button();
40      this.setValueButton = new System.Windows.Forms.Button();
41      this.actualNameTextBox = new System.Windows.Forms.TextBox();
42      this.actualNameLabel = new System.Windows.Forms.Label();
43      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
44      this.valueGroupBox.SuspendLayout();
45      this.SuspendLayout();
46      //
47      // dataTypeLabel
48      //
49      this.dataTypeLabel.TabIndex = 5;
50      //
51      // dataTypeTextBox
52      //
53      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
54      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
55      this.dataTypeTextBox.TabIndex = 6;
56      //
57      // nameTextBox
58      //
59      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
60      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
61      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
62      this.nameTextBox.Size = new System.Drawing.Size(281, 20);
63      //
64      // infoLabel
65      //
66      this.infoLabel.Location = new System.Drawing.Point(367, 3);
67      //
68      // valueGroupBox
69      //
70      this.valueGroupBox.AllowDrop = true;
71      this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
72                  | System.Windows.Forms.AnchorStyles.Left)
73                  | System.Windows.Forms.AnchorStyles.Right)));
74      this.valueGroupBox.Controls.Add(this.showInRunCheckBox);
75      this.valueGroupBox.Controls.Add(this.valueViewHost);
76      this.valueGroupBox.Controls.Add(this.clearValueButton);
77      this.valueGroupBox.Controls.Add(this.setValueButton);
78      this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
79      this.valueGroupBox.Name = "valueGroupBox";
80      this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
81      this.valueGroupBox.TabIndex = 7;
82      this.valueGroupBox.TabStop = false;
83      this.valueGroupBox.Text = "Value";
84      this.valueGroupBox.DragDrop += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragDrop);
85      this.valueGroupBox.DragEnter += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragEnterOver);
86      this.valueGroupBox.DragOver += new System.Windows.Forms.DragEventHandler(this.valueGroupBox_DragEnterOver);
87      //
88      // showInRunCheckBox
89      //
90      this.showInRunCheckBox.AutoSize = true;
91      this.showInRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
92      this.showInRunCheckBox.Checked = true;
93      this.showInRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
94      this.showInRunCheckBox.Location = new System.Drawing.Point(66, 24);
95      this.showInRunCheckBox.Name = "showInRunCheckBox";
96      this.showInRunCheckBox.Size = new System.Drawing.Size(90, 17);
97      this.showInRunCheckBox.TabIndex = 2;
98      this.showInRunCheckBox.Text = "&Show in Run:";
99      this.toolTip.SetToolTip(this.showInRunCheckBox, "Check to show the value of this parameter in each run.");
100      this.showInRunCheckBox.UseVisualStyleBackColor = true;
101      this.showInRunCheckBox.CheckedChanged += new System.EventHandler(this.showInRunCheckBox_CheckedChanged);
102      //
103      // valueViewHost
104      //
105      this.valueViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
106                  | System.Windows.Forms.AnchorStyles.Left)
107                  | System.Windows.Forms.AnchorStyles.Right)));
108      this.valueViewHost.Caption = "View";
109      this.valueViewHost.Content = null;
110      this.valueViewHost.Enabled = false;
111      this.valueViewHost.Location = new System.Drawing.Point(6, 49);
112      this.valueViewHost.Name = "valueViewHost";
113      this.valueViewHost.ReadOnly = false;
114      this.valueViewHost.Size = new System.Drawing.Size(374, 182);
115      this.valueViewHost.TabIndex = 3;
116      this.valueViewHost.ViewsLabelVisible = true;
117      this.valueViewHost.ViewType = null;
118      //
119      // clearValueButton
120      //
121      this.clearValueButton.Enabled = false;
122      this.clearValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
123      this.clearValueButton.Location = new System.Drawing.Point(36, 19);
124      this.clearValueButton.Name = "clearValueButton";
125      this.clearValueButton.Size = new System.Drawing.Size(24, 24);
126      this.clearValueButton.TabIndex = 1;
127      this.toolTip.SetToolTip(this.clearValueButton, "Clear Value");
128      this.clearValueButton.UseVisualStyleBackColor = true;
129      this.clearValueButton.Click += new System.EventHandler(this.clearValueButton_Click);
130      //
131      // setValueButton
132      //
133      this.setValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
134      this.setValueButton.Location = new System.Drawing.Point(6, 19);
135      this.setValueButton.Name = "setValueButton";
136      this.setValueButton.Size = new System.Drawing.Size(24, 24);
137      this.setValueButton.TabIndex = 0;
138      this.toolTip.SetToolTip(this.setValueButton, "Set Value");
139      this.setValueButton.UseVisualStyleBackColor = true;
140      this.setValueButton.Click += new System.EventHandler(this.setValueButton_Click);
141      //
142      // actualNameTextBox
143      //
144      this.actualNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
145                  | System.Windows.Forms.AnchorStyles.Right)));
146      this.actualNameTextBox.Location = new System.Drawing.Point(80, 26);
147      this.actualNameTextBox.Name = "actualNameTextBox";
148      this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
149      this.actualNameTextBox.TabIndex = 4;
150      this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
151      //
152      // actualNameLabel
153      //
154      this.actualNameLabel.AutoSize = true;
155      this.actualNameLabel.Location = new System.Drawing.Point(3, 29);
156      this.actualNameLabel.Name = "actualNameLabel";
157      this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
158      this.actualNameLabel.TabIndex = 3;
159      this.actualNameLabel.Text = "&Actual Name:";
160      //
161      // ValueLookupParameterView
162      //
163      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
164      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
165      this.Controls.Add(this.actualNameTextBox);
166      this.Controls.Add(this.actualNameLabel);
167      this.Controls.Add(this.valueGroupBox);
168      this.Name = "ValueLookupParameterView";
169      this.Size = new System.Drawing.Size(386, 315);
170      this.Controls.SetChildIndex(this.infoLabel, 0);
171      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
172      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
173      this.Controls.SetChildIndex(this.nameTextBox, 0);
174      this.Controls.SetChildIndex(this.nameLabel, 0);
175      this.Controls.SetChildIndex(this.valueGroupBox, 0);
176      this.Controls.SetChildIndex(this.actualNameLabel, 0);
177      this.Controls.SetChildIndex(this.actualNameTextBox, 0);
178      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
179      this.valueGroupBox.ResumeLayout(false);
180      this.valueGroupBox.PerformLayout();
181      this.ResumeLayout(false);
182      this.PerformLayout();
183
184    }
185
186    #endregion
187
188    protected System.Windows.Forms.GroupBox valueGroupBox;
189    protected HeuristicLab.MainForm.WindowsForms.ViewHost valueViewHost;
190    protected System.Windows.Forms.Button setValueButton;
191    protected System.Windows.Forms.Button clearValueButton;
192    protected System.Windows.Forms.TextBox actualNameTextBox;
193    protected System.Windows.Forms.Label actualNameLabel;
194    protected System.Windows.Forms.CheckBox showInRunCheckBox;
195  }
196}
Note: See TracBrowser for help on using the repository browser.