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/LaggedVariableView.Designer.cs

    r5832 r6803  
    6464      //
    6565      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    66               "al weights.");
     66        "al weights.");
    6767      //
    6868      // initializationGroupBox
     
    7878      //
    7979      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    80               "weights.");
     80        "weights.");
    8181      //
    8282      // mutationGroupBox
     
    8888      //
    8989      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
    90               " change in weight.");
     90        " change in weight.");
    9191      //
    9292      // multiplicativeWeightChangeSigmaTextBox
    9393      //
    9494      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
    95               "tive change in weight.");
     95        "tive change in weight.");
    9696      //
    9797      // additiveWeightChangeLabel
    9898      //
    9999      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
    100               "change in weight.");
     100        "change in weight.");
    101101      //
    102102      // additiveWeightChangeSigmaTextBox
    103103      //
    104104      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
    105               "change in weight.");
     105        "change in weight.");
    106106      //
    107107      // variableNamesTabPage
    108108      //
    109       this.variableNamesTabPage.Size = new System.Drawing.Size(400, 164);
     109      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 149);
    110110      //
    111111      // parametersTabPage
     
    115115      // tabControl
    116116      //
    117       this.tabControl.Location = new System.Drawing.Point(0, 104);
    118       this.tabControl.Size = new System.Drawing.Size(408, 190);
     117      this.tabControl.Location = new System.Drawing.Point(0, 179);
     118      this.tabControl.Size = new System.Drawing.Size(408, 175);
    119119      this.tabControl.TabIndex = 9;
    120120      //
     
    126126      //
    127127      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     128      //
     129      // minimumArityLabel
     130      //
     131      this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");
     132      //
     133      // maximumArityLabel
     134      //
     135      this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");
     136      //
     137      // minimumArityTextBox
     138      //
     139      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     140      this.minimumArityTextBox.Size = new System.Drawing.Size(315, 20);
     141      //
     142      // maximumArityTextBox
     143      //
     144      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     145      this.maximumArityTextBox.Size = new System.Drawing.Size(315, 20);
    128146      //
    129147      // nameTextBox
     
    135153      //
    136154      this.minTimeOffsetLabel.AutoSize = true;
    137       this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
     155      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 130);
    138156      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
    139157      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
     
    144162      //
    145163      this.maxTimeOffsetLabel.AutoSize = true;
    146       this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
     164      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 156);
    147165      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
    148166      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
     
    152170      // minTimeOffsetTextBox
    153171      //
    154       this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
     172      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
    155173      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
    156174      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     
    160178      // maxTimeOffsetTextBox
    161179      //
    162       this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
     180      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
    163181      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
    164182      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     
    171189      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    172190      this.Controls.Add(this.minTimeOffsetTextBox);
     191      this.Controls.Add(this.maxTimeOffsetLabel);
    173192      this.Controls.Add(this.minTimeOffsetLabel);
    174       this.Controls.Add(this.maxTimeOffsetLabel);
    175193      this.Controls.Add(this.maxTimeOffsetTextBox);
    176194      this.Name = "LaggedVariableView";
    177       this.Size = new System.Drawing.Size(408, 292);
     195      this.Size = new System.Drawing.Size(408, 352);
    178196      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
     197      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
    179198      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
    180       this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
    181199      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
     200      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
     201      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
     202      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
     203      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
    182204      this.Controls.SetChildIndex(this.infoLabel, 0);
    183205      this.Controls.SetChildIndex(this.tabControl, 0);
Note: See TracChangeset for help on using the changeset viewer.