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