Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3306 was 3306, checked in by swagner, 14 years ago

Implemented reviewers' comments (#893).

File size: 9.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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    /// <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 (typeSelectorDialog != null) typeSelectorDialog.Dispose();
36        if (components != null) components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.valueGroupBox = new System.Windows.Forms.GroupBox();
49      this.valuePanel = new System.Windows.Forms.Panel();
50      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.clearValueButton = new System.Windows.Forms.Button();
52      this.setValueButton = new System.Windows.Forms.Button();
53      this.actualNameTextBox = new System.Windows.Forms.TextBox();
54      this.actualNameLabel = new System.Windows.Forms.Label();
55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
56      this.valueGroupBox.SuspendLayout();
57      this.valuePanel.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // dataTypeLabel
61      //
62      this.dataTypeLabel.Location = new System.Drawing.Point(3, 81);
63      this.dataTypeLabel.TabIndex = 6;
64      //
65      // dataTypeTextBox
66      //
67      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 78);
68      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
69      this.dataTypeTextBox.TabIndex = 7;
70      //
71      // nameTextBox
72      //
73      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
74      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
75      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
76      this.nameTextBox.Size = new System.Drawing.Size(306, 20);
77      //
78      // descriptionLabel
79      //
80      this.descriptionLabel.Location = new System.Drawing.Point(3, 55);
81      this.descriptionLabel.TabIndex = 4;
82      //
83      // descriptionTextBox
84      //
85      this.descriptionTextBox.Location = new System.Drawing.Point(80, 52);
86      this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
87      this.descriptionTextBox.TabIndex = 5;
88      //
89      // valueGroupBox
90      //
91      this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
92                  | System.Windows.Forms.AnchorStyles.Left)
93                  | System.Windows.Forms.AnchorStyles.Right)));
94      this.valueGroupBox.Controls.Add(this.valuePanel);
95      this.valueGroupBox.Controls.Add(this.clearValueButton);
96      this.valueGroupBox.Controls.Add(this.setValueButton);
97      this.valueGroupBox.Location = new System.Drawing.Point(0, 104);
98      this.valueGroupBox.Name = "valueGroupBox";
99      this.valueGroupBox.Size = new System.Drawing.Size(386, 211);
100      this.valueGroupBox.TabIndex = 8;
101      this.valueGroupBox.TabStop = false;
102      this.valueGroupBox.Text = "Value";
103      //
104      // valuePanel
105      //
106      this.valuePanel.AllowDrop = true;
107      this.valuePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
108                  | System.Windows.Forms.AnchorStyles.Left)
109                  | System.Windows.Forms.AnchorStyles.Right)));
110      this.valuePanel.Controls.Add(this.viewHost);
111      this.valuePanel.Location = new System.Drawing.Point(6, 49);
112      this.valuePanel.Name = "valuePanel";
113      this.valuePanel.Size = new System.Drawing.Size(374, 156);
114      this.valuePanel.TabIndex = 0;
115      this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
116      this.valuePanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragDrop);
117      this.valuePanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
118      //
119      // viewHost
120      //
121      this.viewHost.Content = null;
122      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
123      this.viewHost.Location = new System.Drawing.Point(0, 0);
124      this.viewHost.Name = "viewHost";
125      this.viewHost.Size = new System.Drawing.Size(374, 156);
126      this.viewHost.TabIndex = 0;
127      this.viewHost.ViewType = null;
128      //
129      // clearValueButton
130      //
131      this.clearValueButton.Enabled = false;
132      this.clearValueButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
133      this.clearValueButton.Location = new System.Drawing.Point(36, 19);
134      this.clearValueButton.Name = "clearValueButton";
135      this.clearValueButton.Size = new System.Drawing.Size(24, 24);
136      this.clearValueButton.TabIndex = 1;
137      this.toolTip.SetToolTip(this.clearValueButton, "Clear Value");
138      this.clearValueButton.UseVisualStyleBackColor = true;
139      this.clearValueButton.Click += new System.EventHandler(this.clearValueButton_Click);
140      //
141      // setValueButton
142      //
143      this.setValueButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Edit;
144      this.setValueButton.Location = new System.Drawing.Point(6, 19);
145      this.setValueButton.Name = "setValueButton";
146      this.setValueButton.Size = new System.Drawing.Size(24, 24);
147      this.setValueButton.TabIndex = 0;
148      this.toolTip.SetToolTip(this.setValueButton, "Set Value");
149      this.setValueButton.UseVisualStyleBackColor = true;
150      this.setValueButton.Click += new System.EventHandler(this.setValueButton_Click);
151      //
152      // actualNameTextBox
153      //
154      this.actualNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
155                  | System.Windows.Forms.AnchorStyles.Right)));
156      this.actualNameTextBox.Location = new System.Drawing.Point(80, 26);
157      this.actualNameTextBox.Name = "actualNameTextBox";
158      this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
159      this.actualNameTextBox.TabIndex = 3;
160      this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
161      //
162      // actualNameLabel
163      //
164      this.actualNameLabel.AutoSize = true;
165      this.actualNameLabel.Location = new System.Drawing.Point(3, 29);
166      this.actualNameLabel.Name = "actualNameLabel";
167      this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
168      this.actualNameLabel.TabIndex = 2;
169      this.actualNameLabel.Text = "&Actual Name:";
170      //
171      // ValueLookupParameterView
172      //
173      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
174      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
175      this.Controls.Add(this.actualNameTextBox);
176      this.Controls.Add(this.actualNameLabel);
177      this.Controls.Add(this.valueGroupBox);
178      this.Name = "ValueLookupParameterView";
179      this.Size = new System.Drawing.Size(386, 315);
180      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
181      this.Controls.SetChildIndex(this.descriptionLabel, 0);
182      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
183      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
184      this.Controls.SetChildIndex(this.nameTextBox, 0);
185      this.Controls.SetChildIndex(this.nameLabel, 0);
186      this.Controls.SetChildIndex(this.valueGroupBox, 0);
187      this.Controls.SetChildIndex(this.actualNameLabel, 0);
188      this.Controls.SetChildIndex(this.actualNameTextBox, 0);
189      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
190      this.valueGroupBox.ResumeLayout(false);
191      this.valuePanel.ResumeLayout(false);
192      this.ResumeLayout(false);
193      this.PerformLayout();
194
195    }
196
197    #endregion
198
199    protected System.Windows.Forms.GroupBox valueGroupBox;
200    protected System.Windows.Forms.Panel valuePanel;
201    protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
202    protected System.Windows.Forms.Button setValueButton;
203    protected System.Windows.Forms.Button clearValueButton;
204    protected System.Windows.Forms.TextBox actualNameTextBox;
205    protected System.Windows.Forms.Label actualNameLabel;
206  }
207}
Note: See TracBrowser for help on using the repository browser.