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
RevLine 
[4022]1#region License Information
2/* HeuristicLab
[17434]3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[4022]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
[5693]22
23namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
[4022]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();
[5832]52      this.initializationGroupBox.SuspendLayout();
53      this.mutationGroupBox.SuspendLayout();
54      this.parametersTabPage.SuspendLayout();
55      this.tabControl.SuspendLayout();
[4022]56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
57      this.SuspendLayout();
58      //
[5832]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      //
[14878]65      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(293, 20);
[5832]66      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
[6803]67        "al weights.");
[5832]68      //
[4022]69      // initializationGroupBox
70      //
[5788]71      this.initializationGroupBox.Location = new System.Drawing.Point(6, 7);
[14878]72      this.initializationGroupBox.Size = new System.Drawing.Size(391, 73);
[4022]73      //
[5832]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      //
[14878]80      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(293, 20);
[5832]81      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
[6803]82        "weights.");
[5832]83      //
[4022]84      // mutationGroupBox
85      //
[5788]86      this.mutationGroupBox.Location = new System.Drawing.Point(6, 86);
[14878]87      this.mutationGroupBox.Size = new System.Drawing.Size(391, 95);
[4022]88      //
[5832]89      // multiplicativeWeightChangeLabel
90      //
[14878]91      this.multiplicativeWeightChangeLabel.TabIndex = 4;
[5832]92      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
[6803]93        " change in weight.");
[5832]94      //
95      // multiplicativeWeightChangeSigmaTextBox
96      //
[14878]97      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 5;
[5832]98      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
[6803]99        "tive change in weight.");
[5832]100      //
101      // additiveWeightChangeLabel
102      //
[14878]103      this.additiveWeightChangeLabel.TabIndex = 2;
[5832]104      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
[6803]105        "change in weight.");
[5832]106      //
107      // additiveWeightChangeSigmaTextBox
108      //
[14878]109      this.additiveWeightChangeSigmaTextBox.TabIndex = 3;
[5832]110      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
[6803]111        "change in weight.");
[5832]112      //
113      // variableNamesTabPage
114      //
[6803]115      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 149);
[5832]116      //
117      // parametersTabPage
118      //
[14878]119      this.parametersTabPage.Size = new System.Drawing.Size(412, 208);
[5832]120      //
121      // tabControl
122      //
[6803]123      this.tabControl.Location = new System.Drawing.Point(0, 179);
[14878]124      this.tabControl.Size = new System.Drawing.Size(420, 234);
125      this.tabControl.TabIndex = 13;
[5832]126      //
[14878]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      //
[4022]139      // initialFrequencyLabel
140      //
[14878]141      this.initialFrequencyLabel.TabIndex = 2;
[4022]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);
[14878]147      this.initialFrequencyTextBox.Size = new System.Drawing.Size(323, 20);
148      this.initialFrequencyTextBox.TabIndex = 3;
[4022]149      //
[14878]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      //
[6803]163      // minimumArityTextBox
164      //
165      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
[14878]166      this.minimumArityTextBox.Size = new System.Drawing.Size(327, 20);
167      this.minimumArityTextBox.TabIndex = 5;
[6803]168      //
169      // maximumArityTextBox
170      //
171      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
[14878]172      this.maximumArityTextBox.Size = new System.Drawing.Size(327, 20);
[6803]173      //
[4022]174      // nameTextBox
175      //
176      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
177      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
[14878]178      this.nameTextBox.Size = new System.Drawing.Size(302, 20);
[4022]179      //
[14878]180      // infoLabel
181      //
182      this.infoLabel.Location = new System.Drawing.Point(401, 3);
183      //
[4022]184      // minTimeOffsetLabel
185      //
186      this.minTimeOffsetLabel.AutoSize = true;
[6803]187      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 130);
[4022]188      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
189      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
[14878]190      this.minTimeOffsetLabel.TabIndex = 9;
[4022]191      this.minTimeOffsetLabel.Text = "Min. time offset:";
192      //
193      // maxTimeOffsetLabel
194      //
195      this.maxTimeOffsetLabel.AutoSize = true;
[6803]196      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 156);
[4022]197      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
198      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
[14878]199      this.maxTimeOffsetLabel.TabIndex = 11;
[4022]200      this.maxTimeOffsetLabel.Text = "Max. time offset:";
201      //
202      // minTimeOffsetTextBox
203      //
[14878]204      this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[6805]205            | System.Windows.Forms.AnchorStyles.Right)));
[6803]206      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
[4022]207      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
[14878]208      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(327, 20);
209      this.minTimeOffsetTextBox.TabIndex = 10;
[4022]210      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
211      //
212      // maxTimeOffsetTextBox
213      //
[14878]214      this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[6805]215            | System.Windows.Forms.AnchorStyles.Right)));
[6803]216      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
[4022]217      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
[14878]218      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(327, 20);
219      this.maxTimeOffsetTextBox.TabIndex = 12;
[4022]220      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
221      //
222      // LaggedVariableView
223      //
[7967]224      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[4022]225      this.Controls.Add(this.minTimeOffsetTextBox);
[6803]226      this.Controls.Add(this.maxTimeOffsetLabel);
[5832]227      this.Controls.Add(this.minTimeOffsetLabel);
228      this.Controls.Add(this.maxTimeOffsetTextBox);
[4022]229      this.Name = "LaggedVariableView";
[14878]230      this.Size = new System.Drawing.Size(420, 411);
231      this.Controls.SetChildIndex(this.enabledCheckBox, 0);
[5832]232      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
[6803]233      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
[5832]234      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
[5788]235      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
[6803]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);
[5832]240      this.Controls.SetChildIndex(this.infoLabel, 0);
241      this.Controls.SetChildIndex(this.tabControl, 0);
[4022]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);
[5832]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);
[4022]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.