Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 14185 was 14185, checked in by swagner, 8 years ago

#2526: Updated year of copyrights in license headers

File size: 10.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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
22
23namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
24  partial class LaggedVariableView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.minTimeOffsetLabel = new System.Windows.Forms.Label();
49      this.maxTimeOffsetLabel = new System.Windows.Forms.Label();
50      this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox();
51      this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
52      this.initializationGroupBox.SuspendLayout();
53      this.mutationGroupBox.SuspendLayout();
54      this.parametersTabPage.SuspendLayout();
55      this.tabControl.SuspendLayout();
56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
57      this.SuspendLayout();
58      //
59      // weightMuLabel
60      //
61      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
62      //
63      // weightInitializationMuTextBox
64      //
65      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
66        "al weights.");
67      //
68      // initializationGroupBox
69      //
70      this.initializationGroupBox.Location = new System.Drawing.Point(6, 7);
71      this.initializationGroupBox.Size = new System.Drawing.Size(379, 73);
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.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
80        "weights.");
81      //
82      // mutationGroupBox
83      //
84      this.mutationGroupBox.Location = new System.Drawing.Point(6, 86);
85      this.mutationGroupBox.Size = new System.Drawing.Size(379, 73);
86      //
87      // multiplicativeWeightChangeLabel
88      //
89      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
90        " change in weight.");
91      //
92      // multiplicativeWeightChangeSigmaTextBox
93      //
94      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
95        "tive change in weight.");
96      //
97      // additiveWeightChangeLabel
98      //
99      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
100        "change in weight.");
101      //
102      // additiveWeightChangeSigmaTextBox
103      //
104      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
105        "change in weight.");
106      //
107      // variableNamesTabPage
108      //
109      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 149);
110      //
111      // parametersTabPage
112      //
113      this.parametersTabPage.Size = new System.Drawing.Size(400, 149);
114      //
115      // tabControl
116      //
117      this.tabControl.Location = new System.Drawing.Point(0, 179);
118      this.tabControl.Size = new System.Drawing.Size(408, 175);
119      this.tabControl.TabIndex = 9;
120      //
121      // initialFrequencyLabel
122      //
123      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
124      //
125      // initialFrequencyTextBox
126      //
127      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
128      //
129      // minimumArityTextBox
130      //
131      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
132      this.minimumArityTextBox.Size = new System.Drawing.Size(315, 20);
133      //
134      // maximumArityTextBox
135      //
136      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
137      this.maximumArityTextBox.Size = new System.Drawing.Size(315, 20);
138      //
139      // nameTextBox
140      //
141      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
142      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
143      //
144      // minTimeOffsetLabel
145      //
146      this.minTimeOffsetLabel.AutoSize = true;
147      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 130);
148      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
149      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
150      this.minTimeOffsetLabel.TabIndex = 5;
151      this.minTimeOffsetLabel.Text = "Min. time offset:";
152      //
153      // maxTimeOffsetLabel
154      //
155      this.maxTimeOffsetLabel.AutoSize = true;
156      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 156);
157      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
158      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
159      this.maxTimeOffsetLabel.TabIndex = 7;
160      this.maxTimeOffsetLabel.Text = "Max. time offset:";
161      //
162      // minTimeOffsetTextBox
163      //
164      this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
165            | System.Windows.Forms.AnchorStyles.Right)));
166      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
167      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
168      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
169      this.minTimeOffsetTextBox.TabIndex = 6;
170      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
171      //
172      // maxTimeOffsetTextBox
173      //
174      this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
175            | System.Windows.Forms.AnchorStyles.Right)));
176      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
177      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
178      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
179      this.maxTimeOffsetTextBox.TabIndex = 8;
180      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
181      //
182      // LaggedVariableView
183      //
184      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
185      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
186      this.Controls.Add(this.minTimeOffsetTextBox);
187      this.Controls.Add(this.maxTimeOffsetLabel);
188      this.Controls.Add(this.minTimeOffsetLabel);
189      this.Controls.Add(this.maxTimeOffsetTextBox);
190      this.Name = "LaggedVariableView";
191      this.Size = new System.Drawing.Size(408, 352);
192      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
193      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
194      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
195      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
196      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
197      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
198      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
199      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
200      this.Controls.SetChildIndex(this.infoLabel, 0);
201      this.Controls.SetChildIndex(this.tabControl, 0);
202      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
203      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
204      this.Controls.SetChildIndex(this.nameLabel, 0);
205      this.Controls.SetChildIndex(this.nameTextBox, 0);
206      this.initializationGroupBox.ResumeLayout(false);
207      this.initializationGroupBox.PerformLayout();
208      this.mutationGroupBox.ResumeLayout(false);
209      this.mutationGroupBox.PerformLayout();
210      this.parametersTabPage.ResumeLayout(false);
211      this.tabControl.ResumeLayout(false);
212      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
213      this.ResumeLayout(false);
214      this.PerformLayout();
215
216    }
217
218    #endregion
219
220    private System.Windows.Forms.Label minTimeOffsetLabel;
221    private System.Windows.Forms.Label maxTimeOffsetLabel;
222    private System.Windows.Forms.TextBox minTimeOffsetTextBox;
223    private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
224
225  }
226}
Note: See TracBrowser for help on using the repository browser.