Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/ScopePathLookupParameterView.Designer.cs @ 7231

Last change on this file since 7231 was 7128, checked in by epitzer, 12 years ago

#1696 Integrate fitness landscape analysis plugins from Heureka! repository.

File size: 6.3 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 ScopePathLookupParameterView<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.pathTextBox = new System.Windows.Forms.TextBox();
48      this.pathLabel = 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      // pathTextBox
73      //
74      this.pathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
75                  | System.Windows.Forms.AnchorStyles.Right)));
76      this.errorProvider.SetIconAlignment(this.pathTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
77      this.errorProvider.SetIconPadding(this.pathTextBox, 2);
78      this.pathTextBox.Location = new System.Drawing.Point(80, 104);
79      this.pathTextBox.Name = "pathTextBox";
80      this.pathTextBox.Size = new System.Drawing.Size(306, 20);
81      this.pathTextBox.TabIndex = 9;
82      this.pathTextBox.Validated += new System.EventHandler(this.pathTextBox_Validated);
83      this.pathTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pathTextBox_KeyDown);
84      this.pathTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.pathTextBox_Validating);
85      //
86      // pathLabel
87      //
88      this.pathLabel.AutoSize = true;
89      this.pathLabel.Location = new System.Drawing.Point(3, 107);
90      this.pathLabel.Name = "pathLabel";
91      this.pathLabel.Size = new System.Drawing.Size(39, 13);
92      this.pathLabel.TabIndex = 8;
93      this.pathLabel.Text = "&Path:";
94      //
95      // actualNameTextBox
96      //
97      this.actualNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
98                  | System.Windows.Forms.AnchorStyles.Right)));
99      this.actualNameTextBox.Location = new System.Drawing.Point(80, 26);
100      this.actualNameTextBox.Name = "actualNameTextBox";
101      this.actualNameTextBox.Size = new System.Drawing.Size(306, 20);
102      this.actualNameTextBox.TabIndex = 3;
103      this.actualNameTextBox.Validated += new System.EventHandler(this.actualNameTextBox_Validated);
104      //
105      // actualNameLabel
106      //
107      this.actualNameLabel.AutoSize = true;
108      this.actualNameLabel.Location = new System.Drawing.Point(3, 29);
109      this.actualNameLabel.Name = "actualNameLabel";
110      this.actualNameLabel.Size = new System.Drawing.Size(71, 13);
111      this.actualNameLabel.TabIndex = 2;
112      this.actualNameLabel.Text = "&Actual Name:";
113      //
114      // ScopePathLookupParameterView
115      //
116      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
118      this.Controls.Add(this.actualNameTextBox);
119      this.Controls.Add(this.pathTextBox);
120      this.Controls.Add(this.pathLabel);
121      this.Controls.Add(this.actualNameLabel);
122      this.Name = "ScopePathLookupParameterView";
123      this.Size = new System.Drawing.Size(386, 132);
124      this.Controls.SetChildIndex(this.actualNameLabel, 0);     
125      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
126      this.Controls.SetChildIndex(this.pathLabel, 0);
127      this.Controls.SetChildIndex(this.pathTextBox, 0);
128      this.Controls.SetChildIndex(this.actualNameTextBox, 0);     
129      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
130      this.Controls.SetChildIndex(this.nameTextBox, 0);
131      this.Controls.SetChildIndex(this.nameLabel, 0);
132      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
133      this.ResumeLayout(false);
134      this.PerformLayout();
135
136    }
137
138    #endregion
139
140    protected System.Windows.Forms.TextBox pathTextBox;
141    protected System.Windows.Forms.Label pathLabel;
142    protected System.Windows.Forms.TextBox actualNameTextBox;
143    protected System.Windows.Forms.Label actualNameLabel;
144  }
145}
Note: See TracBrowser for help on using the repository browser.