Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs @ 17434

Last change on this file since 17434 was 17434, checked in by bburlacu, 4 years ago

#1772: Merge trunk changes and fix all errors and compilation warnings.

File size: 11.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 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.weightInitializationMuTextBox.Size = new System.Drawing.Size(293, 20);
66      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
67        "al weights.");
68      //
69      // initializationGroupBox
70      //
71      this.initializationGroupBox.Location = new System.Drawing.Point(6, 7);
72      this.initializationGroupBox.Size = new System.Drawing.Size(391, 73);
73      //
74      // weightSigmaLabel
75      //
76      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
77      //
78      // weightInitializationSigmaTextBox
79      //
80      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(293, 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(6, 86);
87      this.mutationGroupBox.Size = new System.Drawing.Size(391, 95);
88      //
89      // multiplicativeWeightChangeLabel
90      //
91      this.multiplicativeWeightChangeLabel.TabIndex = 4;
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.TabIndex = 5;
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.additiveWeightChangeLabel.TabIndex = 2;
104      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
105        "change in weight.");
106      //
107      // additiveWeightChangeSigmaTextBox
108      //
109      this.additiveWeightChangeSigmaTextBox.TabIndex = 3;
110      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
111        "change in weight.");
112      //
113      // variableNamesTabPage
114      //
115      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 149);
116      //
117      // parametersTabPage
118      //
119      this.parametersTabPage.Size = new System.Drawing.Size(412, 208);
120      //
121      // tabControl
122      //
123      this.tabControl.Location = new System.Drawing.Point(0, 179);
124      this.tabControl.Size = new System.Drawing.Size(420, 234);
125      this.tabControl.TabIndex = 13;
126      //
127      // varChangeProbTextBox
128      //
129      this.varChangeProbTextBox.TabIndex = 1;
130      this.toolTip.SetToolTip(this.varChangeProbTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
131        "change in weight.");
132      //
133      // varChangeProbLabel
134      //
135      this.varChangeProbLabel.TabIndex = 0;
136      this.toolTip.SetToolTip(this.varChangeProbLabel, "The probability of changing the referenced variable in [0..1]. Variable reference" +
137        "s are sampled uniformly.");
138      //
139      // initialFrequencyLabel
140      //
141      this.initialFrequencyLabel.TabIndex = 2;
142      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
143      //
144      // initialFrequencyTextBox
145      //
146      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
147      this.initialFrequencyTextBox.Size = new System.Drawing.Size(323, 20);
148      this.initialFrequencyTextBox.TabIndex = 3;
149      //
150      // enabledCheckBox
151      //
152      this.enabledCheckBox.TabIndex = 8;
153      //
154      // minimumArityLabel
155      //
156      this.minimumArityLabel.TabIndex = 4;
157      this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol");
158      //
159      // maximumArityLabel
160      //
161      this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol");
162      //
163      // minimumArityTextBox
164      //
165      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
166      this.minimumArityTextBox.Size = new System.Drawing.Size(327, 20);
167      this.minimumArityTextBox.TabIndex = 5;
168      //
169      // maximumArityTextBox
170      //
171      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
172      this.maximumArityTextBox.Size = new System.Drawing.Size(327, 20);
173      //
174      // nameTextBox
175      //
176      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
177      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
178      this.nameTextBox.Size = new System.Drawing.Size(302, 20);
179      //
180      // infoLabel
181      //
182      this.infoLabel.Location = new System.Drawing.Point(401, 3);
183      //
184      // minTimeOffsetLabel
185      //
186      this.minTimeOffsetLabel.AutoSize = true;
187      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 130);
188      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
189      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
190      this.minTimeOffsetLabel.TabIndex = 9;
191      this.minTimeOffsetLabel.Text = "Min. time offset:";
192      //
193      // maxTimeOffsetLabel
194      //
195      this.maxTimeOffsetLabel.AutoSize = true;
196      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 156);
197      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
198      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
199      this.maxTimeOffsetLabel.TabIndex = 11;
200      this.maxTimeOffsetLabel.Text = "Max. time offset:";
201      //
202      // minTimeOffsetTextBox
203      //
204      this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
205            | System.Windows.Forms.AnchorStyles.Right)));
206      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
207      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
208      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(327, 20);
209      this.minTimeOffsetTextBox.TabIndex = 10;
210      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
211      //
212      // maxTimeOffsetTextBox
213      //
214      this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
215            | System.Windows.Forms.AnchorStyles.Right)));
216      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
217      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
218      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(327, 20);
219      this.maxTimeOffsetTextBox.TabIndex = 12;
220      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
221      //
222      // LaggedVariableView
223      //
224      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
225      this.Controls.Add(this.minTimeOffsetTextBox);
226      this.Controls.Add(this.maxTimeOffsetLabel);
227      this.Controls.Add(this.minTimeOffsetLabel);
228      this.Controls.Add(this.maxTimeOffsetTextBox);
229      this.Name = "LaggedVariableView";
230      this.Size = new System.Drawing.Size(420, 411);
231      this.Controls.SetChildIndex(this.enabledCheckBox, 0);
232      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
233      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
234      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
235      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
236      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
237      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
238      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
239      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
240      this.Controls.SetChildIndex(this.infoLabel, 0);
241      this.Controls.SetChildIndex(this.tabControl, 0);
242      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
243      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
244      this.Controls.SetChildIndex(this.nameLabel, 0);
245      this.Controls.SetChildIndex(this.nameTextBox, 0);
246      this.initializationGroupBox.ResumeLayout(false);
247      this.initializationGroupBox.PerformLayout();
248      this.mutationGroupBox.ResumeLayout(false);
249      this.mutationGroupBox.PerformLayout();
250      this.parametersTabPage.ResumeLayout(false);
251      this.tabControl.ResumeLayout(false);
252      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
253      this.ResumeLayout(false);
254      this.PerformLayout();
255
256    }
257
258    #endregion
259
260    private System.Windows.Forms.Label minTimeOffsetLabel;
261    private System.Windows.Forms.Label maxTimeOffsetLabel;
262    private System.Windows.Forms.TextBox minTimeOffsetTextBox;
263    private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
264
265  }
266}
Note: See TracBrowser for help on using the repository browser.