[4022] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[5445] | 3 | * Copyright (C) 2002-2011 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 |
|
---|
| 22 | namespace 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();
|
---|
[5832] | 51 | this.initializationGroupBox.SuspendLayout();
|
---|
| 52 | this.mutationGroupBox.SuspendLayout();
|
---|
[4022] | 53 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 54 | this.SuspendLayout();
|
---|
| 55 | //
|
---|
[5832] | 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 | //
|
---|
[4022] | 67 | // initializationGroupBox
|
---|
| 68 | //
|
---|
[5832] | 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;
|
---|
[4022] | 72 | //
|
---|
[5832] | 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 | //
|
---|
[4022] | 84 | // mutationGroupBox
|
---|
| 85 | //
|
---|
[5832] | 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;
|
---|
[4022] | 89 | //
|
---|
[5832] | 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 | //
|
---|
[4022] | 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);
|
---|
[5832] | 119 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
[4022] | 120 | //
|
---|
| 121 | // nameTextBox
|
---|
| 122 | //
|
---|
| 123 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 124 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 125 | this.nameTextBox.Size = new System.Drawing.Size(290, 20);
|
---|
[4022] | 126 | //
|
---|
[5832] | 127 | // infoLabel
|
---|
[4022] | 128 | //
|
---|
[5832] | 129 | this.infoLabel.Location = new System.Drawing.Point(389, 3);
|
---|
[4022] | 130 | //
|
---|
| 131 | // minTimeOffsetLabel
|
---|
| 132 | //
|
---|
| 133 | this.minTimeOffsetLabel.AutoSize = true;
|
---|
[5832] | 134 | this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
|
---|
[4022] | 135 | this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
|
---|
| 136 | this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
|
---|
[5832] | 137 | this.minTimeOffsetLabel.TabIndex = 5;
|
---|
[4022] | 138 | this.minTimeOffsetLabel.Text = "Min. time offset:";
|
---|
| 139 | //
|
---|
| 140 | // maxTimeOffsetLabel
|
---|
| 141 | //
|
---|
| 142 | this.maxTimeOffsetLabel.AutoSize = true;
|
---|
[5832] | 143 | this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
|
---|
[4022] | 144 | this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
|
---|
| 145 | this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
|
---|
[5832] | 146 | this.maxTimeOffsetLabel.TabIndex = 7;
|
---|
[4022] | 147 | this.maxTimeOffsetLabel.Text = "Max. time offset:";
|
---|
| 148 | //
|
---|
| 149 | // minTimeOffsetTextBox
|
---|
| 150 | //
|
---|
[5832] | 151 | this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
|
---|
[4022] | 152 | this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
|
---|
[5832] | 153 | this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
| 154 | this.minTimeOffsetTextBox.TabIndex = 6;
|
---|
[4022] | 155 | this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
|
---|
| 156 | //
|
---|
| 157 | // maxTimeOffsetTextBox
|
---|
| 158 | //
|
---|
[5832] | 159 | this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
|
---|
[4022] | 160 | this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
|
---|
[5832] | 161 | this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
| 162 | this.maxTimeOffsetTextBox.TabIndex = 8;
|
---|
[4022] | 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";
|
---|
[5832] | 174 | this.Size = new System.Drawing.Size(408, 260);
|
---|
| 175 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[4022] | 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);
|
---|
[5832] | 186 | this.initializationGroupBox.ResumeLayout(false);
|
---|
| 187 | this.initializationGroupBox.PerformLayout();
|
---|
| 188 | this.mutationGroupBox.ResumeLayout(false);
|
---|
| 189 | this.mutationGroupBox.PerformLayout();
|
---|
[4022] | 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 | }
|
---|