Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/11 12:59:08 (13 years ago)
Author:
mkommend
Message:

#1479: Corrected tooltips in symbol views and minor typo in TypeCoherentGrammar.

File:
1 edited

Legend:

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

    r6805 r6819  
    127127      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    128128      //
    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       //
    137129      // minimumArityTextBox
    138130      //
     
    170162      // minTimeOffsetTextBox
    171163      //
    172       this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     164      this.minTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    173165            | System.Windows.Forms.AnchorStyles.Right)));
    174166      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 127);
     
    180172      // maxTimeOffsetTextBox
    181173      //
    182       this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     174      this.maxTimeOffsetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    183175            | System.Windows.Forms.AnchorStyles.Right)));
    184176      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 153);
Note: See TracChangeset for help on using the changeset viewer.