Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (14 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/ConstantView.Designer.cs

    r5809 r5832  
    6767      //
    6868      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    69       this.initialFrequencyTextBox.Size = new System.Drawing.Size(275, 20);
     69      this.initialFrequencyTextBox.Size = new System.Drawing.Size(280, 20);
    7070      //
    7171      // nameTextBox
     
    7373      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7474      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    75       this.nameTextBox.Size = new System.Drawing.Size(275, 20);
    76       //
    77       // descriptionTextBox
    78       //
    79       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    80       this.descriptionTextBox.Size = new System.Drawing.Size(275, 20);
     75      this.nameTextBox.Size = new System.Drawing.Size(280, 20);
     76      //
     77      // infoLabel
     78      //
     79      this.infoLabel.Location = new System.Drawing.Point(379, 3);
    8180      //
    8281      // weightNuLabel
     
    8685      this.weightNuLabel.Name = "weightNuLabel";
    8786      this.weightNuLabel.Size = new System.Drawing.Size(56, 13);
    88       this.weightNuLabel.TabIndex = 6;
     87      this.weightNuLabel.TabIndex = 0;
    8988      this.weightNuLabel.Text = "Min value:";
    9089      this.toolTip.SetToolTip(this.weightNuLabel, "The minimal value to use for random initialization of constants.");
     
    9796      this.minValueTextBox.Location = new System.Drawing.Point(92, 19);
    9897      this.minValueTextBox.Name = "minValueTextBox";
    99       this.minValueTextBox.Size = new System.Drawing.Size(291, 20);
    100       this.minValueTextBox.TabIndex = 7;
     98      this.minValueTextBox.Size = new System.Drawing.Size(300, 20);
     99      this.minValueTextBox.TabIndex = 1;
    101100      this.toolTip.SetToolTip(this.minValueTextBox, "The minimal value to use for random initialization of constants.");
    102101      this.minValueTextBox.TextChanged += new System.EventHandler(this.minValueTextBox_TextChanged);
     
    110109      this.initializationGroupBox.Controls.Add(this.weightNuLabel);
    111110      this.initializationGroupBox.Controls.Add(this.minValueTextBox);
    112       this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
     111      this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
    113112      this.initializationGroupBox.Name = "initializationGroupBox";
    114       this.initializationGroupBox.Size = new System.Drawing.Size(389, 73);
    115       this.initializationGroupBox.TabIndex = 8;
     113      this.initializationGroupBox.Size = new System.Drawing.Size(398, 73);
     114      this.initializationGroupBox.TabIndex = 5;
    116115      this.initializationGroupBox.TabStop = false;
    117116      this.initializationGroupBox.Text = "Initialization";
     
    123122      this.weightSigmaLabel.Name = "weightSigmaLabel";
    124123      this.weightSigmaLabel.Size = new System.Drawing.Size(59, 13);
    125       this.weightSigmaLabel.TabIndex = 8;
     124      this.weightSigmaLabel.TabIndex = 2;
    126125      this.weightSigmaLabel.Text = "Max value:";
    127126      this.toolTip.SetToolTip(this.weightSigmaLabel, "The maximal value to use for random initialization of constants.");
     
    134133      this.maxValueTextBox.Location = new System.Drawing.Point(92, 45);
    135134      this.maxValueTextBox.Name = "maxValueTextBox";
    136       this.maxValueTextBox.Size = new System.Drawing.Size(291, 20);
    137       this.maxValueTextBox.TabIndex = 9;
     135      this.maxValueTextBox.Size = new System.Drawing.Size(300, 20);
     136      this.maxValueTextBox.TabIndex = 3;
    138137      this.toolTip.SetToolTip(this.maxValueTextBox, "The maximal value to use for random initialization of constants.");
    139138      this.maxValueTextBox.TextChanged += new System.EventHandler(this.maxValueTextBox_TextChanged);
     
    147146      this.mutationGroupBox.Controls.Add(this.additiveChangeLabel);
    148147      this.mutationGroupBox.Controls.Add(this.additiveChangeSigmaTextBox);
    149       this.mutationGroupBox.Location = new System.Drawing.Point(3, 158);
     148      this.mutationGroupBox.Location = new System.Drawing.Point(0, 131);
    150149      this.mutationGroupBox.Name = "mutationGroupBox";
    151       this.mutationGroupBox.Size = new System.Drawing.Size(389, 73);
    152       this.mutationGroupBox.TabIndex = 9;
     150      this.mutationGroupBox.Size = new System.Drawing.Size(398, 73);
     151      this.mutationGroupBox.TabIndex = 6;
    153152      this.mutationGroupBox.TabStop = false;
    154153      this.mutationGroupBox.Text = "Mutation";
     
    160159      this.multiplicativeChangeLabel.Name = "multiplicativeChangeLabel";
    161160      this.multiplicativeChangeLabel.Size = new System.Drawing.Size(146, 13);
    162       this.multiplicativeChangeLabel.TabIndex = 8;
     161      this.multiplicativeChangeLabel.TabIndex = 2;
    163162      this.multiplicativeChangeLabel.Text = "Multiplicative change (sigma):";
    164163      this.toolTip.SetToolTip(this.multiplicativeChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to use to sample the " +
     
    172171      this.multiplicativeChangeSigmaTextBox.Location = new System.Drawing.Point(168, 45);
    173172      this.multiplicativeChangeSigmaTextBox.Name = "multiplicativeChangeSigmaTextBox";
    174       this.multiplicativeChangeSigmaTextBox.Size = new System.Drawing.Size(215, 20);
    175       this.multiplicativeChangeSigmaTextBox.TabIndex = 9;
     173      this.multiplicativeChangeSigmaTextBox.Size = new System.Drawing.Size(224, 20);
     174      this.multiplicativeChangeSigmaTextBox.TabIndex = 3;
    176175      this.toolTip.SetToolTip(this.multiplicativeChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample a mu" +
    177176              "ltiplicative change.");
     
    184183      this.additiveChangeLabel.Name = "additiveChangeLabel";
    185184      this.additiveChangeLabel.Size = new System.Drawing.Size(123, 13);
    186       this.additiveChangeLabel.TabIndex = 6;
     185      this.additiveChangeLabel.TabIndex = 0;
    187186      this.additiveChangeLabel.Text = "Additive change (sigma):";
    188187      this.toolTip.SetToolTip(this.additiveChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to sample the additiv" +
     
    196195      this.additiveChangeSigmaTextBox.Location = new System.Drawing.Point(168, 19);
    197196      this.additiveChangeSigmaTextBox.Name = "additiveChangeSigmaTextBox";
    198       this.additiveChangeSigmaTextBox.Size = new System.Drawing.Size(215, 20);
    199       this.additiveChangeSigmaTextBox.TabIndex = 7;
     197      this.additiveChangeSigmaTextBox.Size = new System.Drawing.Size(224, 20);
     198      this.additiveChangeSigmaTextBox.TabIndex = 1;
    200199      this.toolTip.SetToolTip(this.additiveChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample an a" +
    201200              "dditive change.");
     
    209208      this.Controls.Add(this.initializationGroupBox);
    210209      this.Name = "ConstantView";
    211       this.Size = new System.Drawing.Size(398, 237);
     210      this.Size = new System.Drawing.Size(398, 211);
     211      this.Controls.SetChildIndex(this.infoLabel, 0);
    212212      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
    213213      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    214214      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    215215      this.Controls.SetChildIndex(this.nameLabel, 0);
    216       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    217216      this.Controls.SetChildIndex(this.nameTextBox, 0);
    218       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    219217      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
    220218      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.Designer.cs

    r5809 r5832  
    5050      this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox();
    5151      this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
     52      this.initializationGroupBox.SuspendLayout();
     53      this.mutationGroupBox.SuspendLayout();
     54      this.parametersTabPage.SuspendLayout();
     55      this.tabControl.SuspendLayout();
    5256      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5357      this.SuspendLayout();
    5458      //
     59      // weightMuLabel
     60      //
     61      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     62      //
     63      // weightInitializationMuTextBox
     64      //
     65      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
     66              "al weights.");
     67      //
    5568      // initializationGroupBox
    5669      //
     
    5871      this.initializationGroupBox.Size = new System.Drawing.Size(379, 73);
    5972      //
     73      // weightSigmaLabel
     74      //
     75      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     76      //
     77      // weightInitializationSigmaTextBox
     78      //
     79      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
     80              "weights.");
     81      //
    6082      // mutationGroupBox
    6183      //
     
    6385      this.mutationGroupBox.Size = new System.Drawing.Size(379, 73);
    6486      //
     87      // multiplicativeWeightChangeLabel
     88      //
     89      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
     90              " change in weight.");
     91      //
     92      // multiplicativeWeightChangeSigmaTextBox
     93      //
     94      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
     95              "tive change in weight.");
     96      //
     97      // additiveWeightChangeLabel
     98      //
     99      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     100              "change in weight.");
     101      //
     102      // additiveWeightChangeSigmaTextBox
     103      //
     104      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     105              "change in weight.");
     106      //
     107      // variableNamesTabPage
     108      //
     109      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 164);
     110      //
     111      // parametersTabPage
     112      //
     113      this.parametersTabPage.Size = new System.Drawing.Size(400, 164);
     114      //
     115      // tabControl
     116      //
     117      this.tabControl.Location = new System.Drawing.Point(0, 104);
     118      this.tabControl.Size = new System.Drawing.Size(408, 190);
     119      this.tabControl.TabIndex = 9;
     120      //
    65121      // initialFrequencyLabel
    66122      //
     
    76132      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    77133      //
    78       // descriptionTextBox
    79       //
    80       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    81       //
    82134      // minTimeOffsetLabel
    83135      //
    84136      this.minTimeOffsetLabel.AutoSize = true;
    85       this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 82);
     137      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
    86138      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
    87139      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
    88       this.minTimeOffsetLabel.TabIndex = 10;
     140      this.minTimeOffsetLabel.TabIndex = 5;
    89141      this.minTimeOffsetLabel.Text = "Min. time offset:";
    90142      //
     
    92144      //
    93145      this.maxTimeOffsetLabel.AutoSize = true;
    94       this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 108);
     146      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
    95147      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
    96148      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
    97       this.maxTimeOffsetLabel.TabIndex = 11;
     149      this.maxTimeOffsetLabel.TabIndex = 7;
    98150      this.maxTimeOffsetLabel.Text = "Max. time offset:";
    99151      //
    100152      // minTimeOffsetTextBox
    101153      //
    102       this.minTimeOffsetTextBox.Location = new System.Drawing.Point(117, 79);
     154      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
    103155      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
    104       this.minTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    105       this.minTimeOffsetTextBox.TabIndex = 12;
     156      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     157      this.minTimeOffsetTextBox.TabIndex = 6;
    106158      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
    107159      //
    108160      // maxTimeOffsetTextBox
    109161      //
    110       this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(117, 105);
     162      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
    111163      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
    112       this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    113       this.maxTimeOffsetTextBox.TabIndex = 13;
     164      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     165      this.maxTimeOffsetTextBox.TabIndex = 8;
    114166      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
    115167      //
     
    118170      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    119171      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     172      this.Controls.Add(this.minTimeOffsetTextBox);
     173      this.Controls.Add(this.minTimeOffsetLabel);
     174      this.Controls.Add(this.maxTimeOffsetLabel);
    120175      this.Controls.Add(this.maxTimeOffsetTextBox);
    121       this.Controls.Add(this.minTimeOffsetTextBox);
    122       this.Controls.Add(this.maxTimeOffsetLabel);
    123       this.Controls.Add(this.minTimeOffsetLabel);
    124176      this.Name = "LaggedVariableView";
    125177      this.Size = new System.Drawing.Size(408, 292);
     178      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
     179      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
    126180      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
    127       this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
    128181      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
    129       this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
     182      this.Controls.SetChildIndex(this.infoLabel, 0);
     183      this.Controls.SetChildIndex(this.tabControl, 0);
    130184      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    131185      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    132186      this.Controls.SetChildIndex(this.nameLabel, 0);
    133       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    134187      this.Controls.SetChildIndex(this.nameTextBox, 0);
    135       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
     188      this.initializationGroupBox.ResumeLayout(false);
     189      this.initializationGroupBox.PerformLayout();
     190      this.mutationGroupBox.ResumeLayout(false);
     191      this.mutationGroupBox.PerformLayout();
     192      this.parametersTabPage.ResumeLayout(false);
     193      this.tabControl.ResumeLayout(false);
    136194      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    137195      this.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/TimeLagView.Designer.cs

    r5809 r5832  
    5555      // initialFrequencyLabel
    5656      //
    57       this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);
    5857      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
    5958      //
     
    6160      //
    6261      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    63       this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
     62      this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
    6463      //
    6564      // nameTextBox
     
    6766      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6867      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    69       this.nameTextBox.Size = new System.Drawing.Size(285, 20);
     68      this.nameTextBox.Size = new System.Drawing.Size(290, 20);
    7069      //
    71       // descriptionTextBox
     70      // infoLabel
    7271      //
    73       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    74       this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
     72      this.infoLabel.Location = new System.Drawing.Point(389, 3);
    7573      //
    7674      // minTimeOffsetLabel
    7775      //
    7876      this.minTimeOffsetLabel.AutoSize = true;
    79       this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 82);
     77      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
    8078      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
    8179      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
    82       this.minTimeOffsetLabel.TabIndex = 10;
     80      this.minTimeOffsetLabel.TabIndex = 5;
    8381      this.minTimeOffsetLabel.Text = "Min. time offset:";
    8482      //
     
    8684      //
    8785      this.maxTimeOffsetLabel.AutoSize = true;
    88       this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 108);
     86      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
    8987      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
    9088      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
    91       this.maxTimeOffsetLabel.TabIndex = 11;
     89      this.maxTimeOffsetLabel.TabIndex = 7;
    9290      this.maxTimeOffsetLabel.Text = "Max. time offset:";
    9391      //
    9492      // minTimeOffsetTextBox
    9593      //
    96       this.minTimeOffsetTextBox.Location = new System.Drawing.Point(117, 79);
     94      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
    9795      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
    98       this.minTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    99       this.minTimeOffsetTextBox.TabIndex = 12;
     96      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     97      this.minTimeOffsetTextBox.TabIndex = 6;
    10098      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
    10199      //
    102100      // maxTimeOffsetTextBox
    103101      //
    104       this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(117, 105);
     102      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
    105103      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
    106       this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    107       this.maxTimeOffsetTextBox.TabIndex = 13;
     104      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     105      this.maxTimeOffsetTextBox.TabIndex = 8;
    108106      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
    109107      //
    110       // TimeLagView
     108      // LaggedSymbolView
    111109      //
    112110      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    116114      this.Controls.Add(this.maxTimeOffsetLabel);
    117115      this.Controls.Add(this.minTimeOffsetLabel);
    118       this.Name = "TimeLagView";
    119       this.Size = new System.Drawing.Size(408, 141);
     116      this.Name = "LaggedSymbolView";
     117      this.Size = new System.Drawing.Size(408, 104);
     118      this.Controls.SetChildIndex(this.infoLabel, 0);
    120119      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    121120      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    122121      this.Controls.SetChildIndex(this.nameLabel, 0);
    123       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    124122      this.Controls.SetChildIndex(this.nameTextBox, 0);
    125       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    126123      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
    127124      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs

    r5809 r5832  
    7676      //
    7777      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    78       this.initialFrequencyTextBox.Size = new System.Drawing.Size(203, 20);
     78      this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20);
    7979      //
    8080      // nameTextBox
     
    8383      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    8484      this.nameTextBox.Size = new System.Drawing.Size(203, 20);
    85       //
    86       // descriptionTextBox
    87       //
    88       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    89       this.descriptionTextBox.Size = new System.Drawing.Size(203, 20);
    9085      //
    9186      // thresholdInitializationMuLabel
     
    9590      this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
    9691      this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
    97       this.thresholdInitializationMuLabel.TabIndex = 6;
     92      this.thresholdInitializationMuLabel.TabIndex = 0;
    9893      this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
    9994      this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     
    105100      this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
    106101      this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
    107       this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(197, 20);
    108       this.thresholdInitializationMuTextBox.TabIndex = 7;
     102      this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
     103      this.thresholdInitializationMuTextBox.TabIndex = 1;
    109104      this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    110105              "al thresholds.");
     
    123118      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
    124119      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
    125       this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
     120      this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
    126121      this.initializationGroupBox.Name = "initializationGroupBox";
    127       this.initializationGroupBox.Size = new System.Drawing.Size(320, 127);
    128       this.initializationGroupBox.TabIndex = 8;
     122      this.initializationGroupBox.Size = new System.Drawing.Size(326, 127);
     123      this.initializationGroupBox.TabIndex = 5;
    129124      this.initializationGroupBox.TabStop = false;
    130125      this.initializationGroupBox.Text = "Initialization";
     
    136131      this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
    137132      this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
    138       this.slopeInitializationSigmaLabel.TabIndex = 12;
     133      this.slopeInitializationSigmaLabel.TabIndex = 6;
    139134      this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
    140135      this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
     
    146141      this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
    147142      this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
    148       this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(197, 20);
    149       this.slopeInitializationSigmaTextBox.TabIndex = 13;
     143      this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
     144      this.slopeInitializationSigmaTextBox.TabIndex = 7;
    150145      this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    151146              "slopes.");
     
    158153      this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
    159154      this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
    160       this.slopeInitializationMuLabel.TabIndex = 10;
     155      this.slopeInitializationMuLabel.TabIndex = 4;
    161156      this.slopeInitializationMuLabel.Text = "Slope (mu):";
    162157      this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
     
    168163      this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
    169164      this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
    170       this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(197, 20);
    171       this.slopeInitializationMuTextBox.TabIndex = 11;
     165      this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
     166      this.slopeInitializationMuTextBox.TabIndex = 5;
    172167      this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    173168              "al slopes.");
     
    180175      this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
    181176      this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
    182       this.thresholdInitializationSigmaLabel.TabIndex = 8;
     177      this.thresholdInitializationSigmaLabel.TabIndex = 2;
    183178      this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
    184179      this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     
    190185      this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
    191186      this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
    192       this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(197, 20);
    193       this.thresholdInitializationSigmaTextBox.TabIndex = 9;
     187      this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
     188      this.thresholdInitializationSigmaTextBox.TabIndex = 3;
    194189      this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    195190              "thresholds.");
     
    208203      this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
    209204      this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
    210       this.mutationGroupBox.Location = new System.Drawing.Point(3, 212);
     205      this.mutationGroupBox.Location = new System.Drawing.Point(0, 185);
    211206      this.mutationGroupBox.Name = "mutationGroupBox";
    212       this.mutationGroupBox.Size = new System.Drawing.Size(320, 127);
    213       this.mutationGroupBox.TabIndex = 9;
     207      this.mutationGroupBox.Size = new System.Drawing.Size(326, 127);
     208      this.mutationGroupBox.TabIndex = 6;
    214209      this.mutationGroupBox.TabStop = false;
    215210      this.mutationGroupBox.Text = "Mutation";
     
    221216      this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
    222217      this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
    223       this.slopeChangeSigmaLabel.TabIndex = 12;
     218      this.slopeChangeSigmaLabel.TabIndex = 6;
    224219      this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
    225220      this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
     
    232227      this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
    233228      this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
    234       this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
    235       this.slopeChangeSigmaTextBox.TabIndex = 13;
     229      this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
     230      this.slopeChangeSigmaTextBox.TabIndex = 7;
    236231      this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
    237232              "ope.");
     
    244239      this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
    245240      this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
    246       this.slopeChangeMuLabel.TabIndex = 10;
     241      this.slopeChangeMuLabel.TabIndex = 4;
    247242      this.slopeChangeMuLabel.Text = "Slope change (mu):";
    248243      this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
     
    255250      this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
    256251      this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
    257       this.slopeChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
    258       this.slopeChangeMuTextBox.TabIndex = 11;
     252      this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
     253      this.slopeChangeMuTextBox.TabIndex = 5;
    259254      this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
    260255              ".");
     
    267262      this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
    268263      this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
    269       this.thresholdChangeSigmaLabel.TabIndex = 8;
     264      this.thresholdChangeSigmaLabel.TabIndex = 2;
    270265      this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
    271266      this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
     
    278273      this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
    279274      this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
    280       this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
    281       this.thresholdChangeSigmaTextBox.TabIndex = 9;
     275      this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
     276      this.thresholdChangeSigmaTextBox.TabIndex = 3;
    282277      this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
    283278              "reshold.");
     
    290285      this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
    291286      this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
    292       this.ThresholdChangeMuLabel.TabIndex = 6;
     287      this.ThresholdChangeMuLabel.TabIndex = 0;
    293288      this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
    294289      this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
     
    301296      this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
    302297      this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
    303       this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
    304       this.thresholdChangeMuTextBox.TabIndex = 7;
     298      this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
     299      this.thresholdChangeMuTextBox.TabIndex = 1;
    305300      this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
    306301              "hold.");
     
    314309      this.Controls.Add(this.initializationGroupBox);
    315310      this.Name = "VariableConditionView";
    316       this.Size = new System.Drawing.Size(326, 344);
     311      this.Size = new System.Drawing.Size(326, 315);
     312      this.Controls.SetChildIndex(this.infoLabel, 0);
    317313      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
    318314      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    319315      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    320316      this.Controls.SetChildIndex(this.nameLabel, 0);
    321       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    322317      this.Controls.SetChildIndex(this.nameTextBox, 0);
    323       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    324318      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
    325319      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs

    r5809 r5832  
    7272      //
    7373      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    74       this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
     74      this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
    7575      //
    7676      // nameTextBox
     
    7878      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7979      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    80       this.nameTextBox.Size = new System.Drawing.Size(285, 20);
    81       //
    82       // descriptionTextBox
    83       //
    84       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    85       this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
     80      this.nameTextBox.Size = new System.Drawing.Size(290, 20);
     81      //
     82      // infoLabel
     83      //
     84      this.infoLabel.Location = new System.Drawing.Point(389, 3);
    8685      //
    8786      // weightMuLabel
     
    9190      this.weightMuLabel.Name = "weightMuLabel";
    9291      this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
    93       this.weightMuLabel.TabIndex = 6;
     92      this.weightMuLabel.TabIndex = 0;
    9493      this.weightMuLabel.Text = "Weight (mu):";
    9594      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     
    101100      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
    102101      this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
    103       this.weightInitializationMuTextBox.Size = new System.Drawing.Size(266, 20);
    104       this.weightInitializationMuTextBox.TabIndex = 7;
     102      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(275, 20);
     103      this.weightInitializationMuTextBox.TabIndex = 1;
    105104      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    106105              "al weights.");
     
    117116      this.initializationGroupBox.Location = new System.Drawing.Point(6, 6);
    118117      this.initializationGroupBox.Name = "initializationGroupBox";
    119       this.initializationGroupBox.Size = new System.Drawing.Size(364, 73);
    120       this.initializationGroupBox.TabIndex = 8;
     118      this.initializationGroupBox.Size = new System.Drawing.Size(373, 73);
     119      this.initializationGroupBox.TabIndex = 0;
    121120      this.initializationGroupBox.TabStop = false;
    122121      this.initializationGroupBox.Text = "Initialization";
     
    128127      this.weightSigmaLabel.Name = "weightSigmaLabel";
    129128      this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
    130       this.weightSigmaLabel.TabIndex = 8;
     129      this.weightSigmaLabel.TabIndex = 2;
    131130      this.weightSigmaLabel.Text = "Weight (sigma):";
    132131      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     
    138137      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
    139138      this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
    140       this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(266, 20);
    141       this.weightInitializationSigmaTextBox.TabIndex = 9;
     139      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(275, 20);
     140      this.weightInitializationSigmaTextBox.TabIndex = 3;
    142141      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    143142              "weights.");
     
    154153      this.mutationGroupBox.Location = new System.Drawing.Point(6, 85);
    155154      this.mutationGroupBox.Name = "mutationGroupBox";
    156       this.mutationGroupBox.Size = new System.Drawing.Size(364, 73);
    157       this.mutationGroupBox.TabIndex = 9;
     155      this.mutationGroupBox.Size = new System.Drawing.Size(373, 73);
     156      this.mutationGroupBox.TabIndex = 1;
    158157      this.mutationGroupBox.TabStop = false;
    159158      this.mutationGroupBox.Text = "Mutation";
     
    165164      this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
    166165      this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
    167       this.multiplicativeWeightChangeLabel.TabIndex = 8;
     166      this.multiplicativeWeightChangeLabel.TabIndex = 2;
    168167      this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
    169168      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
     
    176175      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
    177176      this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
    178       this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(157, 20);
    179       this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 9;
     177      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(166, 20);
     178      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 3;
    180179      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
    181180              "tive change in weight.");
     
    188187      this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
    189188      this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
    190       this.additiveWeightChangeLabel.TabIndex = 6;
     189      this.additiveWeightChangeLabel.TabIndex = 0;
    191190      this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
    192191      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     
    199198      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
    200199      this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
    201       this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(157, 20);
    202       this.additiveWeightChangeSigmaTextBox.TabIndex = 7;
     200      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(166, 20);
     201      this.additiveWeightChangeSigmaTextBox.TabIndex = 1;
    203202      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
    204203              "change in weight.");
     
    212211      this.tabControl.Controls.Add(this.variableNamesTabPage);
    213212      this.tabControl.Controls.Add(this.parametersTabPage);
    214       this.tabControl.Location = new System.Drawing.Point(3, 79);
     213      this.tabControl.Location = new System.Drawing.Point(0, 52);
    215214      this.tabControl.Name = "tabControl";
    216215      this.tabControl.SelectedIndex = 0;
    217       this.tabControl.Size = new System.Drawing.Size(399, 212);
    218       this.tabControl.TabIndex = 10;
     216      this.tabControl.Size = new System.Drawing.Size(408, 242);
     217      this.tabControl.TabIndex = 5;
    219218      //
    220219      // variableNamesTabPage
     
    223222      this.variableNamesTabPage.Name = "variableNamesTabPage";
    224223      this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
    225       this.variableNamesTabPage.Size = new System.Drawing.Size(391, 186);
     224      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 216);
    226225      this.variableNamesTabPage.TabIndex = 0;
    227226      this.variableNamesTabPage.Text = "Variable Names";
     
    235234      this.parametersTabPage.Name = "parametersTabPage";
    236235      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    237       this.parametersTabPage.Size = new System.Drawing.Size(391, 186);
     236      this.parametersTabPage.Size = new System.Drawing.Size(400, 216);
    238237      this.parametersTabPage.TabIndex = 1;
    239238      this.parametersTabPage.Text = "Parameters";
     
    247246      this.Name = "VariableView";
    248247      this.Size = new System.Drawing.Size(408, 294);
     248      this.Controls.SetChildIndex(this.infoLabel, 0);
    249249      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    250250      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    251251      this.Controls.SetChildIndex(this.nameLabel, 0);
    252       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    253252      this.Controls.SetChildIndex(this.nameTextBox, 0);
    254       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    255253      this.Controls.SetChildIndex(this.tabControl, 0);
    256254      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     
    268266    #endregion
    269267
    270     private System.Windows.Forms.Label weightMuLabel;
    271     private System.Windows.Forms.TextBox weightInitializationMuTextBox;
     268    protected System.Windows.Forms.Label weightMuLabel;
     269    protected System.Windows.Forms.TextBox weightInitializationMuTextBox;
    272270    protected System.Windows.Forms.GroupBox initializationGroupBox;
    273     private System.Windows.Forms.Label weightSigmaLabel;
    274     private System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
     271    protected System.Windows.Forms.Label weightSigmaLabel;
     272    protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
    275273    protected System.Windows.Forms.GroupBox mutationGroupBox;
    276     private System.Windows.Forms.Label multiplicativeWeightChangeLabel;
    277     private System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
    278     private System.Windows.Forms.Label additiveWeightChangeLabel;
    279     private System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
    280     private System.Windows.Forms.TabControl tabControl;
    281     private System.Windows.Forms.TabPage variableNamesTabPage;
    282     private System.Windows.Forms.TabPage parametersTabPage;
     274    protected System.Windows.Forms.Label multiplicativeWeightChangeLabel;
     275    protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
     276    protected System.Windows.Forms.Label additiveWeightChangeLabel;
     277    protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
     278    protected System.Windows.Forms.TabPage variableNamesTabPage;
     279    protected System.Windows.Forms.TabPage parametersTabPage;
     280    protected System.Windows.Forms.TabControl tabControl;
    283281  }
    284282}
Note: See TracChangeset for help on using the changeset viewer.