[3824] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[17180] | 3 | * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3824] | 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 | namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
|
---|
[3824] | 23 | partial class VariableView {
|
---|
| 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() {
|
---|
[4989] | 47 | this.weightMuLabel = new System.Windows.Forms.Label();
|
---|
[5326] | 48 | this.weightInitializationMuTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 49 | this.initializationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 50 | this.weightSigmaLabel = new System.Windows.Forms.Label();
|
---|
[5326] | 51 | this.weightInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
[3824] | 52 | this.mutationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[14826] | 53 | this.varChangeProbTextBox = new System.Windows.Forms.TextBox();
|
---|
| 54 | this.varChangeProbLabel = new System.Windows.Forms.Label();
|
---|
[5326] | 55 | this.multiplicativeWeightChangeLabel = new System.Windows.Forms.Label();
|
---|
| 56 | this.multiplicativeWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
| 57 | this.additiveWeightChangeLabel = new System.Windows.Forms.Label();
|
---|
| 58 | this.additiveWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
[5750] | 59 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 60 | this.variableNamesTabPage = new System.Windows.Forms.TabPage();
|
---|
| 61 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
[3824] | 62 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 63 | this.initializationGroupBox.SuspendLayout();
|
---|
| 64 | this.mutationGroupBox.SuspendLayout();
|
---|
[5750] | 65 | this.tabControl.SuspendLayout();
|
---|
| 66 | this.parametersTabPage.SuspendLayout();
|
---|
[3824] | 67 | this.SuspendLayout();
|
---|
| 68 | //
|
---|
| 69 | // initialFrequencyLabel
|
---|
| 70 | //
|
---|
[14826] | 71 | this.initialFrequencyLabel.TabIndex = 2;
|
---|
[3824] | 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);
|
---|
[6803] | 77 | this.initialFrequencyTextBox.Size = new System.Drawing.Size(311, 20);
|
---|
[14826] | 78 | this.initialFrequencyTextBox.TabIndex = 3;
|
---|
[3824] | 79 | //
|
---|
[14826] | 80 | // enabledCheckBox
|
---|
| 81 | //
|
---|
| 82 | this.enabledCheckBox.TabIndex = 8;
|
---|
| 83 | //
|
---|
[7869] | 84 | // minimumArityLabel
|
---|
| 85 | //
|
---|
[14826] | 86 | this.minimumArityLabel.TabIndex = 4;
|
---|
[7869] | 87 | this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol");
|
---|
| 88 | //
|
---|
| 89 | // maximumArityLabel
|
---|
| 90 | //
|
---|
| 91 | this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol");
|
---|
| 92 | //
|
---|
[6803] | 93 | // minimumArityTextBox
|
---|
| 94 | //
|
---|
| 95 | this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 96 | this.minimumArityTextBox.Size = new System.Drawing.Size(311, 20);
|
---|
[14826] | 97 | this.minimumArityTextBox.TabIndex = 5;
|
---|
[6803] | 98 | //
|
---|
| 99 | // maximumArityTextBox
|
---|
| 100 | //
|
---|
| 101 | this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 102 | this.maximumArityTextBox.Size = new System.Drawing.Size(311, 20);
|
---|
| 103 | //
|
---|
[3824] | 104 | // nameTextBox
|
---|
| 105 | //
|
---|
| 106 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 107 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
[5832] | 108 | this.nameTextBox.Size = new System.Drawing.Size(290, 20);
|
---|
[3824] | 109 | //
|
---|
[5832] | 110 | // infoLabel
|
---|
[3824] | 111 | //
|
---|
[5832] | 112 | this.infoLabel.Location = new System.Drawing.Point(389, 3);
|
---|
[3824] | 113 | //
|
---|
[4989] | 114 | // weightMuLabel
|
---|
[3824] | 115 | //
|
---|
[4989] | 116 | this.weightMuLabel.AutoSize = true;
|
---|
| 117 | this.weightMuLabel.Location = new System.Drawing.Point(6, 22);
|
---|
| 118 | this.weightMuLabel.Name = "weightMuLabel";
|
---|
| 119 | this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
|
---|
[5832] | 120 | this.weightMuLabel.TabIndex = 0;
|
---|
[4989] | 121 | this.weightMuLabel.Text = "Weight (mu):";
|
---|
| 122 | this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
|
---|
[3824] | 123 | //
|
---|
[5326] | 124 | // weightInitializationMuTextBox
|
---|
[3824] | 125 | //
|
---|
[16506] | 126 | this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 127 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5326] | 128 | this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
|
---|
| 129 | this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
|
---|
[6819] | 130 | this.weightInitializationMuTextBox.Size = new System.Drawing.Size(290, 20);
|
---|
[5832] | 131 | this.weightInitializationMuTextBox.TabIndex = 1;
|
---|
[5326] | 132 | this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
|
---|
[6803] | 133 | "al weights.");
|
---|
[8103] | 134 | this.weightInitializationMuTextBox.TextChanged += new System.EventHandler(this.WeightMuTextBox_TextChanged);
|
---|
[3824] | 135 | //
|
---|
| 136 | // initializationGroupBox
|
---|
| 137 | //
|
---|
[16506] | 138 | this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 139 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3824] | 140 | this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
|
---|
[5326] | 141 | this.initializationGroupBox.Controls.Add(this.weightInitializationSigmaTextBox);
|
---|
[4989] | 142 | this.initializationGroupBox.Controls.Add(this.weightMuLabel);
|
---|
[5326] | 143 | this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
|
---|
[5750] | 144 | this.initializationGroupBox.Location = new System.Drawing.Point(6, 6);
|
---|
[3824] | 145 | this.initializationGroupBox.Name = "initializationGroupBox";
|
---|
[6819] | 146 | this.initializationGroupBox.Size = new System.Drawing.Size(388, 73);
|
---|
[5832] | 147 | this.initializationGroupBox.TabIndex = 0;
|
---|
[3824] | 148 | this.initializationGroupBox.TabStop = false;
|
---|
| 149 | this.initializationGroupBox.Text = "Initialization";
|
---|
| 150 | //
|
---|
| 151 | // weightSigmaLabel
|
---|
| 152 | //
|
---|
| 153 | this.weightSigmaLabel.AutoSize = true;
|
---|
| 154 | this.weightSigmaLabel.Location = new System.Drawing.Point(6, 48);
|
---|
| 155 | this.weightSigmaLabel.Name = "weightSigmaLabel";
|
---|
| 156 | this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
|
---|
[5832] | 157 | this.weightSigmaLabel.TabIndex = 2;
|
---|
[3824] | 158 | this.weightSigmaLabel.Text = "Weight (sigma):";
|
---|
| 159 | this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
|
---|
| 160 | //
|
---|
[5326] | 161 | // weightInitializationSigmaTextBox
|
---|
[3824] | 162 | //
|
---|
[16506] | 163 | this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 164 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5326] | 165 | this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
|
---|
| 166 | this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
|
---|
[6819] | 167 | this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(290, 20);
|
---|
[5832] | 168 | this.weightInitializationSigmaTextBox.TabIndex = 3;
|
---|
[5326] | 169 | this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
|
---|
[6803] | 170 | "weights.");
|
---|
[8103] | 171 | this.weightInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.WeightSigmaTextBox_TextChanged);
|
---|
[3824] | 172 | //
|
---|
| 173 | // mutationGroupBox
|
---|
| 174 | //
|
---|
[16506] | 175 | this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 176 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[14826] | 177 | this.mutationGroupBox.Controls.Add(this.varChangeProbTextBox);
|
---|
| 178 | this.mutationGroupBox.Controls.Add(this.varChangeProbLabel);
|
---|
[5326] | 179 | this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeLabel);
|
---|
| 180 | this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeSigmaTextBox);
|
---|
| 181 | this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
|
---|
| 182 | this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
|
---|
[5750] | 183 | this.mutationGroupBox.Location = new System.Drawing.Point(6, 85);
|
---|
[3824] | 184 | this.mutationGroupBox.Name = "mutationGroupBox";
|
---|
[14826] | 185 | this.mutationGroupBox.Size = new System.Drawing.Size(391, 97);
|
---|
[5832] | 186 | this.mutationGroupBox.TabIndex = 1;
|
---|
[3824] | 187 | this.mutationGroupBox.TabStop = false;
|
---|
| 188 | this.mutationGroupBox.Text = "Mutation";
|
---|
| 189 | //
|
---|
[14826] | 190 | // varChangeProbTextBox
|
---|
| 191 | //
|
---|
[16506] | 192 | this.varChangeProbTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[14826] | 193 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 194 | this.varChangeProbTextBox.Location = new System.Drawing.Point(201, 13);
|
---|
| 195 | this.varChangeProbTextBox.Name = "varChangeProbTextBox";
|
---|
| 196 | this.varChangeProbTextBox.Size = new System.Drawing.Size(184, 20);
|
---|
| 197 | this.varChangeProbTextBox.TabIndex = 1;
|
---|
| 198 | this.toolTip.SetToolTip(this.varChangeProbTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
|
---|
| 199 | "change in weight.");
|
---|
| 200 | this.varChangeProbTextBox.TextChanged += new System.EventHandler(this.VarProbTextBox_TextChanged);
|
---|
| 201 | //
|
---|
| 202 | // varChangeProbLabel
|
---|
| 203 | //
|
---|
| 204 | this.varChangeProbLabel.AutoSize = true;
|
---|
| 205 | this.varChangeProbLabel.Location = new System.Drawing.Point(6, 16);
|
---|
| 206 | this.varChangeProbLabel.Name = "varChangeProbLabel";
|
---|
| 207 | this.varChangeProbLabel.Size = new System.Drawing.Size(134, 13);
|
---|
| 208 | this.varChangeProbLabel.TabIndex = 0;
|
---|
| 209 | this.varChangeProbLabel.Text = "Variable change probability";
|
---|
| 210 | this.toolTip.SetToolTip(this.varChangeProbLabel, "The probability of changing the referenced variable in [0..1]. Variable reference" +
|
---|
| 211 | "s are sampled uniformly.");
|
---|
| 212 | //
|
---|
[5326] | 213 | // multiplicativeWeightChangeLabel
|
---|
[3824] | 214 | //
|
---|
[5326] | 215 | this.multiplicativeWeightChangeLabel.AutoSize = true;
|
---|
[14826] | 216 | this.multiplicativeWeightChangeLabel.Location = new System.Drawing.Point(6, 68);
|
---|
[5326] | 217 | this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
|
---|
| 218 | this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
|
---|
[14826] | 219 | this.multiplicativeWeightChangeLabel.TabIndex = 4;
|
---|
[5326] | 220 | this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
|
---|
| 221 | this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
|
---|
[6803] | 222 | " change in weight.");
|
---|
[3824] | 223 | //
|
---|
[5326] | 224 | // multiplicativeWeightChangeSigmaTextBox
|
---|
[3824] | 225 | //
|
---|
[16506] | 226 | this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 227 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[14826] | 228 | this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 65);
|
---|
[5326] | 229 | this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
|
---|
[6819] | 230 | this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(184, 20);
|
---|
[14826] | 231 | this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 5;
|
---|
[5326] | 232 | this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
|
---|
[6803] | 233 | "tive change in weight.");
|
---|
[8103] | 234 | this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.MultiplicativeWeightChangeSigmaTextBox_TextChanged);
|
---|
[3824] | 235 | //
|
---|
[5326] | 236 | // additiveWeightChangeLabel
|
---|
[3824] | 237 | //
|
---|
[5326] | 238 | this.additiveWeightChangeLabel.AutoSize = true;
|
---|
[14826] | 239 | this.additiveWeightChangeLabel.Location = new System.Drawing.Point(6, 42);
|
---|
[5326] | 240 | this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
|
---|
| 241 | this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
|
---|
[14826] | 242 | this.additiveWeightChangeLabel.TabIndex = 2;
|
---|
[5326] | 243 | this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
|
---|
| 244 | this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
|
---|
[6803] | 245 | "change in weight.");
|
---|
[3824] | 246 | //
|
---|
[5326] | 247 | // additiveWeightChangeSigmaTextBox
|
---|
[3824] | 248 | //
|
---|
[16506] | 249 | this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 250 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[14826] | 251 | this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 39);
|
---|
[5326] | 252 | this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
|
---|
[6819] | 253 | this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(184, 20);
|
---|
[14826] | 254 | this.additiveWeightChangeSigmaTextBox.TabIndex = 3;
|
---|
[5326] | 255 | this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
|
---|
[6803] | 256 | "change in weight.");
|
---|
[8103] | 257 | this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.AdditiveWeightChangeSigmaTextBox_TextChanged);
|
---|
[3824] | 258 | //
|
---|
[5750] | 259 | // tabControl
|
---|
| 260 | //
|
---|
[16506] | 261 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 262 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6803] | 263 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[5750] | 264 | this.tabControl.Controls.Add(this.variableNamesTabPage);
|
---|
| 265 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
[6803] | 266 | this.tabControl.Location = new System.Drawing.Point(0, 127);
|
---|
[5750] | 267 | this.tabControl.Name = "tabControl";
|
---|
| 268 | this.tabControl.SelectedIndex = 0;
|
---|
[14826] | 269 | this.tabControl.Size = new System.Drawing.Size(408, 216);
|
---|
| 270 | this.tabControl.TabIndex = 9;
|
---|
[5750] | 271 | //
|
---|
| 272 | // variableNamesTabPage
|
---|
| 273 | //
|
---|
[16506] | 274 | this.variableNamesTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[5750] | 275 | this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 276 | this.variableNamesTabPage.Name = "variableNamesTabPage";
|
---|
| 277 | this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[14826] | 278 | this.variableNamesTabPage.Size = new System.Drawing.Size(400, 190);
|
---|
[5750] | 279 | this.variableNamesTabPage.TabIndex = 0;
|
---|
| 280 | this.variableNamesTabPage.Text = "Variable Names";
|
---|
| 281 | //
|
---|
| 282 | // parametersTabPage
|
---|
| 283 | //
|
---|
[16506] | 284 | this.parametersTabPage.BackColor = System.Drawing.SystemColors.Window;
|
---|
[5750] | 285 | this.parametersTabPage.Controls.Add(this.mutationGroupBox);
|
---|
| 286 | this.parametersTabPage.Controls.Add(this.initializationGroupBox);
|
---|
| 287 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 288 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 289 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[14826] | 290 | this.parametersTabPage.Size = new System.Drawing.Size(400, 190);
|
---|
[5750] | 291 | this.parametersTabPage.TabIndex = 1;
|
---|
| 292 | this.parametersTabPage.Text = "Parameters";
|
---|
| 293 | //
|
---|
[3824] | 294 | // VariableView
|
---|
| 295 | //
|
---|
[7967] | 296 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[5750] | 297 | this.Controls.Add(this.tabControl);
|
---|
[3824] | 298 | this.Name = "VariableView";
|
---|
[14826] | 299 | this.Size = new System.Drawing.Size(408, 346);
|
---|
| 300 | this.Controls.SetChildIndex(this.enabledCheckBox, 0);
|
---|
[6803] | 301 | this.Controls.SetChildIndex(this.maximumArityLabel, 0);
|
---|
| 302 | this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
|
---|
| 303 | this.Controls.SetChildIndex(this.minimumArityLabel, 0);
|
---|
| 304 | this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
|
---|
[5832] | 305 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
[3824] | 306 | this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
|
---|
| 307 | this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
|
---|
| 308 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 309 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[5750] | 310 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
[3824] | 311 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 312 | this.initializationGroupBox.ResumeLayout(false);
|
---|
| 313 | this.initializationGroupBox.PerformLayout();
|
---|
| 314 | this.mutationGroupBox.ResumeLayout(false);
|
---|
| 315 | this.mutationGroupBox.PerformLayout();
|
---|
[5750] | 316 | this.tabControl.ResumeLayout(false);
|
---|
| 317 | this.parametersTabPage.ResumeLayout(false);
|
---|
[3824] | 318 | this.ResumeLayout(false);
|
---|
| 319 | this.PerformLayout();
|
---|
| 320 |
|
---|
| 321 | }
|
---|
| 322 |
|
---|
| 323 | #endregion
|
---|
| 324 |
|
---|
[5832] | 325 | protected System.Windows.Forms.Label weightMuLabel;
|
---|
| 326 | protected System.Windows.Forms.TextBox weightInitializationMuTextBox;
|
---|
[3824] | 327 | protected System.Windows.Forms.GroupBox initializationGroupBox;
|
---|
[5832] | 328 | protected System.Windows.Forms.Label weightSigmaLabel;
|
---|
| 329 | protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
|
---|
[3824] | 330 | protected System.Windows.Forms.GroupBox mutationGroupBox;
|
---|
[5832] | 331 | protected System.Windows.Forms.Label multiplicativeWeightChangeLabel;
|
---|
| 332 | protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
|
---|
| 333 | protected System.Windows.Forms.Label additiveWeightChangeLabel;
|
---|
| 334 | protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
|
---|
| 335 | protected System.Windows.Forms.TabPage variableNamesTabPage;
|
---|
| 336 | protected System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 337 | protected System.Windows.Forms.TabControl tabControl;
|
---|
[14826] | 338 | protected System.Windows.Forms.TextBox varChangeProbTextBox;
|
---|
| 339 | protected System.Windows.Forms.Label varChangeProbLabel;
|
---|
[3824] | 340 | }
|
---|
| 341 | }
|
---|