[3824] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 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 |
|
---|
[3915] | 22 | namespace HeuristicLab.Problems.DataAnalysis.Views.Symbolic.Symbols {
|
---|
[5060] | 23 | partial class VariableConditionView {
|
---|
[3824] | 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() {
|
---|
[5060] | 47 | this.thresholdInitializationMuLabel = new System.Windows.Forms.Label();
|
---|
| 48 | this.thresholdInitializationMuTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 49 | this.initializationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[5060] | 50 | this.slopeInitializationSigmaLabel = new System.Windows.Forms.Label();
|
---|
| 51 | this.slopeInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 52 | this.slopeInitializationMuLabel = new System.Windows.Forms.Label();
|
---|
| 53 | this.slopeInitializationMuTextBox = new System.Windows.Forms.TextBox();
|
---|
| 54 | this.thresholdInitializationSigmaLabel = new System.Windows.Forms.Label();
|
---|
| 55 | this.thresholdInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 56 | this.mutationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[5060] | 57 | this.slopeChangeSigmaLabel = new System.Windows.Forms.Label();
|
---|
| 58 | this.slopeChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 59 | this.slopeChangeMuLabel = new System.Windows.Forms.Label();
|
---|
| 60 | this.slopeChangeMuTextBox = new System.Windows.Forms.TextBox();
|
---|
| 61 | this.thresholdChangeSigmaLabel = new System.Windows.Forms.Label();
|
---|
| 62 | this.thresholdChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 63 | this.ThresholdChangeMuLabel = new System.Windows.Forms.Label();
|
---|
| 64 | this.thresholdChangeMuTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 65 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 66 | this.initializationGroupBox.SuspendLayout();
|
---|
| 67 | this.mutationGroupBox.SuspendLayout();
|
---|
| 68 | this.SuspendLayout();
|
---|
| 69 | //
|
---|
| 70 | // initialFrequencyLabel
|
---|
| 71 | //
|
---|
| 72 | this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
|
---|
| 73 | //
|
---|
| 74 | // initialFrequencyTextBox
|
---|
| 75 | //
|
---|
[4989] | 76 | this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[5832] | 77 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20);
|
---|
[3824] | 78 | //
|
---|
| 79 | // nameTextBox
|
---|
| 80 | //
|
---|
| 81 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 82 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 83 | this.nameTextBox.Size = new System.Drawing.Size(208, 20);
|
---|
[3824] | 84 | //
|
---|
[5832] | 85 | // infoLabel
|
---|
[3824] | 86 | //
|
---|
[5832] | 87 | this.infoLabel.Location = new System.Drawing.Point(307, 3);
|
---|
[3824] | 88 | //
|
---|
[5060] | 89 | // thresholdInitializationMuLabel
|
---|
[3824] | 90 | //
|
---|
[5060] | 91 | this.thresholdInitializationMuLabel.AutoSize = true;
|
---|
| 92 | this.thresholdInitializationMuLabel.Location = new System.Drawing.Point(6, 18);
|
---|
| 93 | this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
|
---|
| 94 | this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
|
---|
[5832] | 95 | this.thresholdInitializationMuLabel.TabIndex = 0;
|
---|
[5060] | 96 | this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
|
---|
| 97 | this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
|
---|
[3824] | 98 | //
|
---|
[5060] | 99 | // thresholdInitializationMuTextBox
|
---|
[3824] | 100 | //
|
---|
[5060] | 101 | this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3824] | 102 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 103 | this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
|
---|
| 104 | this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
|
---|
[5832] | 105 | this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 106 | this.thresholdInitializationMuTextBox.TabIndex = 1;
|
---|
[5060] | 107 | this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
| 108 | "al thresholds.");
|
---|
| 109 | this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.thresholdMuTextBox_TextChanged);
|
---|
[3824] | 110 | //
|
---|
| 111 | // initializationGroupBox
|
---|
| 112 | //
|
---|
| 113 | this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 114 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 115 | this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel);
|
---|
| 116 | this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox);
|
---|
| 117 | this.initializationGroupBox.Controls.Add(this.slopeInitializationMuLabel);
|
---|
| 118 | this.initializationGroupBox.Controls.Add(this.slopeInitializationMuTextBox);
|
---|
| 119 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaLabel);
|
---|
| 120 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaTextBox);
|
---|
| 121 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
|
---|
| 122 | this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
|
---|
[5832] | 123 | this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
|
---|
[3824] | 124 | this.initializationGroupBox.Name = "initializationGroupBox";
|
---|
[5832] | 125 | this.initializationGroupBox.Size = new System.Drawing.Size(326, 127);
|
---|
| 126 | this.initializationGroupBox.TabIndex = 5;
|
---|
[3824] | 127 | this.initializationGroupBox.TabStop = false;
|
---|
| 128 | this.initializationGroupBox.Text = "Initialization";
|
---|
| 129 | //
|
---|
[5060] | 130 | // slopeInitializationSigmaLabel
|
---|
[3824] | 131 | //
|
---|
[5060] | 132 | this.slopeInitializationSigmaLabel.AutoSize = true;
|
---|
| 133 | this.slopeInitializationSigmaLabel.Location = new System.Drawing.Point(6, 105);
|
---|
| 134 | this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
|
---|
| 135 | this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
|
---|
[5832] | 136 | this.slopeInitializationSigmaLabel.TabIndex = 6;
|
---|
[5060] | 137 | this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
|
---|
| 138 | this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
|
---|
[3824] | 139 | //
|
---|
[5060] | 140 | // slopeInitializationSigmaTextBox
|
---|
[3824] | 141 | //
|
---|
[5060] | 142 | this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3824] | 143 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 144 | this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
|
---|
| 145 | this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
|
---|
[5832] | 146 | this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 147 | this.slopeInitializationSigmaTextBox.TabIndex = 7;
|
---|
[5060] | 148 | this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
| 149 | "slopes.");
|
---|
| 150 | this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.slopeInitializationSigmaTextBox_TextChanged);
|
---|
[3824] | 151 | //
|
---|
[5060] | 152 | // slopeInitializationMuLabel
|
---|
| 153 | //
|
---|
| 154 | this.slopeInitializationMuLabel.AutoSize = true;
|
---|
| 155 | this.slopeInitializationMuLabel.Location = new System.Drawing.Point(6, 79);
|
---|
| 156 | this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
|
---|
| 157 | this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
|
---|
[5832] | 158 | this.slopeInitializationMuLabel.TabIndex = 4;
|
---|
[5060] | 159 | this.slopeInitializationMuLabel.Text = "Slope (mu):";
|
---|
| 160 | this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
|
---|
| 161 | //
|
---|
| 162 | // slopeInitializationMuTextBox
|
---|
| 163 | //
|
---|
| 164 | this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 165 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 166 | this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
|
---|
| 167 | this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
|
---|
[5832] | 168 | this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 169 | this.slopeInitializationMuTextBox.TabIndex = 5;
|
---|
[5060] | 170 | this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
| 171 | "al slopes.");
|
---|
| 172 | this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.slopeInitializationMuTextBox_TextChanged);
|
---|
| 173 | //
|
---|
| 174 | // thresholdInitializationSigmaLabel
|
---|
| 175 | //
|
---|
| 176 | this.thresholdInitializationSigmaLabel.AutoSize = true;
|
---|
| 177 | this.thresholdInitializationSigmaLabel.Location = new System.Drawing.Point(6, 44);
|
---|
| 178 | this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
|
---|
| 179 | this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
|
---|
[5832] | 180 | this.thresholdInitializationSigmaLabel.TabIndex = 2;
|
---|
[5060] | 181 | this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
|
---|
| 182 | this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
|
---|
| 183 | //
|
---|
| 184 | // thresholdInitializationSigmaTextBox
|
---|
| 185 | //
|
---|
| 186 | this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 187 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 188 | this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
|
---|
| 189 | this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
|
---|
[5832] | 190 | this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
|
---|
| 191 | this.thresholdInitializationSigmaTextBox.TabIndex = 3;
|
---|
[5060] | 192 | this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
| 193 | "thresholds.");
|
---|
| 194 | this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdInitializationSigmaTextBox_TextChanged);
|
---|
| 195 | //
|
---|
[3824] | 196 | // mutationGroupBox
|
---|
| 197 | //
|
---|
| 198 | this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 199 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 200 | this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel);
|
---|
| 201 | this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox);
|
---|
| 202 | this.mutationGroupBox.Controls.Add(this.slopeChangeMuLabel);
|
---|
| 203 | this.mutationGroupBox.Controls.Add(this.slopeChangeMuTextBox);
|
---|
| 204 | this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaLabel);
|
---|
| 205 | this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaTextBox);
|
---|
| 206 | this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
|
---|
| 207 | this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
|
---|
[5832] | 208 | this.mutationGroupBox.Location = new System.Drawing.Point(0, 185);
|
---|
[3824] | 209 | this.mutationGroupBox.Name = "mutationGroupBox";
|
---|
[5832] | 210 | this.mutationGroupBox.Size = new System.Drawing.Size(326, 127);
|
---|
| 211 | this.mutationGroupBox.TabIndex = 6;
|
---|
[3824] | 212 | this.mutationGroupBox.TabStop = false;
|
---|
| 213 | this.mutationGroupBox.Text = "Mutation";
|
---|
| 214 | //
|
---|
[5060] | 215 | // slopeChangeSigmaLabel
|
---|
[3824] | 216 | //
|
---|
[5060] | 217 | this.slopeChangeSigmaLabel.AutoSize = true;
|
---|
| 218 | this.slopeChangeSigmaLabel.Location = new System.Drawing.Point(6, 102);
|
---|
| 219 | this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
|
---|
| 220 | this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
|
---|
[5832] | 221 | this.slopeChangeSigmaLabel.TabIndex = 6;
|
---|
[5060] | 222 | this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
|
---|
| 223 | this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
|
---|
| 224 | "ope.");
|
---|
[3824] | 225 | //
|
---|
[5060] | 226 | // slopeChangeSigmaTextBox
|
---|
[3824] | 227 | //
|
---|
[5060] | 228 | this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3824] | 229 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 230 | this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
|
---|
| 231 | this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
|
---|
[5832] | 232 | this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
|
---|
| 233 | this.slopeChangeSigmaTextBox.TabIndex = 7;
|
---|
[5060] | 234 | this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
|
---|
| 235 | "ope.");
|
---|
| 236 | this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged);
|
---|
[3824] | 237 | //
|
---|
[5060] | 238 | // slopeChangeMuLabel
|
---|
[3824] | 239 | //
|
---|
[5060] | 240 | this.slopeChangeMuLabel.AutoSize = true;
|
---|
| 241 | this.slopeChangeMuLabel.Location = new System.Drawing.Point(6, 76);
|
---|
| 242 | this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
|
---|
| 243 | this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
|
---|
[5832] | 244 | this.slopeChangeMuLabel.TabIndex = 4;
|
---|
[5060] | 245 | this.slopeChangeMuLabel.Text = "Slope change (mu):";
|
---|
| 246 | this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
|
---|
| 247 | ".");
|
---|
[3824] | 248 | //
|
---|
[5060] | 249 | // slopeChangeMuTextBox
|
---|
[3824] | 250 | //
|
---|
[5060] | 251 | this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3824] | 252 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5060] | 253 | this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
|
---|
| 254 | this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
|
---|
[5832] | 255 | this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
|
---|
| 256 | this.slopeChangeMuTextBox.TabIndex = 5;
|
---|
[5060] | 257 | this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
|
---|
| 258 | ".");
|
---|
| 259 | this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged);
|
---|
[3824] | 260 | //
|
---|
[5060] | 261 | // thresholdChangeSigmaLabel
|
---|
[3824] | 262 | //
|
---|
[5060] | 263 | this.thresholdChangeSigmaLabel.AutoSize = true;
|
---|
| 264 | this.thresholdChangeSigmaLabel.Location = new System.Drawing.Point(6, 44);
|
---|
| 265 | this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
|
---|
| 266 | this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
|
---|
[5832] | 267 | this.thresholdChangeSigmaLabel.TabIndex = 2;
|
---|
[5060] | 268 | this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
|
---|
| 269 | this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
|
---|
| 270 | "reshold.");
|
---|
| 271 | //
|
---|
| 272 | // thresholdChangeSigmaTextBox
|
---|
| 273 | //
|
---|
| 274 | this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 276 | this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
|
---|
| 277 | this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
|
---|
[5832] | 278 | this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
|
---|
| 279 | this.thresholdChangeSigmaTextBox.TabIndex = 3;
|
---|
[5060] | 280 | this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
|
---|
| 281 | "reshold.");
|
---|
| 282 | this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdChangeSigmaTextBox_TextChanged);
|
---|
| 283 | //
|
---|
| 284 | // ThresholdChangeMuLabel
|
---|
| 285 | //
|
---|
| 286 | this.ThresholdChangeMuLabel.AutoSize = true;
|
---|
| 287 | this.ThresholdChangeMuLabel.Location = new System.Drawing.Point(6, 18);
|
---|
| 288 | this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
|
---|
| 289 | this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
|
---|
[5832] | 290 | this.ThresholdChangeMuLabel.TabIndex = 0;
|
---|
[5060] | 291 | this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
|
---|
| 292 | this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
|
---|
| 293 | "hold.");
|
---|
| 294 | //
|
---|
| 295 | // thresholdChangeMuTextBox
|
---|
| 296 | //
|
---|
| 297 | this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 298 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 299 | this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
|
---|
| 300 | this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
|
---|
[5832] | 301 | this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
|
---|
| 302 | this.thresholdChangeMuTextBox.TabIndex = 1;
|
---|
[5060] | 303 | this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
|
---|
| 304 | "hold.");
|
---|
| 305 | this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged);
|
---|
| 306 | //
|
---|
| 307 | // VariableConditionView
|
---|
| 308 | //
|
---|
[3824] | 309 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 310 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 311 | this.Controls.Add(this.mutationGroupBox);
|
---|
| 312 | this.Controls.Add(this.initializationGroupBox);
|
---|
[5060] | 313 | this.Name = "VariableConditionView";
|
---|
[5832] | 314 | this.Size = new System.Drawing.Size(326, 315);
|
---|
| 315 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[3824] | 316 | this.Controls.SetChildIndex(this.initializationGroupBox, 0);
|
---|
| 317 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
| 318 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
| 319 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 320 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 321 | this.Controls.SetChildIndex(this.mutationGroupBox, 0);
|
---|
| 322 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 323 | this.initializationGroupBox.ResumeLayout(false);
|
---|
| 324 | this.initializationGroupBox.PerformLayout();
|
---|
| 325 | this.mutationGroupBox.ResumeLayout(false);
|
---|
| 326 | this.mutationGroupBox.PerformLayout();
|
---|
| 327 | this.ResumeLayout(false);
|
---|
| 328 | this.PerformLayout();
|
---|
| 329 |
|
---|
| 330 | }
|
---|
| 331 |
|
---|
| 332 | #endregion
|
---|
| 333 |
|
---|
[5060] | 334 | private System.Windows.Forms.Label thresholdInitializationMuLabel;
|
---|
| 335 | private System.Windows.Forms.TextBox thresholdInitializationMuTextBox;
|
---|
[3824] | 336 | protected System.Windows.Forms.GroupBox initializationGroupBox;
|
---|
[5060] | 337 | private System.Windows.Forms.Label thresholdInitializationSigmaLabel;
|
---|
| 338 | private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox;
|
---|
[3824] | 339 | protected System.Windows.Forms.GroupBox mutationGroupBox;
|
---|
[5060] | 340 | private System.Windows.Forms.Label thresholdChangeSigmaLabel;
|
---|
| 341 | private System.Windows.Forms.TextBox thresholdChangeSigmaTextBox;
|
---|
| 342 | private System.Windows.Forms.Label ThresholdChangeMuLabel;
|
---|
| 343 | private System.Windows.Forms.TextBox thresholdChangeMuTextBox;
|
---|
| 344 | private System.Windows.Forms.Label slopeInitializationSigmaLabel;
|
---|
| 345 | private System.Windows.Forms.TextBox slopeInitializationSigmaTextBox;
|
---|
| 346 | private System.Windows.Forms.Label slopeInitializationMuLabel;
|
---|
| 347 | private System.Windows.Forms.TextBox slopeInitializationMuTextBox;
|
---|
| 348 | private System.Windows.Forms.Label slopeChangeSigmaLabel;
|
---|
| 349 | private System.Windows.Forms.TextBox slopeChangeSigmaTextBox;
|
---|
| 350 | private System.Windows.Forms.Label slopeChangeMuLabel;
|
---|
| 351 | private System.Windows.Forms.TextBox slopeChangeMuTextBox;
|
---|
[3824] | 352 |
|
---|
| 353 | }
|
---|
| 354 | }
|
---|