#region License Information
/* HeuristicLab
* Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
partial class LaggedVariableView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.minTimeOffsetLabel = new System.Windows.Forms.Label();
this.maxTimeOffsetLabel = new System.Windows.Forms.Label();
this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox();
this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
this.initializationGroupBox.SuspendLayout();
this.mutationGroupBox.SuspendLayout();
this.parametersTabPage.SuspendLayout();
this.tabControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// weightMuLabel
//
this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
//
// weightInitializationMuTextBox
//
this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
"al weights.");
//
// initializationGroupBox
//
this.initializationGroupBox.Location = new System.Drawing.Point(6, 7);
this.initializationGroupBox.Size = new System.Drawing.Size(379, 73);
//
// weightSigmaLabel
//
this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
//
// weightInitializationSigmaTextBox
//
this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
"weights.");
//
// mutationGroupBox
//
this.mutationGroupBox.Location = new System.Drawing.Point(6, 86);
this.mutationGroupBox.Size = new System.Drawing.Size(379, 73);
//
// multiplicativeWeightChangeLabel
//
this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
" change in weight.");
//
// multiplicativeWeightChangeSigmaTextBox
//
this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
"tive change in weight.");
//
// additiveWeightChangeLabel
//
this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
"change in weight.");
//
// additiveWeightChangeSigmaTextBox
//
this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
"change in weight.");
//
// variableNamesTabPage
//
this.variableNamesTabPage.Size = new System.Drawing.Size(400, 149);
//
// parametersTabPage
//
this.parametersTabPage.Size = new System.Drawing.Size(400, 149);
//
// tabControl
//
this.tabControl.Location = new System.Drawing.Point(0, 179);
this.tabControl.Size = new System.Drawing.Size(408, 175);
this.tabControl.TabIndex = 9;
//
// initialFrequencyLabel
//
this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
//
// initialFrequencyTextBox
//
this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
//
// minimumArityTextBox
//
this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.minimumArityTextBox.Size = new System.Drawing.Size(315, 20);
//
// maximumArityTextBox
//
this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.maximumArityTextBox.Size = new System.Drawing.Size(315, 20);
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
//
// minTimeOffsetLabel
//
this.minTimeOffsetLabel.AutoSize = true;
this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 130);
this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
this.minTimeOffsetLabel.TabIndex = 5;
this.minTimeOffsetLabel.Text = "Min. time offset:";
//
// maxTimeOffsetLabel
//
this.maxTimeOffsetLabel.AutoSize = true;
this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 156);
this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
this.maxTimeOffsetLabel.TabIndex = 7;
this.maxTimeOffsetLabel.Text = "Max. time offset:";
//
// minTimeOffsetTextBox
//
this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
this.minTimeOffsetTextBox.TabIndex = 6;
this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
//
// maxTimeOffsetTextBox
//
this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
this.maxTimeOffsetTextBox.TabIndex = 8;
this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
//
// LaggedVariableView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.minTimeOffsetTextBox);
this.Controls.Add(this.maxTimeOffsetLabel);
this.Controls.Add(this.minTimeOffsetLabel);
this.Controls.Add(this.maxTimeOffsetTextBox);
this.Name = "LaggedVariableView";
this.Size = new System.Drawing.Size(408, 352);
this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
this.Controls.SetChildIndex(this.maximumArityLabel, 0);
this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
this.Controls.SetChildIndex(this.minimumArityLabel, 0);
this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
this.Controls.SetChildIndex(this.infoLabel, 0);
this.Controls.SetChildIndex(this.tabControl, 0);
this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
this.initializationGroupBox.ResumeLayout(false);
this.initializationGroupBox.PerformLayout();
this.mutationGroupBox.ResumeLayout(false);
this.mutationGroupBox.PerformLayout();
this.parametersTabPage.ResumeLayout(false);
this.tabControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label minTimeOffsetLabel;
private System.Windows.Forms.Label maxTimeOffsetLabel;
private System.Windows.Forms.TextBox minTimeOffsetTextBox;
private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
}
}