[4022] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[12012] | 3 | * Copyright (C) 2002-2015 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 |
|
---|
| 23 | namespace 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 | //
|
---|
| 65 | this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
[6803] | 66 | "al weights.");
|
---|
[5832] | 67 | //
|
---|
[4022] | 68 | // initializationGroupBox
|
---|
| 69 | //
|
---|
[5788] | 70 | this.initializationGroupBox.Location = new System.Drawing.Point(6, 7);
|
---|
| 71 | this.initializationGroupBox.Size = new System.Drawing.Size(379, 73);
|
---|
[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.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
[6803] | 80 | "weights.");
|
---|
[5832] | 81 | //
|
---|
[4022] | 82 | // mutationGroupBox
|
---|
| 83 | //
|
---|
[5788] | 84 | this.mutationGroupBox.Location = new System.Drawing.Point(6, 86);
|
---|
| 85 | this.mutationGroupBox.Size = new System.Drawing.Size(379, 73);
|
---|
[4022] | 86 | //
|
---|
[5832] | 87 | // multiplicativeWeightChangeLabel
|
---|
| 88 | //
|
---|
| 89 | this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
|
---|
[6803] | 90 | " change in weight.");
|
---|
[5832] | 91 | //
|
---|
| 92 | // multiplicativeWeightChangeSigmaTextBox
|
---|
| 93 | //
|
---|
| 94 | this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
|
---|
[6803] | 95 | "tive change in weight.");
|
---|
[5832] | 96 | //
|
---|
| 97 | // additiveWeightChangeLabel
|
---|
| 98 | //
|
---|
| 99 | this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
|
---|
[6803] | 100 | "change in weight.");
|
---|
[5832] | 101 | //
|
---|
| 102 | // additiveWeightChangeSigmaTextBox
|
---|
| 103 | //
|
---|
| 104 | this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
|
---|
[6803] | 105 | "change in weight.");
|
---|
[5832] | 106 | //
|
---|
| 107 | // variableNamesTabPage
|
---|
| 108 | //
|
---|
[6803] | 109 | this.variableNamesTabPage.Size = new System.Drawing.Size(400, 149);
|
---|
[5832] | 110 | //
|
---|
| 111 | // parametersTabPage
|
---|
| 112 | //
|
---|
[6805] | 113 | this.parametersTabPage.Size = new System.Drawing.Size(400, 149);
|
---|
[5832] | 114 | //
|
---|
| 115 | // tabControl
|
---|
| 116 | //
|
---|
[6803] | 117 | this.tabControl.Location = new System.Drawing.Point(0, 179);
|
---|
| 118 | this.tabControl.Size = new System.Drawing.Size(408, 175);
|
---|
[5832] | 119 | this.tabControl.TabIndex = 9;
|
---|
| 120 | //
|
---|
[4022] | 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 | //
|
---|
[6803] | 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 | //
|
---|
[4022] | 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;
|
---|
[6803] | 147 | this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 130);
|
---|
[4022] | 148 | this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
|
---|
| 149 | this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
|
---|
[5832] | 150 | this.minTimeOffsetLabel.TabIndex = 5;
|
---|
[4022] | 151 | this.minTimeOffsetLabel.Text = "Min. time offset:";
|
---|
| 152 | //
|
---|
| 153 | // maxTimeOffsetLabel
|
---|
| 154 | //
|
---|
| 155 | this.maxTimeOffsetLabel.AutoSize = true;
|
---|
[6803] | 156 | this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 156);
|
---|
[4022] | 157 | this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
|
---|
| 158 | this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
|
---|
[5832] | 159 | this.maxTimeOffsetLabel.TabIndex = 7;
|
---|
[4022] | 160 | this.maxTimeOffsetLabel.Text = "Max. time offset:";
|
---|
| 161 | //
|
---|
| 162 | // minTimeOffsetTextBox
|
---|
| 163 | //
|
---|
[6819] | 164 | this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6805] | 165 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6803] | 166 | this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
|
---|
[4022] | 167 | this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
|
---|
[5832] | 168 | this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
| 169 | this.minTimeOffsetTextBox.TabIndex = 6;
|
---|
[4022] | 170 | this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
|
---|
| 171 | //
|
---|
| 172 | // maxTimeOffsetTextBox
|
---|
| 173 | //
|
---|
[6819] | 174 | this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6805] | 175 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6803] | 176 | this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
|
---|
[4022] | 177 | this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
|
---|
[5832] | 178 | this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
| 179 | this.maxTimeOffsetTextBox.TabIndex = 8;
|
---|
[4022] | 180 | this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
|
---|
| 181 | //
|
---|
| 182 | // LaggedVariableView
|
---|
| 183 | //
|
---|
| 184 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 185 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[4022] | 186 | this.Controls.Add(this.minTimeOffsetTextBox);
|
---|
[6803] | 187 | this.Controls.Add(this.maxTimeOffsetLabel);
|
---|
[5832] | 188 | this.Controls.Add(this.minTimeOffsetLabel);
|
---|
| 189 | this.Controls.Add(this.maxTimeOffsetTextBox);
|
---|
[4022] | 190 | this.Name = "LaggedVariableView";
|
---|
[6803] | 191 | this.Size = new System.Drawing.Size(408, 352);
|
---|
[5832] | 192 | this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
|
---|
[6803] | 193 | this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
|
---|
[5832] | 194 | this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
|
---|
[5788] | 195 | this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
|
---|
[6803] | 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);
|
---|
[5832] | 200 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 201 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[4022] | 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);
|
---|
[5832] | 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);
|
---|
[4022] | 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 | }
|
---|