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