Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/11 11:12:10 (13 years ago)
Author:
mkommend
Message:

#1479: Merged grammar editor branch into trunk.

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs

    r5832 r6803  
    7878      this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20);
    7979      //
     80      // minimumArityLabel
     81      //
     82      this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");
     83      //
     84      // maximumArityLabel
     85      //
     86      this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");
     87      //
     88      // minimumArityTextBox
     89      //
     90      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     91      //
     92      // maximumArityTextBox
     93      //
     94      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     95      //
    8096      // nameTextBox
    8197      //
     
    96112      // thresholdInitializationMuTextBox
    97113      //
    98       this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    99                   | System.Windows.Forms.AnchorStyles.Right)));
     114      this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     115            | System.Windows.Forms.AnchorStyles.Right)));
    100116      this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
    101117      this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
     
    103119      this.thresholdInitializationMuTextBox.TabIndex = 1;
    104120      this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    105               "al thresholds.");
     121        "al thresholds.");
    106122      this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.thresholdMuTextBox_TextChanged);
    107123      //
    108124      // initializationGroupBox
    109125      //
    110       this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    111                   | System.Windows.Forms.AnchorStyles.Right)));
     126      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     127            | System.Windows.Forms.AnchorStyles.Right)));
    112128      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel);
    113129      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox);
     
    118134      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
    119135      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
    120       this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
     136      this.initializationGroupBox.Location = new System.Drawing.Point(0, 127);
    121137      this.initializationGroupBox.Name = "initializationGroupBox";
    122138      this.initializationGroupBox.Size = new System.Drawing.Size(326, 127);
     
    137153      // slopeInitializationSigmaTextBox
    138154      //
    139       this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    140                   | System.Windows.Forms.AnchorStyles.Right)));
     155      this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     156            | System.Windows.Forms.AnchorStyles.Right)));
    141157      this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
    142158      this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
     
    144160      this.slopeInitializationSigmaTextBox.TabIndex = 7;
    145161      this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    146               "slopes.");
     162        "slopes.");
    147163      this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.slopeInitializationSigmaTextBox_TextChanged);
    148164      //
     
    159175      // slopeInitializationMuTextBox
    160176      //
    161       this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    162                   | System.Windows.Forms.AnchorStyles.Right)));
     177      this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     178            | System.Windows.Forms.AnchorStyles.Right)));
    163179      this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
    164180      this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
     
    166182      this.slopeInitializationMuTextBox.TabIndex = 5;
    167183      this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    168               "al slopes.");
     184        "al slopes.");
    169185      this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.slopeInitializationMuTextBox_TextChanged);
    170186      //
     
    181197      // thresholdInitializationSigmaTextBox
    182198      //
    183       this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    184                   | System.Windows.Forms.AnchorStyles.Right)));
     199      this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     200            | System.Windows.Forms.AnchorStyles.Right)));
    185201      this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
    186202      this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
     
    188204      this.thresholdInitializationSigmaTextBox.TabIndex = 3;
    189205      this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    190               "thresholds.");
     206        "thresholds.");
    191207      this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdInitializationSigmaTextBox_TextChanged);
    192208      //
    193209      // mutationGroupBox
    194210      //
    195       this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    196                   | System.Windows.Forms.AnchorStyles.Right)));
     211      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     212            | System.Windows.Forms.AnchorStyles.Right)));
    197213      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel);
    198214      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox);
     
    203219      this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
    204220      this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
    205       this.mutationGroupBox.Location = new System.Drawing.Point(0, 185);
     221      this.mutationGroupBox.Location = new System.Drawing.Point(0, 260);
    206222      this.mutationGroupBox.Name = "mutationGroupBox";
    207223      this.mutationGroupBox.Size = new System.Drawing.Size(326, 127);
     
    219235      this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
    220236      this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
    221               "ope.");
     237        "ope.");
    222238      //
    223239      // slopeChangeSigmaTextBox
    224240      //
    225       this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    226                   | System.Windows.Forms.AnchorStyles.Right)));
     241      this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     242            | System.Windows.Forms.AnchorStyles.Right)));
    227243      this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
    228244      this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
     
    230246      this.slopeChangeSigmaTextBox.TabIndex = 7;
    231247      this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
    232               "ope.");
     248        "ope.");
    233249      this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged);
    234250      //
     
    242258      this.slopeChangeMuLabel.Text = "Slope change (mu):";
    243259      this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
    244               ".");
     260        ".");
    245261      //
    246262      // slopeChangeMuTextBox
    247263      //
    248       this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    249                   | System.Windows.Forms.AnchorStyles.Right)));
     264      this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     265            | System.Windows.Forms.AnchorStyles.Right)));
    250266      this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
    251267      this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
     
    253269      this.slopeChangeMuTextBox.TabIndex = 5;
    254270      this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
    255               ".");
     271        ".");
    256272      this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged);
    257273      //
     
    265281      this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
    266282      this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
    267               "reshold.");
     283        "reshold.");
    268284      //
    269285      // thresholdChangeSigmaTextBox
    270286      //
    271       this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    272                   | System.Windows.Forms.AnchorStyles.Right)));
     287      this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     288            | System.Windows.Forms.AnchorStyles.Right)));
    273289      this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
    274290      this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
     
    276292      this.thresholdChangeSigmaTextBox.TabIndex = 3;
    277293      this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
    278               "reshold.");
     294        "reshold.");
    279295      this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdChangeSigmaTextBox_TextChanged);
    280296      //
     
    288304      this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
    289305      this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
    290               "hold.");
     306        "hold.");
    291307      //
    292308      // thresholdChangeMuTextBox
    293309      //
    294       this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    295                   | System.Windows.Forms.AnchorStyles.Right)));
     310      this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     311            | System.Windows.Forms.AnchorStyles.Right)));
    296312      this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
    297313      this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
     
    299315      this.thresholdChangeMuTextBox.TabIndex = 1;
    300316      this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
    301               "hold.");
     317        "hold.");
    302318      this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged);
    303319      //
     
    309325      this.Controls.Add(this.initializationGroupBox);
    310326      this.Name = "VariableConditionView";
    311       this.Size = new System.Drawing.Size(326, 315);
     327      this.Size = new System.Drawing.Size(326, 376);
     328      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
     329      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
     330      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
     331      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
    312332      this.Controls.SetChildIndex(this.infoLabel, 0);
    313333      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
Note: See TracChangeset for help on using the changeset viewer.