Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Operator Architecture Refactoring/HeuristicLab.Core/3.3/ParameterView.Designer.cs @ 2033

Last change on this file since 2033 was 2033, checked in by swagner, 15 years ago

Refactoring of the operator architecture (#95)

File size: 6.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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.Core {
23  partial class ParameterView {
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 && (components != null)) {
35        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.dataTypeLabel = new System.Windows.Forms.Label();
48      this.dataTypeTextBox = new System.Windows.Forms.TextBox();
49      this.descriptionLabel = new System.Windows.Forms.Label();
50      this.descriptionTextBox = new System.Windows.Forms.TextBox();
51      this.typeLabel = new System.Windows.Forms.Label();
52      this.typeTextBox = new System.Windows.Forms.TextBox();
53      this.nameTextBox = new System.Windows.Forms.TextBox();
54      this.nameLabel = new System.Windows.Forms.Label();
55      this.SuspendLayout();
56      //
57      // dataTypeLabel
58      //
59      this.dataTypeLabel.AutoSize = true;
60      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
61      this.dataTypeLabel.Name = "dataTypeLabel";
62      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
63      this.dataTypeLabel.TabIndex = 2;
64      this.dataTypeLabel.Text = "&Data Type:";
65      //
66      // dataTypeTextBox
67      //
68      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
69                  | System.Windows.Forms.AnchorStyles.Right)));
70      this.dataTypeTextBox.Location = new System.Drawing.Point(81, 26);
71      this.dataTypeTextBox.Name = "dataTypeTextBox";
72      this.dataTypeTextBox.ReadOnly = true;
73      this.dataTypeTextBox.Size = new System.Drawing.Size(188, 20);
74      this.dataTypeTextBox.TabIndex = 3;
75      //
76      // descriptionLabel
77      //
78      this.descriptionLabel.AutoSize = true;
79      this.descriptionLabel.Location = new System.Drawing.Point(3, 81);
80      this.descriptionLabel.Name = "descriptionLabel";
81      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
82      this.descriptionLabel.TabIndex = 6;
83      this.descriptionLabel.Text = "&Description:";
84      //
85      // descriptionTextBox
86      //
87      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
88                  | System.Windows.Forms.AnchorStyles.Left)
89                  | System.Windows.Forms.AnchorStyles.Right)));
90      this.descriptionTextBox.Location = new System.Drawing.Point(81, 78);
91      this.descriptionTextBox.Multiline = true;
92      this.descriptionTextBox.Name = "descriptionTextBox";
93      this.descriptionTextBox.ReadOnly = true;
94      this.descriptionTextBox.Size = new System.Drawing.Size(188, 131);
95      this.descriptionTextBox.TabIndex = 7;
96      //
97      // typeLabel
98      //
99      this.typeLabel.AutoSize = true;
100      this.typeLabel.Location = new System.Drawing.Point(3, 55);
101      this.typeLabel.Name = "typeLabel";
102      this.typeLabel.Size = new System.Drawing.Size(34, 13);
103      this.typeLabel.TabIndex = 4;
104      this.typeLabel.Text = "&Type:";
105      //
106      // typeTextBox
107      //
108      this.typeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
109                  | System.Windows.Forms.AnchorStyles.Right)));
110      this.typeTextBox.Location = new System.Drawing.Point(81, 52);
111      this.typeTextBox.Name = "typeTextBox";
112      this.typeTextBox.ReadOnly = true;
113      this.typeTextBox.Size = new System.Drawing.Size(188, 20);
114      this.typeTextBox.TabIndex = 5;
115      //
116      // nameTextBox
117      //
118      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
119                  | System.Windows.Forms.AnchorStyles.Right)));
120      this.nameTextBox.Location = new System.Drawing.Point(81, 0);
121      this.nameTextBox.Name = "nameTextBox";
122      this.nameTextBox.ReadOnly = true;
123      this.nameTextBox.Size = new System.Drawing.Size(188, 20);
124      this.nameTextBox.TabIndex = 1;
125      //
126      // nameLabel
127      //
128      this.nameLabel.AutoSize = true;
129      this.nameLabel.Location = new System.Drawing.Point(3, 3);
130      this.nameLabel.Name = "nameLabel";
131      this.nameLabel.Size = new System.Drawing.Size(38, 13);
132      this.nameLabel.TabIndex = 0;
133      this.nameLabel.Text = "&Name:";
134      //
135      // ParameterView
136      //
137      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
138      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
139      this.Controls.Add(this.dataTypeTextBox);
140      this.Controls.Add(this.typeTextBox);
141      this.Controls.Add(this.descriptionTextBox);
142      this.Controls.Add(this.nameTextBox);
143      this.Controls.Add(this.dataTypeLabel);
144      this.Controls.Add(this.typeLabel);
145      this.Controls.Add(this.nameLabel);
146      this.Controls.Add(this.descriptionLabel);
147      this.Name = "ParameterView";
148      this.Size = new System.Drawing.Size(269, 209);
149      this.ResumeLayout(false);
150      this.PerformLayout();
151
152    }
153
154    #endregion
155
156    private System.Windows.Forms.Label dataTypeLabel;
157    private System.Windows.Forms.TextBox dataTypeTextBox;
158    private System.Windows.Forms.Label descriptionLabel;
159    private System.Windows.Forms.TextBox descriptionTextBox;
160    private System.Windows.Forms.Label typeLabel;
161    private System.Windows.Forms.TextBox typeTextBox;
162    private System.Windows.Forms.TextBox nameTextBox;
163    private System.Windows.Forms.Label nameLabel;
164  }
165}
Note: See TracBrowser for help on using the repository browser.