Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/LaggedVariableView.Designer.cs @ 5832

Last change on this file since 5832 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: 9.2 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.Problems.DataAnalysis.Views.Symbolic.Symbols {
23  partial class LaggedVariableView {
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.minTimeOffsetLabel = new System.Windows.Forms.Label();
48      this.maxTimeOffsetLabel = new System.Windows.Forms.Label();
49      this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox();
50      this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
51      this.initializationGroupBox.SuspendLayout();
52      this.mutationGroupBox.SuspendLayout();
53      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
54      this.SuspendLayout();
55      //
56      // weightMuLabel
57      //
58      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
59      //
60      // weightInitializationMuTextBox
61      //
62      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(93, 19);
63      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(309, 20);
64      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
65              "al weights.");
66      //
67      // initializationGroupBox
68      //
69      this.initializationGroupBox.Location = new System.Drawing.Point(0, 104);
70      this.initializationGroupBox.Size = new System.Drawing.Size(408, 73);
71      this.initializationGroupBox.TabIndex = 9;
72      //
73      // weightSigmaLabel
74      //
75      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
76      //
77      // weightInitializationSigmaTextBox
78      //
79      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(93, 45);
80      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(309, 20);
81      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
82              "weights.");
83      //
84      // mutationGroupBox
85      //
86      this.mutationGroupBox.Location = new System.Drawing.Point(0, 183);
87      this.mutationGroupBox.Size = new System.Drawing.Size(408, 73);
88      this.mutationGroupBox.TabIndex = 10;
89      //
90      // multiplicativeWeightChangeLabel
91      //
92      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
93              " change in weight.");
94      //
95      // multiplicativeWeightChangeSigmaTextBox
96      //
97      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(201, 20);
98      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
99              "tive change in weight.");
100      //
101      // additiveWeightChangeLabel
102      //
103      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
104              "change in weight.");
105      //
106      // additiveWeightChangeSigmaTextBox
107      //
108      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(201, 20);
109      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
110              "change in weight.");
111      //
112      // initialFrequencyLabel
113      //
114      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
115      //
116      // initialFrequencyTextBox
117      //
118      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
119      this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
120      //
121      // nameTextBox
122      //
123      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
124      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
125      this.nameTextBox.Size = new System.Drawing.Size(290, 20);
126      //
127      // infoLabel
128      //
129      this.infoLabel.Location = new System.Drawing.Point(389, 3);
130      //
131      // minTimeOffsetLabel
132      //
133      this.minTimeOffsetLabel.AutoSize = true;
134      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
135      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
136      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
137      this.minTimeOffsetLabel.TabIndex = 5;
138      this.minTimeOffsetLabel.Text = "Min. time offset:";
139      //
140      // maxTimeOffsetLabel
141      //
142      this.maxTimeOffsetLabel.AutoSize = true;
143      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
144      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
145      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
146      this.maxTimeOffsetLabel.TabIndex = 7;
147      this.maxTimeOffsetLabel.Text = "Max. time offset:";
148      //
149      // minTimeOffsetTextBox
150      //
151      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
152      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
153      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
154      this.minTimeOffsetTextBox.TabIndex = 6;
155      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
156      //
157      // maxTimeOffsetTextBox
158      //
159      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
160      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
161      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
162      this.maxTimeOffsetTextBox.TabIndex = 8;
163      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
164      //
165      // LaggedVariableView
166      //
167      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
168      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
169      this.Controls.Add(this.maxTimeOffsetTextBox);
170      this.Controls.Add(this.minTimeOffsetTextBox);
171      this.Controls.Add(this.maxTimeOffsetLabel);
172      this.Controls.Add(this.minTimeOffsetLabel);
173      this.Name = "LaggedVariableView";
174      this.Size = new System.Drawing.Size(408, 260);
175      this.Controls.SetChildIndex(this.infoLabel, 0);
176      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
177      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
178      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
179      this.Controls.SetChildIndex(this.nameLabel, 0);
180      this.Controls.SetChildIndex(this.nameTextBox, 0);
181      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
182      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
183      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
184      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
185      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
186      this.initializationGroupBox.ResumeLayout(false);
187      this.initializationGroupBox.PerformLayout();
188      this.mutationGroupBox.ResumeLayout(false);
189      this.mutationGroupBox.PerformLayout();
190      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
191      this.ResumeLayout(false);
192      this.PerformLayout();
193
194    }
195
196    #endregion
197
198    private System.Windows.Forms.Label minTimeOffsetLabel;
199    private System.Windows.Forms.Label maxTimeOffsetLabel;
200    private System.Windows.Forms.TextBox minTimeOffsetTextBox;
201    private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
202
203  }
204}
Note: See TracBrowser for help on using the repository browser.