Free cookie consent management tool by TermsFeed Policy Generator

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

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

Updated year of copyrights (#1406)

File size: 6.9 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 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      //
56      this.dataTypeLabel.Location = new System.Drawing.Point(3, 81);
57      this.dataTypeLabel.TabIndex = 6;
58      //
59      // dataTypeTextBox
60      //
61      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 78);
62      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
63      this.dataTypeTextBox.TabIndex = 7;
64      //
65      // nameTextBox
66      //
67      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
68      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
69      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
70      this.nameTextBox.Size = new System.Drawing.Size(306, 20);
71      //
72      // descriptionLabel
73      //
74      this.descriptionLabel.Location = new System.Drawing.Point(3, 55);
75      this.descriptionLabel.TabIndex = 4;
76      //
77      // descriptionTextBox
78      //
79      this.descriptionTextBox.Location = new System.Drawing.Point(80, 52);
80      this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
81      this.descriptionTextBox.TabIndex = 5;
82      //
83      // depthTextBox
84      //
85      this.depthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
86                  | System.Windows.Forms.AnchorStyles.Right)));
87      this.errorProvider.SetIconAlignment(this.depthTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
88      this.errorProvider.SetIconPadding(this.depthTextBox, 2);
89      this.depthTextBox.Location = new System.Drawing.Point(80, 104);
90      this.depthTextBox.Name = "depthTextBox";
91      this.depthTextBox.Size = new System.Drawing.Size(306, 20);
92      this.depthTextBox.TabIndex = 9;
93      this.depthTextBox.Validated += new System.EventHandler(this.depthTextBox_Validated);
94      this.depthTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.depthTextBox_KeyDown);
95      this.depthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.depthTextBox_Validating);
96      //
97      // depthLabel
98      //
99      this.depthLabel.AutoSize = true;
100      this.depthLabel.Location = new System.Drawing.Point(3, 107);
101      this.depthLabel.Name = "depthLabel";
102      this.depthLabel.Size = new System.Drawing.Size(39, 13);
103      this.depthLabel.TabIndex = 8;
104      this.depthLabel.Text = "&Depth:";
105      //
106      // actualNameTextBox
107      //
108      this.actualNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
109                  | System.Windows.Forms.AnchorStyles.Right)));
110      this.actualNameTextBox.Location = new System.Drawing.Point(80, 26);
111      this.actualNameTextBox.Name = "actualNameTextBox";
112      this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
113      this.actualNameTextBox.TabIndex = 3;
114      this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
115      //
116      // actualNameLabel
117      //
118      this.actualNameLabel.AutoSize = true;
119      this.actualNameLabel.Location = new System.Drawing.Point(3, 29);
120      this.actualNameLabel.Name = "actualNameLabel";
121      this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
122      this.actualNameLabel.TabIndex = 2;
123      this.actualNameLabel.Text = "&Actual Name:";
124      //
125      // ScopeTreeLookupParameterView
126      //
127      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
129      this.Controls.Add(this.actualNameTextBox);
130      this.Controls.Add(this.depthTextBox);
131      this.Controls.Add(this.depthLabel);
132      this.Controls.Add(this.actualNameLabel);
133      this.Name = "ScopeTreeLookupParameterView";
134      this.Size = new System.Drawing.Size(386, 132);
135      this.Controls.SetChildIndex(this.actualNameLabel, 0);
136      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
137      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
138      this.Controls.SetChildIndex(this.depthLabel, 0);
139      this.Controls.SetChildIndex(this.depthTextBox, 0);
140      this.Controls.SetChildIndex(this.actualNameTextBox, 0);
141      this.Controls.SetChildIndex(this.descriptionLabel, 0);
142      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
143      this.Controls.SetChildIndex(this.nameTextBox, 0);
144      this.Controls.SetChildIndex(this.nameLabel, 0);
145      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
146      this.ResumeLayout(false);
147      this.PerformLayout();
148
149    }
150
151    #endregion
152
153    protected System.Windows.Forms.TextBox depthTextBox;
154    protected System.Windows.Forms.Label depthLabel;
155    protected System.Windows.Forms.TextBox actualNameTextBox;
156    protected System.Windows.Forms.Label actualNameLabel;
157  }
158}
Note: See TracBrowser for help on using the repository browser.