[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 |
|
---|
[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" +
|
---|
| 66 | "al weights.");
|
---|
| 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 " +
|
---|
| 80 | "weights.");
|
---|
| 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" +
|
---|
| 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, 164);
|
---|
| 110 | //
|
---|
| 111 | // parametersTabPage
|
---|
| 112 | //
|
---|
| 113 | this.parametersTabPage.Size = new System.Drawing.Size(400, 164);
|
---|
| 114 | //
|
---|
| 115 | // tabControl
|
---|
| 116 | //
|
---|
| 117 | this.tabControl.Location = new System.Drawing.Point(0, 104);
|
---|
| 118 | this.tabControl.Size = new System.Drawing.Size(408, 190);
|
---|
| 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 | //
|
---|
| 129 | // nameTextBox
|
---|
| 130 | //
|
---|
| 131 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 132 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 133 | //
|
---|
| 134 | // minTimeOffsetLabel
|
---|
| 135 | //
|
---|
| 136 | this.minTimeOffsetLabel.AutoSize = true;
|
---|
[5832] | 137 | this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
|
---|
[4022] | 138 | this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
|
---|
| 139 | this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
|
---|
[5832] | 140 | this.minTimeOffsetLabel.TabIndex = 5;
|
---|
[4022] | 141 | this.minTimeOffsetLabel.Text = "Min. time offset:";
|
---|
| 142 | //
|
---|
| 143 | // maxTimeOffsetLabel
|
---|
| 144 | //
|
---|
| 145 | this.maxTimeOffsetLabel.AutoSize = true;
|
---|
[5832] | 146 | this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
|
---|
[4022] | 147 | this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
|
---|
| 148 | this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
|
---|
[5832] | 149 | this.maxTimeOffsetLabel.TabIndex = 7;
|
---|
[4022] | 150 | this.maxTimeOffsetLabel.Text = "Max. time offset:";
|
---|
| 151 | //
|
---|
| 152 | // minTimeOffsetTextBox
|
---|
| 153 | //
|
---|
[5832] | 154 | this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
|
---|
[4022] | 155 | this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
|
---|
[5832] | 156 | this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
| 157 | this.minTimeOffsetTextBox.TabIndex = 6;
|
---|
[4022] | 158 | this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
|
---|
| 159 | //
|
---|
| 160 | // maxTimeOffsetTextBox
|
---|
| 161 | //
|
---|
[5832] | 162 | this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
|
---|
[4022] | 163 | this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
|
---|
[5832] | 164 | this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
|
---|
| 165 | this.maxTimeOffsetTextBox.TabIndex = 8;
|
---|
[4022] | 166 | this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
|
---|
| 167 | //
|
---|
| 168 | // LaggedVariableView
|
---|
| 169 | //
|
---|
| 170 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 171 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 172 | this.Controls.Add(this.minTimeOffsetTextBox);
|
---|
[5832] | 173 | this.Controls.Add(this.minTimeOffsetLabel);
|
---|
[4022] | 174 | this.Controls.Add(this.maxTimeOffsetLabel);
|
---|
[5832] | 175 | this.Controls.Add(this.maxTimeOffsetTextBox);
|
---|
[4022] | 176 | this.Name = "LaggedVariableView";
|
---|
| 177 | this.Size = new System.Drawing.Size(408, 292);
|
---|
[5832] | 178 | this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
|
---|
| 179 | this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
|
---|
[5788] | 180 | this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
|
---|
| 181 | this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
|
---|
[5832] | 182 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
| 183 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[4022] | 184 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
| 185 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
| 186 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 187 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[5832] | 188 | this.initializationGroupBox.ResumeLayout(false);
|
---|
| 189 | this.initializationGroupBox.PerformLayout();
|
---|
| 190 | this.mutationGroupBox.ResumeLayout(false);
|
---|
| 191 | this.mutationGroupBox.PerformLayout();
|
---|
| 192 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 193 | this.tabControl.ResumeLayout(false);
|
---|
[4022] | 194 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 195 | this.ResumeLayout(false);
|
---|
| 196 | this.PerformLayout();
|
---|
| 197 |
|
---|
| 198 | }
|
---|
| 199 |
|
---|
| 200 | #endregion
|
---|
| 201 |
|
---|
| 202 | private System.Windows.Forms.Label minTimeOffsetLabel;
|
---|
| 203 | private System.Windows.Forms.Label maxTimeOffsetLabel;
|
---|
| 204 | private System.Windows.Forms.TextBox minTimeOffsetTextBox;
|
---|
| 205 | private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
|
---|
| 206 |
|
---|
| 207 | }
|
---|
| 208 | }
|
---|