Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Parameters.Views/3.3/ScopeTreeLookupParameterView.Designer.cs @ 5924

Last change on this file since 5924 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: 6.5 KB
RevLine 
[3659]1#region License Information
2/* HeuristicLab
[5445]3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[3659]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 ScopeTreeLookupParameterView<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.depthTextBox = new System.Windows.Forms.TextBox();
48      this.depthLabel = new System.Windows.Forms.Label();
49      this.actualNameTextBox = new System.Windows.Forms.TextBox();
50      this.actualNameLabel = new System.Windows.Forms.Label();
51      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
52      this.SuspendLayout();
53      //
54      // dataTypeLabel
55      //
[5832]56      this.dataTypeLabel.TabIndex = 5;
[3659]57      //
58      // dataTypeTextBox
59      //
[5832]60      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
[3659]61      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
[5832]62      this.dataTypeTextBox.TabIndex = 6;
[3659]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(80, 0);
[5832]69      this.nameTextBox.Size = new System.Drawing.Size(281, 20);
[3659]70      //
[5832]71      // infoLabel
[3659]72      //
[5832]73      this.infoLabel.Location = new System.Drawing.Point(367, 3);
[3659]74      //
75      // depthTextBox
76      //
77      this.depthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
78                  | System.Windows.Forms.AnchorStyles.Right)));
79      this.errorProvider.SetIconAlignment(this.depthTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
80      this.errorProvider.SetIconPadding(this.depthTextBox, 2);
[5832]81      this.depthTextBox.Location = new System.Drawing.Point(80, 78);
[3659]82      this.depthTextBox.Name = "depthTextBox";
83      this.depthTextBox.Size = new System.Drawing.Size(306, 20);
[5832]84      this.depthTextBox.TabIndex = 8;
[3659]85      this.depthTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.depthTextBox_KeyDown);
86      this.depthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.depthTextBox_Validating);
[5832]87      this.depthTextBox.Validated += new System.EventHandler(this.depthTextBox_Validated);
[3659]88      //
89      // depthLabel
90      //
91      this.depthLabel.AutoSize = true;
[5832]92      this.depthLabel.Location = new System.Drawing.Point(3, 81);
[3659]93      this.depthLabel.Name = "depthLabel";
94      this.depthLabel.Size = new System.Drawing.Size(39, 13);
[5832]95      this.depthLabel.TabIndex = 7;
[3659]96      this.depthLabel.Text = "&Depth:";
97      //
98      // actualNameTextBox
99      //
100      this.actualNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
101                  | System.Windows.Forms.AnchorStyles.Right)));
102      this.actualNameTextBox.Location = new System.Drawing.Point(80, 26);
103      this.actualNameTextBox.Name = "actualNameTextBox";
104      this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
[5832]105      this.actualNameTextBox.TabIndex = 4;
[3659]106      this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
107      //
108      // actualNameLabel
109      //
110      this.actualNameLabel.AutoSize = true;
111      this.actualNameLabel.Location = new System.Drawing.Point(3, 29);
112      this.actualNameLabel.Name = "actualNameLabel";
113      this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
[5832]114      this.actualNameLabel.TabIndex = 3;
[3659]115      this.actualNameLabel.Text = "&Actual Name:";
116      //
117      // ScopeTreeLookupParameterView
118      //
119      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
120      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
121      this.Controls.Add(this.actualNameTextBox);
[5832]122      this.Controls.Add(this.actualNameLabel);
123      this.Controls.Add(this.depthLabel);
[3659]124      this.Controls.Add(this.depthTextBox);
125      this.Name = "ScopeTreeLookupParameterView";
[5832]126      this.Size = new System.Drawing.Size(386, 103);
[3659]127      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
[5832]128      this.Controls.SetChildIndex(this.depthTextBox, 0);
129      this.Controls.SetChildIndex(this.infoLabel, 0);
[3659]130      this.Controls.SetChildIndex(this.depthLabel, 0);
[5832]131      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
132      this.Controls.SetChildIndex(this.actualNameLabel, 0);
[3659]133      this.Controls.SetChildIndex(this.actualNameTextBox, 0);
134      this.Controls.SetChildIndex(this.nameTextBox, 0);
135      this.Controls.SetChildIndex(this.nameLabel, 0);
136      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
137      this.ResumeLayout(false);
138      this.PerformLayout();
139
140    }
141
142    #endregion
143
144    protected System.Windows.Forms.TextBox depthTextBox;
145    protected System.Windows.Forms.Label depthLabel;
146    protected System.Windows.Forms.TextBox actualNameTextBox;
147    protected System.Windows.Forms.Label actualNameLabel;
148  }
149}
Note: See TracBrowser for help on using the repository browser.