Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/12 16:46:35 (12 years ago)
Author:
gkronber
Message:

#1847: merged r8084:8205 from trunk into GP move operators branch

Location:
branches/GP-MoveOperators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-MoveOperators

  • branches/GP-MoveOperators/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs

    r8085 r8206  
    114114      //
    115115      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    116             | System.Windows.Forms.AnchorStyles.Right)));
     116                  | System.Windows.Forms.AnchorStyles.Right)));
    117117      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel);
    118118      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox);
     
    139139      this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
    140140      this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
    141         "ope.");
     141              "ope.");
    142142      //
    143143      // slopeChangeSigmaTextBox
    144144      //
    145145      this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    146             | System.Windows.Forms.AnchorStyles.Right)));
     146                  | System.Windows.Forms.AnchorStyles.Right)));
    147147      this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
    148148      this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
     
    150150      this.slopeChangeSigmaTextBox.TabIndex = 7;
    151151      this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
    152         "ope.");
    153       this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged);
     152              "ope.");
     153      this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.SlopeChangeSigmaTextBox_TextChanged);
    154154      //
    155155      // slopeChangeMuLabel
     
    162162      this.slopeChangeMuLabel.Text = "Slope change (mu):";
    163163      this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
    164         ".");
     164              ".");
    165165      //
    166166      // slopeChangeMuTextBox
    167167      //
    168168      this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    169             | System.Windows.Forms.AnchorStyles.Right)));
     169                  | System.Windows.Forms.AnchorStyles.Right)));
    170170      this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
    171171      this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
     
    173173      this.slopeChangeMuTextBox.TabIndex = 5;
    174174      this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
    175         ".");
    176       this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged);
     175              ".");
     176      this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.SlopeChangeMuTextBox_TextChanged);
    177177      //
    178178      // thresholdChangeSigmaLabel
     
    185185      this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
    186186      this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
    187         "reshold.");
     187              "reshold.");
    188188      //
    189189      // thresholdChangeSigmaTextBox
    190190      //
    191191      this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    192             | System.Windows.Forms.AnchorStyles.Right)));
     192                  | System.Windows.Forms.AnchorStyles.Right)));
    193193      this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
    194194      this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
     
    196196      this.thresholdChangeSigmaTextBox.TabIndex = 3;
    197197      this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
    198         "reshold.");
    199       this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdChangeSigmaTextBox_TextChanged);
     198              "reshold.");
     199      this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.ThresholdChangeSigmaTextBox_TextChanged);
    200200      //
    201201      // ThresholdChangeMuLabel
     
    208208      this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
    209209      this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
    210         "hold.");
     210              "hold.");
    211211      //
    212212      // thresholdChangeMuTextBox
    213213      //
    214214      this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    215             | System.Windows.Forms.AnchorStyles.Right)));
     215                  | System.Windows.Forms.AnchorStyles.Right)));
    216216      this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
    217217      this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
     
    219219      this.thresholdChangeMuTextBox.TabIndex = 1;
    220220      this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
    221         "hold.");
    222       this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged);
     221              "hold.");
     222      this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.ThresholdChangeMuTextBox_TextChanged);
    223223      //
    224224      // tabControl
    225225      //
    226226      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)));
     227                  | System.Windows.Forms.AnchorStyles.Left)
     228                  | System.Windows.Forms.AnchorStyles.Right)));
    229229      this.tabControl.Controls.Add(this.variableNamesTabPage);
    230230      this.tabControl.Controls.Add(this.parametersTabPage);
     
    260260      //
    261261      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    262             | System.Windows.Forms.AnchorStyles.Right)));
     262                  | System.Windows.Forms.AnchorStyles.Right)));
    263263      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel);
    264264      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox);
     
    289289      //
    290290      this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    291             | System.Windows.Forms.AnchorStyles.Right)));
     291                  | System.Windows.Forms.AnchorStyles.Right)));
    292292      this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
    293293      this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
     
    295295      this.slopeInitializationSigmaTextBox.TabIndex = 7;
    296296      this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    297         "slopes.");
     297              "slopes.");
     298      this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.SlopeInitializationSigmaTextBox_TextChanged);
    298299      //
    299300      // slopeInitializationMuLabel
     
    310311      //
    311312      this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    312             | System.Windows.Forms.AnchorStyles.Right)));
     313                  | System.Windows.Forms.AnchorStyles.Right)));
    313314      this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
    314315      this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
     
    316317      this.slopeInitializationMuTextBox.TabIndex = 5;
    317318      this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    318         "al slopes.");
     319              "al slopes.");
     320      this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.SlopeInitializationMuTextBox_TextChanged);
    319321      //
    320322      // thresholdInitializationSigmaLabel
     
    331333      //
    332334      this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    333             | System.Windows.Forms.AnchorStyles.Right)));
     335                  | System.Windows.Forms.AnchorStyles.Right)));
    334336      this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
    335337      this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
     
    337339      this.thresholdInitializationSigmaTextBox.TabIndex = 3;
    338340      this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    339         "thresholds.");
     341              "thresholds.");
     342      this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.ThresholdInitializationSigmaTextBox_TextChanged);
    340343      //
    341344      // thresholdInitializationMuLabel
     
    352355      //
    353356      this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    354             | System.Windows.Forms.AnchorStyles.Right)));
     357                  | System.Windows.Forms.AnchorStyles.Right)));
    355358      this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
    356359      this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
     
    358361      this.thresholdInitializationMuTextBox.TabIndex = 1;
    359362      this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    360         "al thresholds.");
     363              "al thresholds.");
     364      this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.ThresholdInitializationMuTextBox_TextChanged);
    361365      //
    362366      // VariableConditionView
    363367      //
    364       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    365368      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    366369      this.Controls.Add(this.tabControl);
Note: See TracChangeset for help on using the changeset viewer.